Btrfs: Deal with failed writes in mirrored configurations
[deliverable/linux.git] / fs / btrfs / extent-tree.c
2008-09-25  Chris MasonBtrfs: Deal with failed writes in mirrored configurations
2008-09-25  Chris MasonBtrfs: Add balance ioctl to restripe the chunks
2008-09-25  Chris MasonBtrfs: Do more optimal file RA during shrinking and...
2008-09-25  Chris MasonBtrfs: Avoid recursive chunk allocations
2008-09-25  Chris MasonBtrfs: Make the resizer work based on shrinking and...
2008-09-25  Chris MasonBtrfs: Fix balance_level to free the middle block if...
2008-09-25  Chris MasonBtrfs: Simplify device selection for mirrored reads
2008-09-25  Chris MasonBtrfs: Use the extent map cache to find the logical...
2008-09-25  Chris MasonBtrfs: Don't wait on tree block writeback before freein...
2008-09-25  Chris MasonBtrfs: Add RAID10 support
2008-09-25  Chris MasonBtrfs: Add chunk uuids and update multi-device back...
2008-09-25  Chris MasonAdd a min size parameter to btrfs_alloc_extent
2008-09-25  MiguelBtrfs: Endianess bug fix for v0.13 with kernels
2008-09-25  Chris MasonBtrfs: Do metadata checksums for reads via a workqueue
2008-09-25  Chris MasonBtrfs: Fix allocation profile init
2008-09-25  Chris MasonBtrfs: Don't allow written blocks from this transaction...
2008-09-25  Chris MasonBtrfs: Add support for duplicate blocks on a single...
2008-09-25  Chris MasonBtrfs: Add support for mirroring across drives
2008-09-25  Chris MasonBtrfs: Verify checksums on tree blocks found without...
2008-09-25  Chris MasonBtrfs: Keep fs_mutex during reads done by snapshot...
2008-09-25  Chris MasonBtrfs: Implement raid0 when multiple devices are present
2008-09-25  Chris MasonBtrfs: Bring back mount -o ssd optimizations
2008-09-25  Chris MasonAdd /dev/btrfs-control for device scanning ioctls
2008-09-25  Chris MasonBtrfs: Bring back find_free_extent CPU usage optimizations
2008-09-25  Chris MasonBtrfs: Dynamic chunk and block group allocation
2008-09-25  Chris MasonBtrfs: Add support for multiple devices per filesystem
2008-09-25  Chris MasonMatch the extent tree code to btrfs-progs for multi...
2008-09-25  Chris MasonBtrfs: Remove extent back refs in batches, and avoid...
2008-09-25  Chris MasonBtrfs: Allocator improvements
2008-09-25  Chris MasonBtrfs: Disable tree defrag in SSD mode
2008-09-25  Chris MasonBtrfs: Use 2MB as the empty_size for clustered allocations
2008-09-25  Chris MasonBtrfs: Add checks for last byte in disk to allocator...
2008-09-25  Chris MasonBtrfs: Add debugging for block group update failure
2008-09-25  Chris MasonBtrfs: Use last_alloc optimizations for metadata, even...
2008-09-25  Chris MasonBtrfs: Hash in the offset and owner for file extent...
2008-09-25  Chris MasonBtrfs: Insert extent record and the first backref in...
2008-09-25  Chris MasonBtrfs: Add data block hints to SSD mode too
2008-09-25  Chris MasonBtrfs: Do delalloc accounting via hooks in the extent_s...
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: Add mount -o ssd, which includes optimizations...
2008-09-25  Chris MasonBtrfs: Fix extent_buffer usage when nodesize != leafsize
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 data=ordered support
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  YanBtrfs: Properly handle overlapping extent in shrink_ext...
2008-09-25  YanBtrfs: Add a helper that finds previous extent item
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: Add mount option to turn off data cow
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: Extra NULL block group checks in find_free_extent
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  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: Handle writeback under high memory pressure...
2008-09-25  Chris MasonBtrfs: Add check for null block group to find_search_start
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  Chris MasonBtrfs: Allow large data extents in a single file to...
2008-09-25  Chris MasonBtrfs: Optimize allocations as we need to mix data...
2008-09-25  YanBtrfs: Properly update free space cache in __free_extent
2008-09-25  YanBtrfs: Fix typo and memory leak in extent-tree.c
2008-09-25  Jens Axboebtrfs: 32-bit type problems
2008-09-25  Chris MasonBtrfs: Add back metadata checksumming
2008-09-25  Chris MasonBreakout BTRFS_SETGET_FUNCS into a separate C file...
2008-09-25  Chris MasonBtrfs: Add an extent buffer LRU to reduce radix tree...
2008-09-25  Chris MasonBtrfs: Fix allocation routines to avoid intermixing...
2008-09-25  Chris MasonBtrfs: Add back the online defragging code
2008-09-25  Chris MasonBtrfs: Allow tree blocks larger than the page size
2008-09-25  Chris MasonBtrfs: Change the remaining radix trees used by extent...
2008-09-25  Chris MasonBtrfs: Stop using radix trees for the block group cache
2008-09-25  Chris MasonBtrfs: Fix extent_buffer and extent_state leaks
2008-09-25  Chris MasonBtrfs: Create extent_buffer interface for large blocksizes
2008-09-25  Chris MasonBtrfs: Fix duplicate ENOSPC checks in find_free_extent
2008-09-25  Chris MasonBtrfs: Use balance_dirty_pages_nr on btree blocks
2007-09-14  YanBtrfs: Fix cache_block_group to catch holes at the...
2007-08-29  YanBtrfs: Fix oopsen in extent_tree.c during enospc
2007-08-29  Josef BacikBtrfs: Add per-root block accounting and sysfs entries
2007-08-27  Chris MasonBtrfs: Add delayed allocation to the extent based page...
2007-08-27  Chris MasonBtrfs: Do more extensive readahead during tree searches
2007-08-10  Chris MasonBtrfs: Add BH_Defrag to mark buffers that are in need...
2007-08-10  Chris MasonBtrfs: Btree defrag on the extent-mapping tree as well
2007-08-09  Chris MasonBtrfs: Further reduce the concurrency penalty of defrag...
2007-08-09  Chris MasonBtrfs: Replace extent tree preallocation code with...
2007-08-08  Chris MasonBtrfs: Let some locks go during defrag and snapshot...
2007-08-07  Chris MasonBtrfs: Add run time btree defrag, and an ioctl to force...
next
This page took 0.853024 seconds and 108 git commands to generate.