Commit Graph

143 Commits (a1b32a5932cfac7c38b442582285f3da2a09dfd8)

Author SHA1 Message Date
Chris Mason 65b51a009e btrfs_search_slot: reduce lock contention by cowing in two stages 17 years ago
Yan bcc63abbf3 Btrfs: implement memory reclaim for leaf reference cache 17 years ago
Yan Zheng 31153d8128 Btrfs: Add a leaf reference cache 17 years ago
Yan 9652480bf4 Fix path slots selection in btrfs_search_forward 17 years ago
Josef Bacik 7b12876623 Btrfs: Create orphan inode records to prevent lost files after a crash 17 years ago
Chris Mason 0bd40a7184 btrfs_next_leaf: do readahead when skip_locking is turned on 17 years ago
Chris Mason 7d9eb12c87 Btrfs: Add locking around volume management (device add/remove/balance) 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 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 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 0ef3e66b67 Btrfs: Allocator fix variety pack 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 bce4eae986 Btrfs: Fix balance_level to free the middle block if there is room in the left one 17 years ago
Chris Mason 971a1f6648 Btrfs: Don't empty the middle buffer in push_nodes_for_insert 17 years ago
Chris Mason c448acf0a0 Btrfs: Fix split_node to require more empty slots in the node as well 17 years ago
Chris Mason 1514794e42 Btrfs: Make sure nodes have enough room for a double split 17 years ago
Chris Mason 699122f559 Btrfs: Don't wait on tree block writeback before freeing them anymore 17 years ago
Chris Mason e17cade25f Btrfs: Add chunk uuids and update multi-device back references 17 years ago
Chris Mason 85d824c4a4 Btrfs: Disable extra debugging checks on tree blocks 17 years ago
Chris Mason f188591e98 Btrfs: Retry metadata reads in the face of checksum failures 17 years ago
Chris Mason ce9adaa5a7 Btrfs: Do metadata checksums for reads via a workqueue 17 years ago
Chris Mason cea9e4452e Change btrfs_map_block to return a structure with mappings for all stripes 17 years ago
Chris Mason 0ef8b2428a Btrfs: Properly dirty buffers in the split corner cases 17 years ago
Chris Mason 0999df54f8 Btrfs: Verify checksums on tree blocks found without read_tree_block 17 years ago
Chris Mason 63b10fc487 Reorder the flags field in struct btrfs_header and record a flag on writeout 17 years ago
Chris Mason 0b86a832a1 Btrfs: Add support for multiple devices per filesystem 17 years ago
Yan 2f375ab9c5 Call btrfs_cow_block while lowering tree level. 17 years ago
Chris Mason 5a01a2e3a9 Btrfs: Copy correct tree when inserting into slot 0 17 years ago
Chris Mason 9c58309d6c Btrfs: Add inode item and backref in one insert, reducing cpu usage 17 years ago
Chris Mason 85e21bac16 Btrfs: During deletes and truncate, remove many items at once from the tree 17 years ago
Chris Mason dc17ff8f11 Btrfs: Add data=ordered support 17 years ago
Chris Mason 98ed51747b Btrfs: Force inlining off in a few places to save stack usage 17 years ago
Chris Mason 8f662a76c6 Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for testing 17 years ago
Chris Mason 01f4665805 Btrfs: Less aggressive readahead on deletes 17 years ago
Chris Mason 4aec2b5232 kmalloc a few large stack objects in the btrfs_ioctl path 17 years ago
Chris Mason be20aa9dba Btrfs: Add mount option to turn off data cow 17 years ago
Chris Mason 7bb86316c3 Btrfs: Add back pointers from extents to the btree or file referencing them 17 years ago
Chris Mason 74493f7a59 Btrfs: Implement generation numbers in block pointers 17 years ago
Yan eef1c494a2 Btrfs: Properly update right_nritems in push_leaf_left 17 years ago
Chris Mason 34a3821873 Btrfs: Change push_leaf_{leaf,right} to empty the src leave during item deletion 17 years ago
Chris Mason 081e95736d Btrfs: Make defrag check nodes against the progress key to prevent repeating work 17 years ago