summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
7 daysRemove excl arg to ->create inode_operationNeilBrown
8 daysbtrfs: drop redundant S_IFDIR from mkdirJori Koolstra
2026-06-16Merge tag 'for-7.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-09btrfs: move locking into btrfs_get_reloc_bg_bytenr()Filipe Manana
2026-06-09btrfs: fix false IO failure after falling back to buffered writeQu Wenruo
2026-06-09btrfs: switch local indicator variables to boolsDavid Sterba
2026-06-09btrfs: allocate eb-attached btree pages as movableRik van Riel
2026-06-09btrfs: annotate lockless read of defrag_bytes in should_nocow()Cen Zhang
2026-06-09btrfs: use bvec_phys() in compressed_bio_last_folio()Matthew Wilcox (Oracle)
2026-06-08btrfs: remove folio ordered flag and subpage bitmapQu Wenruo
2026-06-08btrfs: remove folio_test_ordered() usageQu Wenruo
2026-06-08btrfs: use dirty flag to check if an ordered extent needs to be truncatedQu Wenruo
2026-06-08btrfs: unify folio dirty flag clearingQu Wenruo
2026-06-08btrfs: add missing unlikely to if branches leading to a DEBUG_WARN()Filipe Manana
2026-06-08btrfs: check and set EXTENT_DELALLOC_NEW before clearing EXTENT_DELALLOCQu Wenruo
2026-06-08btrfs: move condition to WARN_ON in btrfs_set_delalloc_extent()David Sterba
2026-06-08btrfs: remove folio checked subpage bitmap trackingQu Wenruo
2026-06-08btrfs: remove the COW fixup mechanismQu Wenruo
2026-05-16btrfs: always drop root->inodes lock before cond_resched()Boris Burkov
2026-05-11fs: add icount_read_once() and stop open-coding ->i_count loadsMateusz Guzik
2026-05-08btrfs: fix incorrect i_size after remount caused by KEEP_SIZE prealloc gapRobbie Ko
2026-04-21btrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()Mark Harmstone
2026-04-21btrfs: fix missing last_unlink_trans update when removing a directoryFilipe Manana
2026-04-07btrfs: skip clearing EXTENT_DEFRAG for NOCOW ordered extentsDave Chen
2026-04-07btrfs: tag as unlikely if statements that check for fs in error stateFilipe Manana
2026-04-07btrfs: prevent direct reclaim during compressed readaheadJP Kobryn (Meta)
2026-04-07btrfs: fix unnecessary flush on close when truncating zero-sized filesDave Chen
2026-04-07btrfs: prefer IS_ERR_OR_NULL() over manual NULL checkPhilipp Hahn
2026-04-07btrfs: extract inlined creation into a dedicated delalloc helperQu Wenruo
2026-04-07btrfs: extract the max compression chunk size into a macroQu Wenruo
2026-04-07btrfs: do compressed bio size roundup and zeroing in one goQu Wenruo
2026-04-07btrfs: check snapshot_force_cow earlier in can_nocow_file_extent()Chen Guan Jie
2026-04-07btrfs: do not mark inode incompressible after inline attempt failsQu Wenruo
2026-04-07btrfs: remove folio parameter from ordered io related functionsQu Wenruo
2026-04-07btrfs: remove the btrfs_inode parameter from btrfs_remove_ordered_extent()Qu Wenruo
2026-04-07btrfs: pass literal booleans to functions that take boolean argumentsFilipe Manana
2026-04-07btrfs: rename btrfs_csum_file_blocks() to btrfs_insert_data_csums()Qu Wenruo
2026-04-07btrfs: make add_pending_csums() to take an ordered extent as parameterQu Wenruo
2026-04-07btrfs: rename btrfs_ordered_extent::list to csum_listQu Wenruo
2026-04-07btrfs: fix the inline compressed extent check in inode_need_compress()Qu Wenruo
2026-03-21Merge 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