summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
43 hoursMerge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
6 daysbtrfs: reject root items with drop_progress and zero drop_levelZhengYuan Huang
6 daysbtrfs: check block group before marking it unused in balance_remap_chunks()Mark Harmstone
6 daysbtrfs: hold block group reference during entire move_existing_remap()Mark Harmstone
6 daysbtrfs: fix an incorrect ASSERT() condition inside lzo_decompress_bio()Qu Wenruo
6 daysbtrfs: fix an incorrect ASSERT() condition inside zstd_decompress_bio()Qu Wenruo
6 daysbtrfs: do not touch page cache for encoded writesQu Wenruo
6 daysbtrfs: fix a bug that makes encoded write bio larger than expectedQu Wenruo
6 daysbtrfs: reserve enough transaction items for qgroup ioctlsFilipe Manana
6 daysbtrfs: check for NULL root after calls to btrfs_csum_root()Filipe Manana
6 daysbtrfs: check for NULL root after calls to btrfs_extent_root()Filipe Manana
7 daysMerge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
10 daysbtrfs: tree-checker: fix misleading root drop_level error messageZhengYuan Huang
10 daysbtrfs: log new dentries when logging parent dir of a conflicting inodeFilipe Manana
10 daysbtrfs: don't take device_list_mutex when querying zone infoJohannes Thumshirn
10 daysbtrfs: pass 'verbose' parameter to btrfs_relocate_block_groupJohannes Thumshirn
11 daysMerge tag 'for-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-03Merge tag 'for-7.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-03btrfs: remove duplicated definition of btrfs_printk_in_rcu()Filipe Manana
2026-03-03btrfs: remove unnecessary transaction abort in the received subvol ioctlFilipe Manana
2026-03-03btrfs: abort transaction on failure to update root in the received subvol ioctlFilipe Manana
2026-03-03btrfs: fix transaction abort on set received ioctl due to item overflowFilipe Manana
2026-03-03btrfs: fix transaction abort when snapshotting received subvolumesFilipe Manana
2026-03-03btrfs: fix transaction abort on file creation due to name hash collisionFilipe Manana
2026-03-03btrfs: read key again after incrementing slot in move_existing_remaps()Mark Harmstone
2026-03-03btrfs: add missing RCU unlock in error path in try_release_subpage_extent_buf...Bart Van Assche
2026-03-03btrfs: set BTRFS_ROOT_ORPHAN_CLEANUP during subvol createBoris Burkov
2026-03-03btrfs: zoned: move btrfs_zoned_reserve_data_reloc_bg() after kthread startJohannes Thumshirn
2026-03-03btrfs: hold space_info->lock when clearing periodic reclaim readySun YangKai
2026-03-03btrfs: print-tree: add remap tree definitionsMark Harmstone
2026-02-26btrfs: check block group lookup in remove_range_from_remap_tree()Mark Harmstone
2026-02-26btrfs: fix transaction handle leaks in btrfs_last_identity_remap_gone()Mark Harmstone
2026-02-26btrfs: fix chunk map leak in btrfs_map_block() after btrfs_translate_remap()Mark Harmstone
2026-02-26btrfs: fix chunk map leak in btrfs_map_block() after btrfs_chunk_map_num_copi...Mark Harmstone
2026-02-26btrfs: fix compat mask in error messages in btrfs_check_features()Mark Harmstone
2026-02-26btrfs: print correct subvol num if active swapfile prevents deletionMark Harmstone
2026-02-26btrfs: fix warning in scrub_verify_one_metadata()Mark Harmstone
2026-02-26btrfs: fix objectid value in error message in check_extent_data_ref()Mark Harmstone
2026-02-26btrfs: fix incorrect key offset in error message in check_dev_extent_item()Mark Harmstone
2026-02-26btrfs: fix error message order of parameters in btrfs_delete_delayed_dir_index()Mark Harmstone
2026-02-26btrfs: don't commit the super block when unmounting a shutdown filesystemMiquel Sabaté Solà
2026-02-26btrfs: free pages on error in btrfs_uring_read_extent()Miquel Sabaté Solà
2026-02-26btrfs: fix referenced/exclusive check in squota_check_parent_usage()Boris Burkov
2026-02-26btrfs: remove pointless WARN_ON() in cache_save_setup()Filipe Manana
2026-02-26btrfs: convert log messages to error level in btrfs_replay_log()Filipe Manana
2026-02-26btrfs: remove btrfs_handle_fs_error() after failure to recover log treesFilipe Manana
2026-02-26btrfs: remove redundant warning message in btrfs_check_uuid_tree()Filipe Manana
2026-02-26btrfs: change warning messages to error level in open_ctree()Filipe Manana
2026-02-26btrfs: fix a double release on reserved extents in cow_one_range()Qu Wenruo
2026-02-26btrfs: handle discard errors in in btrfs_finish_extent_commit()Jingkai Tan