summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-25Btrfs: Delete any remaining extent_maps before freeing the inodeChris Mason1-0/+1
2008-09-25Btrfs: Only delete roots from sysfs when they were added to sysfsChris Mason1-1/+2
2008-09-25Btrfs: Change magic string to reflect new formatChris Mason2-2/+3
2008-09-25Btrfs: Add readonly inode flagYan2-7/+15
2008-09-25Btrfs: Implement ACLs setting and gettingYan3-41/+51
2008-09-25Btrfs: Remove verbose WARN_ONChris Mason1-2/+0
2008-09-25Btrfs: Fix extent_buffer usage when nodesize != leafsizeChris Mason3-15/+54
2008-09-25Btrfs: Add flush barriers on commitChris Mason3-3/+16
2008-09-25Btrfs: Remove extent_map debugging messageChris Mason1-1/+0
2008-09-25Btrfs: Add inode flags supportYan3-14/+24
2008-09-25Btrfs: online shrinking fixesChris Mason2-11/+36
2008-09-25Btrfs: Disable btree reada during extent backref lookups.Chris Mason1-0/+4
2008-09-25Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletionChris Mason6-0/+26
2008-09-25Btrfs: Move snapshot creation to commit timeChris Mason3-67/+100
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