Commit Graph

586 Commits (77a41afb7d0dd0f27b6f2f1a5bc701929c7034de)
 

Author SHA1 Message Date
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
Christoph Hellwig 43e570b08a btrfs: allow scanning multiple devices during mount 17 years ago
Christoph Hellwig edf24abe51 btrfs: sanity mount option parsing and early mount code 17 years ago
Christoph Hellwig 306929f364 btrfs: fix strange indentation in lookup_extent_mapping 17 years ago
Christoph Hellwig 95c9eb178b btrfs: tiny makefile cleanup 17 years ago
Sage Weil 6bf13c0cc8 Btrfs: transaction ioctls 17 years ago
Yan eba12c7bfc Btrfs: Dislable acl xattr handlers 17 years ago
Jan Engelhardt 51ebc0d3d5 Btrfs: bdi_init and bdi_destroy come with 2.6.23 17 years ago
Linda Knippers f819d837ee btrfsctl -A error code fixup 17 years ago
Sven Wegener 3b96362cc8 Btrfs: Invalidate dcache entry after creating snapshot and 17 years ago
Chris Mason 48ec2cf873 Btrfs: Fix race in running_transaction checks 17 years ago
Mingming e1b81e6761 btrfs delete ordered inode handling fix 17 years ago
Chris Mason da496f2acf Btrfs: Always use the async submission queue for checksummed writes 17 years ago
Chris Mason 0ef3e66b67 Btrfs: Allocator fix variety pack 17 years ago
Chris Mason 515dc3228c Btrfs: Use kzalloc on the fs_devices allocation 17 years ago
Chris Mason 6af5ac3c1a Btrfs: Handle transid == 0 while opening devices 17 years ago
Chris Mason 1c8cfcc159 Btrfs: Enable btree balancing on old kernels again 17 years ago
Chris Mason cb03c743c6 Btrfs: Change the congestion functions to meter the number of async submits as well 17 years ago
Chris Mason 211c17f51f Fix corners in writepage and btrfs_truncate_page 17 years ago
Chris Mason a0af469b58 Fix btrfs_open_devices to deal with changes since the scan ioctls 17 years ago
Chris Mason dfe2502068 Btrfs: Add mount -o degraded to allow mounts to continue with missing devices 17 years ago
Chris Mason 1259ab75c6 Btrfs: Handle write errors on raid1 and raid10 17 years ago
Chris Mason ca7a79ad8d Btrfs: Pass down the expected generation number when reading tree blocks 17 years ago
Chris Mason 188de649c5 Btrfs: Don't do btree balance_dirty_pages on old kernels, it stalls forever 17 years ago
Chris Mason 323da79c9f Btrfs: Chunk relocation fine tuning, and add a few printks to show progress 17 years ago