index
:
Linux Stable
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.14.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
disk-io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: do not abort transaction on failure to write log tree when syncing log
Filipe Manana
2023-01-24
1
-1
/
+8
*
btrfs: make thaw time super block check to also verify checksum
Qu Wenruo
2023-01-12
1
-6
/
+4
*
btrfs: check superblock to ensure the fs was not modified at thaw time
Qu Wenruo
2023-01-12
1
-6
/
+19
*
btrfs: zoned: initialize device's zone info for seeding
Johannes Thumshirn
2022-11-16
1
-1
/
+3
*
btrfs: fix hang during unmount when stopping a space reclaim worker
Filipe Manana
2022-09-28
1
-0
/
+25
*
btrfs: fix hang during unmount when stopping block group reclaim worker
Filipe Manana
2022-09-28
1
-6
/
+11
*
btrfs: move lockdep class helpers to locking.c
Josef Bacik
2022-09-05
1
-82
/
+0
*
btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_size
Naohiro Aota
2022-08-31
1
-0
/
+2
*
btrfs: properly flag filesystem with BTRFS_FEATURE_INCOMPAT_BIG_METADATA
Nikolay Borisov
2022-08-17
1
-10
/
+11
*
btrfs: reject log replay if there is unsupported RO compat flag
Qu Wenruo
2022-08-17
1
-0
/
+14
*
btrfs: zoned: use dedicated lock for data relocation
Naohiro Aota
2022-07-12
1
-0
/
+1
*
btrfs: fix hang during unmount when block group reclaim task is running
Filipe Manana
2022-06-29
1
-2
/
+11
*
btrfs: add "0x" prefix for unsupported optional features
Qu Wenruo
2022-06-09
1
-2
/
+2
*
btrfs: force v2 space cache usage for subpage mount
Qu Wenruo
2022-05-12
1
-0
/
+11
*
btrfs: fix root ref counts in error handling in btrfs_get_root_ref
Jia-Ju Bai
2022-04-20
1
-2
/
+3
*
btrfs: verify the tranisd of the to-be-written dirty extent buffer
Qu Wenruo
2022-04-08
1
-6
/
+20
*
btrfs: make send work with concurrent block group relocation
Filipe Manana
2022-03-16
1
-3
/
+1
*
btrfs: do not start relocation until in progress drops are done
Josef Bacik
2022-03-08
1
-0
/
+10
*
btrfs: zoned: cache reported zone during mount
Naohiro Aota
2022-02-23
1
-0
/
+2
*
btrfs: fix double free of anon_dev after failure to create subvolume
Filipe Manana
2021-12-22
1
-0
/
+8
*
btrfs: convert latest_bdev type to btrfs_device and rename
Anand Jain
2021-12-22
1
-3
/
+3
*
btrfs: check-integrity: fix a warning on write caching disabled disk
Wang Yugui
2021-12-08
1
-1
/
+13
*
btrfs: zoned: add a dedicated data relocation block group
Johannes Thumshirn
2021-11-21
1
-0
/
+1
*
btrfs: introduce btrfs_is_data_reloc_root
Johannes Thumshirn
2021-11-21
1
-1
/
+1
*
btrfs: call btrfs_check_rw_degradable only if there is a missing device
Anand Jain
2021-11-18
1
-1
/
+2
*
btrfs: fix upper limit for max_inline for page size 64K
Anand Jain
2021-09-07
1
-24
/
+24
*
btrfs: allow read-write for 4K sectorsize on 64K page size systems
Qu Wenruo
2021-08-23
1
-9
/
+4
*
btrfs: subpage: reject raid56 filesystem and profile conversion
Qu Wenruo
2021-08-23
1
-0
/
+10
*
btrfs: calculate number of eb pages properly in csum_tree_block
David Sterba
2021-07-29
1
-1
/
+1
*
btrfs: rip out btrfs_space_info::total_bytes_pinned
Josef Bacik
2021-06-22
1
-3
/
+0
*
btrfs: send: fix crash when memory allocations trigger reclaim
Filipe Manana
2021-06-22
1
-17
/
+1
*
btrfs: ensure relocation never runs while we have send operations running
Filipe Manana
2021-06-22
1
-0
/
+1
*
btrfs: shorten integrity checker extent data mount option
David Sterba
2021-06-22
1
-2
/
+1
*
btrfs: fix typos in comments
David Sterba
2021-06-22
1
-1
/
+1
*
btrfs: add cancellable chunk relocation support
David Sterba
2021-06-21
1
-0
/
+1
*
btrfs: simplify eb checksum verification in btrfs_validate_metadata_buffer
David Sterba
2021-06-21
1
-5
/
+5
*
btrfs: remove extra sb::s_id from message in btrfs_validate_metadata_buffer
David Sterba
2021-06-21
1
-2
/
+2
*
btrfs: rename check_async_write and let it return bool
Johannes Thumshirn
2021-06-21
1
-7
/
+6
*
btrfs: promote debugging asserts to full-fledged checks in validate_super
Nikolay Borisov
2021-06-04
1
-8
/
+18
*
btrfs: zoned: automatically reclaim zones
Johannes Thumshirn
2021-04-20
1
-0
/
+13
*
btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lock
Johannes Thumshirn
2021-04-20
1
-3
/
+3
*
btrfs: subpage: support metadata checksum calculation at write time
Qu Wenruo
2021-04-19
1
-24
/
+72
*
btrfs: subpage: do more sanity checks on metadata page dirtying
Qu Wenruo
2021-04-19
1
-6
/
+41
*
Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-03-25
1
-2
/
+17
|
\
|
*
btrfs: fix subvolume/snapshot deletion not triggered on mount
Filipe Manana
2021-03-17
1
-1
/
+15
|
*
btrfs: initialize device::fs_info always
Josef Bacik
2021-03-17
1
-1
/
+2
*
|
Merge tag 'for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2021-02-21
1
-31
/
+152
|
\
|
|
*
btrfs: zoned: reorder log node allocation on zoned filesystem
Naohiro Aota
2021-02-09
1
-5
/
+7
|
*
btrfs: zoned: extend zoned allocator to use dedicated tree-log block group
Naohiro Aota
2021-02-09
1
-0
/
+1
|
*
btrfs: split alloc_log_tree()
Naohiro Aota
2021-02-09
1
-6
/
+27
[next]