summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Btrfs: Fix "no csum found for inode" issue.Yan2008-09-252-3/+7
* Btrfs: Fix i_blocks accountingChris Mason2008-09-254-20/+50
* Btrfs: Create larger bios for btree blocksChris Mason2008-09-253-8/+17
* Btrfs: Don't case unsigned long to int in bio submissionChris Mason2008-09-251-1/+1
* Btrfs: Use 2MB as the empty_size for clustered allocationsChris Mason2008-09-251-1/+1
* btrfs_drop_extents: handle BTRFS_INODE_REF_KEY typesYan2008-09-251-3/+4
* Btrfs: Add checks for last byte in disk to allocator groupingChris Mason2008-09-251-1/+6
* Btrfs: Fix hole creation in file_writeYan2008-09-251-4/+2
* Btrfs: Update magicChris Mason2008-09-251-1/+1
* Btrfs: Add debugging for block group update failureChris Mason2008-09-251-1/+5
* Btrfs: Fix typo in extent_io.cYan2008-09-252-4/+3
* Btrfs: Lower stack usage in transaction.cChris Mason2008-09-251-18/+24
* Btrfs: Fix delalloc account on state deletionChris Mason2008-09-251-0/+1
* Call btrfs_cow_block while lowering tree level.Yan2008-09-251-0/+3
* Btrfs: Use last_alloc optimizations for metadata, even without -o ssdChris Mason2008-09-251-15/+13
* Btrfs: Hash in the offset and owner for file extent backref keysChris Mason2008-09-251-7/+6
* Btrfs: Insert extent record and the first backref in a single balanceChris Mason2008-09-251-11/+29
* Btrfs: Add a lookup cache to the extent state treeChris Mason2008-09-252-17/+41
* Btrfs: Add data block hints to SSD mode tooChris Mason2008-09-254-12/+19
* Btrfs: Enable delalloc accountingChris Mason2008-09-254-14/+26
* btrfs_drop_extent fixe for inline items > 8KYan2008-09-251-5/+3
* Fix hole start calculation in btrfs_settarChris Mason2008-09-251-11/+5
* Properly align the hole size in btrfs_setattrChris Mason2008-09-251-3/+3
* Btrfs: Align extent length to sectorsize inYan2008-09-251-0/+2
* Btrfs: Copy correct tree when inserting into slot 0Chris Mason2008-09-251-1/+4
OpenPOWER on IntegriCloud