aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Btrfs: Leave on the tree defragger in mount -o ssd, it still helps thereChris Mason2008-09-251-3/+0
* Btrfs: mount -o max_inline=size to control the maximum inline extent sizeChris Mason2008-09-255-3/+22
* Btrfs: Do delalloc accounting via hooks in the extent_state codeChris Mason2008-09-255-46/+53
* Btrfs: Add inode item and backref in one insert, reducing cpu usageChris Mason2008-09-253-39/+102
* Btrfs: During deletes and truncate, remove many items at once from the treeChris Mason2008-09-254-70/+95
* Btrfs: extent_io and extent_state optimizationsChris Mason2008-09-254-114/+298
* Btrfs: Add some extra debugging around file data checksum failuresChris Mason2008-09-252-3/+9
* Btrfs: Force f_pos to the max when a readdir hits the end of the directory.Chris Mason2008-09-251-1/+1