summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* hpfs: make freeing sbi and codetables rcu-delayedAl Viro2013-10-242-14/+15
* make freeing super_block rcu-delayedAl Viro2013-10-241-1/+1
* vfs: introduce d_instantiate_no_diralias()Miklos Szeredi2013-10-244-40/+32
* move taking vfsmount_lock down into prepend_path()Al Viro2013-10-241-9/+2
* split __lookup_mnt() in two functionsAl Viro2013-10-244-25/+30
* uninline destroy_super(), consolidate alloc_super()Al Viro2013-10-241-120/+86
* isofs: don't pass dentry to isofs_hash{i,}_common()Al Viro2013-10-241-6/+6
* new helpers: lock_mount_hash/unlock_mount_hashAl Viro2013-10-245-54/+64
* don't bother with vfsmount_lock in mounts_poll()Al Viro2013-10-241-4/+4
* namespace.c: get rid of mnt_ghostsAl Viro2013-10-243-18/+9
* fold dup_mnt_ns() into its only surviving callerAl Viro2013-10-241-30/+18
* mnt_set_expiry() doesn't need vfsmount_lockAl Viro2013-10-241-2/+0
* finish_automount() doesn't need vfsmount_lock for removal from expiry listAl Viro2013-10-241-2/+0
* fs/namespace.c: bury long-dead defineAl Viro2013-10-241-2/+0
* fold mntfree() into mntput_no_expire()Al Viro2013-10-241-23/+16
* do_remount(): pull touch_mnt_namespace() upAl Viro2013-10-241-5/+1
* dup_mnt_ns(): get rid of pointless grabbing of vfsmount_lockAl Viro2013-10-241-2/+0
* fs_is_visible only needs namespace_sem held sharedAl Viro2013-10-241-2/+2
* initialize namespace_sem staticallyAl Viro2013-10-241-3/+1
* file->f_op is never NULL...Al Viro2013-10-2423-87/+67
* consolidate the reassignments of ->f_op in ->open() instancesAl Viro2013-10-241-2/+4
* put_mnt_ns(): use drop_collected_mounts()Al Viro2013-10-241-5/+1
* ncpfs: switch to %p[dD]Al Viro2013-10-242-43/+24
* ubifs: switch to %pdAl Viro2013-10-243-34/+29
* nfsd: switch to %p[dD]Al Viro2013-10-245-37/+31
* nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro2013-10-2411-186/+119
* befs: split symlink iops in two - for short and long symlinks resp.Al Viro2013-10-241-30/+31
* new helper: kfree_put_link()Al Viro2013-10-247-38/+14
* libfs: get exports to definitions of objects being exported...Al Viro2013-10-241-35/+34
* ecryptfs: ->lower_path.dentry is never NULLAl Viro2013-10-241-2/+1
* ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro2013-10-243-18/+3
* ecryptfs: don't leave RCU pathwalk immediatelyAl Viro2013-10-242-15/+20
* ecryptfs: check DCACHE_OP_REVALIDATE instead of ->d_opAl Viro2013-10-241-1/+1
* 9p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFSAl Viro2013-10-244-12/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-10-056-17/+39
|\
| * btrfs: Fix crash due to not allocating integrity data for a biosetDarrick J. Wong2013-10-051-0/+8
| * Merge branch 'for-linus' into for-linus-3.12Chris Mason2013-10-056-17/+31
| |\
| | * Btrfs: fix a use-after-free bug in btrfs_dev_replace_finishingIlya Dryomov2013-10-042-5/+7
| | * Btrfs: eliminate races in worker stopping codeIlya Dryomov2013-10-042-6/+21
| | * Btrfs: fix crash of compressed writesLiu Bo2013-10-041-1/+1
| | * Btrfs: fix transid verify errors when recovering log treeJosef Bacik2013-10-041-5/+2
* | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-10-0410-115/+74
|\ \ \
| * | | [CIFS] update cifs.ko versionSteve French2013-09-251-1/+1
| * | | [CIFS] Remove ext2 flags that have been moved to fs.hSteve French2013-09-251-20/+1
| * | | [CIFS] Provide sane values for nlinkJim McDonough2013-09-213-6/+43
| * | | cifs: stop trying to use virtual circuitsJeff Layton2013-09-183-88/+1
| * | | CIFS: FS-Cache: Uncache unread pages in cifs_readpages() before freeing themDavid Howells2013-09-183-0/+28
* | | | Merge tag 'xfs-for-linus-v3.12-rc4' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-10-046-42/+45
|\ \ \ \
| * | | | xfs: Use kmem_free() instead of free()Thierry Reding2013-10-041-1/+1
| * | | | xfs: fix memory leak in xlog_recover_add_to_transtinguely@sgi.com2013-10-041-0/+1
OpenPOWER on IntegriCloud