summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-06Merge tag 'for-7.2-rc6-fixup-worker-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+216
2026-08-06Merge tag 'for-7.2-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+3
2026-08-04btrfs: flush the fixup workers during close_ctreeBoris Burkov1-0/+17
2026-07-31btrfs: initialize inode mapping flags for cached inodesQu Wenruo1-1/+2
2026-07-31btrfs: fix memory leak in btrfs_do_encoded_write()Dmitry Antipov1-0/+1
2026-07-30btrfs: trigger cow fixup via dirty_folio()Boris Burkov1-1/+199
2026-07-21Merge tag 'for-7.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2026-07-14btrfs: only account delalloc bytes for regular file inodes in btrfs_getattr()Dave Chen1-1/+2
2026-06-16Merge tag 'for-7.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-261/+64
2026-06-15Merge tag 'vfs-7.2-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2026-06-09btrfs: move locking into btrfs_get_reloc_bg_bytenr()Filipe Manana1-2/+0
2026-06-09btrfs: fix false IO failure after falling back to buffered writeQu Wenruo1-5/+1
2026-06-09btrfs: switch local indicator variables to boolsDavid Sterba1-2/+2
2026-06-09btrfs: allocate eb-attached btree pages as movableRik van Riel1-1/+1
2026-06-09btrfs: annotate lockless read of defrag_bytes in should_nocow()Cen Zhang1-1/+1
2026-06-09btrfs: use bvec_phys() in compressed_bio_last_folio()Matthew Wilcox (Oracle)1-1/+1
2026-06-08btrfs: remove folio ordered flag and subpage bitmapQu Wenruo1-29/+2
2026-06-08btrfs: remove folio_test_ordered() usageQu Wenruo1-12/+0
2026-06-08btrfs: use dirty flag to check if an ordered extent needs to be truncatedQu Wenruo1-8/+13
2026-06-08btrfs: unify folio dirty flag clearingQu Wenruo1-0/+2
2026-06-08btrfs: add missing unlikely to if branches leading to a DEBUG_WARN()Filipe Manana1-1/+1
2026-06-08btrfs: check and set EXTENT_DELALLOC_NEW before clearing EXTENT_DELALLOCQu Wenruo1-7/+54
2026-06-08btrfs: move condition to WARN_ON in btrfs_set_delalloc_extent()David Sterba1-2/+1
2026-06-08btrfs: remove folio checked subpage bitmap trackingQu Wenruo1-3/+0
2026-06-08btrfs: remove the COW fixup mechanismQu Wenruo1-202/+0
2026-05-16btrfs: always drop root->inodes lock before cond_resched()Boris Burkov1-1/+3
2026-05-12fs: add icount_read_once() and stop open-coding ->i_count loadsMateusz Guzik1-1/+1
2026-05-08btrfs: fix incorrect i_size after remount caused by KEEP_SIZE prealloc gapRobbie Ko1-0/+28
2026-04-21btrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()Mark Harmstone1-1/+1
2026-04-21btrfs: fix missing last_unlink_trans update when removing a directoryFilipe Manana1-0/+2
2026-04-07btrfs: skip clearing EXTENT_DEFRAG for NOCOW ordered extentsDave Chen1-3/+7
2026-04-07btrfs: tag as unlikely if statements that check for fs in error stateFilipe Manana1-2/+2
2026-04-07btrfs: prevent direct reclaim during compressed readaheadJP Kobryn (Meta)1-1/+1
2026-04-07btrfs: fix unnecessary flush on close when truncating zero-sized filesDave Chen1-1/+1
2026-04-07btrfs: prefer IS_ERR_OR_NULL() over manual NULL checkPhilipp Hahn1-1/+1
2026-04-07btrfs: extract inlined creation into a dedicated delalloc helperQu Wenruo1-110/+110
2026-04-07btrfs: extract the max compression chunk size into a macroQu Wenruo1-2/+2
2026-04-07btrfs: do compressed bio size roundup and zeroing in one goQu Wenruo1-22/+5
2026-04-07btrfs: check snapshot_force_cow earlier in can_nocow_file_extent()Chen Guan Jie1-5/+5
2026-04-07btrfs: do not mark inode incompressible after inline attempt failsQu Wenruo1-0/+6
2026-04-07btrfs: remove folio parameter from ordered io related functionsQu Wenruo1-2/+4
2026-04-07btrfs: remove the btrfs_inode parameter from btrfs_remove_ordered_extent()Qu Wenruo1-2/+2
2026-04-07btrfs: pass literal booleans to functions that take boolean argumentsFilipe Manana1-6/+6
2026-04-07btrfs: rename btrfs_csum_file_blocks() to btrfs_insert_data_csums()Qu Wenruo1-1/+1
2026-04-07btrfs: make add_pending_csums() to take an ordered extent as parameterQu Wenruo1-5/+7
2026-04-07btrfs: rename btrfs_ordered_extent::list to csum_listQu Wenruo1-3/+3
2026-04-07btrfs: fix the inline compressed extent check in inode_need_compress()Qu Wenruo1-1/+2
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