aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
* Btrfs: Add balance ioctl to restripe the chunksChris Mason2008-09-25
* Btrfs: Add new ioctl to add devicesChris Mason2008-09-25
* Btrfs: Do more optimal file RA during shrinking and defragChris Mason2008-09-25
* Btrfs: Avoid recursive chunk allocationsChris Mason2008-09-25
* Btrfs: Make the resizer work based on shrinking and growing devicesChris Mason2008-09-25
* Btrfs: write_cache_pages came in 2.6.22Chris Mason2008-09-25
* Btrfs: Add failure handling for read_sys_arrayChris Mason2008-09-25
* Btrfs: write_extent_pages came in 2.6.23Chris Mason2008-09-25
* Btrfs: Throttle file_write when data=ordered is flushing the inodeChris Mason2008-09-25
* Btrfs: Fix balance_level to free the middle block if there is room in the lef...Chris Mason2008-09-25
* Btrfs: Don't empty the middle buffer in push_nodes_for_insertChris Mason2008-09-25
* Btrfs: Fix split_node to require more empty slots in the node as wellChris Mason2008-09-25
* Btrfs: Make sure nodes have enough room for a double splitChris Mason2008-09-25
* Btrfs: Fix the unplug_io_fn to grab a consistent copy of page->mappingChris Mason2008-09-25
* Fix btrfs_get_extent and get_block corner cases, and disable O_DIRECT readsChris Mason2008-09-25
* Btrfs: Set nodatasum on the inode when written by a nodatasum mountChris Mason2008-09-25
* Deal with page == NULL in the btrfs_unplug_io_fnChris Mason2008-09-25
* Btrfs: Add a special device list for chunk allocationsChris Mason2008-09-25
* Btrfs: Simplify device selection for mirrored readsChris Mason2008-09-25
* Btrfs: Make an unplug function that doesn't unplug every spindleChris Mason2008-09-25
* Btrfs: Remove debugging statements from the invalidatepage callsChris Mason2008-09-25
* Btrfs: Add 1MB to the min_free in alloc_chunkChris Mason2008-09-25
* Btrfs: Scale the bdi ra_pages by the number of devices in the FSChris Mason2008-09-25
* Force page->private removal in btrfs_invalidatepageChris Mason2008-09-25
* Btrfs: Set the btree inode i_size to OFFSET_MAXChris Mason2008-09-25
* Btrfs: Fix chunk allocation when some devices don't have enough room for stripesChris Mason2008-09-25
* Btrfs: Calculate appropriate chunk sizes for both small and large filesystemsChris Mason2008-09-25
* Btrfs: Don't drop extent_map cache during releasepage on the btree inodeChris Mason2008-09-25
* Btrfs: Add support for labels in the super blockChris Mason2008-09-25
* Btrfs: Check device uuids along with devidsChris Mason2008-09-25
* Btrfs: Remove bogus max_sector warnings from the extent_io codeChris Mason2008-09-25
* Btrfs: Avoid 64 bit div for RAID10Chris Mason2008-09-25
* Btrfs: Use the extent map cache to find the logical disk block during data re...Chris Mason2008-09-25
* Btrfs: Only do async bio submission for pdflushChris Mason2008-09-25
* Btrfs: Don't wait on tree block writeback before freeing them anymoreChris Mason2008-09-25
* Btrfs: Write bio checksumming outside the FS mutexChris Mason2008-09-25
* Btrfs: Create a work queue for bio writesChris Mason2008-09-25
* Btrfs: Add RAID10 supportChris Mason2008-09-25
* Btrfs: Add chunk uuids and update multi-device back referencesChris Mason2008-09-25
* Btrfs: A few updates for 2.6.18 and versions older than 2.6.25Chris Mason2008-09-25
* Add a min size parameter to btrfs_alloc_extentChris Mason2008-09-25
* Btrfs: bio_endio support for linux 2.6.23 and older.Miguel2008-09-25
* Btrfs: define write_cache_pages for linux kernel <= 2.6.20 insteadMiguel2008-09-25
* Btrfs: Endianess bug fix for v0.13 with kernelsMiguel2008-09-25
* Btrfs: Fixup a few u64<->pointer casts for 32 bitChris Mason2008-09-25
* Btrfs: Add extra checks to avoid removing extent_state from pages we can't freeChris Mason2008-09-25
* Btrfs: Write out all super blocks on commit, and bring back proper barrier su...Chris Mason2008-09-25
* Btrfs: Add O_DIRECT read and write (writes == buffered + cache flush)Chris Mason2008-09-25
* Btrfs: Disable extra debugging checks on tree blocksChris Mason2008-09-25
* Btrfs: Handle checksumming errors while reading data blocksChris Mason2008-09-25