summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-25Add /dev/btrfs-control for device scanning ioctlsChris Mason2-5/+40
2008-09-25Btrfs: Bring back find_free_extent CPU usage optimizationsChris Mason1-8/+12
2008-09-25Btrfs: Dynamic chunk and block group allocationChris Mason6-57/+263
2008-09-25Btrfs: Add support for multiple devices per filesystemChris Mason13-380/+1563
2008-09-25Match the extent tree code to btrfs-progs for multi-device mergingChris Mason1-52/+7
2008-09-25Btrfs: Use KM_USERN instead of KM_IRQ during data summingChris Mason1-5/+5
2008-09-25Btrfs: Disable sysfs files on older kernelsChris Mason1-0/+34
2008-09-25Btrfs: Make sure bio pages are adjacent during bulk csummingChris Mason1-2/+4
2008-09-25Btrfs: Misc 2.6.25 updatesChris Mason2-29/+11
2008-09-25btrfs: fixes for kobject changes in mainlineGreg KH1-24/+15
2008-09-25Btrfs: While doing checksums on bios, cache the extent_buffer mappingChris Mason1-3/+33
2008-09-25Btrfs: checksum file data at bio submission time instead of during writepageChris Mason5-18/+75
2008-09-25Btrfs: Properly cast before shiftingChris Mason1-1/+1
2008-09-25Btrfs: Take the extent lock before dropping the delalloc bitsChris Mason1-0/+4
2008-09-25Btrfs: Fix looping on readdir of the subvol rootsYan Zheng1-1/+4
2008-09-25Btrfs: Properly clear dirty and delalloc extent bits while preparing the file...Chris Mason1-0/+7
2008-09-25Btrfs: Remove extent back refs in batches, and avoid duplicate searchesChris Mason1-9/+54
2008-09-25Btrfs: Allocator improvementsChris Mason4-15/+70
2008-09-25Btrfs: Disable tree defrag in SSD modeChris Mason2-1/+5
2008-09-25Btrfs: unaligned access fixesDavid Miller5-45/+33
2008-09-25Btrfs: Fix "no csum found for inode" issue.Yan2-3/+7
2008-09-25Btrfs: Fix i_blocks accountingChris Mason4-20/+50
2008-09-25Btrfs: Create larger bios for btree blocksChris Mason3-8/+17
2008-09-25Btrfs: Don't case unsigned long to int in bio submissionChris Mason1-1/+1
2008-09-25Btrfs: Use 2MB as the empty_size for clustered allocationsChris Mason1-1/+1
2008-09-25btrfs_drop_extents: handle BTRFS_INODE_REF_KEY typesYan1-3/+4