summaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: Fixup a few u64<->pointer casts for 32 bitChris Mason2008-09-251-3/+5
* Btrfs: Add extra checks to avoid removing extent_state from pages we can't freeChris Mason2008-09-251-0/+6
* Btrfs: Write out all super blocks on commit, and bring back proper barrier su...Chris Mason2008-09-254-8/+122
* Btrfs: Add O_DIRECT read and write (writes == buffered + cache flush)Chris Mason2008-09-252-2/+75
* Btrfs: Disable extra debugging checks on tree blocksChris Mason2008-09-251-0/+1
* Btrfs: Handle checksumming errors while reading data blocksChris Mason2008-09-254-1/+126
* Btrfs: Retry metadata reads in the face of checksum failuresChris Mason2008-09-257-52/+138
* Btrfs: Handle data block end_io through the async work queueChris Mason2008-09-253-12/+28
* Btrfs: Do metadata checksums for reads via a workqueueChris Mason2008-09-257-67/+310
* Btrfs: Add additional debugging for metadata checksum failuresChris Mason2008-09-253-4/+55
* Change btrfs_map_block to return a structure with mappings for all stripesChris Mason2008-09-254-69/+103
* Btrfs: Fix allocation profile initChris Mason2008-09-253-21/+13
* Btrfs: Don't allow written blocks from this transaction to be reallocatedChris Mason2008-09-251-1/+3
* Btrfs: Add support for duplicate blocks on a single spindleChris Mason2008-09-254-9/+37
* Btrfs: Add support for mirroring across drivesChris Mason2008-09-256-93/+198
* Btrfs: Properly dirty buffers in the split corner casesChris Mason2008-09-251-0/+2
* Btrfs: Verify checksums on tree blocks found without read_tree_blockChris Mason2008-09-255-36/+60
* Btrfs: Keep fs_mutex during reads done by snapshot deletionChris Mason2008-09-251-3/+4
* btrfs-progs: Stop stomping on 'name' input parameterAlex Chiang2008-09-251-1/+1
* Btrfs: Correct usage of IS_ERR() in extent_io.cPeter2008-09-251-9/+9
* Fix btrfs_fill_super to return -EINVAL when no FS foundYan2008-09-253-5/+4
* Reorder the flags field in struct btrfs_header and record a flag on writeoutChris Mason2008-09-253-9/+42
* Btrfs: Add leak debugging for extent_buffer and extent_stateChris Mason2008-09-253-3/+30
* Btrfs: Use a higher default ra pagesChris Mason2008-09-251-1/+1
* Create a btrfs backing dev infoChris Mason2008-09-253-0/+60
* Btrfs: Implement raid0 when multiple devices are presentChris Mason2008-09-255-66/+173
* Btrfs: Add support for device scanning and detection ioctlsChris Mason2008-09-257-44/+333
* Btrfs: Bring back mount -o ssd optimizationsChris Mason2008-09-258-2/+103
* Btrfs: Move device information into the super block so it can be scannedChris Mason2008-09-255-91/+23
* Btrfs: Make the FS tree the last objectid in the tree of tree rootsChris Mason2008-09-251-9/+8
* Add /dev/btrfs-control for device scanning ioctlsChris Mason2008-09-252-5/+40
* Btrfs: Bring back find_free_extent CPU usage optimizationsChris Mason2008-09-251-8/+12
* Btrfs: Dynamic chunk and block group allocationChris Mason2008-09-256-57/+263
* Btrfs: Add support for multiple devices per filesystemChris Mason2008-09-2513-380/+1563
* Match the extent tree code to btrfs-progs for multi-device mergingChris Mason2008-09-251-52/+7
* Btrfs: Use KM_USERN instead of KM_IRQ during data summingChris Mason2008-09-251-5/+5
* Btrfs: Disable sysfs files on older kernelsChris Mason2008-09-251-0/+34
* Btrfs: Make sure bio pages are adjacent during bulk csummingChris Mason2008-09-251-2/+4
* Btrfs: Misc 2.6.25 updatesChris Mason2008-09-252-29/+11
* btrfs: fixes for kobject changes in mainlineGreg KH2008-09-251-24/+15
* Btrfs: While doing checksums on bios, cache the extent_buffer mappingChris Mason2008-09-251-3/+33
* Btrfs: checksum file data at bio submission time instead of during writepageChris Mason2008-09-255-18/+75
* Btrfs: Properly cast before shiftingChris Mason2008-09-251-1/+1
* Btrfs: Take the extent lock before dropping the delalloc bitsChris Mason2008-09-251-0/+4
* Btrfs: Fix looping on readdir of the subvol rootsYan Zheng2008-09-251-1/+4
* Btrfs: Properly clear dirty and delalloc extent bits while preparing the file...Chris Mason2008-09-251-0/+7
* Btrfs: Remove extent back refs in batches, and avoid duplicate searchesChris Mason2008-09-251-9/+54
* Btrfs: Allocator improvementsChris Mason2008-09-254-15/+70
* Btrfs: Disable tree defrag in SSD modeChris Mason2008-09-252-1/+5
* Btrfs: unaligned access fixesDavid Miller2008-09-255-45/+33