Commit Graph

202 Commits (4a09675279674041862d2210635b0cc1f60be28e)

Author SHA1 Message Date
Chris Mason f929574938 btrfs_start_transaction: wait for commits in progress to finish 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 3f157a2fd2 Btrfs: Online btree defragmentation fixes 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 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
Chris Mason 4543df7ecc Btrfs: Add a mount option to control worker thread pool size 17 years ago
Chris Mason 8b71284292 Btrfs: Add async worker threads for pre and post IO checksumming 17 years ago
Christoph Hellwig edf24abe51 btrfs: sanity mount option parsing and early mount code 17 years ago
Jan Engelhardt 51ebc0d3d5 Btrfs: bdi_init and bdi_destroy come with 2.6.23 17 years ago
Chris Mason da496f2acf Btrfs: Always use the async submission queue for checksummed writes 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 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 a061fc8da7 Btrfs: Add support for online device removal 17 years ago
Chris Mason d6bfde8765 Btrfs: Fixes for 2.6.18 enterprise kernels 17 years ago
Chris Mason a236aed14c Btrfs: Deal with failed writes in mirrored configurations 17 years ago
Chris Mason 4235298e4f Btrfs: Drop some verbose printks 17 years ago
Chris Mason 8f18cf1339 Btrfs: Make the resizer work based on shrinking and growing devices 17 years ago
Chris Mason 84eed90fac Btrfs: Add failure handling for read_sys_array 17 years ago
Chris Mason bcbfce8abd Btrfs: Fix the unplug_io_fn to grab a consistent copy of page->mapping 17 years ago
Chris Mason 38b669880d Deal with page == NULL in the btrfs_unplug_io_fn 17 years ago
Chris Mason f2d8d74d78 Btrfs: Make an unplug function that doesn't unplug every spindle 17 years ago
Chris Mason 4ef64eae28 Btrfs: Remove debugging statements from the invalidatepage calls 17 years ago
Chris Mason 4575c9ccee Btrfs: Scale the bdi ra_pages by the number of devices in the FS 17 years ago
Chris Mason 9ad6b7bc2e Force page->private removal in btrfs_invalidatepage 17 years ago
Chris Mason 0afbaf8c82 Btrfs: Set the btree inode i_size to OFFSET_MAX 17 years ago
Chris Mason 7b13b7b119 Btrfs: Don't drop extent_map cache during releasepage on the btree inode 17 years ago
Chris Mason 7b859fe7cd Btrfs: Only do async bio submission for pdflush 17 years ago
Chris Mason 44b8bd7edd Btrfs: Create a work queue for bio writes 17 years ago
Chris Mason e17cade25f Btrfs: Add chunk uuids and update multi-device back references 17 years ago
Chris Mason b248a41529 Btrfs: A few updates for 2.6.18 and versions older than 2.6.25 17 years ago
Miguel 73f61b2a64 Btrfs: bio_endio support for linux 2.6.23 and older. 17 years ago
Miguel a5eb62e345 Btrfs: Endianess bug fix for v0.13 with kernels 17 years ago
Chris Mason 3dd39914bc Btrfs: Add extra checks to avoid removing extent_state from pages we can't free 17 years ago
Chris Mason f29844623d Btrfs: Write out all super blocks on commit, and bring back proper barrier support 17 years ago
Chris Mason f188591e98 Btrfs: Retry metadata reads in the face of checksum failures 17 years ago
Chris Mason 22c599485b Btrfs: Handle data block end_io through the async work queue 17 years ago
Chris Mason ce9adaa5a7 Btrfs: Do metadata checksums for reads via a workqueue 17 years ago