Commit Graph

660 Commits (0986fe9eac24fd186927c3b87af51d62f8ab92cd)
 

Author SHA1 Message Date
Chris Mason 4881ee5a2e Btrfs: Fix some build problems on 2.6.18 based enterprise kernels 17 years ago
Chris Mason 89642229a5 Btrfs: Search data ordered extents first for checksums on read 17 years ago
Chris Mason 9ba4611a3a Btrfs: Fix 32 bit compiles by using an unsigned long byte count in the ordered extent 17 years ago
Chris Mason ed98b56a63 Btrfs: Take the csum mutex while reading checksums 17 years ago
Chris Mason c286ac48ed Btrfs: alloc_mutex latency reduction 17 years ago
Chris Mason e34a5b4f77 Btrfs: Add some conditional schedules near the alloc_mutex 17 years ago
Chris Mason 6dddcbeb28 Btrfs: Use mutex_lock_nested for tree locking 17 years ago
Chris Mason f421950f86 Btrfs: Fix some data=ordered related data corruptions 17 years ago
Chris Mason a61e6f29dc Btrfs: Use a mutex in the extent buffer for tree block locking 17 years ago
Chris Mason 6af118ce51 Btrfs: Index extent buffers in an rbtree 17 years ago
Chris Mason 4a09675279 Btrfs: Data ordered fixes 17 years ago
Chris Mason e5a2217ef6 Fix btrfs_wait_ordered_extent_range to properly wait 17 years ago
Chris Mason 7f3c74fb83 Btrfs: Keep extent mappings in ram until pending ordered extents are done 17 years ago
Chris Mason 211f90e68b Btrfs: Don't allow releasepage to succeed if EXTENT_ORDERED is set 17 years ago
Chris Mason 3edf7d33f4 Btrfs: Handle data checksumming on bios that span multiple ordered extents 17 years ago
Chris Mason eb84ae039e Btrfs: Cleanup and comment ordered-data.c 17 years ago
Chris Mason 54641bd17d Btrfs: Force caching of metadata block groups on mount to avoid deadlock 17 years ago
Chris Mason 0bd40a7184 btrfs_next_leaf: do readahead when skip_locking is turned on 17 years ago
Chris Mason ee6e6504e1 Add a per-inode lock around btrfs_drop_extents 17 years ago
Chris Mason ba1da2f442 Btrfs: Don't pin pages in ram until the entire ordered extent is on disk. 17 years ago
Chris Mason f929574938 btrfs_start_transaction: wait for commits in progress to finish 17 years ago
Chris Mason dbe674a99c Btrfs: Update on disk i_size only after pending ordered extents are done 17 years ago
Chris Mason 247e743cbe Btrfs: Use async helpers to deal with pages that have been improperly dirtied 17 years ago
Chris Mason e6dcd2dc9c Btrfs: New data=ordered implementation 17 years ago
Chris Mason 77a41afb7d Btrfs: Drop some verbose printks 17 years ago
Chris Mason 7d9eb12c87 Btrfs: Add locking around volume management (device add/remove/balance) 17 years ago
Chris Mason a7a16fd772 Btrfs: Fix deadlock while searching for dead roots on mount 17 years ago
Chris Mason f9efa9c784 Btrfs: Reduce contention on the root node 17 years ago
Chris Mason 3f157a2fd2 Btrfs: Online btree defragmentation fixes 17 years ago
Chris Mason 1b1e2135dc Btrfs: Add a per-inode csum mutex to avoid races creating csum items 17 years ago
Chris Mason 079899c238 Btrfs: Change find_extent_buffer to use TestSetPageLocked 17 years ago
Chris Mason e7a84565bc Btrfs: Add btree locking to the tree defragmentation code 17 years ago
Chris Mason a74a4b97b6 Btrfs: Replace the transaction work queue with kthreads 17 years ago
Chris Mason 89ce8a63d0 Add btrfs_end_transaction_throttle to force writers to wait for pending commits 17 years ago
Chris Mason 333db94cdd Btrfs: Fix snapshot deletion to release the alloc_mutex much more often. 17 years ago
Chris Mason 5cd57b2cbb Btrfs: Add a skip_locking parameter to struct path, and make various funcs honor it 17 years ago
Chris Mason 168fd7d271 Fix btrfs_next_leaf to check for new items after dropping locks 17 years ago
Chris Mason 594a24eb0e Fix btrfs_del_ordered_inode to allow forcing the drop during unlinks 17 years ago
Chris Mason 051e1b9f74 Drop locks in btrfs_search_slot when reading a tree block. 17 years ago
Chris Mason a213501153 Btrfs: Replace the big fs_mutex with a collection of other locks 17 years ago
Chris Mason 925baeddc5 Btrfs: Start btree concurrency work. 17 years ago
Chris Mason 1cc127b5d1 Btrfs: Add a thread pool just for submit_bio 17 years ago
Christoph Hellwig df5b5520b2 BTRFS_IOC_TRANS_START should be privilegued 17 years ago
Christoph Hellwig f46b5a66b3 Btrfs: split out ioctl.c 17 years ago
Christoph Hellwig 9d2423c5c3 Btrfs: kerneldoc comments for extent_map.c 17 years ago
Chris Mason 4543df7ecc Btrfs: Add a mount option to control worker thread pool size 17 years ago
Chris Mason 35d8ba6629 Btrfs: Worker thread optimizations 17 years ago
Chris Mason d05e5a4dad Btrfs: Add backport for the kthread work on kernels older than 2.6.20 17 years ago
Chris Mason 15ada040d7 Btrfs: Fix mount -o max_inline=0 17 years ago
Chris Mason 8b71284292 Btrfs: Add async worker threads for pre and post IO checksumming 17 years ago