index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
disk-io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-25
Btrfs: Drop some verbose printks
Chris Mason
1
-2
/
+0
2008-09-25
Btrfs: Add locking around volume management (device add/remove/balance)
Chris Mason
1
-0
/
+1
2008-09-25
Btrfs: Online btree defragmentation fixes
Chris Mason
1
-58
/
+3
2008-09-25
Btrfs: Replace the transaction work queue with kthreads
Chris Mason
1
-9
/
+107
2008-09-25
Add btrfs_end_transaction_throttle to force writers to wait for pending commits
Chris Mason
1
-18
/
+0
2008-09-25
Btrfs: Fix snapshot deletion to release the alloc_mutex much more often.
Chris Mason
1
-0
/
+2
2008-09-25
Drop locks in btrfs_search_slot when reading a tree block.
Chris Mason
1
-0
/
+1
2008-09-25
Btrfs: Replace the big fs_mutex with a collection of other locks
Chris Mason
1
-8
/
+7
2008-09-25
Btrfs: Start btree concurrency work.
Chris Mason
1
-1
/
+12
2008-09-25
Btrfs: Add a thread pool just for submit_bio
Chris Mason
1
-0
/
+4
2008-09-25
Btrfs: Add a mount option to control worker thread pool size
Chris Mason
1
-15
/
+15
2008-09-25
Btrfs: Add async worker threads for pre and post IO checksumming
Chris Mason
1
-118
/
+82
2008-09-25
btrfs: sanity mount option parsing and early mount code
Christoph Hellwig
1
-1
/
+4
2008-09-25
Btrfs: bdi_init and bdi_destroy come with 2.6.23
Jan Engelhardt
1
-3
/
+3
2008-09-25
Btrfs: Always use the async submission queue for checksummed writes
Chris Mason
1
-7
/
+0
2008-09-25
Btrfs: Enable btree balancing on old kernels again
Chris Mason
1
-3
/
+0
2008-09-25
Btrfs: Change the congestion functions to meter the number of async submits a...
Chris Mason
1
-0
/
+9
2008-09-25
Fix btrfs_open_devices to deal with changes since the scan ioctls
Chris Mason
1
-2
/
+2
2008-09-25
Btrfs: Add mount -o degraded to allow mounts to continue with missing devices
Chris Mason
1
-20
/
+29
2008-09-25
Btrfs: Handle write errors on raid1 and raid10
Chris Mason
1
-5
/
+51
2008-09-25
Btrfs: Pass down the expected generation number when reading tree blocks
Chris Mason
1
-17
/
+13
2008-09-25
Btrfs: Don't do btree balance_dirty_pages on old kernels, it stalls forever
Chris Mason
1
-0
/
+8
2008-09-25
Btrfs: Add support for online device removal
Chris Mason
1
-55
/
+46
2008-09-25
Btrfs: Fixes for 2.6.18 enterprise kernels
Chris Mason
1
-5
/
+19
2008-09-25
Btrfs: Deal with failed writes in mirrored configurations
Chris Mason
1
-2
/
+15
2008-09-25
Btrfs: Drop some verbose printks
Chris Mason
1
-13
/
+5
2008-09-25
Btrfs: Make the resizer work based on shrinking and growing devices
Chris Mason
1
-0
/
+4
2008-09-25
Btrfs: Add failure handling for read_sys_array
Chris Mason
1
-2
/
+9
2008-09-25
Btrfs: Fix the unplug_io_fn to grab a consistent copy of page->mapping
Chris Mason
1
-1
/
+12
2008-09-25
Deal with page == NULL in the btrfs_unplug_io_fn
Chris Mason
1
-2
/
+30
2008-09-25
Btrfs: Make an unplug function that doesn't unplug every spindle
Chris Mason
1
-11
/
+15
2008-09-25
Btrfs: Remove debugging statements from the invalidatepage calls
Chris Mason
1
-1
/
+1
2008-09-25
Btrfs: Scale the bdi ra_pages by the number of devices in the FS
Chris Mason
1
-1
/
+3
2008-09-25
Force page->private removal in btrfs_invalidatepage
Chris Mason
1
-0
/
+12
2008-09-25
Btrfs: Set the btree inode i_size to OFFSET_MAX
Chris Mason
1
-7
/
+26
2008-09-25
Btrfs: Don't drop extent_map cache during releasepage on the btree inode
Chris Mason
1
-9
/
+14
2008-09-25
Btrfs: Only do async bio submission for pdflush
Chris Mason
1
-0
/
+7
2008-09-25
Btrfs: Create a work queue for bio writes
Chris Mason
1
-3
/
+90
2008-09-25
Btrfs: Add chunk uuids and update multi-device back references
Chris Mason
1
-1
/
+5
2008-09-25
Btrfs: A few updates for 2.6.18 and versions older than 2.6.25
Chris Mason
1
-2
/
+10
2008-09-25
Btrfs: bio_endio support for linux 2.6.23 and older.
Miguel
1
-1
/
+4
2008-09-25
Btrfs: Endianess bug fix for v0.13 with kernels
Miguel
1
-2
/
+2
2008-09-25
Btrfs: Add extra checks to avoid removing extent_state from pages we can't free
Chris Mason
1
-0
/
+6
2008-09-25
Btrfs: Write out all super blocks on commit, and bring back proper barrier su...
Chris Mason
1
-5
/
+113
2008-09-25
Btrfs: Retry metadata reads in the face of checksum failures
Chris Mason
1
-19
/
+53
2008-09-25
Btrfs: Handle data block end_io through the async work queue
Chris Mason
1
-11
/
+23
2008-09-25
Btrfs: Do metadata checksums for reads via a workqueue
Chris Mason
1
-34
/
+224
2008-09-25
Btrfs: Add additional debugging for metadata checksum failures
Chris Mason
1
-1
/
+2
2008-09-25
Btrfs: Fix allocation profile init
Chris Mason
1
-7
/
+4
2008-09-25
Btrfs: Add support for duplicate blocks on a single spindle
Chris Mason
1
-3
/
+5
[next]