Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-22fs: fix kernel-doc markupsMauro Carvalho Chehab
2020-11-16fix return values of seq_read_iter()Al Viro
2020-11-06seq_file: add seq_read_iterChristoph Hellwig
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-05fs/seq_file.c: seq_read: Update pr_info_ratelimitedJoe Perches
2020-04-11fs/seq_file.c: seq_read(): add info message about buggy .next functionsVasily Averin
2020-04-07seq_file: remove m->versionMatthew Wilcox (Oracle)
2019-08-14seq_file: fix problem when seeking mid-recordNeilBrown
2019-07-04nfsd: escape high characters in binary dataJ. Bruce Fields
2019-04-09fs: mark expected switch fall-throughsGustavo A. R. Silva
2018-08-18fs/seq_file.c: simplify seq_file iteration code and interfaceNeilBrown
2018-05-26proc: fix smaps and meminfo alignmentHugh Dickins
2018-04-11seq_file: account everything to kmemcgAlexey Dobriyan
2018-04-11seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan
2018-04-11proc: optimize single-symbol delimiters to spead up seq_put_decimal_ullAndrei Vagin
2018-04-11proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin
2018-04-11procfs: optimize seq_pad() to speed up /proc/pid/mapsAndrei Vagin
2018-04-11procfs: add seq_put_hex_ll to speed up /proc/pid/mapsAndrei Vagin
2018-01-20seq_file: fix incomplete reset on read from zero offsetMiklos Szeredi
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-09mm: introduce kv[mz]alloc helpersMichal Hocko
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-23seq_file: reset iterator to first record for zero offsetTomasz Majchrzak
2016-10-08seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches
2016-08-27fs/seq_file: fix out-of-bounds readVegard Nossum
2016-04-14Make file credentials available to the seqfile interfacesLinus Torvalds
2015-11-07fs, seqfile: always allow oom killerGreg Thelen
2015-11-07seq_file: reuse string_escape_str()Andy Shevchenko
2015-11-07fs/seq_file: use seq_* helpers in seq_hex_dump()Andy Shevchenko
2015-09-12fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidJoe Perches
2015-09-10seq_file: provide an analogue of print_hex_dump()Andy Shevchenko
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-07-01fs: document seq_open()'s usage of file->private_dataYann Droneaud
2015-07-01fs: allocate structure unconditionally in seq_open()Yann Droneaud
2015-06-24vfs: add seq_file_path() helperMiklos Szeredi
2015-06-03Btrfs: show subvol= and subvolid= in /proc/mountsOmar Sandoval
2015-02-14bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo
2014-12-13fs, seq_file: fallback to vmalloc instead of oom kill processesDavid Rientjes
2014-10-30seq_file: Rename seq_overflow() to seq_has_overflowed() and make publicJoe Perches
2014-07-03fs/seq_file: fallback to vmalloc allocationHeiko Carstens
2013-11-19seq_file: always clear m->count when we free m->bufAl Viro
2013-11-15seq_file: introduce seq_setwidth() and seq_pad()Tetsuo Handa
2013-10-25seq_file: always update file->f_pos in seq_lseek()Gu Zheng
2013-07-08seq_file: add seq_list_*_percpu helpersJeff Layton
2013-04-09new helper: single_open_size()Al Viro
2013-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-28fs/seq_file.c:seq_lseek(): fix switch statement indentingAndrew Morton
2013-02-28seq-file: use SEEK_ macros instead of hardcoded numbersCyrill Gorcunov
2013-02-28more file_inode() open-coded instancesAl Viro