summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* switch elf_core_write_extra_phdrs() to dump_emit()Al Viro2013-11-092-3/+5
* new helper: dump_emit()Al Viro2013-11-092-37/+37
* coda_revalidate_inode(): switch to passing inode...Al Viro2013-11-093-4/+3Star
* fold __d_shrink() into its only remaining callerAl Viro2013-11-091-22/+10Star
* get rid of s_files and files_lockAl Viro2013-11-094-143/+2Star
* get rid of {lock,unlock}_rcu_walk()Al Viro2013-11-091-24/+14Star
* RCU'd vfsmountsAl Viro2013-11-094-82/+133
* switch shrink_dcache_for_umount() to use of d_walk()Al Viro2013-11-091-110/+85Star
* fuse: rcu-delay freeing fuse_connAl Viro2013-10-253-2/+4
* ncpfs: rcu-delay unload_nls() and freeing ncp_serverAl Viro2013-10-252-8/+13
* fat: rcu-delay unloading nls and freeing sbiAl Viro2013-10-252-8/+12
* cifs: rcu-delay unload_nls() and freeing sbiAl Viro2013-10-252-2/+9
* autofs4: make freeing sbi rcu-delayedAl Viro2013-10-252-9/+5Star
* adfs: delayed freeing of sbiAl Viro2013-10-252-5/+7
* hpfs: make freeing sbi and codetables rcu-delayedAl Viro2013-10-252-14/+15
* make freeing super_block rcu-delayedAl Viro2013-10-251-1/+1
* vfs: introduce d_instantiate_no_diralias()Miklos Szeredi2013-10-254-40/+32Star
* move taking vfsmount_lock down into prepend_path()Al Viro2013-10-251-9/+2Star
* split __lookup_mnt() in two functionsAl Viro2013-10-254-25/+30
* uninline destroy_super(), consolidate alloc_super()Al Viro2013-10-251-120/+86Star
* isofs: don't pass dentry to isofs_hash{i,}_common()Al Viro2013-10-251-6/+6
* new helpers: lock_mount_hash/unlock_mount_hashAl Viro2013-10-255-54/+64
* don't bother with vfsmount_lock in mounts_poll()Al Viro2013-10-251-4/+4
* namespace.c: get rid of mnt_ghostsAl Viro2013-10-253-18/+9Star
* fold dup_mnt_ns() into its only surviving callerAl Viro2013-10-251-30/+18Star
* mnt_set_expiry() doesn't need vfsmount_lockAl Viro2013-10-251-2/+0Star
* finish_automount() doesn't need vfsmount_lock for removal from expiry listAl Viro2013-10-251-2/+0Star
* fs/namespace.c: bury long-dead defineAl Viro2013-10-251-2/+0Star
* fold mntfree() into mntput_no_expire()Al Viro2013-10-251-23/+16Star
* do_remount(): pull touch_mnt_namespace() upAl Viro2013-10-251-5/+1Star
* dup_mnt_ns(): get rid of pointless grabbing of vfsmount_lockAl Viro2013-10-251-2/+0Star
* fs_is_visible only needs namespace_sem held sharedAl Viro2013-10-251-2/+2
* initialize namespace_sem staticallyAl Viro2013-10-251-3/+1Star
* file->f_op is never NULL...Al Viro2013-10-2523-87/+67Star
* consolidate the reassignments of ->f_op in ->open() instancesAl Viro2013-10-251-2/+4
* put_mnt_ns(): use drop_collected_mounts()Al Viro2013-10-251-5/+1Star
* ncpfs: switch to %p[dD]Al Viro2013-10-252-43/+24Star
* ubifs: switch to %pdAl Viro2013-10-253-34/+29Star
* nfsd: switch to %p[dD]Al Viro2013-10-255-37/+31Star
* nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro2013-10-2511-186/+119Star
* befs: split symlink iops in two - for short and long symlinks resp.Al Viro2013-10-251-30/+31
* new helper: kfree_put_link()Al Viro2013-10-257-38/+14Star
* libfs: get exports to definitions of objects being exported...Al Viro2013-10-251-35/+34Star
* ecryptfs: ->lower_path.dentry is never NULLAl Viro2013-10-251-2/+1Star
* ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro2013-10-253-18/+3Star
* ecryptfs: don't leave RCU pathwalk immediatelyAl Viro2013-10-252-15/+20
* ecryptfs: check DCACHE_OP_REVALIDATE instead of ->d_opAl Viro2013-10-251-1/+1
* 9p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFSAl Viro2013-10-254-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