aboutsummaryrefslogtreecommitdiff
path: root/include/linux/seq_file.h
AgeCommit message (Expand)AuthorFilesLines
2013-11-15seq_file: introduce seq_setwidth() and seq_pad()Gravatar Tetsuo Handa 1-0/+15
2013-07-08seq_file: add seq_list_*_percpu helpersGravatar Jeff Layton 1-0/+6
2013-04-09new helper: single_open_size()Gravatar Al Viro 1-0/+1
2012-08-14userns: Make seq_file's user namespace accessibleGravatar Eric W. Biederman 1-0/+14
2012-06-11seq_file: Add seq_vprintf function and export itGravatar Steven Whitehouse 1-0/+1
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Gravatar Linus Torvalds 1-0/+1
2012-03-23procfs: speed up /proc/pid/stat, statmGravatar KAMEZAWA Hiroyuki 1-0/+2
2012-03-23procfs: add num_to_str() to speed up /proc/statGravatar KAMEZAWA Hiroyuki 1-1/+2
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hGravatar Paul Gortmaker 1-0/+1
2012-01-03constify seq_file stuffGravatar Al Viro 1-5/+5
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Gravatar Joe Perches 1-2/+1
2011-07-20fs: seq_file - add event counter to simplify poll() supportGravatar Kay Sievers 1-0/+1
2010-02-22seq_file: add RCU versions of new hlist/list iterators (v3)Gravatar stephen hemminger 1-4/+11
2010-02-10seq_file: Add helpers for iteration over a hlistGravatar Li Zefan 1-0/+11
2009-09-24vfs: seq_file: add helpers for data fillingGravatar Miklos Szeredi 1-0/+38
2009-06-18seq_file: add function to write binary dataGravatar Peter Oberparleiter 1-0/+1
2009-03-30cpumask: fix seq_bitmap_*() functions.Gravatar Rusty Russell 1-4/+5
2009-02-18seq_file: properly cope with preadGravatar Eric Biederman 1-0/+1
2008-12-30cpumask: Use nr_cpu_ids in seq_cpumaskGravatar Rusty Russell 1-1/+1
2008-12-30bitmap: fix seq_bitmap and seq_cpumask to take const pointerGravatar Rusty Russell 1-2/+3
2008-11-23vfs, seqfile: make mangle_path() globalGravatar Török Edwin 1-0/+1
2008-10-20seq_file: add seq_cpumask_list(), seq_nodemask_list()Gravatar Lai Jiangshan 1-0/+13
2008-08-12seq_file: add seq_cpumask(), seq_nodemask()Gravatar Alexey Dobriyan 1-0/+12
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersGravatar Robert P. J. Day 1-2/+0
2008-04-23[patch 2/7] vfs: mountinfo: add seq_file_root()Gravatar Miklos Szeredi 1-0/+2
2008-04-23[patch 1/7] vfs: mountinfo: add dentry_path()Gravatar Ram Pai 1-0/+2
2008-04-21[PATCH] teach seq_file to discard entriesGravatar Al Viro 1-0/+2
2008-04-02[NETNS]: Do not include net/net_namespace.h from seq_file.hGravatar Denis V. Lunev 1-22/+0
2008-03-27[NETNS]: Compile NET /proc support only if CONFIG_NET is set.Gravatar Denis V. Lunev 1-0/+2
2008-03-26[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.Gravatar YOSHIFUJI Hideaki 1-0/+7
2008-02-14d_path: Make seq_path() use a struct path argumentGravatar Jan Blunck 1-3/+2
2008-01-28[NET]: Consolidate net namespace related proc files creation.Gravatar Denis V. Lunev 1-0/+13
2007-10-17Fix f_version type: should be u64 instead of unsigned longGravatar Mathieu Desnoyers 1-1/+1
2007-10-10[FS] seq_file: Introduce the seq_open_private()Gravatar Pavel Emelyanov 1-0/+2
2007-07-10Make common helpers for seq_files that work with list_headsGravatar Pavel Emelianov 1-0/+11
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationGravatar Helge Deller 1-2/+2
2006-03-23[PATCH] sem2mutex: fs/seq_file.cGravatar Ingo Molnar 1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+54