summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-02-03btrfs: remove remapped block groups from the free-space-treeMark Harmstone
2026-02-03btrfs: allow remapped chunks to have zero stripesMark Harmstone
2026-02-03btrfs: add METADATA_REMAP chunk typeMark Harmstone
2026-02-03btrfs: add definitions and constants for remap-treeMark Harmstone
2026-02-03btrfs: add and use helper to compute the available space for a block groupFilipe Manana
2026-02-03btrfs: tag as unlikely error handling in run_one_delayed_ref()Filipe Manana
2026-02-03btrfs: remove unnecessary else branch in run_one_delayed_ref()Filipe Manana
2026-02-03btrfs: don't BUG() on unexpected delayed ref type in run_one_delayed_ref()Filipe Manana
2026-02-03btrfs: use READA_FORWARD_ALWAYS for device extent verificationjinbaohong
2026-02-03btrfs: shrink the size of btrfs_deviceQu Wenruo
2026-02-03btrfs: update comment for delalloc flush and oe wait in btrfs_clone_files()Filipe Manana
2026-02-03btrfs: remove experimental offload csum modeQu Wenruo
2026-02-03btrfs: split btrfs_fs_closing() and change return type to boolDavid Sterba
2026-02-03btrfs: reject single block sized compression earlyQu Wenruo
2026-02-03btrfs: update outdated comment in __add_block_group_free_space()Julia Lawall
2026-02-03btrfs: add mount time auto fix for orphan fst entriesQu Wenruo
2026-02-03btrfs: simplify check for zoned NODATASUM writes in btrfs_submit_chunk()Zhen Ni
2026-02-03btrfs: avoid transaction commit on error in insert_balance_item()Filipe Manana
2026-02-03btrfs: move unlikely checks around btrfs_is_shutdown() into the helperFilipe Manana
2026-02-03btrfs: tag as unlikely error conditions in the transaction commit pathFilipe Manana
2026-02-03btrfs: remove unreachable return after btrfs_backref_panic() in btrfs_backref...Zhen Ni
2026-02-03btrfs: refactor the main loop of cow_file_range()Qu Wenruo
2026-02-03btrfs: zoned: print block-group type for zoned statisticsJohannes Thumshirn
2026-02-03btrfs: move space_info_flag_to_str() to space-info.hJohannes Thumshirn
2026-02-03btrfs: zoned: show statistics about zoned filesystems in mountstatsJohannes Thumshirn
2026-02-03btrfs: don't call btrfs_handle_fs_error() in btrfs_commit_transaction()Filipe Manana
2026-02-03btrfs: don't call btrfs_handle_fs_error() in qgroup_account_snapshot()Filipe Manana
2026-02-03btrfs: don't call btrfs_handle_fs_error() after failure to delete orphan itemFilipe Manana
2026-02-03btrfs: don't call btrfs_handle_fs_error() after failure to join transactionFilipe Manana
2026-02-03btrfs: remove redundant path release in btrfs_find_orphan_roots()Filipe Manana
2026-02-03btrfs: use single return variable in btrfs_find_orphan_roots()Filipe Manana
2026-02-03btrfs: avoid transaction commit on error in del_balance_item()Filipe Manana
2026-02-03btrfs: update stale comment in __cow_file_range_inline()Filipe Manana
2026-02-03btrfs: remove duplicated root key setup in btrfs_create_tree()Filipe Manana
2026-02-03btrfs: zoned: re-flow prepare_allocation_zoned()Johannes Thumshirn
2026-02-03btrfs: shrink the size of btrfs_bioQu Wenruo
2026-02-03btrfs: remove ASSERT compatibility for gcc < 8.xDavid Sterba
2026-02-03btrfs: pass level to _btrfs_printk() to avoid parsing level from stringDavid Sterba
2026-02-03btrfs: simplify internal btrfs_printk helpersDavid Sterba
2026-02-03btrfs: rename btrfs_create_block_group_cache to btrfs_create_block_groupJohannes Thumshirn
2026-02-03btrfs: merge setting ret and return retDavid Sterba
2026-02-03btrfs: remove dead assignment in prepare_one_folio()Massimiliano Pellizzer
2026-02-03btrfs: replace for_each_set_bit() with for_each_set_bitmap()Qu Wenruo
2026-02-03btrfs: concentrate the error handling of submit_one_sector()Qu Wenruo
2026-02-03btrfs: search for larger extent maps inside btrfs_do_readpage()Qu Wenruo
2026-02-03btrfs: introduce BTRFS_PATH_AUTO_RELEASE() helperQu Wenruo
2026-02-03btrfs: enable direct IO for bs > ps casesQu Wenruo
2026-02-03btrfs: switch to library APIs for checksumsEric Biggers
2026-02-03btrfs: zoned: don't zone append to conventional zoneJohannes Thumshirn
2026-02-03btrfs: relax squota parent qgroup deletion ruleBoris Burkov