summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-21btrfs: scrub: avoid unnecessary csum tree search preparing stripesQu Wenruo4-27/+46
2023-08-21btrfs: scrub: avoid unnecessary extent tree search preparing stripesQu Wenruo1-12/+29
2023-08-21btrfs: copy dir permission and time when creating a stub subvolumeLee Trager1-5/+7
2023-08-21btrfs: remove pointless empty list check when reading delayed dir indexesFilipe Manana1-3/+0
2023-08-21btrfs: drop redundant check to use fs_devices::metadata_uuidAnand Jain1-10/+5
2023-08-21btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_superAnand Jain1-5/+3
2023-08-21btrfs: use the correct superblock to compare fsid in btrfs_validate_superAnand Jain1-3/+2
2023-08-21btrfs: simplify memcpy either of metadata_uuid or fsidAnand Jain1-9/+2
2023-08-21btrfs: add a helper to read the superblock metadata_uuidAnand Jain2-0/+9
2023-08-21btrfs: remove v0 extent handlingQu Wenruo8-52/+48
2023-08-21btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo1-0/+5
2023-08-21btrfs: move the !zoned assert into run_delalloc_cowChristoph Hellwig1-8/+7
2023-08-21btrfs: consolidate the error handling in run_delalloc_nocowChristoph Hellwig1-7/+2
2023-08-21btrfs: cleanup the COW fallback logic in run_delalloc_nocowChristoph Hellwig1-25/+22
2023-08-21btrfs: fix error handling when in a COW window in run_delalloc_nocowChristoph Hellwig1-10/+12
2023-08-21btrfs: zoned: do not zone finish data relocation block groupNaohiro Aota2-23/+36
2023-08-21btrfs: set page extent mapped after read_folio in relocate_one_pageJosef Bacik1-3/+9
2023-08-21btrfs: wait on uncached block groups on every allocation loopJosef Bacik2-52/+22
2023-08-21btrfs: use LIST_HEAD() to initialize the list_headRuan Jinjie6-33/+13
2023-08-21btrfs: handle errors properly in update_inline_extent_backref()Qu Wenruo1-12/+61
2023-08-21btrfs: zoned: re-enable metadata over-commit for zoned modeNaohiro Aota1-5/+1
2023-08-21btrfs: zoned: don't activate non-DATA BG on allocationNaohiro Aota3-30/+8
2023-08-21btrfs: zoned: no longer count fresh BG region as zone unusableNaohiro Aota2-30/+4
2023-08-21btrfs: zoned: activate metadata block group on write timeNaohiro Aota3-2/+93
2023-08-21btrfs: zoned: reserve zones for an active metadata/system block groupNaohiro Aota3-5/+98
2023-08-21btrfs: zoned: update meta write pointer on zone finishNaohiro Aota1-0/+3
2023-08-21btrfs: zoned: defer advancing meta write pointerNaohiro Aota3-26/+4
2023-08-21btrfs: zoned: return int from btrfs_check_meta_write_pointerNaohiro Aota3-21/+30
2023-08-21btrfs: zoned: introduce block group context to btrfs_eb_write_contextNaohiro Aota4-27/+31
2023-08-21btrfs: introduce struct to consolidate extent buffer write contextNaohiro Aota2-7/+12
2023-08-21btrfs: avoid start and commit empty transaction when flushing qgroupsFilipe Manana1-1/+3
2023-08-21btrfs: avoid start and commit empty transaction when starting qgroup rescanFilipe Manana1-7/+8
2023-08-21btrfs: avoid starting and committing empty transaction when flushing spaceFilipe Manana1-1/+10
2023-08-21btrfs: avoid starting new transaction when flushing delayed items and refsFilipe Manana1-2/+6
2023-08-21btrfs: merge find_free_dev_extent() and find_free_dev_extent_start()Filipe Manana1-14/+7
2023-08-21btrfs: make find_free_dev_extent() staticFilipe Manana2-4/+2
2023-08-21btrfs: make btrfs_cleanup_fs_roots() staticFilipe Manana2-51/+50
2023-08-21btrfs: fail priority metadata ticket with real fs errorFilipe Manana1-5/+5
2023-08-21btrfs: return real error when orphan cleanup fails due to a transaction abortFilipe Manana1-1/+8
2023-08-21btrfs: store the error that turned the fs into error stateFilipe Manana3-8/+16
2023-08-21btrfs: don't steal space from global rsv after a transaction abortFilipe Manana1-2/+12
2023-08-21btrfs: print available space across all block groups when dumping space infoFilipe Manana1-0/+4
2023-08-21btrfs: print available space for a block group when dumping a space infoFilipe Manana1-2/+7
2023-08-21btrfs: print block group super and delalloc bytes when dumping space infoFilipe Manana1-4/+5
2023-08-21btrfs: print target number of bytes when dumping free spaceFilipe Manana1-1/+2
2023-08-21btrfs: update comment for btrfs_join_transaction_nostart()Filipe Manana1-1/+4
2023-08-21btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTFilipe Manana1-3/+4
2023-08-21btrfs: refactor main loop in memmove_extent_buffer()Qu Wenruo1-31/+17
2023-08-21btrfs: refactor main loop in memcpy_extent_buffer()Qu Wenruo1-27/+31
2023-08-21btrfs: copy all pages at once at the end of btrfs_clone_extent_buffer()Qu Wenruo1-1/+1