summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-25Btrfs: Optimize csum insertion to create larger items when possibleChris Mason3-2/+38
2008-09-25Btrfs: Fix split_leaf to avoid incorrect double splitsChris Mason1-1/+5
2008-09-25Btrfs: Avoid recursive KM_USER1 mappings in copy_extent_bufferChris Mason1-2/+2
2008-09-25Btrfs: CPU usage optimizations in push and the extent_map codeChris Mason2-50/+39
2008-09-25Btrfs: Fix read/write_extent_buffer to use KM_USER1 instead of KM_USER0Chris Mason1-4/+4
2008-09-25Btrfs: sysfs compile fixupJens Axboe1-3/+2
2008-09-25Btrfs: KM_IRQ0 usage in end_io handlingJens Axboe1-0/+4
2008-09-25Btrfs: Fix bi_end_io() functions on > 2.6.23 kernelsJens Axboe1-0/+25
2008-09-25btrfs: 32-bit type problemsJens Axboe5-10/+10
2008-09-25Btrfs: Properly setup root key while reading the rootYan Zheng1-0/+1
2008-09-25Btrfs: Fix typo: owner is a 64 bit fieldChris Mason1-2/+2
2008-09-25Btrfs: Default to 8k max packed tailsChris Mason2-2/+2
2008-09-25Btrfs: Defrag only leaves, and only when the parent node has a single objectidChris Mason4-40/+23
2008-09-25Btrfs: Add back file data checksummingChris Mason6-19/+26
2008-09-25Btrfs: Defrag: only walk into nodes with the defrag bit setChris Mason2-5/+4
2008-09-25Btrfs: balance_dirty_pages_ratelimited is causing problems, use nr == 1 alwaysChris Mason1-1/+1
2008-09-25Btrfs: Large block related defrag optimizationsChris Mason2-4/+23
2008-09-25Btrfs: Add back metadata checksummingChris Mason6-81/+245
2008-09-25Breakout BTRFS_SETGET_FUNCS into a separate C file, the inlines were too big.Chris Mason6-74/+104
2008-09-25Btrfs: extent_map optimizations to cut down on CPU usageChris Mason6-91/+40