index
:
linux-stable.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.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: add missing inode updates on each iteration when replacing extents
Filipe Manana
2022-06-21
4
-0
/
+23
*
btrfs: fix race between reflinking and ordered extent completion
Filipe Manana
2022-06-21
1
-4
/
+11
*
btrfs: add error messages to all unrecognized mount options
David Sterba
2022-06-07
1
-7
/
+32
*
btrfs: prevent remounting to v1 space cache for subpage mount
Qu Wenruo
2022-06-06
1
-0
/
+8
*
btrfs: fix hang during unmount when block group reclaim task is running
Filipe Manana
2022-06-06
1
-2
/
+11
*
btrfs: zoned: introduce a minimal zone size 4M and reject mount
Johannes Thumshirn
2022-05-17
1
-3
/
+12
*
btrfs: allow defrag to convert inline extents to regular extents
Qu Wenruo
2022-05-17
1
-2
/
+22
*
btrfs: add "0x" prefix for unsupported optional features
Qu Wenruo
2022-05-17
1
-2
/
+2
*
btrfs: do not account twice for inode ref when reserving metadata units
Filipe Manana
2022-05-17
1
-2
/
+5
*
btrfs: zoned: fix comparison of alloc_offset vs meta_write_pointer
Naohiro Aota
2022-05-17
1
-1
/
+1
*
btrfs: send: avoid trashing the page cache
Filipe Manana
2022-05-17
1
-3
/
+82
*
btrfs: send: keep the current inode open while processing it
Filipe Manana
2022-05-16
1
-19
/
+35
*
btrfs: allocate the btrfs_dio_private as part of the iomap dio bio
Christoph Hellwig
2022-05-16
1
-58
/
+35
*
btrfs: move struct btrfs_dio_private to inode.c
Christoph Hellwig
2022-05-16
3
-25
/
+24
*
btrfs: remove the disk_bytenr in struct btrfs_dio_private
Christoph Hellwig
2022-05-16
2
-2
/
+0
*
btrfs: allocate dio_data on stack
Christoph Hellwig
2022-05-16
1
-23
/
+11
*
iomap: add per-iomap_iter private data
Christoph Hellwig
2022-05-16
1
-1
/
+1
*
btrfs: add a btrfs_dio_rw wrapper
Christoph Hellwig
2022-05-16
3
-8
/
+12
*
btrfs: zoned: zone finish unused block group
Naohiro Aota
2022-05-16
1
-0
/
+8
*
btrfs: zoned: properly finish block group on metadata write
Naohiro Aota
2022-05-16
5
-6
/
+39
*
btrfs: zoned: finish block group when there are no more allocatable bytes left
Naohiro Aota
2022-05-16
1
-1
/
+10
*
btrfs: zoned: consolidate zone finish functions
Naohiro Aota
2022-05-16
1
-73
/
+64
*
btrfs: zoned: introduce btrfs_zoned_bg_is_full
Naohiro Aota
2022-05-16
3
-3
/
+8
*
btrfs: improve error reporting in lookup_inline_extent_backref
Nikolay Borisov
2022-05-16
1
-1
/
+7
*
btrfs: rename bio_ctrl::bio_flags to compress_type
David Sterba
2022-05-16
1
-10
/
+10
*
btrfs: rename bio_flags in parameters and switch type
David Sterba
2022-05-16
4
-19
/
+21
*
btrfs: rename io_failure_record::bio_flags to compress_type
David Sterba
2022-05-16
2
-4
/
+5
*
btrfs: open code extent_set_compress_type helpers
David Sterba
2022-05-16
2
-16
/
+3
*
btrfs: simplify handling of bio_ctrl::bio_flags
David Sterba
2022-05-16
3
-17
/
+9
*
btrfs: remove trivial helper update_nr_written
David Sterba
2022-05-16
1
-9
/
+3
*
btrfs: remove unused parameter bio_flags from btrfs_wq_submit_bio
David Sterba
2022-05-16
3
-7
/
+5
*
btrfs: remove btrfs_delayed_extent_op::is_data
David Sterba
2022-05-16
3
-8
/
+3
*
btrfs: sink parameter is_data to btrfs_set_disk_extent_flags
David Sterba
2022-05-16
3
-6
/
+5
*
btrfs: fix deadlock between concurrent dio writes when low on free data space
Filipe Manana
2022-05-16
1
-17
/
+65
*
btrfs: derive compression type from extent map during reads
Goldwyn Rodrigues
2022-05-16
3
-8
/
+7
*
btrfs: scrub: move scrub_remap_extent() call into scrub_extent()
Qu Wenruo
2022-05-16
1
-27
/
+35
*
btrfs: scrub: use find_first_extent_item to for extent item search
Qu Wenruo
2022-05-16
1
-73
/
+25
*
btrfs: scrub: refactor scrub_raid56_parity()
Qu Wenruo
2022-05-16
1
-181
/
+164
*
btrfs: scrub: use scrub_simple_mirror() to handle RAID56 data stripe scrub
Qu Wenruo
2022-05-16
1
-226
/
+21
*
btrfs: scrub: cleanup the non-RAID56 branches in scrub_stripe()
Qu Wenruo
2022-05-16
1
-77
/
+51
*
btrfs: scrub: introduce dedicated helper to scrub simple-stripe based range
Qu Wenruo
2022-05-16
1
-12
/
+88
*
btrfs: scrub: introduce dedicated helper to scrub simple-mirror based range
Qu Wenruo
2022-05-16
1
-0
/
+188
*
btrfs: scrub: introduce a helper to locate an extent item
Qu Wenruo
2022-05-16
1
-0
/
+107
*
btrfs: calculate physical_end using dev_extent_len directly in scrub_stripe()
Qu Wenruo
2022-05-16
1
-4
/
+2
*
btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray
Gabriel Niebler
2022-05-16
6
-171
/
+139
*
btrfs: turn fs_info member buffer_radix into XArray
Gabriel Niebler
2022-05-16
4
-97
/
+55
*
btrfs: turn name_cache radix tree into XArray in send_ctx
Gabriel Niebler
2022-05-16
1
-22
/
+18
*
btrfs: turn delayed_nodes_tree into an XArray
Gabriel Niebler
2022-05-16
4
-50
/
+44
*
btrfs: use ilog2() to replace if () branches for btrfs_bg_flags_to_raid_index()
Qu Wenruo
2022-05-16
2
-27
/
+36
*
btrfs: move definition of btrfs_raid_types to volumes.h
Qu Wenruo
2022-05-16
2
-0
/
+15
[next]