aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Do more optimal file RA during shrinking and defragChris Mason2-9/+22
2008-09-25Btrfs: Avoid recursive chunk allocationsChris Mason1-1/+1
2008-09-25Btrfs: Make the resizer work based on shrinking and growing devicesChris Mason6-108/+407
2008-09-25Btrfs: write_cache_pages came in 2.6.22Chris Mason1-1/+1
2008-09-25Btrfs: Add failure handling for read_sys_arrayChris Mason2-9/+18
2008-09-25Btrfs: write_extent_pages came in 2.6.23Chris Mason1-1/+1
2008-09-25Btrfs: Throttle file_write when data=ordered is flushing the inodeChris Mason6-2/+28
2008-09-25Btrfs: Fix balance_level to free the middle block if there is room in the lef...Chris Mason2-9/+30
2008-09-25Btrfs: Don't empty the middle buffer in push_nodes_for_insertChris Mason1-7/+12
2008-09-25Btrfs: Fix split_node to require more empty slots in the node as wellChris Mason1-1/+1
2008-09-25Btrfs: Make sure nodes have enough room for a double splitChris Mason1-1/+1
2008-09-25Btrfs: Fix the unplug_io_fn to grab a consistent copy of page->mappingChris Mason2-7/+22
2008-09-25Fix btrfs_get_extent and get_block corner cases, and disable O_DIRECT readsChris Mason3-12/+23
2008-09-25Btrfs: Set nodatasum on the inode when written by a nodatasum mountChris Mason1-0/+8
2008-09-25Deal with page == NULL in the btrfs_unplug_io_fnChris Mason1-2/+30
2008-09-25Btrfs: Add a special device list for chunk allocationsChris Mason2-5/+17
2008-09-25Btrfs: Simplify device selection for mirrored readsChris Mason2-20/+11
2008-09-25Btrfs: Make an unplug function that doesn't unplug every spindleChris Mason4-38/+75
2008-09-25Btrfs: Remove debugging statements from the invalidatepage callsChris Mason2-2/+3
2008-09-25Btrfs: Add 1MB to the min_free in alloc_chunkChris Mason1-0/+3
2008-09-25Btrfs: Scale the bdi ra_pages by the number of devices in the FSChris Mason1-1/+3
2008-09-25Force page->private removal in btrfs_invalidatepageChris Mason2-0/+18
2008-09-25Btrfs: Set the btree inode i_size to OFFSET_MAXChris Mason1-7/+26
2008-09-25Btrfs: Fix chunk allocation when some devices don't have enough room for stripesChris Mason1-16/+29
2008-09-25Btrfs: Calculate appropriate chunk sizes for both small and large filesystemsChris Mason1-7/+61
2008-09-25Btrfs: Don't drop extent_map cache during releasepage on the btree inodeChris Mason3-20/+44
2008-09-25Btrfs: Add support for labels in the super blockChris Mason2-8/+11
2008-09-25Btrfs: Check device uuids along with devidsChris Mason2-7/+28
2008-09-25Btrfs: Remove bogus max_sector warnings from the extent_io codeChris Mason1-7/+0
2008-09-25Btrfs: Avoid 64 bit div for RAID10Chris Mason1-1/+1
2008-09-25Btrfs: Use the extent map cache to find the logical disk block during data re...Chris Mason5-15/+168
2008-09-25Btrfs: Only do async bio submission for pdflushChris Mason1-0/+7
2008-09-25Btrfs: Don't wait on tree block writeback before freeing them anymoreChris Mason3-6/+2
2008-09-25Btrfs: Write bio checksumming outside the FS mutexChris Mason3-16/+45
2008-09-25Btrfs: Create a work queue for bio writesChris Mason5-13/+119
2008-09-25Btrfs: Add RAID10 supportChris Mason3-5/+49
2008-09-25Btrfs: Add chunk uuids and update multi-device back referencesChris Mason7-62/+160
2008-09-25Btrfs: A few updates for 2.6.18 and versions older than 2.6.25Chris Mason3-11/+24
2008-09-25Add a min size parameter to btrfs_alloc_extentChris Mason3-4/+13
2008-09-25Btrfs: bio_endio support for linux 2.6.23 and older.Miguel2-1/+8
2008-09-25Btrfs: define write_cache_pages for linux kernel <= 2.6.20 insteadMiguel1-2/+1
2008-09-25Btrfs: Endianess bug fix for v0.13 with kernelsMiguel3-9/+24
2008-09-25Btrfs: Fixup a few u64<->pointer casts for 32 bitChris Mason1-3/+5
2008-09-25Btrfs: Add extra checks to avoid removing extent_state from pages we can't freeChris Mason1-0/+6
2008-09-25Btrfs: Write out all super blocks on commit, and bring back proper barrier su...Chris Mason4-8/+122
2008-09-25Btrfs: Add O_DIRECT read and write (writes == buffered + cache flush)Chris Mason2-2/+75
2008-09-25Btrfs: Disable extra debugging checks on tree blocksChris Mason1-0/+1
2008-09-25Btrfs: Handle checksumming errors while reading data blocksChris Mason4-1/+126
2008-09-25Btrfs: Retry metadata reads in the face of checksum failuresChris Mason7-52/+138
2008-09-25Btrfs: Handle data block end_io through the async work queueChris Mason3-12/+28