index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
Age
Commit message (
Expand
)
Author
2008-09-25
Btrfs: Add locking around volume management (device add/remove/balance)
Chris Mason
2008-09-25
Btrfs: Online btree defragmentation fixes
Chris Mason
2008-09-25
Btrfs: Change find_extent_buffer to use TestSetPageLocked
Chris Mason
2008-09-25
Btrfs: Add btree locking to the tree defragmentation code
Chris Mason
2008-09-25
Btrfs: Replace the transaction work queue with kthreads
Chris Mason
2008-09-25
Btrfs: Fix snapshot deletion to release the alloc_mutex much more often.
Chris Mason
2008-09-25
Btrfs: Add a skip_locking parameter to struct path, and make various funcs ho...
Chris Mason
2008-09-25
Drop locks in btrfs_search_slot when reading a tree block.
Chris Mason
2008-09-25
Btrfs: Replace the big fs_mutex with a collection of other locks
Chris Mason
2008-09-25
Btrfs: Start btree concurrency work.
Chris Mason
2008-09-25
Btrfs: Allocator fix variety pack
Chris Mason
2008-09-25
Btrfs: Handle write errors on raid1 and raid10
Chris Mason
2008-09-25
Btrfs: Pass down the expected generation number when reading tree blocks
Chris Mason
2008-09-25
Btrfs: Chunk relocation fine tuning, and add a few printks to show progress
Chris Mason
2008-09-25
Btrfs: A number of nodatacow fixes
Chris Mason
2008-09-25
Btrfs: Update nodatacow mode to support cloned single files and resizing
Chris Mason
2008-09-25
Btrfs: Properly find the root for snapshotted blocks during chunk relocation
Chris Mason
2008-09-25
Btrfs: Add support for online device removal
Chris Mason
2008-09-25
Btrfs: Deal with failed writes in mirrored configurations
Chris Mason
2008-09-25
Btrfs: Add balance ioctl to restripe the chunks
Chris Mason
2008-09-25
Btrfs: Do more optimal file RA during shrinking and defrag
Chris Mason
2008-09-25
Btrfs: Avoid recursive chunk allocations
Chris Mason
2008-09-25
Btrfs: Make the resizer work based on shrinking and growing devices
Chris Mason
2008-09-25
Btrfs: Fix balance_level to free the middle block if there is room in the lef...
Chris Mason
2008-09-25
Btrfs: Simplify device selection for mirrored reads
Chris Mason
2008-09-25
Btrfs: Use the extent map cache to find the logical disk block during data re...
Chris Mason
2008-09-25
Btrfs: Don't wait on tree block writeback before freeing them anymore
Chris Mason
2008-09-25
Btrfs: Add RAID10 support
Chris Mason
2008-09-25
Btrfs: Add chunk uuids and update multi-device back references
Chris Mason
2008-09-25
Add a min size parameter to btrfs_alloc_extent
Chris Mason
2008-09-25
Btrfs: Endianess bug fix for v0.13 with kernels
Miguel
2008-09-25
Btrfs: Do metadata checksums for reads via a workqueue
Chris Mason
2008-09-25
Btrfs: Fix allocation profile init
Chris Mason
2008-09-25
Btrfs: Don't allow written blocks from this transaction to be reallocated
Chris Mason
2008-09-25
Btrfs: Add support for duplicate blocks on a single spindle
Chris Mason
2008-09-25
Btrfs: Add support for mirroring across drives
Chris Mason
2008-09-25
Btrfs: Verify checksums on tree blocks found without read_tree_block
Chris Mason
2008-09-25
Btrfs: Keep fs_mutex during reads done by snapshot deletion
Chris Mason
2008-09-25
Btrfs: Implement raid0 when multiple devices are present
Chris Mason
2008-09-25
Btrfs: Bring back mount -o ssd optimizations
Chris Mason
2008-09-25
Add /dev/btrfs-control for device scanning ioctls
Chris Mason
2008-09-25
Btrfs: Bring back find_free_extent CPU usage optimizations
Chris Mason
2008-09-25
Btrfs: Dynamic chunk and block group allocation
Chris Mason
2008-09-25
Btrfs: Add support for multiple devices per filesystem
Chris Mason
2008-09-25
Match the extent tree code to btrfs-progs for multi-device merging
Chris Mason
2008-09-25
Btrfs: Remove extent back refs in batches, and avoid duplicate searches
Chris Mason
2008-09-25
Btrfs: Allocator improvements
Chris Mason
2008-09-25
Btrfs: Disable tree defrag in SSD mode
Chris Mason
2008-09-25
Btrfs: Use 2MB as the empty_size for clustered allocations
Chris Mason
2008-09-25
Btrfs: Add checks for last byte in disk to allocator grouping
Chris Mason
[next]