summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-25Btrfs: Allow tails larger than one pageChris Mason5-56/+156
2008-09-25Btrfs: Add an extent buffer LRU to reduce radix tree hitsChris Mason6-105/+128
2008-09-25Btrfs: Fix allocation routines to avoid intermixing data and metadata allocat...Chris Mason2-19/+25
2008-09-25Btrfs: Add back the online defragging codeChris Mason7-106/+166
2008-09-25Btrfs: Use an array of pages in the extent buffers to reduce the cost of find...Chris Mason3-19/+13
2008-09-25Btrfs: Cache extent buffer mappingsChris Mason2-6/+49
2008-09-25Btrfs: Allow tree blocks larger than the page sizeChris Mason15-497/+738
2008-09-25Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map t...Chris Mason6-138/+94
2008-09-25Btrfs: Stop using radix trees for the block group cacheChris Mason5-223/+171
2008-09-25Btrfs: Fix extent_buffer and extent_state leaksChris Mason7-87/+139
2008-09-25Btrfs: Go back to kmaps instead of page_address in extent_buffersChris Mason1-31/+19
2008-09-25Btrfs: Avoid memcpy where possible in extent_buffersChris Mason4-41/+147
2008-09-25Btrfs: Optimizations for the extent_buffer codeChris Mason4-36/+76
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesChris Mason22-2088/+2794
2008-09-25btrfs_get_extent should treat inline extents as though they hold a whole blockChris Mason1-5/+7
2008-09-25Btrfs: factor page private preparations into a helperChristoph Hellwig4-37/+18
2008-09-25Btrfs: Fix double free and off by one in inode.cYan1-2/+1
2008-09-25Btrfs: truncate: don't update inode->i_blocks when extent is a holeYan1-4/+6