aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2008-09-25Btrfs: Always use the async submission queue for checksummed writesChris Mason
2008-09-25Btrfs: Allocator fix variety packChris Mason
2008-09-25Btrfs: Use kzalloc on the fs_devices allocationChris Mason
2008-09-25Btrfs: Handle transid == 0 while opening devicesChris Mason
2008-09-25Btrfs: Enable btree balancing on old kernels againChris Mason
2008-09-25Btrfs: Change the congestion functions to meter the number of async submits a...Chris Mason
2008-09-25Fix corners in writepage and btrfs_truncate_pageChris Mason
2008-09-25Fix btrfs_open_devices to deal with changes since the scan ioctlsChris Mason
2008-09-25Btrfs: Add mount -o degraded to allow mounts to continue with missing devicesChris Mason
2008-09-25Btrfs: Handle write errors on raid1 and raid10Chris Mason
2008-09-25Btrfs: Pass down the expected generation number when reading tree blocksChris Mason
2008-09-25Btrfs: Don't do btree balance_dirty_pages on old kernels, it stalls foreverChris Mason
2008-09-25Btrfs: Chunk relocation fine tuning, and add a few printks to show progressChris Mason
2008-09-25Btrfs: A number of nodatacow fixesChris Mason
2008-09-25Btrfs: Only open block devices once during mount -o subvol=Chris Mason
2008-09-25Btrfs: Update nodatacow mode to support cloned single files and resizingChris Mason
2008-09-25Btrfs: Properly find the root for snapshotted blocks during chunk relocationChris Mason
2008-09-25Btrfs: Add support for online device removalChris Mason
2008-09-25Btrfs: Fix clone ioctl to not hold the path over insertsChris Mason
2008-09-25Btrfs: Silence bogus inode.c compiler warningsChris Mason
2008-09-25Btrfs: Add workaround for AppArmor changing remove_suid()Jeff Mahoney
2008-09-25Btrfs: Fix do_sync_file_range ifdefs (2.6.22)Chris Mason
2008-09-25Btrfs: Compile warning fixup in volume.cChris Mason
2008-09-25Btrfs: Clone file data ioctlSage Weil
2008-09-25Btrfs: Fixes for 2.6.18 enterprise kernelsChris Mason
2008-09-25Btrfs: Tune stripe selection for raid1 and raid10Chris Mason
2008-09-25Btrfs: Deal with failed writes in mirrored configurationsChris Mason
2008-09-25Btrfs: Drop some verbose printksChris Mason
2008-09-25Btrfs: Add balance ioctl to restripe the chunksChris Mason
2008-09-25Btrfs: Add new ioctl to add devicesChris Mason
2008-09-25Btrfs: Do more optimal file RA during shrinking and defragChris Mason
2008-09-25Btrfs: Avoid recursive chunk allocationsChris Mason
2008-09-25Btrfs: Make the resizer work based on shrinking and growing devicesChris Mason
2008-09-25Btrfs: write_cache_pages came in 2.6.22Chris Mason
2008-09-25Btrfs: Add failure handling for read_sys_arrayChris Mason
2008-09-25Btrfs: write_extent_pages came in 2.6.23Chris Mason
2008-09-25Btrfs: Throttle file_write when data=ordered is flushing the inodeChris Mason
2008-09-25Btrfs: Fix balance_level to free the middle block if there is room in the lef...Chris Mason
2008-09-25Btrfs: Don't empty the middle buffer in push_nodes_for_insertChris Mason
2008-09-25Btrfs: Fix split_node to require more empty slots in the node as wellChris Mason
2008-09-25Btrfs: Make sure nodes have enough room for a double splitChris Mason
2008-09-25Btrfs: Fix the unplug_io_fn to grab a consistent copy of page->mappingChris Mason
2008-09-25Fix btrfs_get_extent and get_block corner cases, and disable O_DIRECT readsChris Mason
2008-09-25Btrfs: Set nodatasum on the inode when written by a nodatasum mountChris Mason
2008-09-25Deal with page == NULL in the btrfs_unplug_io_fnChris Mason
2008-09-25Btrfs: Add a special device list for chunk allocationsChris Mason
2008-09-25Btrfs: Simplify device selection for mirrored readsChris Mason
2008-09-25Btrfs: Make an unplug function that doesn't unplug every spindleChris Mason
2008-09-25Btrfs: Remove debugging statements from the invalidatepage callsChris Mason
2008-09-25Btrfs: Add 1MB to the min_free in alloc_chunkChris Mason