Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-04vfs: spread struct mount - mnt_has_parentAl Viro
2012-01-04vfs: spread struct mount - do_umount/propagate_mount_busyAl Viro
2012-01-04vfs: spread struct mount mnt_set_mountpoint child argumentAl Viro
2012-01-04vfs: spread struct mount - clone_mnt/copy_tree argumentAl Viro
2012-01-04vfs: spread struct mount - shrink_submounts/select_submountsAl Viro
2012-01-04vfs: spread struct mount - umount_tree argumentAl Viro
2012-01-04vfs: the first spoils - mnt_hash movedAl Viro
2012-01-04vfs: spread struct mount to remaining users of ->mnt_hashAl Viro
2012-01-04vfs: spread struct mount - clone_mnt/copy_tree resultAl Viro
2012-01-04vfs: spread struct mount - change_mnt_propagation/set_mnt_sharedAl Viro
2012-01-04vfs: spread struct mount - alloc_vfsmnt/free_vfsmnt/mnt_alloc_id/mnt_free_idAl Viro
2012-01-04vfs: spread struct mount - tree_contains_unbindableAl Viro
2012-01-04vfs: spread struct mount - attach_recursive_mntAl Viro
2012-01-04vfs: spread struct mount - mount group id handlingAl Viro
2012-01-04vfs: spread struct mount - commit_treeAl Viro
2012-01-04vfs: spread struct mount - attach_mnt/detach_mntAl Viro
2012-01-04vfs: spread struct mount - namespace.c internal iteratorsAl Viro
2012-01-04vfs: spread struct mount - __lookup_mnt() resultAl Viro
2012-01-04vfs: start hiding vfsmount guts seriesAl Viro
2012-01-04vfs: mnt_drop_write_file()Al Viro
2012-01-04vfs: make do_kern_mount() staticAl Viro
2012-01-04vfs: dentry_reset_mounted() doesn't use vfsmount argumentAl Viro
2012-01-04unexport put_mnt_ns(), make create_mnt_ns() static outrightAl Viro
2012-01-04vfs: more mnt_parent cleanupsAl Viro
2012-01-04vfs: new internal helper: mnt_has_parent(mnt)Al Viro
2012-01-04vfs: kill pointless helpers in namespace.cAl Viro
2011-12-07fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro
2011-11-22mount_subtree() pointless use-after-freeAl Viro
2011-11-17new helper: mount_subtree()Al Viro
2011-11-17switch create_mnt_ns() to saner calling conventions, fix double mntput() in nfsAl Viro
2011-11-13Merge branch 'master' into for-nextJiri Kosina
2011-10-29namespace: mnt_want_write: Remove unused label 'out'Kautuk Consul
2011-10-28vfs: add "device" tag to /proc/self/mountstatsBryan Schumaker
2011-09-27VFS: Fix the remaining automounter semantics regressionsTrond Myklebust
2011-07-24VFS : mount lock scalability for internal mountsTim Chen
2011-07-21fs: seq_file - add event counter to simplify poll() supportKay Sievers
2011-05-26fs/namespace.c: bound mount propagation fixRoman Borisov
2011-04-13Revert "vfs: Export file system uuid via /proc/<pid>/mountinfo"Linus Torvalds
2011-03-23fs: use appropriate printk priority levelsMandeep Singh Baines
2011-03-18change the locking order for namespace_semAl Viro
2011-03-18fix deadlock in pivot_root()Al Viro
2011-03-18vfs: split off vfsmount-related parts of vfs_kern_mount()Al Viro
2011-03-18kill simple_set_mnt()Al Viro
2011-03-17Merge branch 'mnt_devname' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2011-03-16vfs: new superblock methods to override /proc/*/mount{s,info}Al Viro
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2011-03-15vfs: Export file system uuid via /proc/<pid>/mountinfoAneesh Kumar K.V
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris
2011-03-04LSM: Pass -o remount options to the LSMEric Paris
2011-02-24Unlock vfsmount_lock in do_umountJ. R. Okajima