aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/seq_file.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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