summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2026-03-04btrfs: continue trimming remaining devices on failurejinbaohong1-1/+1
2026-03-04btrfs: zoned: fixup last alloc pointer after extent removal for RAID0/10Naohiro Aota1-15/+179
2026-03-04btrfs: zoned: fixup last alloc pointer after extent removal for DUPNaohiro Aota1-0/+14
2026-03-04btrfs: zoned: fixup last alloc pointer after extent removal for RAID1Naohiro Aota1-0/+15
2026-03-04btrfs: fix periodic reclaim conditionSun YangKai2-11/+16
2026-03-04btrfs: do not ASSERT() when the fs flips RO inside btrfs_repair_io_failure()Qu Wenruo1-1/+7
2026-03-04btrfs: replace BUG() with error handling in __btrfs_balance()Adarsh Das1-2/+8
2026-03-04btrfs: handle user interrupt properly in btrfs_trim_fs()jinbaohong1-0/+11
2026-03-04btrfs: fallback to buffered IO if the data profile has duplicationQu Wenruo1-0/+12
2026-03-04btrfs: don't BUG() on unexpected delayed ref type in run_one_delayed_ref()Filipe Manana1-8/+12
2026-02-27btrfs: fix invalid leaf access in btrfs_quota_enable() if ref key not foundFilipe Manana1-4/+7
2026-02-27btrfs: use the correct type to initialize block reserve for delayed refsFilipe Manana2-4/+5
2026-02-27btrfs: reset block group size class when it becomes emptyJiasheng Jiang1-0/+10
2026-02-27btrfs: fix EEXIST abort due to non-consecutive gaps in chunk allocationBoris Burkov1-60/+183
2026-02-27btrfs: fix block_group_tree dirty_list corruptionBoris Burkov1-7/+0
2026-02-27btrfs: qgroup: return correct error when deleting qgroup relation itemFilipe Manana1-1/+3
2026-02-27btrfs: zoned: don't zone append to conventional zoneJohannes Thumshirn2-10/+12
2026-02-03Merge tag 'for-6.19-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2026-02-03btrfs: raid56: fix memory leak of btrfs_raid_bio::stripe_uptodate_bitmapFilipe Manana1-0/+1
2026-01-29Merge tag 'for-6.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-26/+3
2026-01-21btrfs: zlib: fix the folio leak on S390 hardware accelerationQu Wenruo1-0/+1
2026-01-21btrfs: do not strictly require dirty metadata threshold for metadata writepagesQu Wenruo3-26/+2
2026-01-21Merge tag 'for-6.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-2/+73
2026-01-20btrfs: add extra device item checks at mountQu Wenruo3-0/+48
2026-01-20btrfs: fix missing fields in superblock backup with BLOCK_GROUP_TREEMark Harmstone1-1/+1
2026-01-20btrfs: reject new transactions if the fs is fully read-onlyQu Wenruo2-0/+21
2026-01-20btrfs: sync read disk super and set block sizeEdward Adam Davis1-0/+2
2026-01-20btrfs: fix Wmaybe-uninitialized warning in replay_one_buffer()Qiang Ma1-1/+1
2026-01-18Merge tag 'for-6.19-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-68/+41
2026-01-15btrfs: remove zoned statistics from sysfsJohannes Thumshirn1-52/+0
2026-01-12btrfs: fix memory leaks in create_space_info() error pathsJiasheng Jiang1-2/+6
2026-01-12btrfs: invalidate pages instead of truncate after reflinkingFilipe Manana1-10/+13
2026-01-12btrfs: update the Kconfig string for CONFIG_BTRFS_EXPERIMENTALQu Wenruo1-1/+5
2026-01-09Merge tag 'for-6.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-17/+39
2026-01-09btrfs: send: check for inline extents in range_is_hole_in_parent()Qu Wenruo1-0/+2
2026-01-09btrfs: tests: fix return 0 on rmap test failureNaohiro Aota1-0/+3
2026-01-09btrfs: tests: fix root tree leak in btrfs_test_qgroups()Zilin Guan1-3/+3
2026-01-09btrfs: release path before iget_failed() in btrfs_read_locked_inode()Filipe Manana1-0/+9
2026-01-06btrfs: show correct warning if can't read data reloc treeMark Harmstone1-0/+1
2026-01-06btrfs: fix NULL pointer dereference in do_abort_log_replay()Suchit Karunakaran1-1/+1
2026-01-06btrfs: force free space tree for bs > ps casesQu Wenruo1-1/+1
2026-01-06btrfs: only enforce free space tree if v1 cache is required for bs < ps casesQu Wenruo1-7/+5
2026-01-06btrfs: release path before initializing extent tree in btrfs_read_locked_inode()Filipe Manana1-5/+14
2026-01-06btrfs: avoid access-beyond-folio for bs > ps encoded writesQu Wenruo1-4/+18
2026-01-06Merge tag 'for-6.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-37/+63
2025-12-17btrfs: fix reservation leak in some error paths when inserting inline extentFilipe Manana1-6/+10
2025-12-17btrfs: do not free data reservation in fallback from inline due to -ENOSPCFilipe Manana1-1/+5
2025-12-17btrfs: fix use-after-free warning in btrfs_get_or_create_delayed_node()Leo Martins1-15/+17
2025-12-17btrfs: always detect conflicting inodes when logging inode refsFilipe Manana1-4/+2
2025-12-17btrfs: fix beyond-EOF write handlingQu Wenruo1-4/+4