index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Age
Commit message (
Expand
)
Author
7 days
Remove excl arg to ->create inode_operation
NeilBrown
8 days
btrfs: drop redundant S_IFDIR from mkdir
Jori Koolstra
2026-06-16
Merge tag 'for-7.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2026-06-15
Merge tag 'vfs-7.2-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2026-06-09
btrfs: move locking into btrfs_get_reloc_bg_bytenr()
Filipe Manana
2026-06-09
btrfs: fix false IO failure after falling back to buffered write
Qu Wenruo
2026-06-09
btrfs: switch local indicator variables to bools
David Sterba
2026-06-09
btrfs: allocate eb-attached btree pages as movable
Rik van Riel
2026-06-09
btrfs: annotate lockless read of defrag_bytes in should_nocow()
Cen Zhang
2026-06-09
btrfs: use bvec_phys() in compressed_bio_last_folio()
Matthew Wilcox (Oracle)
2026-06-08
btrfs: remove folio ordered flag and subpage bitmap
Qu Wenruo
2026-06-08
btrfs: remove folio_test_ordered() usage
Qu Wenruo
2026-06-08
btrfs: use dirty flag to check if an ordered extent needs to be truncated
Qu Wenruo
2026-06-08
btrfs: unify folio dirty flag clearing
Qu Wenruo
2026-06-08
btrfs: add missing unlikely to if branches leading to a DEBUG_WARN()
Filipe Manana
2026-06-08
btrfs: check and set EXTENT_DELALLOC_NEW before clearing EXTENT_DELALLOC
Qu Wenruo
2026-06-08
btrfs: move condition to WARN_ON in btrfs_set_delalloc_extent()
David Sterba
2026-06-08
btrfs: remove folio checked subpage bitmap tracking
Qu Wenruo
2026-06-08
btrfs: remove the COW fixup mechanism
Qu Wenruo
2026-05-16
btrfs: always drop root->inodes lock before cond_resched()
Boris Burkov
2026-05-11
fs: add icount_read_once() and stop open-coding ->i_count loads
Mateusz Guzik
2026-05-08
btrfs: fix incorrect i_size after remount caused by KEEP_SIZE prealloc gap
Robbie Ko
2026-04-21
btrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()
Mark Harmstone
2026-04-21
btrfs: fix missing last_unlink_trans update when removing a directory
Filipe Manana
2026-04-07
btrfs: skip clearing EXTENT_DEFRAG for NOCOW ordered extents
Dave Chen
2026-04-07
btrfs: tag as unlikely if statements that check for fs in error state
Filipe Manana
2026-04-07
btrfs: prevent direct reclaim during compressed readahead
JP Kobryn (Meta)
2026-04-07
btrfs: fix unnecessary flush on close when truncating zero-sized files
Dave Chen
2026-04-07
btrfs: prefer IS_ERR_OR_NULL() over manual NULL check
Philipp Hahn
2026-04-07
btrfs: extract inlined creation into a dedicated delalloc helper
Qu Wenruo
2026-04-07
btrfs: extract the max compression chunk size into a macro
Qu Wenruo
2026-04-07
btrfs: do compressed bio size roundup and zeroing in one go
Qu Wenruo
2026-04-07
btrfs: check snapshot_force_cow earlier in can_nocow_file_extent()
Chen Guan Jie
2026-04-07
btrfs: do not mark inode incompressible after inline attempt fails
Qu Wenruo
2026-04-07
btrfs: remove folio parameter from ordered io related functions
Qu Wenruo
2026-04-07
btrfs: remove the btrfs_inode parameter from btrfs_remove_ordered_extent()
Qu Wenruo
2026-04-07
btrfs: pass literal booleans to functions that take boolean arguments
Filipe Manana
2026-04-07
btrfs: rename btrfs_csum_file_blocks() to btrfs_insert_data_csums()
Qu Wenruo
2026-04-07
btrfs: make add_pending_csums() to take an ordered extent as parameter
Qu Wenruo
2026-04-07
btrfs: rename btrfs_ordered_extent::list to csum_list
Qu Wenruo
2026-04-07
btrfs: fix the inline compressed extent check in inode_need_compress()
Qu Wenruo
2026-03-21
Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-03-17
btrfs: fix a bug that makes encoded write bio larger than expected
Qu Wenruo
2026-03-17
btrfs: check for NULL root after calls to btrfs_csum_root()
Filipe Manana
2026-03-12
Merge tag 'for-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-03-03
Merge tag 'for-7.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-03-03
btrfs: fix transaction abort on file creation due to name hash collision
Filipe Manana
2026-02-26
btrfs: print correct subvol num if active swapfile prevents deletion
Mark Harmstone
2026-02-26
btrfs: fix a double release on reserved extents in cow_one_range()
Qu Wenruo
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
[next]