summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
4 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
5 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
5 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
5 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
5 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
6 daysMerge tag 'for-7.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
8 daysbtrfs: fix invalid leaf access in btrfs_quota_enable() if ref key not foundFilipe Manana
8 daysbtrfs: fix lost error return in btrfs_find_orphan_roots()Filipe Manana
8 daysbtrfs: fix lost return value on error in finish_verity()Filipe Manana
8 daysbtrfs: change unaligned root messages to error level in btrfs_validate_super()Filipe Manana
8 daysbtrfs: use the correct type to initialize block reserve for delayed refsFilipe Manana
8 daysbtrfs: do not ASSERT() when the fs flips RO inside btrfs_repair_io_failure()Qu Wenruo
8 daysbtrfs: reset block group size class when it becomes emptyJiasheng Jiang
8 daysbtrfs: replace BUG() with error handling in __btrfs_balance()Adarsh Das
8 daysbtrfs: handle unexpected exact match in btrfs_set_inode_index_count()Adarsh Das
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2026-02-11Merge tag 'kbuild-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...Linus Torvalds
2026-02-09Merge tag 'for-6.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.btrfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.nonblocking_timestamps' of git://git.kernel.org/pub/sc...Linus Torvalds
2026-02-04fsverity: use a hashtable to find the fsverity_infoChristoph Hellwig
2026-02-04btrfs: consolidate fsverity_info lookupChristoph Hellwig
2026-02-03Merge tag 'for-6.19-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-02-03btrfs: get rid of compressed_bio::compressed_folios[]Qu Wenruo
2026-02-03btrfs: get rid of compressed_folios[] usage for encoded writesQu Wenruo
2026-02-03btrfs: get rid of compressed_folios[] usage for compressed readQu Wenruo
2026-02-03btrfs: remove the old btrfs_compress_folios() infrastructureQu Wenruo
2026-02-03btrfs: switch to btrfs_compress_bio() interface for compressed writesQu Wenruo
2026-02-03btrfs: introduce btrfs_compress_bio() helperQu Wenruo
2026-02-03btrfs: zlib: introduce zlib_compress_bio() helperQu Wenruo
2026-02-03btrfs: zstd: introduce zstd_compress_bio() helperQu Wenruo
2026-02-03btrfs: lzo: introduce lzo_compress_bio() helperQu Wenruo
2026-02-03btrfs: zoned: factor out the zone loading part into a testable functionNaohiro Aota
2026-02-03btrfs: add cleanup function for btrfs_free_chunk_mapNaohiro Aota
2026-02-03btrfs: tests: add cleanup functions for test specific functionsNaohiro Aota
2026-02-03btrfs: raid56: fix memory leak of btrfs_raid_bio::stripe_uptodate_bitmapFilipe Manana
2026-02-03btrfs: tests: add unit tests for pending extent walking functionsBoris Burkov
2026-02-03btrfs: fix EEXIST abort due to non-consecutive gaps in chunk allocationBoris Burkov
2026-02-03btrfs: fix transaction commit blocking during trim of unallocated spacejinbaohong
2026-02-03btrfs: handle user interrupt properly in btrfs_trim_fs()jinbaohong
2026-02-03btrfs: preserve first error in btrfs_trim_fs()jinbaohong
2026-02-03btrfs: continue trimming remaining devices on failurejinbaohong
2026-02-03btrfs: do not BUG_ON() in btrfs_remove_block_group()Filipe Manana
2026-02-03btrfs: abort transaction on error in btrfs_remove_block_group()Filipe Manana
2026-02-03btrfs: fix block_group_tree dirty_list corruptionBoris Burkov
2026-02-03btrfs: fix copying the flags of btrfs_bio after splitJohannes Thumshirn
2026-02-03btrfs: zoned: use local fs_info variable in btrfs_load_block_group_dup()Johannes Thumshirn
2026-02-03btrfs: zoned: fixup last alloc pointer after extent removal for RAID0/10Naohiro Aota