summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2008-09-25Btrfs: Disable delalloc accounting for nowChris Mason
2008-09-25Rework btrfs_drop_inode to avoid schedulingChris Mason
2008-09-25Btrfs: Add drop inode func to avoid data=ordered deadlockChris Mason
2008-09-25Btrfs: Delete any remaining extent_maps before freeing the inodeChris Mason
2008-09-25Btrfs: Only delete roots from sysfs when they were added to sysfsChris Mason
2008-09-25Btrfs: Change magic string to reflect new formatChris Mason
2008-09-25Btrfs: Add readonly inode flagYan
2008-09-25Btrfs: Implement ACLs setting and gettingYan
2008-09-25Btrfs: Remove verbose WARN_ONChris Mason
2008-09-25Btrfs: Fix extent_buffer usage when nodesize != leafsizeChris Mason
2008-09-25Btrfs: Add flush barriers on commitChris Mason
2008-09-25Btrfs: Remove extent_map debugging messageChris Mason
2008-09-25Btrfs: Add inode flags supportYan
2008-09-25Btrfs: online shrinking fixesChris Mason
2008-09-25Btrfs: Disable btree reada during extent backref lookups.Chris Mason
2008-09-25Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletionChris Mason
2008-09-25Btrfs: Move snapshot creation to commit timeChris Mason
2008-09-25Btrfs: Add data=ordered supportChris Mason
2008-09-25Btrfs: Change tree block csum tagging to avoid false error messagesChris Mason
2008-09-25Btrfs: resizer: don't hold the fs_mutex for long periods of timeChris Mason
2008-09-25Properly call btrfs_search_slot while shrinkingChris Mason
2008-09-25Btrfs: Lower the max inline size to 8kChris Mason
2008-09-25Btrfs: Change st_blocksize to 4kChris Mason
2008-09-25Btrfs: Properly handle overlapping extent in shrink_extent_treeYan
2008-09-25Btrfs: Add a helper that finds previous extent itemYan
2008-09-25Btrfs: Fix lock ordering of the snapshot semaphore against the page lockChris Mason
2008-09-25count_snapshots: Properly update the leaf pointer after btrfs_next_leafChris Mason
2008-09-25Btrfs: Force inlining off in a few places to save stack usageChris Mason
2008-09-25Btrfs: 32 bit compile fixes for the resizer and enospc checksChris Mason
2008-09-25Btrfs: Reduce stack usage in the resizer, fix 32 bit compilesChris Mason
2008-09-25Btrfs: Explicitly send a root objectid to count_snapshots_in_pathChris Mason
2008-09-25Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for ...Chris Mason
2008-09-25Btrfs: Fix NULL block groups on reading the inodeChris Mason
2008-09-25Btrfs: Support for online FS resize (grow and shrink)Chris Mason
2008-09-25Btrfs: Fix an off by one in the extent_map prepare write codeChris Mason
2008-09-25Btrfs: Implement basic support for -ENOSPCChris Mason
2008-09-25Btrfs: Less aggressive readahead on deletesChris Mason
2008-09-25Btrfs: Fix nodatacow extent lookupChris Mason
2008-09-25Btrfs: Fix delayed allocation to avoid missing delalloc extentsChris Mason
2008-09-25kmalloc a few large stack objects in the btrfs_ioctl pathChris Mason
2008-09-25Btrfs: Back port to 2.6.18-el kernelsChris Mason
2008-09-25Btrfs: Add mount option to enforce a max extent sizeChris Mason
2008-09-25Btrfs: Fix extent_map and extent_state leaks by flushing lrus on FS unmountChris Mason
2008-09-25Btrfs: Add mount option to turn off data cowChris Mason
2008-09-25Btrfs: Add mount -o nodatasum to turn of file data checksummingChris Mason
2008-09-25Fixes for loopback files in btrfsChris Mason
2008-09-25Off by one fix for btrfs_drop_extentsYan
2008-09-25Btrfs: Reorder extent back refs to differentiate btree blocks from file dataChris Mason
2008-09-25Fix btrfs_inc_ref to add backref hintsChris Mason
2008-09-25Btrfs: Fix typo in .. check (thanks Yan)Chris Mason