aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2008-09-25Btrfs: bdi_init and bdi_destroy come with 2.6.23Jan Engelhardt
2008-09-25Btrfs: Always use the async submission queue for checksummed writesChris 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 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: Add support for online device removalChris Mason
2008-09-25Btrfs: Fixes for 2.6.18 enterprise kernelsChris Mason
2008-09-25Btrfs: Deal with failed writes in mirrored configurationsChris Mason
2008-09-25Btrfs: Drop some verbose printksChris Mason
2008-09-25Btrfs: Make the resizer work based on shrinking and growing devicesChris Mason
2008-09-25Btrfs: Add failure handling for read_sys_arrayChris Mason
2008-09-25Btrfs: Fix the unplug_io_fn to grab a consistent copy of page->mappingChris Mason
2008-09-25Deal with page == NULL in the btrfs_unplug_io_fnChris 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: Scale the bdi ra_pages by the number of devices in the FSChris Mason
2008-09-25Force page->private removal in btrfs_invalidatepageChris Mason
2008-09-25Btrfs: Set the btree inode i_size to OFFSET_MAXChris Mason
2008-09-25Btrfs: Don't drop extent_map cache during releasepage on the btree inodeChris Mason
2008-09-25Btrfs: Only do async bio submission for pdflushChris Mason
2008-09-25Btrfs: Create a work queue for bio writesChris Mason
2008-09-25Btrfs: Add chunk uuids and update multi-device back referencesChris Mason
2008-09-25Btrfs: A few updates for 2.6.18 and versions older than 2.6.25Chris Mason
2008-09-25Btrfs: bio_endio support for linux 2.6.23 and older.Miguel
2008-09-25Btrfs: Endianess bug fix for v0.13 with kernelsMiguel
2008-09-25Btrfs: Add extra checks to avoid removing extent_state from pages we can't freeChris Mason
2008-09-25Btrfs: Write out all super blocks on commit, and bring back proper barrier su...Chris Mason
2008-09-25Btrfs: Retry metadata reads in the face of checksum failuresChris Mason
2008-09-25Btrfs: Handle data block end_io through the async work queueChris Mason
2008-09-25Btrfs: Do metadata checksums for reads via a workqueueChris Mason
2008-09-25Btrfs: Add additional debugging for metadata checksum failuresChris Mason
2008-09-25Btrfs: Fix allocation profile initChris Mason
2008-09-25Btrfs: Add support for duplicate blocks on a single spindleChris Mason
2008-09-25Btrfs: Add support for mirroring across drivesChris Mason
2008-09-25Btrfs: Verify checksums on tree blocks found without read_tree_blockChris Mason
2008-09-25Fix btrfs_fill_super to return -EINVAL when no FS foundYan
2008-09-25Reorder the flags field in struct btrfs_header and record a flag on writeoutChris Mason
2008-09-25Btrfs: Add leak debugging for extent_buffer and extent_stateChris Mason
2008-09-25Btrfs: Use a higher default ra pagesChris Mason
2008-09-25Create a btrfs backing dev infoChris Mason
2008-09-25Btrfs: Implement raid0 when multiple devices are presentChris Mason
2008-09-25Btrfs: Add support for device scanning and detection ioctlsChris Mason
2008-09-25Btrfs: Bring back mount -o ssd optimizationsChris Mason
2008-09-25Btrfs: Move device information into the super block so it can be scannedChris Mason
2008-09-25Btrfs: Dynamic chunk and block group allocationChris Mason
2008-09-25Btrfs: Add support for multiple devices per filesystemChris Mason