summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2008-09-25Btrfs: Limit btree writeback to prevent seeksChris Mason
2008-09-25Btrfs: Handle writeback under high memory pressure betterChris Mason
2008-09-25Btrfs: Properly update right_nritems in push_leaf_leftYan
2008-09-25Btrfs: Add check for null block group to find_search_startChris Mason
2008-09-25Btrfs: Make sure page mapping dirty tag is properly clearedChris Mason
2008-09-25Btrfs: Avoid fragmentation from parallel delalloc fillingChris Mason
2008-09-25Btrfs: Return value checking in module initWyatt Banks
2008-09-25Btrfs: xattr fixesJosef Bacik
2008-09-25Btrfs: Make ACLs return EOPNOTSUPP for nowJosef Bacik
2008-09-25Btrfs: Off by one fixes for extent-tree.cYan
2008-09-25Btrfs: Add full_scan parameter to find_search_startYan
2008-09-25Btrfs: Add block group pinned accounting backYan
2008-09-25xattr support for btrfsJosef Bacik
2008-09-25Btrfs: Fix extent bit range testingChris Mason
2008-09-25Btrfs: Add readpages supportChris Mason
2008-09-25Btrfs: Avoid extent_buffer lru corruptionChris Mason
2008-09-25Btrfs: Allow large data extents in a single file to span into metadata block ...Chris Mason
2008-09-25Btrfs: Fix failure cleanups when allocating extent buffers failChris Mason
2008-09-25Btrfs: Use writepages for the metadata tooChris Mason
2008-09-25Properly delete csum item in btrfs_truncate_in_trans.Yan
2008-09-25Btrfs: Change push_leaf_{leaf,right} to empty the src leave during item deletionChris Mason
2008-09-25Fix recursive KM_USER1 usage in btrfs_realloc_nodeChris Mason
2008-09-25Btrfs: Optimize allocations as we need to mix data and metadata into one groupChris Mason
2008-09-25Fix EXTENT_MAP_INLINE off by one in btrfs_drop_extentsYan
2008-09-25Btrfs: Fix u32 overflow in dirty_and_release_pages.Yan
2008-09-25Btrfs: Make defrag check nodes against the progress key to prevent repeating ...Chris Mason
2008-09-25Btrfs: Properly update free space cache in __free_extentYan
2008-09-25Btrfs: Add writepages supportChris Mason
2008-09-25Btrfs: small fixes for find_lock_delalloc_range.Yan
2008-09-25Btrfs: Fix typo and memory leak in extent-tree.cYan
2008-09-25Btrfs: Fix a number of inline extent problems that Yan Zheng reported.Chris Mason
2008-09-25Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machinesChris Mason
2008-09-25Add O_SYNC support to btrfs_file_writeChris Mason
2008-09-25Minor fix for btrfs_csum_file_block.Yan
2008-09-25Fix inline extent handling in btrfs_get_extentYan
2008-09-25Btrfs: Fix extent_map leak in extent_bmapYan
2008-09-25Btrfs: Compile fixes for 2.6.24-rc1Chris Mason
2008-09-25Fix ENOTEMPTY check in btrfs_rmdirYan
2008-09-25btrfs_inode_by_name return random value.Yan
2008-09-25Btrfs: Tune the automatic defrag codeChris Mason
2008-09-25Btrfs: Fix for insert_inline_extent to handle offset != 0Yan
2008-09-25Btrfs: Fix split_leaf to detect when it is extending an itemChris Mason
2008-09-25Btrfs: Off by one fixes in extent_map.cYan
2008-09-25Btrfs: Optimize csum insertion to create larger items when possibleChris Mason
2008-09-25Btrfs: Fix split_leaf to avoid incorrect double splitsChris Mason
2008-09-25Btrfs: Avoid recursive KM_USER1 mappings in copy_extent_bufferChris Mason
2008-09-25Btrfs: CPU usage optimizations in push and the extent_map codeChris Mason
2008-09-25Btrfs: Fix read/write_extent_buffer to use KM_USER1 instead of KM_USER0Chris Mason
2008-09-25Btrfs: sysfs compile fixupJens Axboe
2008-09-25Btrfs: KM_IRQ0 usage in end_io handlingJens Axboe