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.13.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: Write bio checksumming outside the FS mutex
Chris Mason
3
-16
/
+45
2008-09-25
Btrfs: Create a work queue for bio writes
Chris Mason
5
-13
/
+119
2008-09-25
Btrfs: Add RAID10 support
Chris Mason
3
-5
/
+49
2008-09-25
Btrfs: Add chunk uuids and update multi-device back references
Chris Mason
7
-62
/
+160
2008-09-25
Btrfs: A few updates for 2.6.18 and versions older than 2.6.25
Chris Mason
3
-11
/
+24
2008-09-25
Add a min size parameter to btrfs_alloc_extent
Chris Mason
3
-4
/
+13
2008-09-25
Btrfs: bio_endio support for linux 2.6.23 and older.
Miguel
2
-1
/
+8
2008-09-25
Btrfs: define write_cache_pages for linux kernel <= 2.6.20 instead
Miguel
1
-2
/
+1
2008-09-25
Btrfs: Endianess bug fix for v0.13 with kernels
Miguel
3
-9
/
+24
2008-09-25
Btrfs: Fixup a few u64<->pointer casts for 32 bit
Chris Mason
1
-3
/
+5
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
4
-8
/
+122
2008-09-25
Btrfs: Add O_DIRECT read and write (writes == buffered + cache flush)
Chris Mason
2
-2
/
+75
2008-09-25
Btrfs: Disable extra debugging checks on tree blocks
Chris Mason
1
-0
/
+1
2008-09-25
Btrfs: Handle checksumming errors while reading data blocks
Chris Mason
4
-1
/
+126
2008-09-25
Btrfs: Retry metadata reads in the face of checksum failures
Chris Mason
7
-52
/
+138
2008-09-25
Btrfs: Handle data block end_io through the async work queue
Chris Mason
3
-12
/
+28
2008-09-25
Btrfs: Do metadata checksums for reads via a workqueue
Chris Mason
7
-67
/
+310
2008-09-25
Btrfs: Add additional debugging for metadata checksum failures
Chris Mason
3
-4
/
+55
2008-09-25
Change btrfs_map_block to return a structure with mappings for all stripes
Chris Mason
4
-69
/
+103
2008-09-25
Btrfs: Fix allocation profile init
Chris Mason
3
-21
/
+13
2008-09-25
Btrfs: Don't allow written blocks from this transaction to be reallocated
Chris Mason
1
-1
/
+3
2008-09-25
Btrfs: Add support for duplicate blocks on a single spindle
Chris Mason
4
-9
/
+37
2008-09-25
Btrfs: Add support for mirroring across drives
Chris Mason
6
-93
/
+198
2008-09-25
Btrfs: Properly dirty buffers in the split corner cases
Chris Mason
1
-0
/
+2
2008-09-25
Btrfs: Verify checksums on tree blocks found without read_tree_block
Chris Mason
5
-36
/
+60
2008-09-25
Btrfs: Keep fs_mutex during reads done by snapshot deletion
Chris Mason
1
-3
/
+4
2008-09-25
btrfs-progs: Stop stomping on 'name' input parameter
Alex Chiang
1
-1
/
+1
2008-09-25
Btrfs: Correct usage of IS_ERR() in extent_io.c
Peter
1
-9
/
+9
2008-09-25
Fix btrfs_fill_super to return -EINVAL when no FS found
Yan
3
-5
/
+4
2008-09-25
Reorder the flags field in struct btrfs_header and record a flag on writeout
Chris Mason
3
-9
/
+42
2008-09-25
Btrfs: Add leak debugging for extent_buffer and extent_state
Chris Mason
3
-3
/
+30
2008-09-25
Btrfs: Use a higher default ra pages
Chris Mason
1
-1
/
+1
2008-09-25
Create a btrfs backing dev info
Chris Mason
3
-0
/
+60
2008-09-25
Btrfs: Implement raid0 when multiple devices are present
Chris Mason
5
-66
/
+173
2008-09-25
Btrfs: Add support for device scanning and detection ioctls
Chris Mason
7
-44
/
+333
2008-09-25
Btrfs: Bring back mount -o ssd optimizations
Chris Mason
8
-2
/
+103
2008-09-25
Btrfs: Move device information into the super block so it can be scanned
Chris Mason
5
-91
/
+23
2008-09-25
Btrfs: Make the FS tree the last objectid in the tree of tree roots
Chris Mason
1
-9
/
+8
2008-09-25
Add /dev/btrfs-control for device scanning ioctls
Chris Mason
2
-5
/
+40
2008-09-25
Btrfs: Bring back find_free_extent CPU usage optimizations
Chris Mason
1
-8
/
+12
2008-09-25
Btrfs: Dynamic chunk and block group allocation
Chris Mason
6
-57
/
+263
2008-09-25
Btrfs: Add support for multiple devices per filesystem
Chris Mason
13
-380
/
+1563
2008-09-25
Match the extent tree code to btrfs-progs for multi-device merging
Chris Mason
1
-52
/
+7
2008-09-25
Btrfs: Use KM_USERN instead of KM_IRQ during data summing
Chris Mason
1
-5
/
+5
2008-09-25
Btrfs: Disable sysfs files on older kernels
Chris Mason
1
-0
/
+34
2008-09-25
Btrfs: Make sure bio pages are adjacent during bulk csumming
Chris Mason
1
-2
/
+4
2008-09-25
Btrfs: Misc 2.6.25 updates
Chris Mason
2
-29
/
+11
2008-09-25
btrfs: fixes for kobject changes in mainline
Greg KH
1
-24
/
+15
2008-09-25
Btrfs: While doing checksums on bios, cache the extent_buffer mapping
Chris Mason
1
-3
/
+33
[prev]
[next]