summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Btrfs: Tune readahead during defrag to avoid reading too much at onceChris Mason2008-09-251-13/+28
* Btrfs: Split the extent_map code into two partsChris Mason2008-09-2514-3413/+3612
* Btrfs: Fix hole insertion corner casesChris Mason2008-09-254-13/+126
* Btrfs: Include sched.h in the acl code for current (fixes compile on 2.6.23)Chris Mason2008-09-251-0/+1
* Btrfs: Add basic lockfs callsYan2008-09-251-1/+13
* Btrfs: Fix for test_range_bitYan2008-09-251-0/+5
* Fix for btrfs_find_free_objectidYan2008-09-251-3/+1
* Btrfs: Add mount -o ssd, which includes optimizations for seek free storageChris Mason2008-09-256-2/+47
* Btrfs: Use blk_congestion_wait on older kernelsChris Mason2008-09-251-1/+6
* Btrfs: Fix compile on 2.6.22 kernelYan2008-09-252-2/+8
* Btrfs: Fix compile on kernel without ACLs enabledYan2008-09-252-3/+8
* Btrfs: Fix data=ordered vs wait_on_inode deadlock on older kernelsChris Mason2008-09-253-21/+27
* Btrfs: Run igrab on data=ordered inodes to prevent deadlocks during writeoutChris Mason2008-09-255-10/+37
* Btrfs: Disable delalloc accounting for nowChris Mason2008-09-251-0/+2
* Rework btrfs_drop_inode to avoid schedulingChris Mason2008-09-256-10/+44
* Btrfs: Add drop inode func to avoid data=ordered deadlockChris Mason2008-09-253-0/+21
* Btrfs: Delete any remaining extent_maps before freeing the inodeChris Mason2008-09-251-0/+1
* Btrfs: Only delete roots from sysfs when they were added to sysfsChris Mason2008-09-251-1/+2
* Btrfs: Change magic string to reflect new formatChris Mason2008-09-252-2/+3
* Btrfs: Add readonly inode flagYan2008-09-252-7/+15
* Btrfs: Implement ACLs setting and gettingYan2008-09-253-41/+51
* Btrfs: Remove verbose WARN_ONChris Mason2008-09-251-2/+0
* Btrfs: Fix extent_buffer usage when nodesize != leafsizeChris Mason2008-09-253-15/+54
* Btrfs: Add flush barriers on commitChris Mason2008-09-253-3/+16
OpenPOWER on IntegriCloud