summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)AuthorLines
3 daysMerge tag 'for-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-9/+126
12 daysMerge tag 'for-7.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-28/+67
12 daysbtrfs: remove duplicated definition of btrfs_printk_in_rcu()Filipe Manana-3/+0
12 daysbtrfs: remove unnecessary transaction abort in the received subvol ioctlFilipe Manana-1/+0
12 daysbtrfs: abort transaction on failure to update root in the received subvol ioctlFilipe Manana-1/+2
12 daysbtrfs: fix transaction abort on set received ioctl due to item overflowFilipe Manana-2/+59
12 daysbtrfs: fix transaction abort when snapshotting received subvolumesFilipe Manana-0/+16
12 daysbtrfs: fix transaction abort on file creation due to name hash collisionFilipe Manana-0/+19
12 daysbtrfs: read key again after incrementing slot in move_existing_remaps()Mark Harmstone-0/+2
12 daysbtrfs: add missing RCU unlock in error path in try_release_subpage_extent_buf...Bart Van Assche-0/+1
12 daysbtrfs: set BTRFS_ROOT_ORPHAN_CLEANUP during subvol createBoris Burkov-0/+7
12 daysbtrfs: zoned: move btrfs_zoned_reserve_data_reloc_bg() after kthread startJohannes Thumshirn-1/+6
12 daysbtrfs: hold space_info->lock when clearing periodic reclaim readySun YangKai-1/+4
12 daysbtrfs: print-tree: add remap tree definitionsMark Harmstone-0/+10
2026-02-26btrfs: check block group lookup in remove_range_from_remap_tree()Mark Harmstone-0/+3
2026-02-26btrfs: fix transaction handle leaks in btrfs_last_identity_remap_gone()Mark Harmstone-0/+3
2026-02-26btrfs: fix chunk map leak in btrfs_map_block() after btrfs_translate_remap()Mark Harmstone-1/+1
2026-02-26btrfs: fix chunk map leak in btrfs_map_block() after btrfs_chunk_map_num_copi...Mark Harmstone-2/+4
2026-02-26btrfs: fix compat mask in error messages in btrfs_check_features()Mark Harmstone-3/+3
2026-02-26btrfs: print correct subvol num if active swapfile prevents deletionMark Harmstone-1/+1
2026-02-26btrfs: fix warning in scrub_verify_one_metadata()Mark Harmstone-1/+1
2026-02-26btrfs: fix objectid value in error message in check_extent_data_ref()Mark Harmstone-1/+1
2026-02-26btrfs: fix incorrect key offset in error message in check_dev_extent_item()Mark Harmstone-1/+1
2026-02-26btrfs: fix error message order of parameters in btrfs_delete_delayed_dir_index()Mark Harmstone-1/+1
2026-02-26btrfs: don't commit the super block when unmounting a shutdown filesystemMiquel Sabaté Solà-3/+11
2026-02-26btrfs: free pages on error in btrfs_uring_read_extent()Miquel Sabaté Solà-1/+6
2026-02-26btrfs: fix referenced/exclusive check in squota_check_parent_usage()Boris Burkov-1/+1
2026-02-26btrfs: remove pointless WARN_ON() in cache_save_setup()Filipe Manana-1/+0
2026-02-26btrfs: convert log messages to error level in btrfs_replay_log()Filipe Manana-2/+2
2026-02-26btrfs: remove btrfs_handle_fs_error() after failure to recover log treesFilipe Manana-3/+3
2026-02-26btrfs: remove redundant warning message in btrfs_check_uuid_tree()Filipe Manana-1/+0
2026-02-26btrfs: change warning messages to error level in open_ctree()Filipe Manana-3/+2
2026-02-26btrfs: fix a double release on reserved extents in cow_one_range()Qu Wenruo-1/+16
2026-02-26btrfs: handle discard errors in in btrfs_finish_extent_commit()Jingkai Tan-1/+7
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-8/+5
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-6/+3
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-46/+46
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-152/+147
2026-02-20Merge tag 'for-7.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-21/+56
2026-02-18btrfs: fix invalid leaf access in btrfs_quota_enable() if ref key not foundFilipe Manana-4/+7
2026-02-18btrfs: fix lost error return in btrfs_find_orphan_roots()Filipe Manana-1/+1
2026-02-18btrfs: fix lost return value on error in finish_verity()Filipe Manana-1/+1
2026-02-18btrfs: change unaligned root messages to error level in btrfs_validate_super()Filipe Manana-5/+5
2026-02-18btrfs: use the correct type to initialize block reserve for delayed refsFilipe Manana-4/+5
2026-02-18btrfs: do not ASSERT() when the fs flips RO inside btrfs_repair_io_failure()Qu Wenruo-1/+7
2026-02-18btrfs: reset block group size class when it becomes emptyJiasheng Jiang-0/+10
2026-02-18btrfs: replace BUG() with error handling in __btrfs_balance()Adarsh Das-2/+8
2026-02-18btrfs: handle unexpected exact match in btrfs_set_inode_index_count()Adarsh Das-3/+12
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds-41/+40