summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro
2011-05-26cifs: remove unnecessary dentry_unhash on rmdir/rename_dirSage Weil
2011-05-26ocfs2: remove unnecessary dentry_unhash on rmdir/rename_dirSage Weil
2011-05-26exofs: remove unnecessary dentry_unhash on rmdir/rename_dirSage Weil
2011-05-26nfs: remove unnecessary dentry_unhash on rmdir/rename_dirSage Weil
2011-05-26ext2: remove unnecessary dentry_unhash on rmdir/rename_dirSage Weil
2011-05-26ext3: remove unnecessary dentry_unhash on rmdir/rename_dirSage Weil
2011-05-26ext4: remove unnecessary dentry_unhash on rmdir/rename_dirSage Weil
2011-05-26btrfs: remove unnecessary dentry_unhash in rmdir/rename_dirSage Weil
2011-05-26ceph: remove unnecessary dentry_unhash callsSage Weil
2011-05-26vfs: clean up vfs_rename_otherSage Weil
2011-05-26vfs: clean up vfs_rename_dirSage Weil
2011-05-26vfs: clean up vfs_rmdirSage Weil
2011-05-26vfs: fix vfs_rename_dir for FS_RENAME_DOES_D_MOVE filesystemsMiklos Szeredi
2011-05-26libfs: drop unneeded dentry_unhashSage Weil
2011-05-26vfs: update dentry_unhash() commentSage Weil
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil
2011-05-26vfs: remove dget() from dentry_unhash()Sage Weil
2011-05-26vfs: dentry_unhash immediately prior to rmdirSage Weil
2011-05-26vfs: Block mmapped writes while the fs is frozenJan Kara
2011-05-26vfs: Create __block_page_mkwrite() helper passing error values backJan Kara
2011-05-26fs/namespace.c: bound mount propagation fixRoman Borisov
2011-05-26exportfs: reallow building as a moduleJonas Gorski
2011-05-26merge handle_reval_dot and nameidata_drop_rcu_lastAl Viro
2011-05-26consolidate nameidata_..._drop_rcu()Al Viro
2011-05-25tmpfs: fix XATTR N overriding POSIX_ACL YEric Paris
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-05-25Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2011-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds
2011-05-25Merge branch 'for-2.6.40/splice' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-05-25Merge branch 'for-2.6.40/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-05-25fs/ncpfs/inode.c: suppress used-uninitialised warningAndrew Morton
2011-05-25fscache: remove dead code under CONFIG_WORKQUEUE_DEBUGFSAmerigo Wang
2011-05-25proc: allocate storage for numa_maps statistics onceStephen Wilson
2011-05-25proc: make struct proc_maps_private truly privateStephen Wilson
2011-05-25mm: proc: move show_numa_map() to fs/proc/task_mmu.cStephen Wilson
2011-05-25tmpfs: implement generic xattr supportEric Paris
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han
2011-05-25vmscan: change shrink_slab() interfaces by passing shrink_controlYing Han
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra
2011-05-25mm: mmu_gather reworkPeter Zijlstra
2011-05-25mm: make expand_downwards() symmetrical with expand_upwards()Michal Hocko
2011-05-25fs/9p: Don't clunk dentry fid when we fail to get a writeback inodeAneesh Kumar K.V
2011-05-259p: remove experimental tag from tested configurationsEric Van Hensbergen
2011-05-24ns proc: Return -ENOENT for a nonexistent /proc/self/ns/ entry.Eric W. Biederman