summaryrefslogtreecommitdiffstats
path: root/fs/mount.h
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-2/+2
|\
| * randstruct: Mark various structs for randomizationKees Cook2017-06-301-2/+2
* | mnt: In propgate_umount handle visiting mounts in any orderEric W. Biederman2017-05-231-1/+1
* | mnt: In umount propagation reparent in a separate passEric W. Biederman2017-05-231-0/+1
|/
* fsnotify: Free fsnotify_mark_connector when there is no mark attachedJan Kara2017-04-101-1/+1
* fsnotify: Move mark list head from object into dedicated structureJan Kara2017-04-101-1/+1
* mnt: Tuck mounts under others instead of creating shadow/side mounts.Eric W. Biederman2017-02-041-1/+0
* vfs: add path_is_mountpoint() helperIan Kent2016-12-031-0/+6
* mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman2016-09-301-0/+2
* mntns: Add a limit on the number of mount namespaces.Eric W. Biederman2016-08-311-0/+1
* fs: use seq_open_private() for proc_mountsYann Droneaud2015-06-301-3/+0
* new helper: __legitimize_mnt()Al Viro2015-05-111-0/+1
* switch the IO-triggering parts of umount to fs_pinAl Viro2015-01-251-1/+3
* common object embedded into various struct ....nsAl Viro2014-12-041-1/+2
* vfs: Add a function to lazily unmount all mounts from any dentry.Eric W. Biederman2014-10-091-0/+9
* vfs: Keep a list of mounts on a mount pointEric W. Biederman2014-10-091-0/+2
* vfs: Don't allow overwriting mounts in the current mount namespaceEric W. Biederman2014-10-091-0/+9
* delayed mntputAl Viro2014-10-091-1/+4
* death to mnt_pinnedAl Viro2014-08-071-1/+0
* acct: get rid of acct_listAl Viro2014-08-071-0/+1
* reduce m_start() cost...Al Viro2014-04-011-1/+4
* switch mnt_hash to hlistAl Viro2014-03-301-1/+1
* resizable namespace.c hashesAl Viro2014-03-301-1/+1
* vfs: Is mounted should be testing mnt_ns for NULL or error.Eric W. Biederman2014-01-261-1/+1
* RCU'd vfsmountsAl Viro2013-11-091-4/+6
* split __lookup_mnt() in two functionsAl Viro2013-10-241-1/+2
* new helpers: lock_mount_hash/unlock_mount_hashAl Viro2013-10-241-0/+13
* namespace.c: get rid of mnt_ghostsAl Viro2013-10-241-1/+1
* get rid of full-hash scan on detaching vfsmountsAl Viro2013-04-091-0/+7
* proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2012-11-201-0/+1
* vfs: Add a user namespace reference from struct mnt_namespaceEric W. Biederman2012-11-191-0/+1
* vfs: Add setns support for the mount namespaceEric W. Biederman2012-11-191-0/+1
* get rid of magic in proc_namespace.cAl Viro2012-07-141-1/+3
* get rid of ->mnt_longtermAl Viro2012-07-141-1/+8
* vfs: keep list of mounts for each superblockMiklos Szeredi2012-01-061-0/+1
* switch mnt_namespace ->root to struct mountAl Viro2012-01-031-1/+1
* vfs: take /proc/*/mounts and friends to fs/proc_namespace.cAl Viro2012-01-031-0/+24
* vfs: move fsnotify junk to struct mountAl Viro2012-01-031-1/+4
* vfs: move mnt_devnameAl Viro2012-01-031-1/+2
* vfs: move mnt_list to struct mountAl Viro2012-01-031-1/+2
* vfs: move the rest of int fields to struct mountAl Viro2012-01-031-0/+3
* vfs: mnt_id/mnt_group_id movedAl Viro2012-01-031-0/+2
* vfs: mnt_ns moved to struct mountAl Viro2012-01-031-0/+1
* vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mountAl Viro2012-01-031-1/+5
* vfs: and now we can make ->mnt_master point to struct mountAl Viro2012-01-031-1/+1
* vfs: take mnt_master to struct mountAl Viro2012-01-031-0/+2
* vfs: take mnt_child/mnt_mounts to struct mountAl Viro2012-01-031-0/+2
* vfs: all counters taken to struct mountAl Viro2012-01-031-0/+12
* vfs: move mnt_mountpoint to struct mountAl Viro2012-01-031-0/+1
OpenPOWER on IntegriCloud