summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-11-09RCU'd vfsmountsAl Viro
2013-11-09switch shrink_dcache_for_umount() to use of d_walk()Al Viro
2013-10-24fuse: rcu-delay freeing fuse_connAl Viro
2013-10-24ncpfs: rcu-delay unload_nls() and freeing ncp_serverAl Viro
2013-10-24fat: rcu-delay unloading nls and freeing sbiAl Viro
2013-10-24cifs: rcu-delay unload_nls() and freeing sbiAl Viro
2013-10-24autofs4: make freeing sbi rcu-delayedAl Viro
2013-10-24adfs: delayed freeing of sbiAl Viro
2013-10-24hpfs: make freeing sbi and codetables rcu-delayedAl Viro
2013-10-24make freeing super_block rcu-delayedAl Viro
2013-10-24vfs: introduce d_instantiate_no_diralias()Miklos Szeredi
2013-10-24move taking vfsmount_lock down into prepend_path()Al Viro
2013-10-24split __lookup_mnt() in two functionsAl Viro
2013-10-24uninline destroy_super(), consolidate alloc_super()Al Viro
2013-10-24isofs: don't pass dentry to isofs_hash{i,}_common()Al Viro
2013-10-24new helpers: lock_mount_hash/unlock_mount_hashAl Viro
2013-10-24don't bother with vfsmount_lock in mounts_poll()Al Viro
2013-10-24namespace.c: get rid of mnt_ghostsAl Viro
2013-10-24fold dup_mnt_ns() into its only surviving callerAl Viro
2013-10-24mnt_set_expiry() doesn't need vfsmount_lockAl Viro
2013-10-24finish_automount() doesn't need vfsmount_lock for removal from expiry listAl Viro
2013-10-24fs/namespace.c: bury long-dead defineAl Viro
2013-10-24fold mntfree() into mntput_no_expire()Al Viro
2013-10-24do_remount(): pull touch_mnt_namespace() upAl Viro
2013-10-24dup_mnt_ns(): get rid of pointless grabbing of vfsmount_lockAl Viro
2013-10-24fs_is_visible only needs namespace_sem held sharedAl Viro
2013-10-24initialize namespace_sem staticallyAl Viro
2013-10-24file->f_op is never NULL...Al Viro
2013-10-24consolidate the reassignments of ->f_op in ->open() instancesAl Viro
2013-10-24put_mnt_ns(): use drop_collected_mounts()Al Viro
2013-10-24ncpfs: switch to %p[dD]Al Viro
2013-10-24ubifs: switch to %pdAl Viro
2013-10-24nfsd: switch to %p[dD]Al Viro
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro
2013-10-24befs: split symlink iops in two - for short and long symlinks resp.Al Viro
2013-10-24new helper: kfree_put_link()Al Viro
2013-10-24libfs: get exports to definitions of objects being exported...Al Viro
2013-10-24ecryptfs: ->lower_path.dentry is never NULLAl Viro
2013-10-24ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro
2013-10-24ecryptfs: don't leave RCU pathwalk immediatelyAl Viro
2013-10-24ecryptfs: check DCACHE_OP_REVALIDATE instead of ->d_opAl Viro
2013-10-249p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFSAl Viro
2013-10-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-10-05btrfs: Fix crash due to not allocating integrity data for a biosetDarrick J. Wong
2013-10-05Merge branch 'for-linus' into for-linus-3.12Chris Mason
2013-10-04Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2013-10-04Merge tag 'xfs-for-linus-v3.12-rc4' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2013-10-04Btrfs: fix a use-after-free bug in btrfs_dev_replace_finishingIlya Dryomov
2013-10-04Btrfs: eliminate races in worker stopping codeIlya Dryomov
2013-10-04Btrfs: fix crash of compressed writesLiu Bo