summaryrefslogtreecommitdiffstats
path: root/fs/seq_file.c
Commit message (Expand)AuthorAgeFilesLines
* seq_file: disallow extremely large seq buffer allocationsEric Sandeen2021-07-191-0/+3
* seq_file: drop unused *_escape_mem_ascii()Andy Shevchenko2021-07-011-11/+0
* seq_file: convert seq_escape() to use seq_escape_str()Andy Shevchenko2021-07-011-6/+1
* seq_file: introduce seq_escape_mem()Andy Shevchenko2021-07-011-0/+25
* seq_file: Add a seq_bprintf functionFlorent Revest2021-04-271-0/+18
* fs: fix kernel-doc markupsMauro Carvalho Chehab2021-01-211-2/+3
* fix return values of seq_read_iter()Al Viro2020-11-151-30/+27
* seq_file: add seq_read_iterChristoph Hellwig2020-11-061-13/+32
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* fs/seq_file.c: seq_read: Update pr_info_ratelimitedJoe Perches2020-06-041-3/+4
* fs/seq_file.c: seq_read(): add info message about buggy .next functionsVasily Averin2020-04-101-2/+5
* seq_file: remove m->versionMatthew Wilcox (Oracle)2020-04-071-28/+0
* seq_file: fix problem when seeking mid-recordNeilBrown2019-08-131-1/+1
* nfsd: escape high characters in binary dataJ. Bruce Fields2019-07-031-0/+11
* fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-081-0/+1
* fs/seq_file.c: simplify seq_file iteration code and interfaceNeilBrown2018-08-171-33/+21
* proc: fix smaps and meminfo alignmentHugh Dickins2018-05-251-5/+0
* seq_file: account everything to kmemcgAlexey Dobriyan2018-04-111-4/+4
* seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan2018-04-111-2/+10
* proc: optimize single-symbol delimiters to spead up seq_put_decimal_ullAndrei Vagin2018-04-111-12/+12
* proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin2018-04-111-7/+21
* procfs: optimize seq_pad() to speed up /proc/pid/mapsAndrei Vagin2018-04-111-2/+8
* procfs: add seq_put_hex_ll to speed up /proc/pid/mapsAndrei Vagin2018-04-111-0/+46
* seq_file: fix incomplete reset on read from zero offsetMiklos Szeredi2018-01-201-1/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-081-15/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* seq_file: reset iterator to first record for zero offsetTomasz Majchrzak2016-12-221-0/+7
* seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches2016-10-071-13/+44
* fs/seq_file: fix out-of-bounds readVegard Nossum2016-08-261-1/+3
* Make file credentials available to the seqfile interfacesLinus Torvalds2016-04-141-3/+4
* fs, seqfile: always allow oom killerGreg Thelen2015-11-061-3/+8
* seq_file: reuse string_escape_str()Andy Shevchenko2015-11-061-19/+6
* fs/seq_file: use seq_* helpers in seq_hex_dump()Andy Shevchenko2015-11-061-8/+7
* fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidJoe Perches2015-09-111-39/+31
* seq_file: provide an analogue of print_hex_dump()Andy Shevchenko2015-09-101-0/+42
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-0/+14
|\
| * vfs: add seq_file_path() helperMiklos Szeredi2015-06-231-0/+14
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-07-011-8/+11
|\ \
| * | fs: document seq_open()'s usage of file->private_dataYann Droneaud2015-06-301-0/+2
| * | fs: allocate structure unconditionally in seq_open()Yann Droneaud2015-06-301-8/+9
| |/
* / Btrfs: show subvol= and subvolid= in /proc/mountsOmar Sandoval2015-06-031-0/+1
|/
* bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo2015-02-131-32/+0
* fs, seq_file: fallback to vmalloc instead of oom kill processesDavid Rientjes2014-12-131-1/+5
* seq_file: Rename seq_overflow() to seq_has_overflowed() and make publicJoe Perches2014-10-291-13/+2
* fs/seq_file: fallback to vmalloc allocationHeiko Carstens2014-07-031-9/+21
* seq_file: always clear m->count when we free m->bufAl Viro2013-11-181-1/+2
* seq_file: introduce seq_setwidth() and seq_pad()Tetsuo Handa2013-11-151-0/+15
* seq_file: always update file->f_pos in seq_lseek()Gu Zheng2013-10-251-0/+2
* seq_file: add seq_list_*_percpu helpersJeff Layton2013-07-081-0/+54