summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.4-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-201-5/+7
|\
| * btrfs: fix u32 overflows when left shifting stripe_nrQu Wenruo2023-06-201-5/+7
* | Merge tag 'for-6.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-163-10/+22
|\|
| * btrfs: scrub: fix a return value overwrite in scrub_stripe()Qu Wenruo2023-06-141-1/+1
| * btrfs: do not ASSERT() on duplicated global rootsQu Wenruo2023-06-131-2/+8
| * btrfs: can_nocow_file_extent should pass down args->strict from callersChris Mason2023-06-131-1/+1
| * btrfs: fix iomap_begin length for nocow writesChristoph Hellwig2023-06-131-6/+12
* | Merge tag 'for-6.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-123-11/+30
|\|
| * btrfs: scrub: also report errors hit during the initial readQu Wenruo2023-06-081-6/+18
| * btrfs: scrub: respect the read-only flag during repairQu Wenruo2023-06-081-1/+1
| * btrfs: properly enable async discard when switching from RO->RWChris Mason2023-06-061-0/+6
| * btrfs: subpage: fix a crash in metadata repair pathQu Wenruo2023-06-051-4/+5
* | 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