summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'for-7.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
10 daysbtrfs: fix the possible bioc_list memory leak during errorQu Wenruo1-0/+3
2026-08-20Merge tag 'for-7.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-25/+61
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2026-08-17Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2026-08-07btrfs: use %pe for error code outputQu Wenruo1-15/+16
2026-08-07btrfs: write-protect folios during data writebackBoris Burkov1-6/+17
2026-08-07btrfs: use correct type for sectorsize/nodesize/blocksizeQu Wenruo1-2/+2
2026-08-07btrfs: log swapfile activation/deactivation and warn about pinned block groupsQu Wenruo1-2/+26
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-31Remove excl arg to ->create inode_operationNeilBrown1-1/+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-07-01btrfs: drop redundant S_IFDIR from mkdirJori Koolstra1-1/+1
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-11fs: 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