aboutsummaryrefslogtreecommitdiff
path: root/fs/seq_file.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-28fs: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2012-01-03constify seq_file stuffGravatar Al Viro 1-5/+5
2011-12-06fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIGravatar Al Viro 1-3/+3
2010-10-25fs: take dcache_lock inside __d_pathGravatar Christoph Hellwig 1-2/+0
2010-09-23fs/seq_file.c: Remove unnecessary casts of private_dataGravatar Joe Perches 1-3/+3
2010-03-07seq_file: fix new kernel-doc warningsGravatar Randy Dunlap 1-2/+2
2010-02-22seq_file: add RCU versions of new hlist/list iterators (v3)Gravatar stephen hemminger 1-0/+71
2010-02-10seq_file: Add helpers for iteration over a hlistGravatar Li Zefan 1-3/+56
2009-09-24vfs: seq_file: add helpers for data fillingGravatar Miklos Szeredi 1-36/+39
2009-09-24seq_file: return a negative error code when seq_path_root() fails.Gravatar Tetsuo Handa 1-0/+1
2009-06-18seq_file: add function to write binary dataGravatar Peter Oberparleiter 1-0/+20
2009-03-30cpumask: fix seq_bitmap_*() functions.Gravatar Rusty Russell 1-1/+1
2009-02-18seq_file: properly cope with preadGravatar Eric Biederman 1-4/+32
2009-02-05seq_file: fix big-enough lseek() + read()Gravatar Alexey Dobriyan 1-0/+1
2009-02-05seq_file: move traverse so it can be used from seq_readGravatar Eric Biederman 1-57/+57
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+2
2008-12-31expand some comments (d_path / seq_path)Gravatar Arjan van de Ven 1-2/+8
2008-12-30bitmap: fix seq_bitmap and seq_cpumask to take const pointerGravatar Rusty Russell 1-1/+2
2008-11-28vfs, seqfile: export mangle_path() generallyGravatar Ingo Molnar 1-1/+1
2008-11-23vfs, seqfile: fix comment style on mangle_pathGravatar Török Edwin 1-4/+4
2008-11-23vfs, seqfile: make mangle_path() globalGravatar Török Edwin 1-1/+13
2008-10-20seq_file: add seq_cpumask_list(), seq_nodemask_list()Gravatar Lai Jiangshan 1-0/+16
2008-10-20seq_file: don't call bitmap_scnprintf_len()Gravatar Lai Jiangshan 1-7/+8
2008-08-25[PATCH] deal with the first call of ->show() generating no outputGravatar Al Viro 1-2/+9
2008-08-12seq_file: add seq_cpumask(), seq_nodemask()Gravatar Alexey Dobriyan 1-0/+14
2008-04-23[patch 2/7] vfs: mountinfo: add seq_file_root()Gravatar Miklos Szeredi 1-0/+30
2008-04-23[patch 1/7] vfs: mountinfo: add dentry_path()Gravatar Ram Pai 1-16/+49
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+12
2008-04-22fs: use loff_t type instead of long longGravatar David Sterba 1-1/+1
2008-04-21[PATCH] teach seq_file to discard entriesGravatar Al Viro 1-4/+12
2008-02-14d_path: Make d_path() use a struct pathGravatar Jan Blunck 1-2/+1