summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-10-08seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches5-136/+154
2016-08-27fs/seq_file: fix out-of-bounds readVegard Nossum1-1/+3
2016-04-14Make file credentials available to the seqfile interfacesLinus Torvalds2-12/+8
2015-11-07fs, seqfile: always allow oom killerGreg Thelen1-3/+8
2015-11-07seq_file: reuse string_escape_str()Andy Shevchenko1-19/+6
2015-11-07fs/seq_file: use seq_* helpers in seq_hex_dump()Andy Shevchenko1-8/+7
2015-09-11fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidJoe Perches4-50/+45
2015-09-10seq_file: provide an analogue of print_hex_dump()Andy Shevchenko2-0/+46
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds99-553/+784
2015-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds74-339/+894
2015-07-01fs: document seq_open()'s usage of file->private_dataYann Droneaud1-0/+2
2015-07-01fs: allocate structure unconditionally in seq_open()Yann Droneaud1-8/+9
2015-06-23vfs: add seq_file_path() helperMiklos Szeredi7-6/+21
2015-06-03Btrfs: show subvol= and subvolid= in /proc/mountsOmar Sandoval2-0/+5
2015-02-14bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo8-201/+7
2014-12-13fs, seq_file: fallback to vmalloc instead of oom kill processesDavid Rientjes1-1/+5
2014-10-30seq_file: Rename seq_overflow() to seq_has_overflowed() and make publicJoe Perches3-22/+30
2014-07-03fs/seq_file: fallback to vmalloc allocationHeiko Carstens1-9/+21
2013-11-19seq_file: always clear m->count when we free m->bufAl Viro1-1/+2
2013-11-15seq_file: introduce seq_setwidth() and seq_pad()Tetsuo Handa2-0/+30
2013-10-25seq_file: always update file->f_pos in seq_lseek()Gu Zheng1-0/+2
2013-07-08seq_file: add seq_list_*_percpu helpersJeff Layton2-0/+60
2013-04-09new helper: single_open_size()Al Viro2-0/+19
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds26-171/+108
2013-02-28fs/seq_file.c:seq_lseek(): fix switch statement indentingAndrew Morton1-20/+20
2013-02-28seq-file: use SEEK_ macros instead of hardcoded numbersCyrill Gorcunov1-2/+2
2013-02-27more file_inode() open-coded instancesAl Viro10-45/+38
2013-01-10seq_file: fix new kernel-doc warningsRandy Dunlap1-1/+1
2012-12-18lseek: the "whence" argument is called "whence"Andrew Morton26-116/+116
2012-08-15userns: Make seq_file's user namespace accessibleEric W. Biederman2-0/+18
2012-06-11seq_file: Add seq_vprintf function and export itSteven Whitehouse2-4/+15
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds100-100/+100
2012-03-23seq_file: add seq_set_overflow(), seq_overflow()KAMEZAWA Hiroyuki1-10/+26
2012-03-23procfs: speed up /proc/pid/stat, statmKAMEZAWA Hiroyuki3-56/+86
2012-03-23procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki5-29/+84
2012-03-22seq_file: fix mishandling of consecutive pread() invocations.Earl Chew1-13/+15
2012-02-29fs: reduce the use of module.h wherever possiblePaul Gortmaker32-32/+30
2012-01-04constify seq_file stuffAl Viro2-10/+10
2011-12-07fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro7-69/+100
2010-10-26fs: take dcache_lock inside __d_pathChristoph Hellwig4-8/+4
2010-09-23fs/seq_file.c: Remove unnecessary casts of private_dataJoe Perches1-3/+3
2010-03-07seq_file: fix new kernel-doc warningsRandy Dunlap1-2/+2
2010-02-22seq_file: add RCU versions of new hlist/list iterators (v3)stephen hemminger3-4/+87
2010-02-10seq_file: Add helpers for iteration over a hlistLi Zefan2-3/+67
2009-09-24vfs: seq_file: add helpers for data fillingMiklos Szeredi2-36/+77
2009-09-24seq_file: return a negative error code when seq_path_root() fails.Tetsuo Handa1-0/+1
2009-06-18seq_file: add function to write binary dataPeter Oberparleiter2-0/+21
2009-03-30cpumask: fix seq_bitmap_*() functions.Rusty Russell2-5/+6
2009-02-18seq_file: properly cope with preadEric Biederman2-4/+33
2009-02-05seq_file: fix big-enough lseek() + read()Alexey Dobriyan1-0/+1
[next]