summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2026-07-31btrfs: initialize inode mapping flags for cached inodesQu Wenruo
2026-07-31btrfs: disable bs > ps support if no transparent hugepage supportQu Wenruo
2026-07-31btrfs: fix memory leak in btrfs_do_encoded_write()Dmitry Antipov
2026-07-31btrfs: lzo: reject inline extents without valid headersDavid Lee
2026-07-31btrfs: disable large folios for systems with highmemQu Wenruo
2026-07-31btrfs: convert iomap ops to ->iomap_next()Joanne Koong
2026-07-31Remove excl arg to ->create inode_operationNeilBrown
2026-07-30btrfs: trigger cow fixup via dirty_folio()Boris Burkov
2026-07-28Merge tag 'for-7.2-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-07-26Merge tag 'vfs-7.2-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-07-23fs: push nr_cached_objects memcg gating into individual filesystemsUsama Arif
2026-07-21Merge tag 'for-7.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-07-21btrfs: raid56: fix scrub read assembly submitting no readsMykola Lysenko
2026-07-21btrfs: zoned: skip fully truncated ordered extents at zone finishJohannes Thumshirn
2026-07-21btrfs: initialize 'args' to avoid compiler warning in btrfs_ioctl_get_csums()Paul E. McKenney
2026-07-21btrfs: zoned: fix missing chunk metadata reservationGuanghui Yang
2026-07-21btrfs: raid56: fix an incorrect csum skip during scrubQu Wenruo
2026-07-21btrfs: report missing raid stripe tree root during lookupDongjiang Zhu
2026-07-21btrfs: skip global block reserve accounting for rescue mountsDongjiang Zhu
2026-07-21btrfs: zoned: reset meta_write_pointer on zone resetJohannes Thumshirn
2026-07-21btrfs: zoned: fix deadlock between metadata writeback and transaction commitJohannes Thumshirn
2026-07-21btrfs: fix leaking BTRFS_FS_STATE_REMOUNTING flagQu Wenruo
2026-07-14Merge tag 'for-7.2-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-07-14btrfs: fix GET_SUBVOL_INFO after compat refactorDaan De Meyer
2026-07-14btrfs: free mapping node on duplicate reloc root insertGuanghui Yang
2026-07-14btrfs: fix a regression where PAGECACHE_TAG_DIRTY is never clearedQu Wenruo
2026-07-14btrfs: don't propagate EXTENT_FLAG_LOGGING to split extent mapsLeo Martins
2026-07-14btrfs: fix u32 to s64 type conversion in dirty_metadata_bytes accountingDave Chen
2026-07-14btrfs: fix NULL pointer deref during assertion in btrfs_backref_free_node()Filipe Manana
2026-07-14btrfs: only account delalloc bytes for regular file inodes in btrfs_getattr()Dave Chen
2026-07-14btrfs: reject inline file extents item in get_new_location()Qu Wenruo
2026-07-14btrfs: do not try compression for data reloc inodesQu Wenruo
2026-07-14btrfs: fix reloc root cleanup in merge_reloc_roots()Filipe Manana
2026-07-14btrfs: fix use-after-free on reloc root after error in insert_dirty_subvol()Filipe Manana
2026-07-01btrfs: drop redundant S_IFDIR from mkdirJori Koolstra
2026-06-30btrfs: print-tree: print header owner as signedQu Wenruo
2026-06-30btrfs: decentralize transaction aborts in create_reloc_root()Johannes Thumshirn
2026-06-30btrfs: tree-checker: validate INODE_REF's namelenWeiming Shi
2026-06-30btrfs: lzo: add error message for invalid headersQu Wenruo
2026-06-30btrfs: fallback to transaction csum tree on a commit root csum missBoris Burkov
2026-06-30btrfs: fix root leak if its reloc root is unexpected in merge_reloc_roots()Filipe Manana
2026-06-30btrfs: reject free space cache with more entries than pagesXiang Mei
2026-06-30btrfs: fix transaction abort logic in btrfs_fileattr_set()Filipe Manana
2026-06-30btrfs: validate properties before setting themFilipe Manana
2026-06-29btrfs: use scoped_with_init_fs() for update_dev_time()Christian Brauner
2026-06-29fs: look up superblocks via the device table in fs_holder_opsChristian Brauner
2026-06-29btrfs: open via dedicated fs bdev helpersChristian Brauner
2026-06-29btrfs: deny freezing devices undergoing a replaceChristian Brauner
2026-06-29btrfs: deny freezing a device while it is being addedChristian Brauner
2026-06-29btrfs: deny freezing a device while it is being removedChristian Brauner