aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2008-09-25Btrfs: Write bio checksumming outside the FS mutexChris Mason
2008-09-25Btrfs: Create a work queue for bio writesChris Mason
2008-09-25Btrfs: Add RAID10 supportChris 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-25Add a min size parameter to btrfs_alloc_extentChris Mason
2008-09-25Btrfs: bio_endio support for linux 2.6.23 and older.Miguel
2008-09-25Btrfs: define write_cache_pages for linux kernel <= 2.6.20 insteadMiguel
2008-09-25Btrfs: Endianess bug fix for v0.13 with kernelsMiguel
2008-09-25Btrfs: Fixup a few u64<->pointer casts for 32 bitChris Mason
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: Add O_DIRECT read and write (writes == buffered + cache flush)Chris Mason
2008-09-25Btrfs: Disable extra debugging checks on tree blocksChris Mason
2008-09-25Btrfs: Handle checksumming errors while reading data blocksChris 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-25Change btrfs_map_block to return a structure with mappings for all stripesChris Mason
2008-09-25Btrfs: Fix allocation profile initChris Mason
2008-09-25Btrfs: Don't allow written blocks from this transaction to be reallocatedChris 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: Properly dirty buffers in the split corner casesChris Mason
2008-09-25Btrfs: Verify checksums on tree blocks found without read_tree_blockChris Mason
2008-09-25Btrfs: Keep fs_mutex during reads done by snapshot deletionChris Mason
2008-09-25btrfs-progs: Stop stomping on 'name' input parameterAlex Chiang
2008-09-25Btrfs: Correct usage of IS_ERR() in extent_io.cPeter
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: Make the FS tree the last objectid in the tree of tree rootsChris Mason
2008-09-25Add /dev/btrfs-control for device scanning ioctlsChris Mason
2008-09-25Btrfs: Bring back find_free_extent CPU usage optimizationsChris Mason
2008-09-25Btrfs: Dynamic chunk and block group allocationChris Mason
2008-09-25Btrfs: Add support for multiple devices per filesystemChris Mason
2008-09-25Match the extent tree code to btrfs-progs for multi-device mergingChris Mason
2008-09-25Btrfs: Use KM_USERN instead of KM_IRQ during data summingChris Mason
2008-09-25Btrfs: Disable sysfs files on older kernelsChris Mason
2008-09-25Btrfs: Make sure bio pages are adjacent during bulk csummingChris Mason
2008-09-25Btrfs: Misc 2.6.25 updatesChris Mason
2008-09-25btrfs: fixes for kobject changes in mainlineGreg KH
2008-09-25Btrfs: While doing checksums on bios, cache the extent_buffer mappingChris Mason