summaryrefslogtreecommitdiffstats
path: root/fs/mount.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* vfs: now it can be done - make mnt_parent point to struct mountAl Viro2012-01-031-2/+2
* vfs: mnt_parent moved to struct mountAl Viro2012-01-031-1/+2
* vfs: spread struct mount - mnt_has_parentAl Viro2012-01-031-2/+2
* vfs: the first spoils - mnt_hash movedAl Viro2012-01-031-0/+1
* vfs: spread struct mount - __lookup_mnt() resultAl Viro2012-01-031-0/+2
* vfs: start hiding vfsmount guts seriesAl Viro2012-01-031-0/+9
* vfs: new internal helper: mnt_has_parent(mnt)Al Viro2012-01-031-0/+6
OpenPOWER on IntegriCloud