summaryrefslogtreecommitdiff
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * btrfs: scrub: introduce a helper to verify one scrub_stripeQu Wenruo2023-04-172-2/+77
| * btrfs: scrub: introduce a helper to verify one metadata blockQu Wenruo2023-04-172-0/+107
| * btrfs: scrub: introduce helper to find and fill sector info for a scrub_stripeQu Wenruo2023-04-175-3/+158
| * btrfs: scrub: introduce structure for new BTRFS_STRIPE_LEN based interfaceQu Wenruo2023-04-172-0/+150
| * btrfs: introduce a new helper to submit write bio for repairQu Wenruo2023-04-175-44/+132
| * btrfs: introduce btrfs_bio::fs_info memberQu Wenruo2023-04-176-28/+49
| * btrfs: scrub: use dedicated super block verification function to scrub one su...Qu Wenruo2023-04-171-8/+52
| * btrfs: remove redundant release of btrfs_device::alloc_stateAnand Jain2023-04-171-1/+0
| * btrfs: warn for any missed cleanup at btrfs_close_one_deviceAnand Jain2023-04-171-4/+4
| * btrfs: don't print the crc32c implementation at module load timeChristoph Hellwig2023-04-171-1/+1