summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
12 daysMerge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-17btrfs: fix a bug that makes encoded write bio larger than expectedQu Wenruo
2026-03-17btrfs: check for NULL root after calls to btrfs_csum_root()Filipe Manana
2026-03-12Merge tag 'for-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-03Merge tag 'for-7.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-03btrfs: fix transaction abort on file creation due to name hash collisionFilipe Manana
2026-02-26btrfs: print correct subvol num if active swapfile prevents deletionMark Harmstone
2026-02-26btrfs: fix a double release on reserved extents in cow_one_range()Qu Wenruo
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-20Merge tag 'for-7.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-18btrfs: 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-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.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-03btrfs: get rid of compressed_folios[] usage for encoded writesQu 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: remove pointless out labels from inode.cFilipe Manana
2026-02-03btrfs: unfold transaction aborts in btrfs_finish_one_ordered()Filipe Manana
2026-02-03btrfs: use the btrfs_extent_map_end() helper everywhereFilipe Manana
2026-02-03btrfs: add do_remap parameter to btrfs_discard_extent()Mark Harmstone
2026-02-03btrfs: reject single block sized compression earlyQu Wenruo
2026-02-03btrfs: move unlikely checks around btrfs_is_shutdown() into the helperFilipe Manana
2026-02-03btrfs: refactor the main loop of cow_file_range()Qu Wenruo
2026-02-03btrfs: update stale comment in __cow_file_range_inline()Filipe Manana
2026-02-03btrfs: merge setting ret and return retDavid Sterba
2026-02-03btrfs: introduce BTRFS_PATH_AUTO_RELEASE() helperQu Wenruo
2026-02-03btrfs: switch to library APIs for checksumsEric Biggers
2026-01-29fs,fsverity: clear out fsverity_info from common codeChristoph Hellwig
2026-01-17Merge tag 'for-6.19-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-01-12fs: add support for non-blocking timestamp updatesChristoph Hellwig
2026-01-12fs: refactor ->update_time handlingChristoph Hellwig
2026-01-12btrfs: add setlease file operationJeff Layton
2026-01-09Merge tag 'for-6.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-01-09btrfs: release path before iget_failed() in btrfs_read_locked_inode()Filipe Manana
2026-01-06btrfs: release path before initializing extent tree in btrfs_read_locked_inode()Filipe Manana
2026-01-06btrfs: avoid access-beyond-folio for bs > ps encoded writesQu Wenruo
2026-01-05Merge tag 'for-6.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-16btrfs: fix reservation leak in some error paths when inserting inline extentFilipe Manana
2025-12-16btrfs: do not free data reservation in fallback from inline due to -ENOSPCFilipe Manana
2025-12-16Merge tag 'for-6.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-09btrfs: fix a potential path leak in print_data_reloc_error()Qu Wenruo
2025-12-03Merge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds