summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2023-09-12Merge tag 'for-6.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-09-08MAINTAINERS: remove links to obsolete btrfs.wiki.kernel.orgBhaskar Chowdhury
2023-09-08btrfs: assert delayed node locked when removing delayed itemFilipe Manana
2023-09-08btrfs: remove BUG() after failure to insert delayed dir index itemFilipe Manana
2023-09-08btrfs: improve error message after failure to add delayed dir index itemFilipe Manana
2023-09-08btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folioQu Wenruo
2023-09-08btrfs: check for BTRFS_FS_ERROR in pending ordered assertJosef Bacik
2023-09-08btrfs: fix lockdep splat and potential deadlock after failure running delayed...Filipe Manana
2023-09-08btrfs: do not block starts waiting on previous transaction commitJosef Bacik
2023-09-08btrfs: release path before inode lookup during the ino lookup ioctlFilipe Manana
2023-09-08btrfs: fix race between finishing block group creation and its item updateFilipe Manana
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-28Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)
2023-08-22btrfs: zoned: skip splitting and logical rewriting on pre-alloc writeNaohiro Aota
2023-08-21btrfs: tests: test invalid splitting when skipping pinned drop extent_mapJosef Bacik
2023-08-21btrfs: tests: add a test for btrfs_add_extent_mappingJosef Bacik
2023-08-21btrfs: tests: add extent_map tests for dropping with odd layoutsJosef Bacik
2023-08-21btrfs: scrub: move write back of repaired sectors to scrub_stripe_read_repair...Qu Wenruo
2023-08-21btrfs: scrub: don't go ordered workqueue for dev-replaceQu Wenruo
2023-08-21btrfs: scrub: fix grouping of read IOQu Wenruo
2023-08-21btrfs: scrub: avoid unnecessary csum tree search preparing stripesQu Wenruo
2023-08-21btrfs: scrub: avoid unnecessary extent tree search preparing stripesQu Wenruo
2023-08-21btrfs: copy dir permission and time when creating a stub subvolumeLee Trager
2023-08-21btrfs: remove pointless empty list check when reading delayed dir indexesFilipe Manana
2023-08-21btrfs: drop redundant check to use fs_devices::metadata_uuidAnand Jain
2023-08-21btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_superAnand Jain
2023-08-21btrfs: use the correct superblock to compare fsid in btrfs_validate_superAnand Jain
2023-08-21btrfs: simplify memcpy either of metadata_uuid or fsidAnand Jain
2023-08-21btrfs: add a helper to read the superblock metadata_uuidAnand Jain
2023-08-21btrfs: remove v0 extent handlingQu Wenruo
2023-08-21btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo
2023-08-21btrfs: move the !zoned assert into run_delalloc_cowChristoph Hellwig
2023-08-21btrfs: consolidate the error handling in run_delalloc_nocowChristoph Hellwig
2023-08-21btrfs: cleanup the COW fallback logic in run_delalloc_nocowChristoph Hellwig
2023-08-21btrfs: fix error handling when in a COW window in run_delalloc_nocowChristoph Hellwig
2023-08-21btrfs: zoned: do not zone finish data relocation block groupNaohiro Aota
2023-08-21btrfs: set page extent mapped after read_folio in relocate_one_pageJosef Bacik
2023-08-21btrfs: wait on uncached block groups on every allocation loopJosef Bacik
2023-08-21btrfs: use LIST_HEAD() to initialize the list_headRuan Jinjie
2023-08-21btrfs: handle errors properly in update_inline_extent_backref()Qu Wenruo
2023-08-21btrfs: zoned: re-enable metadata over-commit for zoned modeNaohiro Aota
2023-08-21btrfs: zoned: don't activate non-DATA BG on allocationNaohiro Aota
2023-08-21btrfs: zoned: no longer count fresh BG region as zone unusableNaohiro Aota
2023-08-21btrfs: zoned: activate metadata block group on write timeNaohiro Aota
2023-08-21btrfs: zoned: reserve zones for an active metadata/system block groupNaohiro Aota
2023-08-21btrfs: zoned: update meta write pointer on zone finishNaohiro Aota
2023-08-21btrfs: zoned: defer advancing meta write pointerNaohiro Aota