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: reduce block group critical section in btrfs_free_reserved_bytes()Filipe Manana1-6/+9
3 daysbtrfs: remove fs_info argument from btrfs_try_granting_tickets()Filipe Manana4-13/+12
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
3 daysbtrfs: introduce btrfs_bio::async_csumQu Wenruo4-23/+67
3 daysbtrfs: make sure all btrfs_bio::end_io are called in task contextQu Wenruo1-18/+46
3 daysbtrfs: remove btrfs_bio::fs_info by extracting it from btrfs_bio::inodeQu Wenruo9-81/+87
3 daysbtrfs: headers cleanup to remove unnecessary local includesQu Wenruo21-22/+21
2026-02-11btrfs: reject new transactions if the fs is fully read-onlyQu Wenruo2-0/+21
2026-02-11btrfs: sync read disk super and set block sizeEdward Adam Davis1-0/+2
2026-02-11btrfs: fix Wmaybe-uninitialized warning in replay_one_buffer()Qiang Ma1-1/+1
2026-02-11btrfs: fix reservation leak in some error paths when inserting inline extentFilipe Manana1-6/+10
2026-02-11btrfs: do not free data reservation in fallback from inline due to -ENOSPCFilipe Manana1-1/+5
2026-02-06btrfs: do not strictly require dirty metadata threshold for metadata writepagesQu Wenruo3-26/+2
2026-02-06btrfs: zlib: fix the folio leak on S390 hardware accelerationQu Wenruo1-0/+1
2026-01-30btrfs: fix missing fields in superblock backup with BLOCK_GROUP_TREEMark Harmstone1-1/+1
2026-01-23btrfs: fix deadlock in wait_current_trans() due to ignored transaction typeRobbie Ko1-5/+6
2026-01-23btrfs: fix memory leaks in create_space_info() error pathsJiasheng Jiang1-2/+6
2026-01-23btrfs: send: check for inline extents in range_is_hole_in_parent()Qu Wenruo1-0/+2
2026-01-23btrfs: release path before iget_failed() in btrfs_read_locked_inode()Filipe Manana1-0/+9
2026-01-17btrfs: fix beyond-EOF write handlingQu Wenruo1-4/+4
2026-01-17btrfs: use variable for end offset in extent_writepage_io()Filipe Manana1-5/+5
2026-01-17btrfs: truncate ordered extent when skipping writeback past i_sizeFilipe Manana2-4/+22
2026-01-17btrfs: fix NULL pointer dereference in do_abort_log_replay()Suchit Karunakaran1-1/+1
2026-01-17btrfs: only enforce free space tree if v1 cache is required for bs < ps casesQu Wenruo1-7/+5
2026-01-17btrfs: release path before initializing extent tree in btrfs_read_locked_inode()Filipe Manana1-5/+14
2026-01-17btrfs: fix use-after-free warning in btrfs_get_or_create_delayed_node()Leo Martins1-15/+17
2026-01-17btrfs: qgroup: update all parent qgroups when doing quick inheritQu Wenruo1-2/+16
2026-01-17btrfs: fix qgroup_snapshot_quick_inherit() squota bugBoris Burkov1-0/+3
2026-01-17btrfs: always detect conflicting inodes when logging inode refsFilipe Manana1-4/+2
2026-01-02btrfs: don't log conflicting inode if it's a dir moved in the current transac...Filipe Manana1-0/+38
2026-01-02btrfs: don't rewrite ret from inode_permissionJosef Bacik1-3/+1
2026-01-02btrfs: scrub: always update btrfs_scrub_progress::last_physicalQu Wenruo1-0/+5
2026-01-02btrfs: fix changeset leak on mmap write after failure to reserve metadataFilipe Manana1-1/+2
2026-01-02btrfs: fix memory leak of fs_devices in degraded seed device pathDeepanshu Kartikey1-0/+1
2026-01-02btrfs: fix a potential path leak in print_data_reloc_error()Qu Wenruo1-0/+1
2026-01-02btrfs: do not skip logging new dentries when logging a new nameFilipe Manana1-8/+0
2025-12-18btrfs: fix leaf leak in an error path in btrfs_del_items()Filipe Manana1-1/+1
2025-12-18btrfs: make sure extent and csum paths are always released in scrub_raid56_pa...Qu Wenruo1-1/+1
2025-12-18btrfs: fix racy bitfield write in btrfs_clear_space_info_full()Boris Burkov3-17/+17
2025-12-18btrfs: fix double free of qgroup record after failure to add delayed ref headMiquel Sabaté Solà1-10/+33
2025-11-11Merge tag 'for-6.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-34/+34
2025-11-05btrfs: release root after error in data_reloc_print_warning_inode()Zilin Guan1-1/+3
2025-11-05btrfs: scrub: put bio after errors in scrub_raid56_parity_stripe()Zilin Guan1-0/+2
2025-11-05btrfs: do not update last_log_commit when logging inode due to a new nameFilipe Manana1-1/+1