summaryrefslogtreecommitdiffstats
path: root/fs/seq_file.c
AgeCommit message (Expand)AuthorLines
2012-08-14userns: Make seq_file's user namespace accessibleEric W. Biederman-0/+4
2012-06-11seq_file: Add seq_vprintf function and export itSteven Whitehouse-4/+14
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+1
2012-03-23seq_file: add seq_set_overflow(), seq_overflow()KAMEZAWA Hiroyuki-10/+26
2012-03-23procfs: speed up /proc/pid/stat, statmKAMEZAWA Hiroyuki-1/+20
2012-03-23procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki-0/+33
2012-03-21seq_file: fix mishandling of consecutive pread() invocations.Earl Chew-13/+15
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker-1/+1
2012-01-03constify seq_file stuffAl Viro-5/+5
2011-12-06fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro-3/+3
2010-10-25fs: take dcache_lock inside __d_pathChristoph Hellwig-2/+0
2010-09-23fs/seq_file.c: Remove unnecessary casts of private_dataJoe Perches-3/+3
2010-03-07seq_file: fix new kernel-doc warningsRandy Dunlap-2/+2
2010-02-22seq_file: add RCU versions of new hlist/list iterators (v3)stephen hemminger-0/+71
2010-02-10seq_file: Add helpers for iteration over a hlistLi Zefan-3/+56
2009-09-24vfs: seq_file: add helpers for data fillingMiklos Szeredi-36/+39
2009-09-24seq_file: return a negative error code when seq_path_root() fails.Tetsuo Handa-0/+1
2009-06-18seq_file: add function to write binary dataPeter Oberparleiter-0/+20
2009-03-30cpumask: fix seq_bitmap_*() functions.Rusty Russell-1/+1
2009-02-18seq_file: properly cope with preadEric Biederman-4/+32
2009-02-05seq_file: fix big-enough lseek() + read()Alexey Dobriyan-0/+1
2009-02-05seq_file: move traverse so it can be used from seq_readEric Biederman-57/+57
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+2
2008-12-31expand some comments (d_path / seq_path)Arjan van de Ven-2/+8
2008-12-30bitmap: fix seq_bitmap and seq_cpumask to take const pointerRusty Russell-1/+2
2008-11-28vfs, seqfile: export mangle_path() generallyIngo Molnar-1/+1
2008-11-23vfs, seqfile: fix comment style on mangle_pathTörök Edwin-4/+4
2008-11-23vfs, seqfile: make mangle_path() globalTörök Edwin-1/+13
2008-10-20seq_file: add seq_cpumask_list(), seq_nodemask_list()Lai Jiangshan-0/+16
2008-10-20seq_file: don't call bitmap_scnprintf_len()Lai Jiangshan-7/+8
2008-08-25[PATCH] deal with the first call of ->show() generating no outputAl Viro-2/+9
2008-08-12seq_file: add seq_cpumask(), seq_nodemask()Alexey Dobriyan-0/+14
2008-04-23[patch 2/7] vfs: mountinfo: add seq_file_root()Miklos Szeredi-0/+30
2008-04-23[patch 1/7] vfs: mountinfo: add dentry_path()Ram Pai-16/+49
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-4/+12
2008-04-22fs: use loff_t type instead of long longDavid Sterba-1/+1
2008-04-21[PATCH] teach seq_file to discard entriesAl Viro-4/+12
2008-02-14d_path: Make d_path() use a struct pathJan Blunck-2/+1
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck-4/+3
2007-10-10[FS] seq_file: Introduce the seq_open_private()Pavel Emelyanov-0/+33
2007-07-16seq_file: more atomicity in traverse()Alexey Dobriyan-6/+10
2007-07-16mutex_unlock() later in seq_lseek()Alexey Dobriyan-1/+1
2007-07-10Make common helpers for seq_files that work with list_headsPavel Emelianov-0/+34
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek-1/+1
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationHelge Deller-2/+2
2006-03-23[PATCH] sem2mutex: fs/seq_file.cIngo Molnar-5/+5
2005-11-07[PATCH] allow callers of seq_open do allocation themselvesAl Viro-4/+8
2005-05-01[PATCH] DocBook: fix some descriptionsMartin Waitz-2/+7
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+440