summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
9 daysMerge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
9 daysMerge tag 'for-7.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
12 daysMerge tag 'vfs-7.3-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
12 daysMerge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
12 daysMerge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
12 daysMerge tag 'vfs-7.3-rc1.kthread' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
12 daysMerge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-07btrfs: skip hole detection during full fsync for files without holesFilipe Manana
2026-08-07btrfs: add extra ASSERT()s to make sure the folio size is correctQu Wenruo
2026-08-07btrfs: use GFP_NOWAIT for tree block readaheadBoris Burkov
2026-08-07btrfs: enable unlocked NOFAIL retry for eb allocationsBoris Burkov
2026-08-07btrfs: add struct btrfs_eb_preallocBoris Burkov
2026-08-07btrfs: factor init_extent_buffer from __alloc_extent_bufferBoris Burkov
2026-08-07btrfs: qgroup: fix a wrong length calculation in qgroup_free_reserved_data()Qu Wenruo
2026-08-07btrfs: add validation for extent statesQu Wenruo
2026-08-07btrfs: use aligned range for locking in reflinkQu Wenruo
2026-08-07btrfs: use aligned range for locking in extent_fiemap()Qu Wenruo
2026-08-07btrfs: zoned: don't clobber the extent buffer when zeroing it outJohannes Thumshirn
2026-08-07btrfs: zoned: drop stranded dirty metadata buffers at unmountJohannes Thumshirn
2026-08-07btrfs: zoned: drop stranded dirty metadata on transaction abortJohannes Thumshirn
2026-08-07btrfs: zoned: flush active metadata block group at btree_writepages() startJohannes Thumshirn
2026-08-07btrfs: convert reflink.c to use btrfs_inode as parametersQu Wenruo
2026-08-07btrfs: use simple booleans for log_commit field in struct btrfs_rootFilipe Manana
2026-08-07btrfs: check for exit condition after waking in wait_log_commit()Filipe Manana
2026-08-07btrfs: move condition for log commit wait into wait_log_commit()Filipe Manana
2026-08-07btrfs: remove log batch counter use for fsyncFilipe Manana
2026-08-07btrfs: stop sleeping for one jiffy in non-ssd mounts during log commitFilipe Manana
2026-08-07btrfs: sysfs: fix path of the "read_policy" module parameter in commentZenghui Yu
2026-08-07btrfs: retry verity reads for not-uptodate Merkle foliosYichong Chen
2026-08-07btrfs: use %pe for error code outputQu Wenruo
2026-08-07btrfs: open code BTRFS_BYTES_TO_BLKS()Qu Wenruo
2026-08-07btrfs: replace writeback inhibition xarray with a fixed inline bufferLeo Martins
2026-08-07btrfs: compression: allocate heuristic buckets with workspaceRosen Penev
2026-08-07btrfs: check if root is readonly when setting posix aclSun YangKai
2026-08-07btrfs: drop recovered reloc root refs on recovery failureGuanghui Yang
2026-08-07btrfs: add missing sctx check in cleanup path in btrfs_ioctl_send()Hongling Zeng
2026-08-07btrfs: disguise single-data-RAID56 as RAID1/RAID1C3Qu Wenruo
2026-08-07btrfs: remove duplicated block group type assignmentQu Wenruo
2026-08-07btrfs: remove btrfs_chunk_map::io_(align|width) membersQu Wenruo
2026-08-07btrfs: make sure EXTENT_BUFFER_READING is cleared under refs_lockQu Wenruo
2026-08-07btrfs: write-protect folios during data writebackBoris Burkov
2026-08-07btrfs: fix a lockdep caused by path resolution during device scanQu Wenruo
2026-08-07btrfs: change block group reclaim_mark to boolSun YangKai
2026-08-07btrfs: sink idmap parameter to __btrfs_ioctl_snap_create()David Sterba
2026-08-07btrfs: use kvmalloc() for stripe buffer of scrub_stripeQu Wenruo
2026-08-07btrfs: scrub: implement calc_sector_number() in a faster wayQu Wenruo
2026-08-07btrfs: factor out common scrub read endio into a helperQu Wenruo
2026-08-07btrfs: remove SCRUB_MAX_SECTORS_PER_BLOCKQu Wenruo
2026-08-07btrfs: get rid of useless label in btrfs_create_dio_extent()Filipe Manana
2026-08-07btrfs: fix extent map leak in NOCOW direct I/O writeShuangpeng Bai