summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
5 daysMerge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
7 daysMerge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
7 daysMerge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
7 daysMerge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
7 daysMerge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
7 daysMerge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
12 daysbtrfs: fix the comment on btrfs_update_timeChristoph Hellwig
14 daysbtrfs: remaining BTRFS_PATH_AUTO_FREE conversionsDavid Sterba
14 daysbtrfs: reduce arguments to btrfs_del_inode_ref_in_log()Filipe Manana
14 daysbtrfs: remove root argument from btrfs_del_dir_entries_in_log()Filipe Manana
14 daysbtrfs: disable various operations on encrypted inodesOmar Sandoval
2025-11-24btrfs: use booleans for delalloc arguments and struct find_free_extent_ctlFilipe Manana
2025-11-24btrfs: use bool type for btrfs_path members used as booleansFilipe Manana
2025-11-24btrfs: make read verification handle bs > ps cases without large foliosQu Wenruo
2025-11-24btrfs: make btrfs_csum_one_bio() handle bs > ps without large foliosQu Wenruo
2025-11-24btrfs: move and rename CSUM_FMT definitionDavid Sterba
2025-11-24btrfs: relax btrfs_inode::ordered_tree_lock IRQ locking contextQu Wenruo
2025-11-24btrfs: remove btrfs_bio::fs_info by extracting it from btrfs_bio::inodeQu Wenruo
2025-11-24btrfs: headers cleanup to remove unnecessary local includesQu Wenruo
2025-11-24btrfs: declare free_ipath() via DEFINE_FREE()Miquel Sabaté Solà
2025-11-24btrfs: use the key format macros when printing keysFilipe Manana
2025-11-24btrfs: avoid multiple i_size rounding in btrfs_truncate()Filipe Manana
2025-11-24btrfs: consistently round up or down i_size in btrfs_truncate()Filipe Manana
2025-11-24btrfs: introduce a new shutdown stateQu Wenruo
2025-11-24btrfs: fix trivial -Wshadow warningsDavid Sterba
2025-11-12btrfs: utilize IOP_FASTPERM_MAY_EXECMateusz Guzik
2025-11-11Merge tag 'for-6.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-11-05fs: inline current_umask() and move it to fs_struct.hMateusz Guzik
2025-11-05btrfs: release root after error in data_reloc_print_warning_inode()Zilin Guan
2025-11-04Merge tag 'for-6.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-10-31btrfs: Use folio_next_pos()Matthew Wilcox (Oracle)
2025-10-30btrfs: set inode flag BTRFS_INODE_COPY_EVERYTHING when logging new nameFilipe Manana
2025-10-29mm,btrfs: add a filemap_flush_nr helperChristoph Hellwig
2025-10-29btrfs: push struct writeback_control into start_delalloc_inodesChristoph Hellwig
2025-10-29btrfs: use the local tmp_inode variable in start_delalloc_inodesChristoph Hellwig
2025-10-20btrfs: use the new ->i_state accessorsMateusz Guzik
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-30Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-23btrfs: add unlikely annotations to branches leading to transaction abortDavid Sterba
2025-09-23btrfs: add unlikely annotations to branches leading to EIODavid Sterba
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba
2025-09-23btrfs: fix symbolic link reading when bs > psQu Wenruo
2025-09-23btrfs: prepare compression folio alloc/free for bs > ps casesQu Wenruo
2025-09-23btrfs: introduce btrfs_bio_for_each_block() helperQu Wenruo
2025-09-23btrfs: concentrate highmem handling for data verificationQu Wenruo
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba
2025-09-23btrfs: keep folios locked inside run_delalloc_nocow()Qu Wenruo
2025-09-23btrfs: make nocow_one_range() to do cleanup on errorQu Wenruo