index
:
kernel-crypto.git
audit
bugfixes
herbert
integration
master
ncr-audit
ncr-integration
ncr-rhel5-patches
ncr-standalone-master
ncr-standalone-rename
ncr-submission-2
ncr-userspace-crypto
User-space crypto API development for Linux
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Btrfs: Use a mutex in the extent buffer for tree block locking
Chris Mason
2008-09-25
1
-6
/
+1
*
Btrfs: Data ordered fixes
Chris Mason
2008-09-25
1
-3
/
+15
*
Btrfs: Force caching of metadata block groups on mount to avoid deadlock
Chris Mason
2008-09-25
1
-0
/
+5
*
Add a per-inode lock around btrfs_drop_extents
Chris Mason
2008-09-25
1
-0
/
+2
*
Btrfs: New data=ordered implementation
Chris Mason
2008-09-25
1
-39
/
+93
*
Btrfs: Add locking around volume management (device add/remove/balance)
Chris Mason
2008-09-25
1
-18
/
+55
*
Btrfs: Online btree defragmentation fixes
Chris Mason
2008-09-25
1
-2
/
+0
*
Btrfs: Change find_extent_buffer to use TestSetPageLocked
Chris Mason
2008-09-25
1
-2
/
+0
*
Btrfs: Add btree locking to the tree defragmentation code
Chris Mason
2008-09-25
1
-0
/
+7
*
Btrfs: Replace the transaction work queue with kthreads
Chris Mason
2008-09-25
1
-5
/
+5
*
Btrfs: Fix snapshot deletion to release the alloc_mutex much more often.
Chris Mason
2008-09-25
1
-8
/
+20
*
Btrfs: Add a skip_locking parameter to struct path, and make various funcs ho...
Chris Mason
2008-09-25
1
-0
/
+6
*
Drop locks in btrfs_search_slot when reading a tree block.
Chris Mason
2008-09-25
1
-1
/
+0
*
Btrfs: Replace the big fs_mutex with a collection of other locks
Chris Mason
2008-09-25
1
-11
/
+7
*
Btrfs: Start btree concurrency work.
Chris Mason
2008-09-25
1
-88
/
+164
*
Btrfs: Allocator fix variety pack
Chris Mason
2008-09-25
1
-88
/
+185
*
Btrfs: Handle write errors on raid1 and raid10
Chris Mason
2008-09-25
1
-2
/
+2
*
Btrfs: Pass down the expected generation number when reading tree blocks
Chris Mason
2008-09-25
1
-6
/
+9
*
Btrfs: Chunk relocation fine tuning, and add a few printks to show progress
Chris Mason
2008-09-25
1
-3
/
+17
*
Btrfs: A number of nodatacow fixes
Chris Mason
2008-09-25
1
-0
/
+20
*
Btrfs: Update nodatacow mode to support cloned single files and resizing
Chris Mason
2008-09-25
1
-0
/
+9
*
Btrfs: Properly find the root for snapshotted blocks during chunk relocation
Chris Mason
2008-09-25
1
-11
/
+109
*
Btrfs: Add support for online device removal
Chris Mason
2008-09-25
1
-26
/
+113
*
Btrfs: Deal with failed writes in mirrored configurations
Chris Mason
2008-09-25
1
-2
/
+2
*
Btrfs: Add balance ioctl to restripe the chunks
Chris Mason
2008-09-25
1
-17
/
+89
*
Btrfs: Do more optimal file RA during shrinking and defrag
Chris Mason
2008-09-25
1
-1
/
+15
*
Btrfs: Avoid recursive chunk allocations
Chris Mason
2008-09-25
1
-1
/
+1
*
Btrfs: Make the resizer work based on shrinking and growing devices
Chris Mason
2008-09-25
1
-88
/
+57
*
Btrfs: Fix balance_level to free the middle block if there is room in the lef...
Chris Mason
2008-09-25
1
-2
/
+2
*
Btrfs: Simplify device selection for mirrored reads
Chris Mason
2008-09-25
1
-4
/
+4
*
Btrfs: Use the extent map cache to find the logical disk block during data re...
Chris Mason
2008-09-25
1
-0
/
+1
*
Btrfs: Don't wait on tree block writeback before freeing them anymore
Chris Mason
2008-09-25
1
-1
/
+0
*
Btrfs: Add RAID10 support
Chris Mason
2008-09-25
1
-0
/
+1
*
Btrfs: Add chunk uuids and update multi-device back references
Chris Mason
2008-09-25
1
-14
/
+8
*
Add a min size parameter to btrfs_alloc_extent
Chris Mason
2008-09-25
1
-3
/
+9
*
Btrfs: Endianess bug fix for v0.13 with kernels
Miguel
2008-09-25
1
-7
/
+5
*
Btrfs: Do metadata checksums for reads via a workqueue
Chris Mason
2008-09-25
1
-4
/
+0
*
Btrfs: Fix allocation profile init
Chris Mason
2008-09-25
1
-8
/
+2
*
Btrfs: Don't allow written blocks from this transaction to be reallocated
Chris Mason
2008-09-25
1
-1
/
+3
*
Btrfs: Add support for duplicate blocks on a single spindle
Chris Mason
2008-09-25
1
-2
/
+3
*
Btrfs: Add support for mirroring across drives
Chris Mason
2008-09-25
1
-44
/
+49
*
Btrfs: Verify checksums on tree blocks found without read_tree_block
Chris Mason
2008-09-25
1
-0
/
+2
*
Btrfs: Keep fs_mutex during reads done by snapshot deletion
Chris Mason
2008-09-25
1
-3
/
+4
*
Btrfs: Implement raid0 when multiple devices are present
Chris Mason
2008-09-25
1
-34
/
+68
*
Btrfs: Bring back mount -o ssd optimizations
Chris Mason
2008-09-25
1
-2
/
+57
*
Add /dev/btrfs-control for device scanning ioctls
Chris Mason
2008-09-25
1
-4
/
+0
*
Btrfs: Bring back find_free_extent CPU usage optimizations
Chris Mason
2008-09-25
1
-8
/
+12
*
Btrfs: Dynamic chunk and block group allocation
Chris Mason
2008-09-25
1
-18
/
+190
*
Btrfs: Add support for multiple devices per filesystem
Chris Mason
2008-09-25
1
-314
/
+115
*
Match the extent tree code to btrfs-progs for multi-device merging
Chris Mason
2008-09-25
1
-52
/
+7
[next]