aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/seq_file.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-07seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches1-2/+2
2016-04-14Make file credentials available to the seqfile interfacesLinus Torvalds1-9/+4
2015-09-11fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidJoe Perches1-9/+10
2015-09-10seq_file: provide an analogue of print_hex_dump()Andy Shevchenko1-0/+4
2015-09-04fs: create and use seq_show_option for escapingKees Cook1-0/+35
2015-06-23vfs: add seq_file_path() helperMiklos Szeredi1-0/+1
2015-02-13bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo1-25/+0
2014-10-29seq_file: Rename seq_overflow() to seq_has_overflowed() and make publicJoe Perches1-0/+15
2013-11-15seq_file: introduce seq_setwidth() and seq_pad()Tetsuo Handa1-0/+15
2013-07-08seq_file: add seq_list_*_percpu helpersJeff Layton1-0/+6
2013-04-09new helper: single_open_size()Al Viro1-0/+1
2012-08-14userns: Make seq_file's user namespace accessibleEric W. Biederman1-0/+14
2012-06-11seq_file: Add seq_vprintf function and export itSteven Whitehouse1-0/+1
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2012-03-23procfs: speed up /proc/pid/stat, statmKAMEZAWA Hiroyuki1-0/+2
2012-03-23procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki1-1/+2
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2012-01-03constify seq_file stuffAl Viro1-5/+5
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-2/+1
2011-07-20fs: seq_file - add event counter to simplify poll() supportKay Sievers1-0/+1
2010-02-22seq_file: add RCU versions of new hlist/list iterators (v3)stephen hemminger1-4/+11
2010-02-10seq_file: Add helpers for iteration over a hlistLi Zefan1-0/+11
2009-09-24vfs: seq_file: add helpers for data fillingMiklos Szeredi1-0/+38
2009-06-18seq_file: add function to write binary dataPeter Oberparleiter1-0/+1
2009-03-30cpumask: fix seq_bitmap_*() functions.Rusty Russell1-4/+5
2009-02-18seq_file: properly cope with preadEric Biederman1-0/+1
2008-12-30cpumask: Use nr_cpu_ids in seq_cpumaskRusty Russell1-1/+1
2008-12-30bitmap: fix seq_bitmap and seq_cpumask to take const pointerRusty Russell1-2/+3
2008-11-23vfs, seqfile: make mangle_path() globalTörök Edwin1-0/+1
2008-10-20seq_file: add seq_cpumask_list(), seq_nodemask_list()Lai Jiangshan1-0/+13
2008-08-12seq_file: add seq_cpumask(), seq_nodemask()Alexey Dobriyan1-0/+12
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day1-2/+0
2008-04-23[patch 2/7] vfs: mountinfo: add seq_file_root()Miklos Szeredi1-0/+2
2008-04-23[patch 1/7] vfs: mountinfo: add dentry_path()Ram Pai1-0/+2
2008-04-21[PATCH] teach seq_file to discard entriesAl Viro1-0/+2
2008-04-02[NETNS]: Do not include net/net_namespace.h from seq_file.hDenis V. Lunev1-22/+0
2008-03-27[NETNS]: Compile NET /proc support only if CONFIG_NET is set.Denis V. Lunev1-0/+2
2008-03-26[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-0/+7
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck1-3/+2
2008-01-28[NET]: Consolidate net namespace related proc files creation.Denis V. Lunev1-0/+13
2007-10-17Fix f_version type: should be u64 instead of unsigned longMathieu Desnoyers1-1/+1
2007-10-10[FS] seq_file: Introduce the seq_open_private()Pavel Emelyanov1-0/+2
2007-07-10Make common helpers for seq_files that work with list_headsPavel Emelianov1-0/+11
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationHelge Deller1-2/+2
2006-03-23[PATCH] sem2mutex: fs/seq_file.cIngo Molnar1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+54