summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
3 daysbtrfs: fix invalid leaf access in btrfs_quota_enable() if ref key not foundFilipe Manana1-4/+7
3 daysbtrfs: use the correct type to initialize block reserve for delayed refsFilipe Manana2-4/+5
3 daysbtrfs: reset block group size class when it becomes emptyJiasheng Jiang1-0/+10
3 daysbtrfs: fix EEXIST abort due to non-consecutive gaps in chunk allocationBoris Burkov1-60/+183
3 daysbtrfs: fix block_group_tree dirty_list corruptionBoris Burkov1-7/+0
3 daysbtrfs: qgroup: return correct error when deleting qgroup relation itemFilipe Manana1-1/+3
3 daysbtrfs: 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
2025-12-17btrfs: fix deadlock in wait_current_trans() due to ignored transaction typeRobbie Ko1-5/+6
2025-12-17btrfs: qgroup: update all parent qgroups when doing quick inheritQu Wenruo1-2/+16
2025-12-17btrfs: fix qgroup_snapshot_quick_inherit() squota bugBoris Burkov1-0/+3
2025-12-16Merge tag 'for-6.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-33/+46
2025-12-12btrfs: fix changeset leak on mmap write after failure to reserve metadataFilipe Manana1-1/+2
2025-12-12btrfs: fix memory leak of fs_devices in degraded seed device pathDeepanshu Kartikey1-0/+1
2025-12-09btrfs: fix a potential path leak in print_data_reloc_error()Qu Wenruo1-0/+1
2025-12-09Revert "btrfs: add ASSERTs on prealloc in qgroup functions"Qu Wenruo1-23/+4
2025-12-08btrfs: do not skip logging new dentries when logging a new nameFilipe Manana1-8/+0
2025-12-08btrfs: don't log conflicting inode if it's a dir moved in the current transac...Filipe Manana1-0/+38