aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2023-07-19btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block()Filipe Manana
2023-07-19btrfs: fix extent buffer leak after tree mod log failure at split_node()Filipe Manana
2023-07-19btrfs: fix race when deleting quota root from the dirty cow roots listFilipe Manana
2023-07-19btrfs: reinsert BGs failed to reclaimNaohiro Aota
2023-07-19btrfs: add block-group tree to lockdep classesDavid Sterba
2023-07-19btrfs: bail out reclaim process if filesystem is read-onlyNaohiro Aota
2023-07-19btrfs: delete unused BGs while reclaiming BGsNaohiro Aota
2023-07-19btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profileMatt Corallo
2023-07-19btrfs: do not BUG_ON() on tree mod log failure at balance_level()Filipe Manana
2023-07-19btrfs: fix race when deleting free space root from the dirty cow roots listFilipe Manana
2023-06-28btrfs: fix an uninitialized variable warning in btrfs_log_inodeShida Zhang
2023-06-21btrfs: can_nocow_file_extent should pass down args->strict from callersChris Mason
2023-06-21btrfs: fix iomap_begin length for nocow writesChristoph Hellwig
2023-06-21btrfs: do not ASSERT() on duplicated global rootsQu Wenruo
2023-06-21btrfs: handle memory allocation failure in btrfs_csum_one_bioJohannes Thumshirn
2023-06-21btrfs: scrub: try harder to mark RAID56 block groups read-onlyQu Wenruo
2023-06-09btrfs: fix csum_tree_block page iteration to avoid tripping on -Werror=array-...pengfuyuan
2023-06-09btrfs: abort transaction when sibling keys check fails for leavesFilipe Manana
2023-05-30btrfs: use nofs when cleaning up aborted transactionsJosef Bacik
2023-05-17btrfs: zoned: fix full zone super block reading on ZNSNaohiro Aota
2023-05-17btrfs: zoned: zone finish data relocation BG with last IONaohiro Aota
2023-05-17btrfs: fix space cache inconsistency after error loading it from diskFilipe Manana
2023-05-17btrfs: print-tree: parent bytenr must be aligned to sector sizeAnastasia Belova
2023-05-17btrfs: make clear_cache mount option to rebuild FST without disabling itQu Wenruo
2023-05-17btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_addChristoph Hellwig
2023-05-17btrfs: don't free qgroup space unless specifiedJosef Bacik
2023-05-17btrfs: fix encoded write i_size corruption with no-holesBoris Burkov
2023-05-17btrfs: fix assertion of exclop condition when starting balancexiaoshoukui
2023-05-17btrfs: properly reject clear_cache and v1 cache for block-group-treeQu Wenruo
2023-05-17btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zonesNaohiro Aota
2023-05-17btrfs: fix btrfs_prev_leaf() to not return the same key twiceFilipe Manana
2023-05-11btrfs: scrub: reject unsupported scrub flagsQu Wenruo
2023-05-01btrfs: fix uninitialized variable warningsGenjian Zhang
2023-04-26btrfs: get the next extent map during fiemap/lseek more efficientlyFilipe Manana
2023-04-20btrfs: fix fast csum implementation detectionChristoph Hellwig
2023-04-20btrfs: restore the thread_pool= behavior in remount for the end I/O workqueuesChristoph Hellwig
2023-04-06btrfs: scan device in non-exclusive modeAnand Jain
2023-04-06btrfs: fix race between quota disable and quota assign ioctlsFilipe Manana
2023-04-06btrfs: fix deadlock when aborting transaction during relocation with scrubFilipe Manana
2023-04-06btrfs: use temporary variable for space_info in btrfs_update_block_groupJosef Bacik
2023-04-06btrfs: fix uninitialized variable warning in btrfs_update_block_groupJosef Bacik
2023-04-06btrfs: zoned: count fresh BG region as zone unusableNaohiro Aota
2023-04-06btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGJosef Bacik
2023-03-30btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profileNaohiro Aota
2023-03-17btrfs: fix extent map logging bit not cleared for split maps after dropping r...Filipe Manana
2023-03-17btrfs: fix percent calculation for bg reclaim messageJohannes Thumshirn
2023-03-17btrfs: fix unnecessary increment of read error stat on write errorNaohiro Aota
2023-03-10btrfs: hold block group refcount during async discardBoris Burkov
2023-03-10btrfs: scrub: improve tree block error reportingQu Wenruo
2023-03-03btrfs: send: limit number of clones and allocated memory sizeDavid Sterba