summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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-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
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: fix NULL dereference on root when tracing inode evictionMiquel Sabaté Solà1-1/+2
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-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
2025-12-08btrfs: tests: fix double btrfs_path free in remove_extent_ref()Dan Carpenter1-1/+0
2025-11-25btrfs: remove unnecessary inode key in btrfs_log_all_parents()Filipe Manana1-8/+4
2025-11-25btrfs: remove redundant zero/NULL initializations in btrfs_alloc_root()Filipe Manana1-13/+0
2025-11-25btrfs: remaining BTRFS_PATH_AUTO_FREE conversionsDavid Sterba12-176/+105
2025-11-25btrfs: send: do not allocate memory for xattr data when checking it existsFilipe Manana1-4/+8
2025-11-25btrfs: send: add unlikely to all unexpected overflow checksFilipe Manana1-9/+9
2025-11-25btrfs: reduce arguments to btrfs_del_inode_ref_in_log()Filipe Manana3-8/+8
2025-11-25btrfs: remove root argument from btrfs_del_dir_entries_in_log()Filipe Manana3-3/+2
2025-11-25btrfs: use test_and_set_bit() in btrfs_delayed_delete_inode_ref()Filipe Manana1-7/+4
2025-11-25btrfs: don't search back for dir inode item in INO_LOOKUP_USERJosef Bacik1-20/+3
2025-11-25btrfs: don't rewrite ret from inode_permissionJosef Bacik1-3/+1
2025-11-25btrfs: add orig_logical to btrfs_bio for encryptionJosef Bacik3-1/+13
2025-11-25btrfs: disable verity on encrypted inodesSweet Tea Dorminy1-0/+3
2025-11-25btrfs: disable various operations on encrypted inodesOmar Sandoval2-0/+9
2025-11-25btrfs: remove redundant level reset in btrfs_del_items()Sun YangKai1-3/+1
2025-11-25btrfs: simplify leaf traversal after path release in btrfs_next_old_leaf()Sun YangKai1-25/+14