summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-25Btrfs: Add checks for last byte in disk to allocator groupingChris Mason1-1/+6
2008-09-25Btrfs: Fix hole creation in file_writeYan1-4/+2
2008-09-25Btrfs: Update magicChris Mason1-1/+1
2008-09-25Btrfs: Add debugging for block group update failureChris Mason1-1/+5
2008-09-25Btrfs: Fix typo in extent_io.cYan2-4/+3
2008-09-25Btrfs: Lower stack usage in transaction.cChris Mason1-18/+24
2008-09-25Btrfs: Fix delalloc account on state deletionChris Mason1-0/+1
2008-09-25Call btrfs_cow_block while lowering tree level.Yan1-0/+3
2008-09-25Btrfs: Use last_alloc optimizations for metadata, even without -o ssdChris Mason1-15/+13
2008-09-25Btrfs: Hash in the offset and owner for file extent backref keysChris Mason1-7/+6
2008-09-25Btrfs: Insert extent record and the first backref in a single balanceChris Mason1-11/+29
2008-09-25Btrfs: Add a lookup cache to the extent state treeChris Mason2-17/+41
2008-09-25Btrfs: Add data block hints to SSD mode tooChris Mason4-12/+19
2008-09-25Btrfs: Enable delalloc accountingChris Mason4-14/+26
2008-09-25btrfs_drop_extent fixe for inline items > 8KYan1-5/+3
2008-09-25Fix hole start calculation in btrfs_settarChris Mason1-11/+5
2008-09-25Properly align the hole size in btrfs_setattrChris Mason1-3/+3
2008-09-25Btrfs: Align extent length to sectorsize inYan1-0/+2
2008-09-25Btrfs: Copy correct tree when inserting into slot 0Chris Mason1-1/+4
2008-09-25Btrfs: Leave on the tree defragger in mount -o ssd, it still helps thereChris Mason1-3/+0
2008-09-25Btrfs: mount -o max_inline=size to control the maximum inline extent sizeChris Mason5-3/+22
2008-09-25Btrfs: Do delalloc accounting via hooks in the extent_state codeChris Mason5-46/+53
2008-09-25Btrfs: Add inode item and backref in one insert, reducing cpu usageChris Mason3-39/+102
2008-09-25Btrfs: During deletes and truncate, remove many items at once from the treeChris Mason4-70/+95
2008-09-25Btrfs: extent_io and extent_state optimizationsChris Mason4-114/+298
2008-09-25Btrfs: Add some extra debugging around file data checksum failuresChris Mason2-3/+9
2008-09-25Btrfs: Force f_pos to the max when a readdir hits the end of the directory.Chris Mason1-1/+1
2008-09-25Btrfs: Tune readahead during defrag to avoid reading too much at onceChris Mason1-13/+28
2008-09-25Btrfs: Split the extent_map code into two partsChris Mason14-3413/+3612
2008-09-25Btrfs: Fix hole insertion corner casesChris Mason4-13/+126
2008-09-25Btrfs: Include sched.h in the acl code for current (fixes compile on 2.6.23)Chris Mason1-0/+1
2008-09-25Btrfs: Add basic lockfs callsYan1-1/+13
2008-09-25Btrfs: Fix for test_range_bitYan1-0/+5
2008-09-25Fix for btrfs_find_free_objectidYan1-3/+1
2008-09-25Btrfs: Add mount -o ssd, which includes optimizations for seek free storageChris Mason6-2/+47
2008-09-25Btrfs: Use blk_congestion_wait on older kernelsChris Mason1-1/+6
2008-09-25Btrfs: Fix compile on 2.6.22 kernelYan2-2/+8
2008-09-25Btrfs: Fix compile on kernel without ACLs enabledYan2-3/+8
2008-09-25Btrfs: Fix data=ordered vs wait_on_inode deadlock on older kernelsChris Mason3-21/+27
2008-09-25Btrfs: Run igrab on data=ordered inodes to prevent deadlocks during writeoutChris Mason5-10/+37
2008-09-25Btrfs: Disable delalloc accounting for nowChris Mason1-0/+2
2008-09-25Rework btrfs_drop_inode to avoid schedulingChris Mason6-10/+44
2008-09-25Btrfs: Add drop inode func to avoid data=ordered deadlockChris Mason3-0/+21