summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-05-26btrfs: remove unnecessary dentry_unhash in rmdir/rename_dirSage Weil1-5/+0
2011-05-26ceph: remove unnecessary dentry_unhash callsSage Weil1-6/+0
2011-05-26vfs: clean up vfs_rename_otherSage Weil1-11/+14
2011-05-26vfs: clean up vfs_rename_dirSage Weil1-11/+15
2011-05-26vfs: clean up vfs_rmdirSage Weil1-14/+17
2011-05-26vfs: fix vfs_rename_dir for FS_RENAME_DOES_D_MOVE filesystemsMiklos Szeredi1-2/+0
2011-05-26libfs: drop unneeded dentry_unhashSage Weil1-5/+0
2011-05-26vfs: update dentry_unhash() commentSage Weil1-4/+4
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil36-12/+110
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil37-3/+78
2011-05-26vfs: remove dget() from dentry_unhash()Sage Weil3-8/+1
2011-05-26vfs: dentry_unhash immediately prior to rmdirSage Weil1-2/+2
2011-05-26vfs: Block mmapped writes while the fs is frozenJan Kara1-1/+23
2011-05-26vfs: Create __block_page_mkwrite() helper passing error values backJan Kara1-17/+20
2011-05-26fs/namespace.c: bound mount propagation fixRoman Borisov1-1/+1
2011-05-26exportfs: reallow building as a moduleJonas Gorski1-1/+1
2011-05-26merge handle_reval_dot and nameidata_drop_rcu_lastAl Viro1-81/+40
2011-05-26consolidate nameidata_..._drop_rcu()Al Viro1-105/+46
2011-05-26Squashfs: update email addressPhillip Lougher22-23/+23
2011-05-26gfs2: Drop __TIME__ usageMichal Marek1-1/+1
2011-05-26dlm: Drop __TIME__ usageMichal Marek1-1/+1
2011-05-25Merge branch 'move_extents' of git://oss.oracle.com/git/tye/linux-2.6 into oc...Joel Becker47-1047/+3158
2011-05-25Ocfs2: Teach local-mounted ocfs2 to handle unwritten_extents correctly.Tristan Ye1-0/+1
2011-05-25ocfs2/dlm: Do not migrate resource to a node that is leaving the domainSunil Mushran2-95/+57
2011-05-25ocfs2/dlm: Add new dlm message DLM_BEGIN_EXIT_DOMAIN_MSGSunil Mushran4-11/+82
2011-05-25tmpfs: fix XATTR N overriding POSIX_ACL YEric Paris1-14/+15
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds5-11/+233
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2011-05-25jbd2: fix a potential leak of a journal_head on an error pathDing Dinghua1-1/+1
2011-05-25ext4: teach ext4_ext_split to calculate extents efficientlyYongqiang Yang1-38/+46
2011-05-25ext4: Convert ext4 to new truncate calling conventionJan Kara2-4/+1
2011-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-41/+65
2011-05-25Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-0/+1
2011-05-25Squashfs: add extra sanity checks at mount timePhillip Lougher1-2/+16
2011-05-25Squashfs: add sanity checks to fragment reading at mount timePhillip Lougher3-4/+25
2011-05-25Squashfs: add sanity checks to lookup table reading at mount timePhillip Lougher3-4/+30
2011-05-25Squashfs: add sanity checks to id reading at mount timePhillip Lougher4-6/+37
2011-05-25Squashfs: add sanity checks to xattr reading at mount timePhillip Lougher1-0/+11
2011-05-25Squashfs: reverse order of filesystem table readingPhillip Lougher1-34/+37
2011-05-25Squashfs: move table allocation into squashfs_read_table()Phillip Lougher7-98/+44
2011-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2-8/+8
2011-05-25Merge branch 'for-2.6.40/splice' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-18/+15
2011-05-25Merge branch 'for-2.6.40/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-10/+15
2011-05-25xfs: correctly decrement the extent buffer index in xfs_bmap_del_extentChristoph Hellwig1-0/+2
2011-05-25xfs: check for valid indices in xfs_iext_get_ext and xfs_iext_idx_to_irecChristoph Hellwig1-2/+6
2011-05-25xfs: fix up asserts in xfs_iflush_forkChristoph Hellwig1-4/+1
2011-05-25xfs: do not do pointer arithmetic on extent recordsChristoph Hellwig1-3/+6
2011-05-25xfs: do not use unchecked extent indices in xfs_bunmapiChristoph Hellwig1-8/+8
2011-05-25xfs: do not use unchecked extent indices in xfs_bmapiChristoph Hellwig1-4/+5
2011-05-25xfs: do not use unchecked extent indices in xfs_bmap_add_extent_*Christoph Hellwig1-8/+6