summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2023-08-21btrfs: add a helper to read the superblock metadata_uuidAnand Jain
2023-08-21btrfs: remove v0 extent handlingQu Wenruo
2023-08-21btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo
2023-08-21btrfs: move the !zoned assert into run_delalloc_cowChristoph Hellwig
2023-08-21btrfs: consolidate the error handling in run_delalloc_nocowChristoph Hellwig
2023-08-21btrfs: cleanup the COW fallback logic in run_delalloc_nocowChristoph Hellwig
2023-08-21btrfs: fix error handling when in a COW window in run_delalloc_nocowChristoph Hellwig
2023-08-21btrfs: zoned: do not zone finish data relocation block groupNaohiro Aota
2023-08-21btrfs: set page extent mapped after read_folio in relocate_one_pageJosef Bacik
2023-08-21btrfs: wait on uncached block groups on every allocation loopJosef Bacik
2023-08-21btrfs: use LIST_HEAD() to initialize the list_headRuan Jinjie
2023-08-21btrfs: handle errors properly in update_inline_extent_backref()Qu Wenruo
2023-08-21btrfs: zoned: re-enable metadata over-commit for zoned modeNaohiro Aota
2023-08-21btrfs: zoned: don't activate non-DATA BG on allocationNaohiro Aota
2023-08-21btrfs: zoned: no longer count fresh BG region as zone unusableNaohiro Aota
2023-08-21btrfs: zoned: activate metadata block group on write timeNaohiro Aota
2023-08-21btrfs: zoned: reserve zones for an active metadata/system block groupNaohiro Aota
2023-08-21btrfs: zoned: update meta write pointer on zone finishNaohiro Aota
2023-08-21btrfs: zoned: defer advancing meta write pointerNaohiro Aota
2023-08-21btrfs: zoned: return int from btrfs_check_meta_write_pointerNaohiro Aota
2023-08-21btrfs: zoned: introduce block group context to btrfs_eb_write_contextNaohiro Aota
2023-08-21btrfs: introduce struct to consolidate extent buffer write contextNaohiro Aota
2023-08-21btrfs: avoid start and commit empty transaction when flushing qgroupsFilipe Manana
2023-08-21btrfs: avoid start and commit empty transaction when starting qgroup rescanFilipe Manana
2023-08-21btrfs: avoid starting and committing empty transaction when flushing spaceFilipe Manana
2023-08-21btrfs: avoid starting new transaction when flushing delayed items and refsFilipe Manana
2023-08-21btrfs: merge find_free_dev_extent() and find_free_dev_extent_start()Filipe Manana
2023-08-21btrfs: make find_free_dev_extent() staticFilipe Manana
2023-08-21btrfs: make btrfs_cleanup_fs_roots() staticFilipe Manana
2023-08-21btrfs: fail priority metadata ticket with real fs errorFilipe Manana
2023-08-21btrfs: return real error when orphan cleanup fails due to a transaction abortFilipe Manana
2023-08-21btrfs: store the error that turned the fs into error stateFilipe Manana
2023-08-21btrfs: don't steal space from global rsv after a transaction abortFilipe Manana
2023-08-21btrfs: print available space across all block groups when dumping space infoFilipe Manana
2023-08-21btrfs: print available space for a block group when dumping a space infoFilipe Manana
2023-08-21btrfs: print block group super and delalloc bytes when dumping space infoFilipe Manana
2023-08-21btrfs: print target number of bytes when dumping free spaceFilipe Manana
2023-08-21btrfs: update comment for btrfs_join_transaction_nostart()Filipe Manana
2023-08-21btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTFilipe Manana
2023-08-21btrfs: refactor main loop in memmove_extent_buffer()Qu Wenruo
2023-08-21btrfs: refactor main loop in memcpy_extent_buffer()Qu Wenruo
2023-08-21btrfs: copy all pages at once at the end of btrfs_clone_extent_buffer()Qu Wenruo
2023-08-21btrfs: refactor main loop in copy_extent_buffer_full()Qu Wenruo
2023-08-21btrfs: use write_extent_buffer() to implement write_extent_buffer_*id()Qu Wenruo
2023-08-21btrfs: refactor extent buffer bitmaps operationsQu Wenruo
2023-08-21btrfs: tests: add self tests for extent buffer memory operationsQu Wenruo
2023-08-21btrfs: tests: enhance extent buffer bitmap testsQu Wenruo
2023-08-21btrfs: move comments to btrfs_loop_type definitionJosef Bacik
2023-08-21btrfs: print name and pid when device scanning processes raceAnand Jain
2023-08-21btrfs: fix zoned handling in submit_uncompressed_rangeChristoph Hellwig