summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
5 daysbtrfs: only release the dirty pages io tree after successful writesQu Wenruo2-5/+5
5 daysbtrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()Mark Harmstone1-1/+1
5 daysbtrfs: don't clobber errors in add_remap_tree_entries()Mark Harmstone1-1/+1
5 daysbtrfs: fix bytes_may_use leak in do_remap_reloc_trans()Mark Harmstone1-0/+6
5 daysbtrfs: fix bytes_may_use leak in move_existing_remap()Mark Harmstone1-0/+6
5 daysbtrfs: do not reject a valid running dev-replaceQu Wenruo1-1/+6
5 daysbtrfs: fix deadlock between reflink and transaction commit when using flushon...Filipe Manana1-0/+45
5 daysbtrfs: fix the inline compressed extent check in inode_need_compress()Qu Wenruo1-1/+2
14 daysbtrfs: fix missing last_unlink_trans update when removing a directoryFilipe Manana1-0/+2
14 daysbtrfs: fix double free in create_space_info_sub_group() error pathGuangshuo Li1-3/+1
14 daysbtrfs: fix double free in create_space_info() error pathGuangshuo Li1-1/+1
14 daysbtrfs: fix btrfs_ioctl_space_info() slot_count TOCTOU which can lead to info-...Yochai Eisenrich1-2/+3
14 daysbtrfs: do not mark inode incompressible after inline attempt failsQu Wenruo1-0/+6
2026-04-02Merge tag 'for-7.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2026-03-31btrfs: fix incorrect return value after changing leaf in lookup_extent_data_r...robbieko1-1/+1
2026-03-29Merge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-39/+74
2026-03-23btrfs: fix lost error when running device stats on multiple devices fsFilipe Manana1-2/+3
2026-03-23btrfs: zlib: handle page aligned compressed size correctlyQu Wenruo1-1/+3
2026-03-23btrfs: fix leak of kobject name for sub-group space_infoShin'ichiro Kawasaki1-1/+1
2026-03-23btrfs: fix zero size inode with non-zero size after log replayFilipe Manana1-33/+65
2026-03-23btrfs: fix super block offset in error message in btrfs_validate_super()Mark Harmstone1-2/+2
2026-03-21Merge 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