summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_blockChristoph Hellwig2023-07-271-2/+4
* btrfs: fix race between balance and cancel/pauseJosef Bacik2023-07-271-10/+4
* btrfs: zoned: fix memory leak after finding block group with super blocksFilipe Manana2023-07-271-0/+1
* btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expandJosef Bacik2023-07-271-3/+11
* btrfs: fix warning when putting transaction with qgroups enabled after abortFilipe Manana2023-07-271-0/+1
* btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block()Filipe Manana2023-07-191-2/+7
* btrfs: fix extent buffer leak after tree mod log failure at split_node()Filipe Manana2023-07-191-0/+2
* btrfs: fix race when deleting quota root from the dirty cow roots listFilipe Manana2023-07-191-0/+2
* btrfs: reinsert BGs failed to reclaimNaohiro Aota2023-07-191-0/+2
* btrfs: add block-group tree to lockdep classesDavid Sterba2023-07-191-2/+3
* btrfs: bail out reclaim process if filesystem is read-onlyNaohiro Aota2023-07-191-2/+9
* btrfs: delete unused BGs while reclaiming BGsNaohiro Aota2023-07-191-0/+14
* btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profileMatt Corallo2023-07-191-1/+8
* btrfs: do not BUG_ON() on tree mod log failure at balance_level()Filipe Manana2023-07-191-3/+14
* btrfs: fix race when deleting free space root from the dirty cow roots listFilipe Manana2023-07-191-0/+3
* btrfs: fix an uninitialized variable warning in btrfs_log_inodeShida Zhang2023-06-281-1/+1
* btrfs: can_nocow_file_extent should pass down args->strict from callersChris Mason2023-06-211-1/+1
* btrfs: fix iomap_begin length for nocow writesChristoph Hellwig2023-06-211-6/+12
* btrfs: do not ASSERT() on duplicated global rootsQu Wenruo2023-06-211-2/+8
* btrfs: handle memory allocation failure in btrfs_csum_one_bioJohannes Thumshirn2023-06-211-1/+3
* btrfs: scrub: try harder to mark RAID56 block groups read-onlyQu Wenruo2023-06-212-3/+20
* btrfs: fix csum_tree_block page iteration to avoid tripping on -Werror=array-...pengfuyuan2023-06-091-1/+1
* btrfs: abort transaction when sibling keys check fails for leavesFilipe Manana2023-06-091-0/+2
* btrfs: use nofs when cleaning up aborted transactionsJosef Bacik2023-05-301-0/+9
* btrfs: zoned: fix full zone super block reading on ZNSNaohiro Aota2023-05-171-4/+3
* btrfs: zoned: zone finish data relocation BG with last IONaohiro Aota2023-05-171-0/+3
* btrfs: fix space cache inconsistency after error loading it from diskFilipe Manana2023-05-171-3/+4
* btrfs: print-tree: parent bytenr must be aligned to sector sizeAnastasia Belova2023-05-171-3/+3
* btrfs: make clear_cache mount option to rebuild FST without disabling itQu Wenruo2023-05-174-11/+70
* btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_addChristoph Hellwig2023-05-171-2/+2
* btrfs: don't free qgroup space unless specifiedJosef Bacik2023-05-171-1/+2
* btrfs: fix encoded write i_size corruption with no-holesBoris Burkov2023-05-171-2/+3
* btrfs: fix assertion of exclop condition when starting balancexiaoshoukui2023-05-171-1/+3
* btrfs: properly reject clear_cache and v1 cache for block-group-treeQu Wenruo2023-05-171-1/+6
* btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zonesNaohiro Aota2023-05-171-3/+3
* btrfs: fix btrfs_prev_leaf() to not return the same key twiceFilipe Manana2023-05-171-1/+31
* btrfs: scrub: reject unsupported scrub flagsQu Wenruo2023-05-111-0/+5
* btrfs: fix uninitialized variable warningsGenjian Zhang2023-05-012-2/+2
* btrfs: get the next extent map during fiemap/lseek more efficientlyFilipe Manana2023-04-263-18/+59
* btrfs: fix fast csum implementation detectionChristoph Hellwig2023-04-202-2/+14
* btrfs: restore the thread_pool= behavior in remount for the end I/O workqueuesChristoph Hellwig2023-04-201-0/+2
* btrfs: scan device in non-exclusive modeAnand Jain2023-04-061-1/+10
* btrfs: fix race between quota disable and quota assign ioctlsFilipe Manana2023-04-062-1/+12
* btrfs: fix deadlock when aborting transaction during relocation with scrubFilipe Manana2023-04-062-2/+22
* btrfs: use temporary variable for space_info in btrfs_update_block_groupJosef Bacik2023-04-061-10/+12
* btrfs: fix uninitialized variable warning in btrfs_update_block_groupJosef Bacik2023-04-061-1/+1
* btrfs: zoned: count fresh BG region as zone unusableNaohiro Aota2023-04-062-6/+26
* btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGJosef Bacik2023-04-063-8/+4
* btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profileNaohiro Aota2023-03-301-2/+12
* btrfs: fix extent map logging bit not cleared for split maps after dropping r...Filipe Manana2023-03-171-1/+6