summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2023-06-03Merge tag 'for-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-20/+32
2023-06-01btrfs: zoned: fix dev-replace after the scrub reworkQu Wenruo2-20/+32
2023-05-31Merge tag 'for-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+3
2023-05-27btrfs: fix csum_tree_block page iteration to avoid tripping on -Werror=array-...pengfuyuan1-1/+1
2023-05-27btrfs: fix an uninitialized variable warning in btrfs_log_inodeShida Zhang1-1/+1
2023-05-27btrfs: call btrfs_orig_bbio_end_io in btrfs_end_bio_workChristoph Hellwig1-1/+1
2023-05-26Merge tag 'for-6.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-4/+32
2023-05-17btrfs: use nofs when cleaning up aborted transactionsJosef Bacik1-0/+9
2023-05-17btrfs: handle memory allocation failure in btrfs_csum_one_bioJohannes Thumshirn1-1/+3
2023-05-17btrfs: scrub: try harder to mark RAID56 block groups read-onlyQu Wenruo2-3/+20
2023-05-13Merge tag 'for-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-33/+102
2023-05-10btrfs: make clear_cache mount option to rebuild FST without disabling itQu Wenruo4-11/+70
2023-05-10btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_addChristoph Hellwig1-2/+2
2023-05-10btrfs: zoned: fix full zone super block reading on ZNSNaohiro Aota1-4/+3
2023-05-10btrfs: zoned: zone finish data relocation BG with last IONaohiro Aota1-0/+3
2023-05-09btrfs: fix backref walking not returning all inode refsFilipe Manana3-10/+17
2023-05-09btrfs: fix space cache inconsistency after error loading it from diskFilipe Manana1-3/+4
2023-05-09btrfs: print-tree: parent bytenr must be aligned to sector sizeAnastasia Belova1-3/+3
2023-05-09Merge tag 'for-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-9/+55
2023-05-03btrfs: don't free qgroup space unless specifiedJosef Bacik1-1/+2
2023-05-02btrfs: fix encoded write i_size corruption with no-holesBoris Burkov1-2/+3
2023-04-28btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zonesNaohiro Aota1-3/+3
2023-04-28btrfs: properly reject clear_cache and v1 cache for block-group-treeQu Wenruo1-1/+6
2023-04-28btrfs: print extent buffers when sibling keys check failsFilipe Manana1-0/+4
2023-04-28btrfs: abort transaction when sibling keys check fails for leavesFilipe Manana1-0/+2
2023-04-28btrfs: fix leak of source device allocation state after device replaceFilipe Manana1-0/+1
2023-04-28btrfs: fix assertion of exclop condition when starting balancexiaoshoukui1-1/+3
2023-04-28btrfs: fix btrfs_prev_leaf() to not return the same key twiceFilipe Manana1-1/+31
2023-04-26Merge tag 'for-6.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds50-4717/+2754
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-4/+0
2023-04-24Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-3/+8
2023-04-21Merge tag 'for-6.3-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+13
2023-04-21btrfs: reinterpret async discard iops_limit=0 as no delayBoris Burkov1-7/+12
2023-04-21btrfs: set default discard iops_limit to 1000Boris Burkov1-1/+1
2023-04-17btrfs: mark btrfs_assertfail() __noreturnJosh Poimboeuf2-2/+2
2023-04-17btrfs: fix uninitialized variable warningsGenjian Zhang2-2/+2
2023-04-17btrfs: use log root when iterating over index keys when logging directoryFilipe Manana1-27/+24
2023-04-17btrfs: avoid iterating over all indexes when logging directoryFilipe Manana2-7/+57
2023-04-17btrfs: dev-replace: error out if we have unrepaired metadata error duringQu Wenruo1-5/+42
2023-04-17btrfs: remove pointless loop at btrfs_get_next_valid_item()Filipe Manana1-17/+6
2023-04-17btrfs: scrub: reject unsupported scrub flagsQu Wenruo1-0/+5
2023-04-17btrfs: reinterpret async discard iops_limit=0 as no delayBoris Burkov1-7/+12
2023-04-17btrfs: set default discard iops_limit to 1000Boris Burkov1-1/+1
2023-04-17btrfs: remove unused raid56 functions which were dedicated for scrubQu Wenruo2-54/+0
2023-04-17btrfs: scrub: remove scrub_bio structureQu Wenruo2-244/+6
2023-04-17btrfs: scrub: remove scrub_block and scrub_sector structuresQu Wenruo2-573/+0
2023-04-17btrfs: scrub: remove the old scrub recheck codeQu Wenruo4-1012/+14
2023-04-17btrfs: scrub: remove the old writeback infrastructureQu Wenruo2-219/+3
2023-04-17btrfs: scrub: remove scrub_parity structureQu Wenruo3-524/+9
2023-04-17btrfs: scrub: use scrub_stripe to implement RAID56 P/Q scrubQu Wenruo2-10/+210