summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-05-26Merge branch 'move_extents' of git://oss.oracle.com/git/tye/linux-2.6 into oc...Joel Becker47-1047/+3158
2011-05-26Ocfs2: Teach local-mounted ocfs2 to handle unwritten_extents correctly.Tristan Ye1-0/+1
2011-05-26ocfs2/dlm: Do not migrate resource to a node that is leaving the domainSunil Mushran2-95/+57
2011-05-26ocfs2/dlm: Add new dlm message DLM_BEGIN_EXIT_DOMAIN_MSGSunil Mushran4-11/+82
2011-05-26tmpfs: fix XATTR N overriding POSIX_ACL YEric Paris1-14/+15
2011-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds5-11/+233
2011-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2011-05-26jbd2: fix a potential leak of a journal_head on an error pathDing Dinghua1-1/+1
2011-05-26ext4: teach ext4_ext_split to calculate extents efficientlyYongqiang Yang1-38/+46
2011-05-26ext4: 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-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
2011-05-25xfs: remove if_lastexChristoph Hellwig3-223/+203
2011-05-25xfs: remove the unused XFS_BMAPI_RSVBLOCKS flagChristoph Hellwig2-63/+33
2011-05-25fs/ncpfs/inode.c: suppress used-uninitialised warningAndrew Morton1-3/+1
2011-05-25fscache: remove dead code under CONFIG_WORKQUEUE_DEBUGFSAmerigo Wang2-23/+0
2011-05-25proc: allocate storage for numa_maps statistics onceStephen Wilson1-9/+27
2011-05-25proc: make struct proc_maps_private truly privateStephen Wilson1-0/+8
2011-05-25mm: proc: move show_numa_map() to fs/proc/task_mmu.cStephen Wilson1-2/+182
2011-05-25tmpfs: implement generic xattr supportEric Paris1-1/+17
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han13-26/+49
2011-05-25vmscan: change shrink_slab() interfaces by passing shrink_controlYing Han1-1/+5
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra2-3/+3
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra1-1/+0
2011-05-25mm: mmu_gather reworkPeter Zijlstra1-5/+5
2011-05-25mm: make expand_downwards() symmetrical with expand_upwards()Michal Hocko1-1/+1
2011-05-25fs/9p: Don't clunk dentry fid when we fail to get a writeback inodeAneesh Kumar K.V1-5/+6
2011-05-259p: remove experimental tag from tested configurationsEric Van Hensbergen1-3/+2
2011-05-25ext4: do not normalize block requests from fallocate()Vivek Haldar2-1/+6
2011-05-25ext4: enable "punch hole" functionalityAllison Henderson3-11/+253
2011-05-25ext4: add "punch hole" flag to ext4_map_blocks()Allison Henderson1-11/+87
2011-05-25ext4: punch out extentsAllison Henderson1-19/+141
2011-05-25ext4: add new function ext4_block_zero_page_range()Allison Henderson2-2/+33
2011-05-25ext4: add flag to ext4_has_free_blocksAllison Henderson6-31/+60
2011-05-25Ocfs2/move_extents: Set several trivial constraints for threshold.Tristan Ye1-7/+17
2011-05-25Ocfs2/move_extents: Let defrag handle partial extent moving.Tristan Ye1-20/+26
2011-05-25Ocfs2/move_extents: move/defrag extents within a certain range.Tristan Ye3-0/+315
2011-05-25Ocfs2/move_extents: helper to calculate the defraging length in one run.Tristan Ye1-0/+30
2011-05-25Ocfs2/move_extents: move entire/partial extent.Tristan Ye1-0/+165
2011-05-25Ocfs2/move_extents: helpers to update the group descriptor and global bitmap ...Tristan Ye1-0/+77