summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Fix an off by one in the extent_map prepare write codeChris Mason2-3/+3
2008-09-25Btrfs: Implement basic support for -ENOSPCChris Mason6-28/+193
2008-09-25Btrfs: Less aggressive readahead on deletesChris Mason1-9/+11
2008-09-25Btrfs: Fix nodatacow extent lookupChris Mason1-1/+0
2008-09-25Btrfs: Fix delayed allocation to avoid missing delalloc extentsChris Mason2-2/+8
2008-09-25kmalloc a few large stack objects in the btrfs_ioctl pathChris Mason2-24/+56
2008-09-25Btrfs: Back port to 2.6.18-el kernelsChris Mason9-20/+239
2008-09-25Btrfs: Add mount option to enforce a max extent sizeChris Mason4-11/+65
2008-09-25Btrfs: Fix extent_map and extent_state leaks by flushing lrus on FS unmountChris Mason1-0/+10
2008-09-25Btrfs: Add mount option to turn off data cowChris Mason5-25/+293
2008-09-25Btrfs: Add mount -o nodatasum to turn of file data checksummingChris Mason4-9/+34
2008-09-25Fixes for loopback files in btrfsChris Mason2-2/+14
2008-09-25Off by one fix for btrfs_drop_extentsYan1-1/+2
2008-09-25Btrfs: Reorder extent back refs to differentiate btree blocks from file dataChris Mason2-10/+10
2008-09-25Fix btrfs_inc_ref to add backref hintsChris Mason1-2/+4
2008-09-25Btrfs: Fix typo in .. check (thanks Yan)Chris Mason1-1/+1
2008-09-25Btrfs: Add backrefs for symbolic link inodesChris Mason1-17/+13
2008-09-25Btrfs: Extra NULL block group checks in find_free_extentChris Mason1-0/+6
2008-09-25Btrfs: Add back pointers from the inode to the directory that references itChris Mason3-143/+272
2008-09-25Btrfs: Add lowest key information to back refs for extent tree blocks as well.Chris Mason4-19/+110
2008-09-25Btrfs: Add back pointers from extents to the btree or file referencing themChris Mason8-105/+577
2008-09-25Btrfs: Implement generation numbers in block pointersChris Mason3-8/+115
2008-09-25Btrfs: section mismatch warningsChristian Hesse3-3/+3
2008-09-25Btrfs: Fix buffer get/release issue in create_snapshotYan1-2/+2
2008-09-25Btrfs: Fix extent allocation for btree blocks as the disk fillsChris Mason1-11/+17
2008-09-25Btrfs: Add simple stripe size parameterChris Mason3-13/+43
2008-09-25btrfs_drop_extents: make sure the item is getting smaller before truncateChris Mason3-16/+24
2008-09-25Btrfs: Add efficient dirty accounting to the extent_map treeChris Mason3-4/+36
2008-09-25Btrfs: Fine tune the btree writeback exclusion some moreChris Mason2-1/+6
2008-09-25Btrfs: Only limit btree writeback for pdflushChris Mason1-1/+1
2008-09-25Btrfs: Limit btree writeback to prevent seeksChris Mason3-0/+51
2008-09-25Btrfs: Handle writeback under high memory pressure betterChris Mason2-1/+13
2008-09-25Btrfs: Properly update right_nritems in push_leaf_leftYan1-3/+2
2008-09-25Btrfs: Add check for null block group to find_search_startChris Mason1-0/+3
2008-09-25Btrfs: Make sure page mapping dirty tag is properly clearedChris Mason1-2/+20
2008-09-25Btrfs: Avoid fragmentation from parallel delalloc fillingChris Mason1-34/+49
2008-09-25Btrfs: Return value checking in module initWyatt Banks3-6/+33
2008-09-25Btrfs: xattr fixesJosef Bacik1-2/+2
2008-09-25Btrfs: Make ACLs return EOPNOTSUPP for nowJosef Bacik2-2/+20
2008-09-25Btrfs: Off by one fixes for extent-tree.cYan1-7/+3
2008-09-25Btrfs: Add full_scan parameter to find_search_startYan1-8/+6
2008-09-25Btrfs: Add block group pinned accounting backYan3-16/+44
2008-09-25xattr support for btrfsJosef Bacik9-14/+751
2008-09-25Btrfs: Fix extent bit range testingChris Mason1-7/+17
2008-09-25Btrfs: Add readpages supportChris Mason3-8/+78
2008-09-25Btrfs: Avoid extent_buffer lru corruptionChris Mason1-1/+7
2008-09-25Btrfs: Allow large data extents in a single file to span into metadata block ...Chris Mason2-6/+36
2008-09-25Btrfs: Fix failure cleanups when allocating extent buffers failChris Mason1-26/+30
2008-09-25Btrfs: Use writepages for the metadata tooChris Mason1-3/+26
2008-09-25Properly delete csum item in btrfs_truncate_in_trans.Yan1-1/+2