aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-24autofs4: make freeing sbi rcu-delayedAl Viro2-9/+5
2013-10-24adfs: delayed freeing of sbiAl Viro2-5/+7
2013-10-24hpfs: make freeing sbi and codetables rcu-delayedAl Viro2-14/+15
2013-10-24make freeing super_block rcu-delayedAl Viro1-1/+1
2013-10-24vfs: introduce d_instantiate_no_diralias()Miklos Szeredi4-40/+32
2013-10-24move taking vfsmount_lock down into prepend_path()Al Viro1-9/+2
2013-10-24split __lookup_mnt() in two functionsAl Viro4-25/+30
2013-10-24uninline destroy_super(), consolidate alloc_super()Al Viro1-120/+86
2013-10-24isofs: don't pass dentry to isofs_hash{i,}_common()Al Viro1-6/+6
2013-10-24new helpers: lock_mount_hash/unlock_mount_hashAl Viro5-54/+64
2013-10-24don't bother with vfsmount_lock in mounts_poll()Al Viro1-4/+4
2013-10-24namespace.c: get rid of mnt_ghostsAl Viro3-18/+9
2013-10-24fold dup_mnt_ns() into its only surviving callerAl Viro1-30/+18
2013-10-24mnt_set_expiry() doesn't need vfsmount_lockAl Viro1-2/+0
2013-10-24finish_automount() doesn't need vfsmount_lock for removal from expiry listAl Viro1-2/+0
2013-10-24fs/namespace.c: bury long-dead defineAl Viro1-2/+0
2013-10-24fold mntfree() into mntput_no_expire()Al Viro1-23/+16
2013-10-24do_remount(): pull touch_mnt_namespace() upAl Viro1-5/+1
2013-10-24dup_mnt_ns(): get rid of pointless grabbing of vfsmount_lockAl Viro1-2/+0
2013-10-24fs_is_visible only needs namespace_sem held sharedAl Viro1-2/+2
2013-10-24initialize namespace_sem staticallyAl Viro1-3/+1
2013-10-24file->f_op is never NULL...Al Viro23-87/+67
2013-10-24consolidate the reassignments of ->f_op in ->open() instancesAl Viro1-2/+4
2013-10-24put_mnt_ns(): use drop_collected_mounts()Al Viro1-5/+1
2013-10-24ncpfs: switch to %p[dD]Al Viro2-43/+24
2013-10-24ubifs: switch to %pdAl Viro3-34/+29
2013-10-24nfsd: switch to %p[dD]Al Viro5-37/+31
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro11-186/+119
2013-10-24befs: split symlink iops in two - for short and long symlinks resp.Al Viro1-30/+31
2013-10-24new helper: kfree_put_link()Al Viro7-38/+14
2013-10-24libfs: get exports to definitions of objects being exported...Al Viro1-35/+34
2013-10-24ecryptfs: ->lower_path.dentry is never NULLAl Viro1-2/+1
2013-10-24ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro3-18/+3
2013-10-24ecryptfs: don't leave RCU pathwalk immediatelyAl Viro2-15/+20
2013-10-24ecryptfs: check DCACHE_OP_REVALIDATE instead of ->d_opAl Viro1-1/+1
2013-10-249p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFSAl Viro4-12/+12
2013-10-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds6-17/+39
2013-10-05btrfs: Fix crash due to not allocating integrity data for a biosetDarrick J. Wong1-0/+8
2013-10-05Merge branch 'for-linus' into for-linus-3.12Chris Mason6-17/+31
2013-10-04Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-115/+74
2013-10-04Merge tag 'xfs-for-linus-v3.12-rc4' of git://oss.sgi.com/xfs/xfsLinus Torvalds6-42/+45
2013-10-04Btrfs: fix a use-after-free bug in btrfs_dev_replace_finishingIlya Dryomov2-5/+7
2013-10-04Btrfs: eliminate races in worker stopping codeIlya Dryomov2-6/+21
2013-10-04Btrfs: fix crash of compressed writesLiu Bo1-1/+1
2013-10-04Btrfs: fix transid verify errors when recovering log treeJosef Bacik1-5/+2
2013-10-04xfs: Use kmem_free() instead of free()Thierry Reding1-1/+1
2013-10-04xfs: fix memory leak in xlog_recover_add_to_transtinguely@sgi.com1-0/+1
2013-10-04xfs: dirent dtype presence is dependent on directory magic numbersDave Chinner4-39/+28
2013-10-04xfs: lockdep needs to know about 3 dquot-deep nestingDave Chinner1-3/+16
2013-10-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds3-13/+32