summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Add data=ordered supportChris Mason13-28/+387
2008-09-25Btrfs: Change tree block csum tagging to avoid false error messagesChris Mason1-10/+36
2008-09-25Btrfs: resizer: don't hold the fs_mutex for long periods of timeChris Mason1-1/+21
2008-09-25Properly call btrfs_search_slot while shrinkingChris Mason1-1/+9
2008-09-25Btrfs: Lower the max inline size to 8kChris Mason1-1/+1
2008-09-25Btrfs: Change st_blocksize to 4kChris Mason2-2/+9
2008-09-25Btrfs: Properly handle overlapping extent in shrink_extent_treeYan1-84/+56
2008-09-25Btrfs: Add a helper that finds previous extent itemYan1-44/+36
2008-09-25Btrfs: Fix lock ordering of the snapshot semaphore against the page lockChris Mason1-2/+4
2008-09-25count_snapshots: Properly update the leaf pointer after btrfs_next_leafChris Mason2-3/+3
2008-09-25Btrfs: Force inlining off in a few places to save stack usageChris Mason3-49/+54
2008-09-25Btrfs: 32 bit compile fixes for the resizer and enospc checksChris Mason2-4/+10
2008-09-25Btrfs: Reduce stack usage in the resizer, fix 32 bit compilesChris Mason5-43/+63
2008-09-25Btrfs: Explicitly send a root objectid to count_snapshots_in_pathChris Mason2-44/+11
2008-09-25Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for ...Chris Mason5-9/+28
2008-09-25Btrfs: Fix NULL block groups on reading the inodeChris Mason2-2/+6
2008-09-25Btrfs: Support for online FS resize (grow and shrink)Chris Mason8-14/+629
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