summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-10-25mnt_set_expiry() doesn't need vfsmount_lockAl Viro
2013-10-25finish_automount() doesn't need vfsmount_lock for removal from expiry listAl Viro
2013-10-25fs/namespace.c: bury long-dead defineAl Viro
2013-10-25fold mntfree() into mntput_no_expire()Al Viro
2013-10-25do_remount(): pull touch_mnt_namespace() upAl Viro
2013-10-25dup_mnt_ns(): get rid of pointless grabbing of vfsmount_lockAl Viro
2013-10-25fs_is_visible only needs namespace_sem held sharedAl Viro
2013-10-25initialize namespace_sem staticallyAl Viro
2013-10-25file->f_op is never NULL...Al Viro
2013-10-25consolidate the reassignments of ->f_op in ->open() instancesAl Viro
2013-10-25put_mnt_ns(): use drop_collected_mounts()Al Viro
2013-10-25ncpfs: switch to %p[dD]Al Viro
2013-10-25ubifs: switch to %pdAl Viro
2013-10-25nfsd: switch to %p[dD]Al Viro
2013-10-25nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro
2013-10-25befs: split symlink iops in two - for short and long symlinks resp.Al Viro
2013-10-25new helper: kfree_put_link()Al Viro
2013-10-25libfs: get exports to definitions of objects being exported...Al Viro
2013-10-25ecryptfs: ->lower_path.dentry is never NULLAl Viro
2013-10-25ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro
2013-10-25ecryptfs: don't leave RCU pathwalk immediatelyAl Viro
2013-10-25ecryptfs: check DCACHE_OP_REVALIDATE instead of ->d_opAl Viro
2013-10-259p: 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-05Merge 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
2013-10-04Btrfs: fix transid verify errors when recovering log treeJosef Bacik
2013-10-04xfs: Use kmem_free() instead of free()Thierry Reding
2013-10-04xfs: fix memory leak in xlog_recover_add_to_transtinguely@sgi.com
2013-10-04xfs: dirent dtype presence is dependent on directory magic numbersDave Chinner
2013-10-04xfs: lockdep needs to know about 3 dquot-deep nestingDave Chinner
2013-10-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2013-10-02Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds
2013-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-10-01fs/super.c: fix lru_list leak for realAl Viro
2013-10-01fuse: no RCU mode in fuse_access()Miklos Szeredi
2013-10-01fuse: readdirplus: fix RCU walkMiklos Szeredi
2013-10-01fuse: don't check_submounts_and_drop() in RCU walkMiklos Szeredi
2013-10-01Merge tag 'nfs-for-3.12-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-09-30Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds
2013-09-30nilfs2: fix issue with race condition of competition between segments for dir...Vyacheslav Dubeyko
2013-09-30fs/binfmt_elf.c: prevent a coredump with a large vm_map_count from OopsingDan Aloni
2013-09-30afs: dget_parent() can't return a negative dentryAl Viro
2013-09-30ocfs2: needs ->d_lock to poke in ->d_parent->d_inode from ->d_revalidate()Al Viro
2013-09-30sysv: Add forgotten superblock lock init for v7 fsLubomir Rintel