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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-25
Btrfs: Start btree concurrency work.
Chris Mason
12
-214
/
+579
2008-09-25
Btrfs: Add a thread pool just for submit_bio
Chris Mason
3
-1
/
+10
2008-09-25
BTRFS_IOC_TRANS_START should be privilegued
Christoph Hellwig
1
-0
/
+3
2008-09-25
Btrfs: split out ioctl.c
Christoph Hellwig
4
-729
/
+796
2008-09-25
Btrfs: kerneldoc comments for extent_map.c
Christoph Hellwig
1
-12
/
+49
2008-09-25
Btrfs: Add a mount option to control worker thread pool size
Chris Mason
3
-16
/
+28
2008-09-25
Btrfs: Worker thread optimizations
Chris Mason
2
-34
/
+73
2008-09-25
Btrfs: Add backport for the kthread work on kernels older than 2.6.20
Chris Mason
1
-1
/
+8
2008-09-25
Btrfs: Fix mount -o max_inline=0
Chris Mason
1
-2
/
+5
2008-09-25
Btrfs: Add async worker threads for pre and post IO checksumming
Chris Mason
8
-132
/
+626
2008-09-25
btrfs: allow scanning multiple devices during mount
Christoph Hellwig
1
-5
/
+16
2008-09-25
btrfs: sanity mount option parsing and early mount code
Christoph Hellwig
3
-108
/
+141
2008-09-25
btrfs: fix strange indentation in lookup_extent_mapping
Christoph Hellwig
1
-1
/
+7
2008-09-25
btrfs: tiny makefile cleanup
Christoph Hellwig
1
-7
/
+1
2008-09-25
Btrfs: transaction ioctls
Sage Weil
5
-2
/
+83
2008-09-25
Btrfs: Dislable acl xattr handlers
Yan
1
-6
/
+6
2008-09-25
Btrfs: bdi_init and bdi_destroy come with 2.6.23
Jan Engelhardt
1
-3
/
+3
2008-09-25
btrfsctl -A error code fixup
Linda Knippers
1
-2
/
+2
2008-09-25
Btrfs: Invalidate dcache entry after creating snapshot and
Sven Wegener
3
-1
/
+39
2008-09-25
Btrfs: Fix race in running_transaction checks
Chris Mason
1
-1
/
+3
2008-09-25
btrfs delete ordered inode handling fix
Mingming
5
-32
/
+23
2008-09-25
Btrfs: Always use the async submission queue for checksummed writes
Chris Mason
1
-7
/
+0
2008-09-25
Btrfs: Allocator fix variety pack
Chris Mason
5
-97
/
+209
2008-09-25
Btrfs: Use kzalloc on the fs_devices allocation
Chris Mason
1
-2
/
+1
2008-09-25
Btrfs: Handle transid == 0 while opening devices
Chris Mason
1
-1
/
+1
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
2
-0
/
+10
2008-09-25
Fix corners in writepage and btrfs_truncate_page
Chris Mason
3
-15
/
+17
2008-09-25
Fix btrfs_open_devices to deal with changes since the scan ioctls
Chris Mason
3
-15
/
+63
2008-09-25
Btrfs: Add mount -o degraded to allow mounts to continue with missing devices
Chris Mason
6
-109
/
+253
2008-09-25
Btrfs: Handle write errors on raid1 and raid10
Chris Mason
9
-49
/
+155
2008-09-25
Btrfs: Pass down the expected generation number when reading tree blocks
Chris Mason
6
-64
/
+55
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: Chunk relocation fine tuning, and add a few printks to show progress
Chris Mason
2
-3
/
+19
2008-09-25
Btrfs: A number of nodatacow fixes
Chris Mason
2
-5
/
+23
2008-09-25
Btrfs: Only open block devices once during mount -o subvol=
Chris Mason
1
-0
/
+3
2008-09-25
Btrfs: Update nodatacow mode to support cloned single files and resizing
Chris Mason
3
-5
/
+19
2008-09-25
Btrfs: Properly find the root for snapshotted blocks during chunk relocation
Chris Mason
3
-12
/
+156
2008-09-25
Btrfs: Add support for online device removal
Chris Mason
8
-122
/
+412
2008-09-25
Btrfs: Fix clone ioctl to not hold the path over inserts
Chris Mason
1
-32
/
+47
2008-09-25
Btrfs: Silence bogus inode.c compiler warnings
Chris Mason
1
-2
/
+2
2008-09-25
Btrfs: Add workaround for AppArmor changing remove_suid()
Jeff Mahoney
2
-0
/
+30
2008-09-25
Btrfs: Fix do_sync_file_range ifdefs (2.6.22)
Chris Mason
1
-1
/
+1
2008-09-25
Btrfs: Compile warning fixup in volume.c
Chris Mason
1
-1
/
+1
2008-09-25
Btrfs: Clone file data ioctl
Sage Weil
5
-11
/
+179
2008-09-25
Btrfs: Fixes for 2.6.18 enterprise kernels
Chris Mason
3
-7
/
+26
2008-09-25
Btrfs: Tune stripe selection for raid1 and raid10
Chris Mason
1
-10
/
+7
2008-09-25
Btrfs: Deal with failed writes in mirrored configurations
Chris Mason
4
-8
/
+33
2008-09-25
Btrfs: Drop some verbose printks
Chris Mason
3
-23
/
+10
2008-09-25
Btrfs: Add balance ioctl to restripe the chunks
Chris Mason
5
-27
/
+208
[next]