summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-25Btrfs: Do metadata checksums for reads via a workqueueChris Mason7-67/+310
2008-09-25Btrfs: Add additional debugging for metadata checksum failuresChris Mason3-4/+55
2008-09-25Change btrfs_map_block to return a structure with mappings for all stripesChris Mason4-69/+103
2008-09-25Btrfs: Fix allocation profile initChris Mason3-21/+13
2008-09-25Btrfs: Don't allow written blocks from this transaction to be reallocatedChris Mason1-1/+3
2008-09-25Btrfs: Add support for duplicate blocks on a single spindleChris Mason4-9/+37
2008-09-25Btrfs: Add support for mirroring across drivesChris Mason6-93/+198
2008-09-25Btrfs: Properly dirty buffers in the split corner casesChris Mason1-0/+2
2008-09-25Btrfs: Verify checksums on tree blocks found without read_tree_blockChris Mason5-36/+60
2008-09-25Btrfs: Keep fs_mutex during reads done by snapshot deletionChris Mason1-3/+4
2008-09-25btrfs-progs: Stop stomping on 'name' input parameterAlex Chiang1-1/+1
2008-09-25Btrfs: Correct usage of IS_ERR() in extent_io.cPeter1-9/+9
2008-09-25Fix btrfs_fill_super to return -EINVAL when no FS foundYan3-5/+4
2008-09-25Reorder the flags field in struct btrfs_header and record a flag on writeoutChris Mason3-9/+42
2008-09-25Btrfs: Add leak debugging for extent_buffer and extent_stateChris Mason3-3/+30
2008-09-25Btrfs: Use a higher default ra pagesChris Mason1-1/+1
2008-09-25Create a btrfs backing dev infoChris Mason3-0/+60
2008-09-25Btrfs: Implement raid0 when multiple devices are presentChris Mason5-66/+173
2008-09-25Btrfs: Add support for device scanning and detection ioctlsChris Mason7-44/+333
2008-09-25Btrfs: Bring back mount -o ssd optimizationsChris Mason8-2/+103
2008-09-25Btrfs: Move device information into the super block so it can be scannedChris Mason5-91/+23
2008-09-25Btrfs: Make the FS tree the last objectid in the tree of tree rootsChris Mason1-9/+8