summaryrefslogtreecommitdiffstats
path: root/fs/proc/root.c
Commit message (Expand)AuthorAgeFilesLines
...
* pidns: Use task_active_pid_ns where appropriateEric W. Biederman2012-11-191-1/+1
* procfs: Don't cache a pid in the root inode.Eric W. Biederman2012-11-191-8/+0Star
* procfs: Use the proc generic infrastructure for proc/self.Eric W. Biederman2012-11-191-0/+1
* fs/proc/root.c: use NULL instead of 0 for pointerSachin Kamat2012-10-051-1/+1
* VFS: Pass mount flags to sget()David Howells2012-07-141-2/+1Star
* stop passing nameidata to ->lookup()Al Viro2012-07-141-4/+3Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-241-1/+1
|\
| * userns: Convert proc to use kuid/kgid where appropriateEric W. Biederman2012-05-151-1/+1
* | proc: fix mount -t proc -o AAAVasiliy Kulikov2012-04-061-4/+5
|/
* procfs: add hidepid= and gid= mount optionsVasiliy Kulikov2012-01-111-3/+18
* procfs: parse mount optionsVasiliy Kulikov2012-01-111-2/+53
* procfs: fix a vfsmount longterm reference leakAl Viro2011-12-091-5/+3Star
* proc: make struct proc_dir_entry::name a terminal array rather than a pointerDavid Howells2011-07-271-1/+1
* fix leak in proc_set_super()Al Viro2011-06-121-5/+6
* procfs: kill the global proc_mnt variableOleg Nesterov2011-03-241-3/+4
* pidns: call pid_ns_prepare_proc() from create_pid_namespace()Eric W. Biederman2011-03-241-18/+7Star
* switch procfs to ->mount()Al Viro2010-10-291-7/+6Star
* 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/+0Star
* some clean up in fs/procHelight.Xu2010-03-031-6/+0Star
* Convert obvious places to deactivate_locked_super()Al Viro2009-05-091-2/+1Star
* vfs: simple_set_mnt() should return voidSukadev Bhattiprolu2009-03-271-1/+2
* proc: stop using BKLAlexey Dobriyan2009-01-051-7/+1Star
* 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/+0Star
* proc: remove proc_root_driverAlexey Dobriyan2008-04-291-4/+1Star
* proc: remove proc_root_fsAlexey Dobriyan2008-04-291-3/+2Star
* proc: remove proc_busAlexey Dobriyan2008-04-291-3/+2Star
* 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-151-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-111-5/+3Star
* [PATCH] proc: fix linkage with CONFIG_SYSCTL=y, CONFIG_PROC_SYSCTL=nAndrew Morton2007-04-021-2/+0Star
* [PATCH] sysctl: reimplement the sysctl proc supportEric W. Biederman2007-02-141-7/+3Star
* [PATCH] sysctl: create sys/fs/binfmt_misc as an ordinary sysctl entryEric W. Biederman2007-02-141-4/+0Star
* [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/+0Star
* [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-091-1/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+161