Btrfs: mount -o max_inline=size to control the maximum inline extent size
[safe/jmp/linux-2.6] / fs / btrfs /
2008-09-25 Chris MasonBtrfs: mount -o max_inline=size to control the maximum...
2008-09-25 Chris MasonBtrfs: Do delalloc accounting via hooks in the extent_s...
2008-09-25 Chris MasonBtrfs: Add inode item and backref in one insert, reduci...
2008-09-25 Chris MasonBtrfs: During deletes and truncate, remove many items...
2008-09-25 Chris MasonBtrfs: extent_io and extent_state optimizations
2008-09-25 Chris MasonBtrfs: Add some extra debugging around file data checks...
2008-09-25 Chris MasonBtrfs: Force f_pos to the max when a readdir hits the...
2008-09-25 Chris MasonBtrfs: Tune readahead during defrag to avoid reading...
2008-09-25 Chris MasonBtrfs: Split the extent_map code into two parts
2008-09-25 Chris MasonBtrfs: Fix hole insertion corner cases
2008-09-25 Chris MasonBtrfs: Include sched.h in the acl code for current...
2008-09-25 YanBtrfs: Add basic lockfs calls
2008-09-25 YanBtrfs: Fix for test_range_bit
2008-09-25 YanFix for btrfs_find_free_objectid
2008-09-25 Chris MasonBtrfs: Add mount -o ssd, which includes optimizations...
2008-09-25 Chris MasonBtrfs: Use blk_congestion_wait on older kernels
2008-09-25 YanBtrfs: Fix compile on 2.6.22 kernel
2008-09-25 YanBtrfs: Fix compile on kernel without ACLs enabled
2008-09-25 Chris MasonBtrfs: Fix data=ordered vs wait_on_inode deadlock on...
2008-09-25 Chris MasonBtrfs: Run igrab on data=ordered inodes to prevent...
2008-09-25 Chris MasonBtrfs: Disable delalloc accounting for now
2008-09-25 Chris MasonRework btrfs_drop_inode to avoid scheduling
2008-09-25 Chris MasonBtrfs: Add drop inode func to avoid data=ordered deadlock
2008-09-25 Chris MasonBtrfs: Delete any remaining extent_maps before freeing...
2008-09-25 Chris MasonBtrfs: Only delete roots from sysfs when they were...
2008-09-25 Chris MasonBtrfs: Change magic string to reflect new format
2008-09-25 YanBtrfs: Add readonly inode flag
2008-09-25 YanBtrfs: Implement ACLs setting and getting
2008-09-25 Chris MasonBtrfs: Remove verbose WARN_ON
2008-09-25 Chris MasonBtrfs: Fix extent_buffer usage when nodesize != leafsize
2008-09-25 Chris MasonBtrfs: Add flush barriers on commit
2008-09-25 Chris MasonBtrfs: Remove extent_map debugging message
2008-09-25 YanBtrfs: Add inode flags support
2008-09-25 Chris MasonBtrfs: online shrinking fixes
2008-09-25 Chris MasonBtrfs: Disable btree reada during extent backref lookups.
2008-09-25 Chris MasonBtrfs: Add some simple throttling to wait for data...
2008-09-25 Chris MasonBtrfs: Move snapshot creation to commit time
2008-09-25 Chris MasonBtrfs: Add data=ordered support
2008-09-25 Chris MasonBtrfs: Change tree block csum tagging to avoid false...
2008-09-25 Chris MasonBtrfs: resizer: don't hold the fs_mutex for long period...
2008-09-25 Chris MasonProperly call btrfs_search_slot while shrinking
2008-09-25 Chris MasonBtrfs: Lower the max inline size to 8k
2008-09-25 Chris MasonBtrfs: Change st_blocksize to 4k
2008-09-25 YanBtrfs: Properly handle overlapping extent in shrink_ext...
2008-09-25 YanBtrfs: Add a helper that finds previous extent item
2008-09-25 Chris MasonBtrfs: Fix lock ordering of the snapshot semaphore...
2008-09-25 Chris Masoncount_snapshots: Properly update the leaf pointer after...
2008-09-25 Chris MasonBtrfs: Force inlining off in a few places to save stack...
2008-09-25 Chris MasonBtrfs: 32 bit compile fixes for the resizer and enospc...
2008-09-25 Chris MasonBtrfs: Reduce stack usage in the resizer, fix 32 bit...
2008-09-25 Chris MasonBtrfs: Explicitly send a root objectid to count_snapsho...
2008-09-25 Chris MasonBtrfs: Add readahead to the online shrinker, and a...
2008-09-25 Chris MasonBtrfs: Fix NULL block groups on reading the inode
2008-09-25 Chris MasonBtrfs: Support for online FS resize (grow and shrink)
2008-09-25 Chris MasonBtrfs: Fix an off by one in the extent_map prepare...
2008-09-25 Chris MasonBtrfs: Implement basic support for -ENOSPC
2008-09-25 Chris MasonBtrfs: Less aggressive readahead on deletes
2008-09-25 Chris MasonBtrfs: Fix nodatacow extent lookup
2008-09-25 Chris MasonBtrfs: Fix delayed allocation to avoid missing delalloc...
2008-09-25 Chris Masonkmalloc a few large stack objects in the btrfs_ioctl...
2008-09-25 Chris MasonBtrfs: Back port to 2.6.18-el kernels
2008-09-25 Chris MasonBtrfs: Add mount option to enforce a max extent size
2008-09-25 Chris MasonBtrfs: Fix extent_map and extent_state leaks by flushin...
2008-09-25 Chris MasonBtrfs: Add mount option to turn off data cow
2008-09-25 Chris MasonBtrfs: Add mount -o nodatasum to turn of file data...
2008-09-25 Chris MasonFixes for loopback files in btrfs
2008-09-25 YanOff by one fix for btrfs_drop_extents
2008-09-25 Chris MasonBtrfs: Reorder extent back refs to differentiate btree...
2008-09-25 Chris MasonFix btrfs_inc_ref to add backref hints
2008-09-25 Chris MasonBtrfs: Fix typo in .. check (thanks Yan)
2008-09-25 Chris MasonBtrfs: Add backrefs for symbolic link inodes
2008-09-25 Chris MasonBtrfs: Extra NULL block group checks in find_free_extent
2008-09-25 Chris MasonBtrfs: Add back pointers from the inode to the director...
2008-09-25 Chris MasonBtrfs: Add lowest key information to back refs for...
2008-09-25 Chris MasonBtrfs: Add back pointers from extents to the btree...
2008-09-25 Chris MasonBtrfs: Implement generation numbers in block pointers
2008-09-25 Christian HesseBtrfs: section mismatch warnings
2008-09-25 YanBtrfs: Fix buffer get/release issue in create_snapshot
2008-09-25 Chris MasonBtrfs: Fix extent allocation for btree blocks as the...
2008-09-25 Chris MasonBtrfs: Add simple stripe size parameter
2008-09-25 Chris Masonbtrfs_drop_extents: make sure the item is getting small...
2008-09-25 Chris MasonBtrfs: Add efficient dirty accounting to the extent_map...
2008-09-25 Chris MasonBtrfs: Fine tune the btree writeback exclusion some...
2008-09-25 Chris MasonBtrfs: Only limit btree writeback for pdflush
2008-09-25 Chris MasonBtrfs: Limit btree writeback to prevent seeks
2008-09-25 Chris MasonBtrfs: Handle writeback under high memory pressure...
2008-09-25 YanBtrfs: Properly update right_nritems in push_leaf_left
2008-09-25 Chris MasonBtrfs: Add check for null block group to find_search_start
2008-09-25 Chris MasonBtrfs: Make sure page mapping dirty tag is properly...
2008-09-25 Chris MasonBtrfs: Avoid fragmentation from parallel delalloc filling
2008-09-25 Wyatt BanksBtrfs: Return value checking in module init
2008-09-25 Josef BacikBtrfs: xattr fixes
2008-09-25 Josef BacikBtrfs: Make ACLs return EOPNOTSUPP for now
2008-09-25 YanBtrfs: Off by one fixes for extent-tree.c
2008-09-25 YanBtrfs: Add full_scan parameter to find_search_start
2008-09-25 YanBtrfs: Add block group pinned accounting back
2008-09-25 Josef Bacikxattr support for btrfs
2008-09-25 Chris MasonBtrfs: Fix extent bit range testing
2008-09-25 Chris MasonBtrfs: Add readpages support
2008-09-25 Chris MasonBtrfs: Avoid extent_buffer lru corruption
next