summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-39/+74
8 daysbtrfs: fix lost error when running device stats on multiple devices fsFilipe Manana1-2/+3
8 daysbtrfs: zlib: handle page aligned compressed size correctlyQu Wenruo1-1/+3
8 daysbtrfs: fix leak of kobject name for sub-group space_infoShin'ichiro Kawasaki1-1/+1
8 daysbtrfs: fix zero size inode with non-zero size after log replayFilipe Manana1-33/+65
8 daysbtrfs: fix super block offset in error message in btrfs_validate_super()Mark Harmstone1-2/+2
10 daysMerge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds18-40/+341
2026-03-17btrfs: reject root items with drop_progress and zero drop_levelZhengYuan Huang1-0/+17
2026-03-17btrfs: check block group before marking it unused in balance_remap_chunks()Mark Harmstone1-8/+17
2026-03-17btrfs: hold block group reference during entire move_existing_remap()Mark Harmstone1-5/+4
2026-03-17btrfs: fix an incorrect ASSERT() condition inside lzo_decompress_bio()Qu Wenruo1-2/+2
2026-03-17btrfs: fix an incorrect ASSERT() condition inside zstd_decompress_bio()Qu Wenruo1-1/+1
2026-03-17btrfs: do not touch page cache for encoded writesQu Wenruo1-3/+7
2026-03-17btrfs: fix a bug that makes encoded write bio larger than expectedQu Wenruo2-3/+5
2026-03-17btrfs: reserve enough transaction items for qgroup ioctlsFilipe Manana1-3/+9
2026-03-17btrfs: check for NULL root after calls to btrfs_csum_root()Filipe Manana7-6/+84
2026-03-17btrfs: check for NULL root after calls to btrfs_extent_root()Filipe Manana8-9/+195
2026-03-16Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-4/+12
2026-03-13btrfs: tree-checker: fix misleading root drop_level error messageZhengYuan Huang1-1/+1
2026-03-13btrfs: log new dentries when logging parent dir of a conflicting inodeFilipe Manana1-0/+6
2026-03-13btrfs: don't take device_list_mutex when querying zone infoJohannes Thumshirn1-2/+4
2026-03-13btrfs: pass 'verbose' parameter to btrfs_relocate_block_groupJohannes Thumshirn1-1/+1
2026-03-12Merge tag 'for-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-9/+126
2026-03-03Merge tag 'for-7.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-28/+67
2026-03-03btrfs: remove duplicated definition of btrfs_printk_in_rcu()Filipe Manana1-3/+0
2026-03-03btrfs: remove unnecessary transaction abort in the received subvol ioctlFilipe Manana1-1/+0
2026-03-03btrfs: abort transaction on failure to update root in the received subvol ioctlFilipe Manana1-1/+2
2026-03-03btrfs: fix transaction abort on set received ioctl due to item overflowFilipe Manana3-2/+59
2026-03-03btrfs: fix transaction abort when snapshotting received subvolumesFilipe Manana1-0/+16
2026-03-03btrfs: fix transaction abort on file creation due to name hash collisionFilipe Manana1-0/+19
2026-03-03btrfs: read key again after incrementing slot in move_existing_remaps()Mark Harmstone1-0/+2
2026-03-03btrfs: add missing RCU unlock in error path in try_release_subpage_extent_buf...Bart Van Assche1-0/+1
2026-03-03btrfs: set BTRFS_ROOT_ORPHAN_CLEANUP during subvol createBoris Burkov1-0/+7
2026-03-03btrfs: zoned: move btrfs_zoned_reserve_data_reloc_bg() after kthread startJohannes Thumshirn1-1/+6
2026-03-03btrfs: hold space_info->lock when clearing periodic reclaim readySun YangKai1-1/+4
2026-03-03btrfs: print-tree: add remap tree definitionsMark Harmstone1-0/+10
2026-02-26btrfs: check block group lookup in remove_range_from_remap_tree()Mark Harmstone1-0/+3
2026-02-26btrfs: fix transaction handle leaks in btrfs_last_identity_remap_gone()Mark Harmstone1-0/+3
2026-02-26btrfs: fix chunk map leak in btrfs_map_block() after btrfs_translate_remap()Mark Harmstone1-1/+1
2026-02-26btrfs: fix chunk map leak in btrfs_map_block() after btrfs_chunk_map_num_copi...Mark Harmstone1-2/+4
2026-02-26btrfs: fix compat mask in error messages in btrfs_check_features()Mark Harmstone1-3/+3
2026-02-26btrfs: print correct subvol num if active swapfile prevents deletionMark Harmstone1-1/+1
2026-02-26btrfs: fix warning in scrub_verify_one_metadata()Mark Harmstone1-1/+1
2026-02-26btrfs: fix objectid value in error message in check_extent_data_ref()Mark Harmstone1-1/+1
2026-02-26btrfs: fix incorrect key offset in error message in check_dev_extent_item()Mark Harmstone1-1/+1
2026-02-26btrfs: fix error message order of parameters in btrfs_delete_delayed_dir_index()Mark Harmstone1-1/+1
2026-02-26btrfs: don't commit the super block when unmounting a shutdown filesystemMiquel Sabaté Solà1-3/+11
2026-02-26btrfs: free pages on error in btrfs_uring_read_extent()Miquel Sabaté Solà1-1/+6
2026-02-26btrfs: fix referenced/exclusive check in squota_check_parent_usage()Boris Burkov1-1/+1
2026-02-26btrfs: remove pointless WARN_ON() in cache_save_setup()Filipe Manana1-1/+0