summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-02-03btrfs: use the btrfs_block_group_end() helper everywhereFilipe Manana-50/+43
2026-02-03btrfs: remove bogus NULL checks in __btrfs_write_out_cache()Johannes Thumshirn-7/+4
2026-02-03btrfs: populate fully_remapped_bgs_list on mountMark Harmstone-0/+107
2026-02-03btrfs: handle discarding fully-remapped block groupsMark Harmstone-20/+99
2026-02-03btrfs: allow balancing remap treeMark Harmstone-4/+148
2026-02-03btrfs: add do_remap parameter to btrfs_discard_extent()Mark Harmstone-10/+29
2026-02-03btrfs: replace identity remaps with actual remaps when doing relocationsMark Harmstone-0/+326
2026-02-03btrfs: move existing remaps before relocating block groupMark Harmstone-5/+467
2026-02-03btrfs: handle setting up relocation of block group with remap-treeMark Harmstone-93/+532
2026-02-03btrfs: handle deletions from remapped block groupMark Harmstone-55/+629
2026-02-03btrfs: redirect I/O for remapped block groupsMark Harmstone-0/+69
2026-02-03btrfs: allow mounting filesystems with remap-tree incompat flagMark Harmstone-14/+112
2026-02-03btrfs: add extended version of struct block_group_itemMark Harmstone-28/+106
2026-02-03btrfs: rename struct btrfs_block_group field commit_used to last_usedMark Harmstone-14/+14
2026-02-03btrfs: don't add metadata items for the remap tree to the extent treeMark Harmstone-1/+35
2026-02-03btrfs: remove remapped block groups from the free-space-treeMark Harmstone-3/+19
2026-02-03btrfs: allow remapped chunks to have zero stripesMark Harmstone-21/+41
2026-02-03btrfs: add METADATA_REMAP chunk typeMark Harmstone-4/+49
2026-02-03btrfs: add definitions and constants for remap-treeMark Harmstone-4/+16
2026-02-03btrfs: add and use helper to compute the available space for a block groupFilipe Manana-9/+11
2026-02-03btrfs: tag as unlikely error handling in run_one_delayed_ref()Filipe Manana-3/+5
2026-02-03btrfs: remove unnecessary else branch in run_one_delayed_ref()Filipe Manana-3/+1
2026-02-03btrfs: don't BUG() on unexpected delayed ref type in run_one_delayed_ref()Filipe Manana-8/+12
2026-02-03btrfs: use READA_FORWARD_ALWAYS for device extent verificationjinbaohong-1/+1
2026-02-03btrfs: shrink the size of btrfs_deviceQu Wenruo-11/+12
2026-02-03btrfs: update comment for delalloc flush and oe wait in btrfs_clone_files()Filipe Manana-2/+7
2026-02-03btrfs: remove experimental offload csum modeQu Wenruo-74/+0
2026-02-03btrfs: split btrfs_fs_closing() and change return type to boolDavid Sterba-9/+11
2026-02-03btrfs: reject single block sized compression earlyQu Wenruo-12/+8
2026-02-03btrfs: update outdated comment in __add_block_group_free_space()Julia Lawall-3/+3
2026-02-03btrfs: add mount time auto fix for orphan fst entriesQu Wenruo-0/+113
2026-02-03btrfs: simplify check for zoned NODATASUM writes in btrfs_submit_chunk()Zhen Ni-2/+1
2026-02-03btrfs: avoid transaction commit on error in insert_balance_item()Filipe Manana-4/+6
2026-02-03btrfs: move unlikely checks around btrfs_is_shutdown() into the helperFilipe Manana-13/+13
2026-02-03btrfs: tag as unlikely error conditions in the transaction commit pathFilipe Manana-22/+22
2026-02-03btrfs: remove unreachable return after btrfs_backref_panic() in btrfs_backref...Zhen Ni-3/+1
2026-02-03btrfs: refactor the main loop of cow_file_range()Qu Wenruo-103/+142
2026-02-03btrfs: zoned: print block-group type for zoned statisticsJohannes Thumshirn-2/+3
2026-02-03btrfs: move space_info_flag_to_str() to space-info.hJohannes Thumshirn-17/+17
2026-02-03btrfs: zoned: show statistics about zoned filesystems in mountstatsJohannes Thumshirn-0/+75
2026-02-03btrfs: don't call btrfs_handle_fs_error() in btrfs_commit_transaction()Filipe Manana-3/+2
2026-02-03btrfs: don't call btrfs_handle_fs_error() in qgroup_account_snapshot()Filipe Manana-3/+3
2026-02-03btrfs: don't call btrfs_handle_fs_error() after failure to delete orphan itemFilipe Manana-2/+2
2026-02-03btrfs: don't call btrfs_handle_fs_error() after failure to join transactionFilipe Manana-2/+3
2026-02-03btrfs: remove redundant path release in btrfs_find_orphan_roots()Filipe Manana-2/+0
2026-02-03btrfs: use single return variable in btrfs_find_orphan_roots()Filipe Manana-22/+18
2026-02-03btrfs: avoid transaction commit on error in del_balance_item()Filipe Manana-4/+6
2026-02-03btrfs: update stale comment in __cow_file_range_inline()Filipe Manana-2/+2
2026-02-03btrfs: remove duplicated root key setup in btrfs_create_tree()Filipe Manana-5/+1
2026-02-03btrfs: zoned: re-flow prepare_allocation_zoned()Johannes Thumshirn-17/+24