aboutsummaryrefslogtreecommitdiffstats
path: root/fs/seq_file.c
AgeCommit message (Expand)Author
2016-04-14Make file credentials available to the seqfile interfacesLinus Torvalds
2015-11-06fs, seqfile: always allow oom killerGreg Thelen
2015-11-06seq_file: reuse string_escape_str()Andy Shevchenko
2015-11-06fs/seq_file: use seq_* helpers in seq_hex_dump()Andy Shevchenko
2015-09-11fs/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-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-07-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-06-30fs: document seq_open()'s usage of file->private_dataYann Droneaud
2015-06-30fs: allocate structure unconditionally in seq_open()Yann Droneaud
2015-06-23vfs: add seq_file_path() helperMiklos Szeredi
2015-06-03Btrfs: show subvol= and subvolid= in /proc/mountsOmar Sandoval
2015-02-13bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo
2014-12-13fs, seq_file: fallback to vmalloc instead of oom kill processesDavid Rientjes
2014-10-29seq_file: Rename seq_overflow() to seq_has_overflowed() and make publicJoe Perches
2014-07-03fs/seq_file: fallback to vmalloc allocationHeiko Carstens
2013-11-18seq_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-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-27fs/seq_file.c:seq_lseek(): fix switch statement indentingAndrew Morton
2013-02-27seq-file: use SEEK_ macros instead of hardcoded numbersCyrill Gorcunov
2013-02-27more file_inode() open-coded instancesAl Viro
2013-01-10seq_file: fix new kernel-doc warningsRandy Dunlap
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton
2012-08-14userns: Make seq_file's user namespace accessibleEric W. Biederman
2012-06-11seq_file: Add seq_vprintf function and export itSteven Whitehouse
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2012-03-23seq_file: add seq_set_overflow(), seq_overflow()KAMEZAWA Hiroyuki
2012-03-23procfs: speed up /proc/pid/stat, statmKAMEZAWA Hiroyuki
2012-03-23procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki
2012-03-21seq_file: fix mishandling of consecutive pread() invocations.Earl Chew
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker
2012-01-03constify seq_file stuffAl Viro
2011-12-06fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro
2010-10-25fs: take dcache_lock inside __d_pathChristoph Hellwig
2010-09-23fs/seq_file.c: Remove unnecessary casts of private_dataJoe Perches
2010-03-07seq_file: fix new kernel-doc warningsRandy Dunlap
2010-02-22seq_file: add RCU versions of new hlist/list iterators (v3)stephen hemminger
2010-02-10seq_file: Add helpers for iteration over a hlistLi Zefan
2009-09-24vfs: seq_file: add helpers for data fillingMiklos Szeredi
2009-09-24seq_file: return a negative error code when seq_path_root() fails.Tetsuo Handa
2009-06-18seq_file: add function to write binary dataPeter Oberparleiter
2009-03-30cpumask: fix seq_bitmap_*() functions.Rusty Russell
2009-02-18seq_file: properly cope with preadEric Biederman
2009-02-05seq_file: fix big-enough lseek() + read()Alexey Dobriyan
2009-02-05seq_file: move traverse so it can be used from seq_readEric Biederman
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds