summaryrefslogtreecommitdiffstats
path: root/include/linux/seq_file.h
Commit message (Expand)AuthorAgeFilesLines
* new helper: single_open_size()Al Viro2013-04-091-0/+1
* userns: Make seq_file's user namespace accessibleEric W. Biederman2012-08-141-0/+14
* seq_file: Add seq_vprintf function and export itSteven Whitehouse2012-06-111-0/+1
* Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-241-0/+1
|\
| * BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-041-0/+1
* | procfs: speed up /proc/pid/stat, statmKAMEZAWA Hiroyuki2012-03-231-0/+2
* | procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki2012-03-231-1/+2
|/
* constify seq_file stuffAl Viro2012-01-031-5/+5
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-2/+1
* fs: seq_file - add event counter to simplify poll() supportKay Sievers2011-07-201-0/+1
* seq_file: add RCU versions of new hlist/list iterators (v3)stephen hemminger2010-02-221-4/+11
* seq_file: Add helpers for iteration over a hlistLi Zefan2010-02-101-0/+11
* vfs: seq_file: add helpers for data fillingMiklos Szeredi2009-09-241-0/+38
* seq_file: add function to write binary dataPeter Oberparleiter2009-06-181-0/+1
* cpumask: fix seq_bitmap_*() functions.Rusty Russell2009-03-301-4/+5
* seq_file: properly cope with preadEric Biederman2009-02-181-0/+1
* cpumask: Use nr_cpu_ids in seq_cpumaskRusty Russell2008-12-301-1/+1
* bitmap: fix seq_bitmap and seq_cpumask to take const pointerRusty Russell2008-12-301-2/+3
* vfs, seqfile: make mangle_path() globalTörök Edwin2008-11-231-0/+1
* seq_file: add seq_cpumask_list(), seq_nodemask_list()Lai Jiangshan2008-10-201-0/+13
* seq_file: add seq_cpumask(), seq_nodemask()Alexey Dobriyan2008-08-121-0/+12
* Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day2008-04-301-2/+0
* [patch 2/7] vfs: mountinfo: add seq_file_root()Miklos Szeredi2008-04-231-0/+2
* [patch 1/7] vfs: mountinfo: add dentry_path()Ram Pai2008-04-231-0/+2
* [PATCH] teach seq_file to discard entriesAl Viro2008-04-211-0/+2
* [NETNS]: Do not include net/net_namespace.h from seq_file.hDenis V. Lunev2008-04-021-22/+0
* [NETNS]: Compile NET /proc support only if CONFIG_NET is set.Denis V. Lunev2008-03-271-0/+2
* [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-0/+7
* d_path: Make seq_path() use a struct path argumentJan Blunck2008-02-141-3/+2
* [NET]: Consolidate net namespace related proc files creation.Denis V. Lunev2008-01-281-0/+13
* Fix f_version type: should be u64 instead of unsigned longMathieu Desnoyers2007-10-171-1/+1
* [FS] seq_file: Introduce the seq_open_private()Pavel Emelyanov2007-10-101-0/+2
* Make common helpers for seq_files that work with list_headsPavel Emelianov2007-07-101-0/+11
* [PATCH] struct seq_operations and struct file_operations constificationHelge Deller2006-12-071-2/+2
* [PATCH] sem2mutex: fs/seq_file.cIngo Molnar2006-03-231-2/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+54