aboutsummaryrefslogtreecommitdiff
path: root/fs/seq_file.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-20seq_file: add seq_cpumask_list(), seq_nodemask_list()Gravatar Lai Jiangshan 1-0/+16
2008-10-20seq_file: don't call bitmap_scnprintf_len()Gravatar Lai Jiangshan 1-7/+8
2008-08-25[PATCH] deal with the first call of ->show() generating no outputGravatar Al Viro 1-2/+9
2008-08-12seq_file: add seq_cpumask(), seq_nodemask()Gravatar Alexey Dobriyan 1-0/+14
2008-04-23[patch 2/7] vfs: mountinfo: add seq_file_root()Gravatar Miklos Szeredi 1-0/+30
2008-04-23[patch 1/7] vfs: mountinfo: add dentry_path()Gravatar Ram Pai 1-16/+49
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+12
2008-04-22fs: use loff_t type instead of long longGravatar David Sterba 1-1/+1
2008-04-21[PATCH] teach seq_file to discard entriesGravatar Al Viro 1-4/+12
2008-02-14d_path: Make d_path() use a struct pathGravatar Jan Blunck 1-2/+1
2008-02-14d_path: Make seq_path() use a struct path argumentGravatar Jan Blunck 1-4/+3
2007-10-10[FS] seq_file: Introduce the seq_open_private()Gravatar Pavel Emelyanov 1-0/+33
2007-07-16seq_file: more atomicity in traverse()Gravatar Alexey Dobriyan 1-6/+10
2007-07-16mutex_unlock() later in seq_lseek()Gravatar Alexey Dobriyan 1-1/+1
2007-07-10Make common helpers for seq_files that work with list_headsGravatar Pavel Emelianov 1-0/+34
2006-12-08[PATCH] VFS: change struct file to use struct pathGravatar Josef "Jeff" Sipek 1-1/+1
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-5/+5
2005-11-07[PATCH] allow callers of seq_open do allocation themselvesGravatar Al Viro 1-4/+8
2005-05-01[PATCH] DocBook: fix some descriptionsGravatar Martin Waitz 1-2/+7
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+440