summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
3 daysMerge tag 'for-7.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
6 daysbtrfs: fix the possible bioc_list memory leak during errorQu Wenruo
2026-08-20Merge tag 'for-7.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-08-17Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-08-07btrfs: use %pe for error code outputQu Wenruo
2026-08-07btrfs: write-protect folios during data writebackBoris Burkov
2026-08-07btrfs: use correct type for sectorsize/nodesize/blocksizeQu Wenruo
2026-08-07btrfs: log swapfile activation/deactivation and warn about pinned block groupsQu Wenruo
2026-08-06Merge tag 'for-7.2-rc6-fixup-worker-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2026-08-06Merge tag 'for-7.2-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-08-04btrfs: flush the fixup workers during close_ctreeBoris Burkov
2026-07-31btrfs: initialize inode mapping flags for cached inodesQu Wenruo
2026-07-31btrfs: fix memory leak in btrfs_do_encoded_write()Dmitry Antipov
2026-07-31Remove excl arg to ->create inode_operationNeilBrown
2026-07-30btrfs: trigger cow fixup via dirty_folio()Boris Burkov
2026-07-21Merge tag 'for-7.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-07-14btrfs: only account delalloc bytes for regular file inodes in btrfs_getattr()Dave Chen
2026-07-01btrfs: 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