aboutsummaryrefslogtreecommitdiff
path: root/fs/seq_file.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-08fs: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+1
2018-08-17fs/seq_file.c: simplify seq_file iteration code and interfaceGravatar NeilBrown 1-33/+21
2018-05-25proc: fix smaps and meminfo alignmentGravatar Hugh Dickins 1-5/+0
2018-04-11seq_file: account everything to kmemcgGravatar Alexey Dobriyan 1-4/+4
2018-04-11seq_file: allocate seq_file from kmem_cacheGravatar Alexey Dobriyan 1-2/+10
2018-04-11proc: optimize single-symbol delimiters to spead up seq_put_decimal_ullGravatar Andrei Vagin 1-12/+12
2018-04-11proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsGravatar Andrei Vagin 1-7/+21
2018-04-11procfs: optimize seq_pad() to speed up /proc/pid/mapsGravatar Andrei Vagin 1-2/+8
2018-04-11procfs: add seq_put_hex_ll to speed up /proc/pid/mapsGravatar Andrei Vagin 1-0/+46
2018-01-20seq_file: fix incomplete reset on read from zero offsetGravatar Miklos Szeredi 1-1/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-05-08mm: introduce kv[mz]alloc helpersGravatar Michal Hocko 1-15/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-22seq_file: reset iterator to first record for zero offsetGravatar Tomasz Majchrzak 1-0/+7
2016-10-07seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charGravatar Joe Perches 1-13/+44
2016-08-26fs/seq_file: fix out-of-bounds readGravatar Vegard Nossum 1-1/+3
2016-04-14Make file credentials available to the seqfile interfacesGravatar Linus Torvalds 1-3/+4
2015-11-06fs, seqfile: always allow oom killerGravatar Greg Thelen 1-3/+8
2015-11-06seq_file: reuse string_escape_str()Gravatar Andy Shevchenko 1-19/+6
2015-11-06fs/seq_file: use seq_* helpers in seq_hex_dump()Gravatar Andy Shevchenko 1-8/+7
2015-09-11fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidGravatar Joe Perches 1-39/+31
2015-09-10seq_file: provide an analogue of print_hex_dump()Gravatar Andy Shevchenko 1-0/+42
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+14
2015-07-01Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-8/+11
2015-06-30fs: document seq_open()'s usage of file->private_dataGravatar Yann Droneaud 1-0/+2
2015-06-30fs: allocate structure unconditionally in seq_open()Gravatar Yann Droneaud 1-8/+9
2015-06-23vfs: add seq_file_path() helperGravatar Miklos Szeredi 1-0/+14
2015-06-03Btrfs: show subvol= and subvolid= in /proc/mountsGravatar Omar Sandoval 1-0/+1
2015-02-13bitmap, cpumask, nodemask: remove dedicated formatting functionsGravatar Tejun Heo 1-32/+0
2014-12-13fs, seq_file: fallback to vmalloc instead of oom kill processesGravatar David Rientjes 1-1/+5
2014-10-29seq_file: Rename seq_overflow() to seq_has_overflowed() and make publicGravatar Joe Perches 1-13/+2
2014-07-03fs/seq_file: fallback to vmalloc allocationGravatar Heiko Carstens 1-9/+21
2013-11-18seq_file: always clear m->count when we free m->bufGravatar Al Viro 1-1/+2
2013-11-15seq_file: introduce seq_setwidth() and seq_pad()Gravatar Tetsuo Handa 1-0/+15
2013-10-25seq_file: always update file->f_pos in seq_lseek()Gravatar Gu Zheng 1-0/+2
2013-07-08seq_file: add seq_list_*_percpu helpersGravatar Jeff Layton 1-0/+54
2013-04-09new helper: single_open_size()Gravatar Al Viro 1-0/+18
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-02-27fs/seq_file.c:seq_lseek(): fix switch statement indentingGravatar Andrew Morton 1-20/+20
2013-02-27seq-file: use SEEK_ macros instead of hardcoded numbersGravatar Cyrill Gorcunov 1-2/+2
2013-02-27more file_inode() open-coded instancesGravatar Al Viro 1-1/+1
2013-01-10seq_file: fix new kernel-doc warningsGravatar Randy Dunlap 1-1/+1
2012-12-17lseek: the "whence" argument is called "whence"Gravatar Andrew Morton 1-2/+2
2012-08-14userns: Make seq_file's user namespace accessibleGravatar Eric W. Biederman 1-0/+4
2012-06-11seq_file: Add seq_vprintf function and export itGravatar Steven Whitehouse 1-4/+14
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2012-03-23seq_file: add seq_set_overflow(), seq_overflow()Gravatar KAMEZAWA Hiroyuki 1-10/+26
2012-03-23procfs: speed up /proc/pid/stat, statmGravatar KAMEZAWA Hiroyuki 1-1/+20
2012-03-23procfs: add num_to_str() to speed up /proc/statGravatar KAMEZAWA Hiroyuki 1-0/+33
2012-03-21seq_file: fix mishandling of consecutive pread() invocations.Gravatar Earl Chew 1-13/+15