summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-21Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+20
2026-03-17btrfs: fix a bug that makes encoded write bio larger than expectedQu Wenruo1-3/+4
2026-03-17btrfs: check for NULL root after calls to btrfs_csum_root()Filipe Manana1-2/+16
2026-03-12Merge tag 'for-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+19
2026-03-03Merge tag 'for-7.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+17
2026-03-03btrfs: fix transaction abort on file creation due to name hash collisionFilipe Manana1-0/+19
2026-02-26btrfs: print correct subvol num if active swapfile prevents deletionMark Harmstone1-1/+1
2026-02-26btrfs: fix a double release on reserved extents in cow_one_range()Qu Wenruo1-1/+16
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-9/+9
2026-02-21Merge tag 'for-7.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+12
2026-02-18btrfs: handle unexpected exact match in btrfs_set_inode_index_count()Adarsh Das1-3/+12
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds1-10/+3
2026-02-10Merge tag 'for-6.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-274/+323
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2026-02-09Merge tag 'vfs-7.0-rc1.nonblocking_timestamps' of git://git.kernel.org/pub/sc...Linus Torvalds1-4/+9
2026-02-04fsverity: use a hashtable to find the fsverity_infoChristoph Hellwig1-3/+0
2026-02-03btrfs: get rid of compressed_folios[] usage for encoded writesQu Wenruo1-28/+33
2026-02-03btrfs: remove the old btrfs_compress_folios() infrastructureQu Wenruo1-1/+1
2026-02-03btrfs: switch to btrfs_compress_bio() interface for compressed writesQu Wenruo1-85/+100
2026-02-03btrfs: remove pointless out labels from inode.cFilipe Manana1-12/+9
2026-02-03btrfs: unfold transaction aborts in btrfs_finish_one_ordered()Filipe Manana1-9/+11
2026-02-03btrfs: use the btrfs_extent_map_end() helper everywhereFilipe Manana1-1/+1
2026-02-03btrfs: add do_remap parameter to btrfs_discard_extent()Mark Harmstone1-1/+1
2026-02-03btrfs: reject single block sized compression earlyQu Wenruo1-12/+8
2026-02-03btrfs: move unlikely checks around btrfs_is_shutdown() into the helperFilipe Manana1-3/+3
2026-02-03btrfs: refactor the main loop of cow_file_range()Qu Wenruo1-103/+142
2026-02-03btrfs: update stale comment in __cow_file_range_inline()Filipe Manana1-2/+2
2026-02-03btrfs: merge setting ret and return retDavid Sterba1-9/+4
2026-02-03btrfs: introduce BTRFS_PATH_AUTO_RELEASE() helperQu Wenruo1-3/+5
2026-02-03btrfs: switch to library APIs for checksumsEric Biggers1-6/+4
2026-01-29fs,fsverity: clear out fsverity_info from common codeChristoph Hellwig1-7/+3
2026-01-18Merge tag 'for-6.19-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+9
2026-01-12fs: add support for non-blocking timestamp updatesChristoph Hellwig1-0/+2
2026-01-12fs: refactor ->update_time handlingChristoph Hellwig1-4/+7
2026-01-12btrfs: add setlease file operationJeff Layton1-0/+2
2026-01-09Merge tag 'for-6.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+32
2026-01-09btrfs: release path before iget_failed() in btrfs_read_locked_inode()Filipe Manana1-0/+9
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
2026-01-06Merge tag 'for-6.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+15
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-16Merge tag 'for-6.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2025-12-09btrfs: fix a potential path leak in print_data_reloc_error()Qu Wenruo1-0/+1
2025-12-04Merge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-76/+116
2025-12-02Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+6
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-32/+14