summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-14btrfs: scrub: fix a return value overwrite in scrub_stripe()Qu Wenruo
2023-06-13btrfs: do not ASSERT() on duplicated global rootsQu Wenruo
2023-06-13btrfs: can_nocow_file_extent should pass down args->strict from callersChris Mason
2023-06-13btrfs: fix iomap_begin length for nocow writesChristoph Hellwig
2023-06-08btrfs: scrub: also report errors hit during the initial readQu Wenruo
2023-06-08btrfs: scrub: respect the read-only flag during repairQu Wenruo
2023-06-06btrfs: properly enable async discard when switching from RO->RWChris Mason
2023-06-05btrfs: subpage: fix a crash in metadata repair pathQu Wenruo
2023-06-01btrfs: zoned: fix dev-replace after the scrub reworkQu Wenruo
2023-05-26btrfs: fix csum_tree_block page iteration to avoid tripping on -Werror=array-...pengfuyuan
2023-05-26btrfs: fix an uninitialized variable warning in btrfs_log_inodeShida Zhang
2023-05-26btrfs: call btrfs_orig_bbio_end_io in btrfs_end_bio_workChristoph Hellwig
2023-05-17btrfs: use nofs when cleaning up aborted transactionsJosef Bacik
2023-05-17btrfs: handle memory allocation failure in btrfs_csum_one_bioJohannes Thumshirn
2023-05-17btrfs: scrub: try harder to mark RAID56 block groups read-onlyQu Wenruo
2023-05-10btrfs: make clear_cache mount option to rebuild FST without disabling itQu Wenruo
2023-05-10btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_addChristoph Hellwig
2023-05-10btrfs: zoned: fix full zone super block reading on ZNSNaohiro Aota
2023-05-10btrfs: zoned: zone finish data relocation BG with last IONaohiro Aota
2023-05-09btrfs: fix backref walking not returning all inode refsFilipe Manana
2023-05-09btrfs: fix space cache inconsistency after error loading it from diskFilipe Manana
2023-05-09btrfs: print-tree: parent bytenr must be aligned to sector sizeAnastasia Belova
2023-05-03btrfs: don't free qgroup space unless specifiedJosef Bacik
2023-05-02btrfs: fix encoded write i_size corruption with no-holesBoris Burkov
2023-04-28btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zonesNaohiro Aota
2023-04-28btrfs: properly reject clear_cache and v1 cache for block-group-treeQu Wenruo
2023-04-28btrfs: print extent buffers when sibling keys check failsFilipe Manana
2023-04-28btrfs: abort transaction when sibling keys check fails for leavesFilipe Manana
2023-04-28btrfs: fix leak of source device allocation state after device replaceFilipe Manana
2023-04-28btrfs: fix assertion of exclop condition when starting balancexiaoshoukui
2023-04-28btrfs: fix btrfs_prev_leaf() to not return the same key twiceFilipe Manana
2023-04-17btrfs: mark btrfs_assertfail() __noreturnJosh Poimboeuf
2023-04-17btrfs: fix uninitialized variable warningsGenjian Zhang
2023-04-17btrfs: use log root when iterating over index keys when logging directoryFilipe Manana
2023-04-17btrfs: avoid iterating over all indexes when logging directoryFilipe Manana
2023-04-17btrfs: dev-replace: error out if we have unrepaired metadata error duringQu Wenruo
2023-04-17btrfs: remove pointless loop at btrfs_get_next_valid_item()Filipe Manana
2023-04-17btrfs: scrub: reject unsupported scrub flagsQu Wenruo
2023-04-17btrfs: reinterpret async discard iops_limit=0 as no delayBoris Burkov
2023-04-17btrfs: set default discard iops_limit to 1000Boris Burkov
2023-04-17btrfs: remove unused raid56 functions which were dedicated for scrubQu Wenruo
2023-04-17btrfs: scrub: remove scrub_bio structureQu Wenruo
2023-04-17btrfs: scrub: remove scrub_block and scrub_sector structuresQu Wenruo
2023-04-17btrfs: scrub: remove the old scrub recheck codeQu Wenruo
2023-04-17btrfs: scrub: remove the old writeback infrastructureQu Wenruo
2023-04-17btrfs: scrub: remove scrub_parity structureQu Wenruo
2023-04-17btrfs: scrub: use scrub_stripe to implement RAID56 P/Q scrubQu Wenruo
2023-04-17btrfs: scrub: switch scrub_simple_mirror() to scrub_stripe infrastructureQu Wenruo
2023-04-17btrfs: scrub: introduce helper to queue a stripe for scrubQu Wenruo
2023-04-17btrfs: scrub: introduce error reporting functionality for scrub_stripeQu Wenruo