aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/root.c
Commit message (Expand)AuthorAgeFilesLines
* fix leak in proc_set_super()Al Viro2011-06-121-5/+6
* procfs: kill the global proc_mnt variableOleg Nesterov2011-03-231-3/+4
* pidns: call pid_ns_prepare_proc() from create_pid_namespace()Eric W. Biederman2011-03-231-18/+7
* switch procfs to ->mount()Al Viro2010-10-291-7/+6
* setting ->proc_mnt doesn't belong in proc_get_sb()Al Viro2010-10-291-1/+2
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* proc: cleanup: remove unused assignmentsDan Carpenter2010-05-271-1/+0
* some clean up in fs/procHelight.Xu2010-03-031-6/+0
* Convert obvious places to deactivate_locked_super()Al Viro2009-05-091-2/+1
* vfs: simple_set_mnt() should return voidSukadev Bhattiprolu2009-03-271-1/+2
* proc: stop using BKLAlexey Dobriyan2009-01-051-7/+1
* proc: remove fs/proc/proc_misc.cAlexey Dobriyan2008-10-231-1/+1
* proc: proc_init_inodecache() can't failAlexey Dobriyan2008-10-231-3/+3
* proc: introduce proc_create_data to setup de->dataDenis V. Lunev2008-04-291-1/+1
* proc: remove proc_root from driversAlexey Dobriyan2008-04-291-1/+0
* proc: remove proc_root_driverAlexey Dobriyan2008-04-291-4/+1
* proc: remove proc_root_fsAlexey Dobriyan2008-04-291-3/+2
* proc: remove proc_busAlexey Dobriyan2008-04-291-3/+2
* proc: fix ->open'less usage due to ->proc_fops flipAlexey Dobriyan2008-02-081-0/+1
* proc: fix proc_dir_entry refcountingAlexey Dobriyan2007-12-051-0/+1
* proc: fix NULL ->i_fop oopsAlexey Dobriyan2007-11-291-1/+1
* proc: fix proc_kill_inodes to kill dentries on all proc superblocksEric W. Biederman2007-11-141-1/+1
* pid namespaces: initialize the namespace's proc_mntPavel Emelyanov2007-10-191-0/+16
* pid namespaces: make proc have multiple superblocks - one for each namespacePavel Emelyanov2007-10-191-4/+63
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-5/+3
* [PATCH] proc: fix linkage with CONFIG_SYSCTL=y, CONFIG_PROC_SYSCTL=nAndrew Morton2007-04-021-2/+0
* [PATCH] sysctl: reimplement the sysctl proc supportEric W. Biederman2007-02-141-7/+3
* [PATCH] sysctl: create sys/fs/binfmt_misc as an ordinary sysctl entryEric W. Biederman2007-02-141-4/+0
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-121-1/+1
* [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-121-1/+1
* [PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro2006-12-041-0/+1
* [PATCH] proc: give the root directory a taskEric W. Biederman2006-10-021-0/+12
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-3/+3
* [PATCH] fix handling of st_nlink on procfs rootAl Viro2006-02-181-8/+9
* [PATCH] fs/proc/: function prototypes belong in header filesAdrian Bunk2006-01-081-1/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+161