summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Fix buffer get/release issue in create_snapshotYan1-2/+2
2008-09-25Btrfs: Fix extent allocation for btree blocks as the disk fillsChris Mason1-11/+17
2008-09-25Btrfs: Add simple stripe size parameterChris Mason3-13/+43
2008-09-25btrfs_drop_extents: make sure the item is getting smaller before truncateChris Mason3-16/+24
2008-09-25Btrfs: Add efficient dirty accounting to the extent_map treeChris Mason3-4/+36
2008-09-25Btrfs: Fine tune the btree writeback exclusion some moreChris Mason2-1/+6
2008-09-25Btrfs: Only limit btree writeback for pdflushChris Mason1-1/+1
2008-09-25Btrfs: Limit btree writeback to prevent seeksChris Mason3-0/+51
2008-09-25Btrfs: Handle writeback under high memory pressure betterChris Mason2-1/+13
2008-09-25Btrfs: Properly update right_nritems in push_leaf_leftYan1-3/+2
2008-09-25Btrfs: Add check for null block group to find_search_startChris Mason1-0/+3
2008-09-25Btrfs: Make sure page mapping dirty tag is properly clearedChris Mason1-2/+20
2008-09-25Btrfs: Avoid fragmentation from parallel delalloc fillingChris Mason1-34/+49
2008-09-25Btrfs: Return value checking in module initWyatt Banks3-6/+33
2008-09-25Btrfs: xattr fixesJosef Bacik1-2/+2
2008-09-25Btrfs: Make ACLs return EOPNOTSUPP for nowJosef Bacik2-2/+20
2008-09-25Btrfs: Off by one fixes for extent-tree.cYan1-7/+3
2008-09-25Btrfs: Add full_scan parameter to find_search_startYan1-8/+6
2008-09-25Btrfs: Add block group pinned accounting backYan3-16/+44
2008-09-25xattr support for btrfsJosef Bacik9-14/+751
2008-09-25Btrfs: Fix extent bit range testingChris Mason1-7/+17
2008-09-25Btrfs: Add readpages supportChris Mason3-8/+78
2008-09-25Btrfs: Avoid extent_buffer lru corruptionChris Mason1-1/+7
2008-09-25Btrfs: Allow large data extents in a single file to span into metadata block ...Chris Mason2-6/+36
2008-09-25Btrfs: Fix failure cleanups when allocating extent buffers failChris Mason1-26/+30
2008-09-25Btrfs: Use writepages for the metadata tooChris Mason1-3/+26
2008-09-25Properly delete csum item in btrfs_truncate_in_trans.Yan1-1/+2
2008-09-25Btrfs: Change push_leaf_{leaf,right} to empty the src leave during item deletionChris Mason1-24/+50
2008-09-25Fix recursive KM_USER1 usage in btrfs_realloc_nodeChris Mason2-8/+19
2008-09-25Btrfs: Optimize allocations as we need to mix data and metadata into one groupChris Mason3-7/+43
2008-09-25Fix EXTENT_MAP_INLINE off by one in btrfs_drop_extentsYan1-2/+1
2008-09-25Btrfs: Fix u32 overflow in dirty_and_release_pages.Yan1-4/+5
2008-09-25Btrfs: Make defrag check nodes against the progress key to prevent repeating ...Chris Mason2-25/+34
2008-09-25Btrfs: Properly update free space cache in __free_extentYan1-2/+4
2008-09-25Btrfs: Add writepages supportChris Mason3-25/+124
2008-09-25Btrfs: small fixes for find_lock_delalloc_range.Yan1-1/+3
2008-09-25Btrfs: Fix typo and memory leak in extent-tree.cYan1-6/+8
2008-09-25Btrfs: Fix a number of inline extent problems that Yan Zheng reported.Chris Mason8-38/+135
2008-09-25Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machinesChris Mason5-22/+26
2008-09-25Add O_SYNC support to btrfs_file_writeChris Mason1-2/+13
2008-09-25Minor fix for btrfs_csum_file_block.Yan1-6/+4
2008-09-25Fix inline extent handling in btrfs_get_extentYan1-16/+18
2008-09-25Btrfs: Fix extent_map leak in extent_bmapYan1-2/+6
2008-09-25Btrfs: Compile fixes for 2.6.24-rc1Chris Mason1-1/+10
2008-09-25Fix ENOTEMPTY check in btrfs_rmdirYan1-1/+4
2008-09-25btrfs_inode_by_name return random value.Yan1-2/+3
2008-09-25Btrfs: Tune the automatic defrag codeChris Mason2-44/+26
2008-09-25Btrfs: Fix for insert_inline_extent to handle offset != 0Yan1-9/+12
2008-09-25Btrfs: Fix split_leaf to detect when it is extending an itemChris Mason1-51/+27
2008-09-25Btrfs: Off by one fixes in extent_map.cYan2-5/+6