summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-022-20/+32
|\
| * btrfs: zoned: fix dev-replace after the scrub reworkQu Wenruo2023-06-012-20/+32
* | Merge tag 'for-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-05-303-3/+3
|\|
| * btrfs: fix csum_tree_block page iteration to avoid tripping on -Werror=array-...pengfuyuan2023-05-261-1/+1
| * btrfs: fix an uninitialized variable warning in btrfs_log_inodeShida Zhang2023-05-261-1/+1
| * btrfs: call btrfs_orig_bbio_end_io in btrfs_end_bio_workChristoph Hellwig2023-05-261-1/+1
* | Merge tag 'for-6.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-05-264-4/+32
|\|
| * btrfs: use nofs when cleaning up aborted transactionsJosef Bacik2023-05-171-0/+9
| * btrfs: handle memory allocation failure in btrfs_csum_one_bioJohannes Thumshirn2023-05-171-1/+3
| * btrfs: scrub: try harder to mark RAID56 block groups read-onlyQu Wenruo2023-05-172-3/+20
* | Merge tag 'for-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-05-1211-33/+102
|\|
| * btrfs: make clear_cache mount option to rebuild FST without disabling itQu Wenruo2023-05-104-11/+70
| * btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_addChristoph Hellwig2023-05-101-2/+2
| * btrfs: zoned: fix full zone super block reading on ZNSNaohiro Aota2023-05-101-4/+3
| * btrfs: zoned: zone finish data relocation BG with last IONaohiro Aota2023-05-101-0/+3
| * btrfs: fix backref walking not returning all inode refsFilipe Manana2023-05-093-10/+17
| * btrfs: fix space cache inconsistency after error loading it from diskFilipe Manana2023-05-091-3/+4
| * btrfs: print-tree: parent bytenr must be aligned to sector sizeAnastasia Belova2023-05-091-3/+3
* | Merge tag 'for-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-05-097-9/+55
|\|
| * btrfs: don't free qgroup space unless specifiedJosef Bacik2023-05-031-1/+2
| * btrfs: fix encoded write i_size corruption with no-holesBoris Burkov2023-05-021-2/+3
| * btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zonesNaohiro Aota2023-04-281-3/+3
| * btrfs: properly reject clear_cache and v1 cache for block-group-treeQu Wenruo2023-04-281-1/+6
| * btrfs: print extent buffers when sibling keys check failsFilipe Manana2023-04-281-0/+4
| * btrfs: abort transaction when sibling keys check fails for leavesFilipe Manana2023-04-281-0/+2
| * btrfs: fix leak of source device allocation state after device replaceFilipe Manana2023-04-281-0/+1
| * btrfs: fix assertion of exclop condition when starting balancexiaoshoukui2023-04-281-1/+3
| * btrfs: fix btrfs_prev_leaf() to not return the same key twiceFilipe Manana2023-04-281-1/+31
* | Merge tag 'for-6.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2023-04-2650-4717/+2754
|\|
| * btrfs: mark btrfs_assertfail() __noreturnJosh Poimboeuf2023-04-172-2/+2
| * btrfs: fix uninitialized variable warningsGenjian Zhang2023-04-172-2/+2
| * btrfs: use log root when iterating over index keys when logging directoryFilipe Manana2023-04-171-27/+24
| * btrfs: avoid iterating over all indexes when logging directoryFilipe Manana2023-04-172-7/+57
| * btrfs: dev-replace: error out if we have unrepaired metadata error duringQu Wenruo2023-04-171-5/+42
| * btrfs: remove pointless loop at btrfs_get_next_valid_item()Filipe Manana2023-04-171-17/+6
| * btrfs: scrub: reject unsupported scrub flagsQu Wenruo2023-04-171-0/+5
| * btrfs: reinterpret async discard iops_limit=0 as no delayBoris Burkov2023-04-171-7/+12
| * btrfs: set default discard iops_limit to 1000Boris Burkov2023-04-171-1/+1
| * btrfs: remove unused raid56 functions which were dedicated for scrubQu Wenruo2023-04-172-54/+0
| * btrfs: scrub: remove scrub_bio structureQu Wenruo2023-04-172-244/+6
| * btrfs: scrub: remove scrub_block and scrub_sector structuresQu Wenruo2023-04-172-573/+0
| * btrfs: scrub: remove the old scrub recheck codeQu Wenruo2023-04-174-1012/+14
| * btrfs: scrub: remove the old writeback infrastructureQu Wenruo2023-04-172-219/+3
| * btrfs: scrub: remove scrub_parity structureQu Wenruo2023-04-173-524/+9
| * btrfs: scrub: use scrub_stripe to implement RAID56 P/Q scrubQu Wenruo2023-04-172-10/+210
| * btrfs: scrub: switch scrub_simple_mirror() to scrub_stripe infrastructureQu Wenruo2023-04-172-474/+29
| * btrfs: scrub: introduce helper to queue a stripe for scrubQu Wenruo2023-04-172-17/+181
| * btrfs: scrub: introduce error reporting functionality for scrub_stripeQu Wenruo2023-04-171-11/+157
| * btrfs: scrub: introduce a writeback helper for scrub_stripeQu Wenruo2023-04-172-0/+96
| * btrfs: scrub: introduce the main read repair worker for scrub_stripeQu Wenruo2023-04-172-4/+204