aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'for-6.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+32
10 daysbtrfs: release path before initializing extent tree in btrfs_read_locked_inode()Filipe Manana1-5/+14
10 daysbtrfs: avoid access-beyond-folio for bs > ps encoded writesQu Wenruo1-4/+18
10 daysMerge tag 'for-6.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+15
2025-12-16btrfs: fix reservation leak in some error paths when inserting inline extentFilipe Manana1-6/+10
2025-12-16btrfs: 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-03Merge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-76/+116
2025-12-01Merge 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
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+5
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+13
2025-11-26btrfs: fix the comment on btrfs_update_timeChristoph Hellwig1-2/+2
2025-11-25btrfs: remaining BTRFS_PATH_AUTO_FREE conversionsDavid Sterba1-2/+1
2025-11-25btrfs: reduce arguments to btrfs_del_inode_ref_in_log()Filipe Manana1-1/+1
2025-11-25btrfs: remove root argument from btrfs_del_dir_entries_in_log()Filipe Manana1-1/+1
2025-11-25btrfs: disable various operations on encrypted inodesOmar Sandoval1-0/+4
2025-11-24btrfs: use booleans for delalloc arguments and struct find_free_extent_ctlFilipe Manana1-4/+4
2025-11-24btrfs: use bool type for btrfs_path members used as booleansFilipe Manana1-2/+2
2025-11-24btrfs: make read verification handle bs > ps cases without large foliosQu Wenruo1-8/+10
2025-11-24btrfs: make btrfs_csum_one_bio() handle bs > ps without large foliosQu Wenruo1-20/+51
2025-11-24btrfs: move and rename CSUM_FMT definitionDavid Sterba1-12/+12
2025-11-24btrfs: relax btrfs_inode::ordered_tree_lock IRQ locking contextQu Wenruo1-2/+2
2025-11-24btrfs: remove btrfs_bio::fs_info by extracting it from btrfs_bio::inodeQu Wenruo1-5/+2
2025-11-24btrfs: headers cleanup to remove unnecessary local includesQu Wenruo1-0/+1
2025-11-24btrfs: declare free_ipath() via DEFINE_FREE()Miquel Sabaté Solà1-3/+1
2025-11-24btrfs: use the key format macros when printing keysFilipe Manana1-2/+2
2025-11-24btrfs: avoid multiple i_size rounding in btrfs_truncate()Filipe Manana1-10/+8
2025-11-24btrfs: consistently round up or down i_size in btrfs_truncate()Filipe Manana1-4/+4
2025-11-24btrfs: introduce a new shutdown stateQu Wenruo1-2/+14
2025-11-24btrfs: fix trivial -Wshadow warningsDavid Sterba1-2/+0
2025-11-12btrfs: utilize IOP_FASTPERM_MAY_EXECMateusz Guzik1-1/+11
2025-11-11Merge tag 'for-6.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+3
2025-11-05fs: inline current_umask() and move it to fs_struct.hMateusz Guzik1-0/+1
2025-11-05btrfs: release root after error in data_reloc_print_warning_inode()Zilin Guan1-1/+3
2025-11-04Merge tag 'for-6.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2025-10-31btrfs: Use folio_next_pos()Matthew Wilcox (Oracle)1-5/+6
2025-10-30btrfs: set inode flag BTRFS_INODE_COPY_EVERYTHING when logging new nameFilipe Manana1-1/+0
2025-10-29mm,btrfs: add a filemap_flush_nr helperChristoph Hellwig1-11/+2
2025-10-29btrfs: push struct writeback_control into start_delalloc_inodesChristoph Hellwig1-30/+21
2025-10-29btrfs: use the local tmp_inode variable in start_delalloc_inodesChristoph Hellwig1-3/+3
2025-10-20btrfs: use the new ->i_state accessorsMateusz Guzik1-5/+5
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-09-30Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-241/+267
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+4
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-09-23btrfs: add unlikely annotations to branches leading to transaction abortDavid Sterba1-49/+49
2025-09-23btrfs: add unlikely annotations to branches leading to EIODavid Sterba1-6/+6