aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+0
2023-08-28Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 44-1617/+2259
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-3/+3
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 10-92/+44
2023-08-24minmax: add in_range() macroGravatar Matthew Wilcox (Oracle) 1-2/+0
2023-08-22btrfs: zoned: skip splitting and logical rewriting on pre-alloc writeGravatar Naohiro Aota 1-4/+15
2023-08-21btrfs: tests: test invalid splitting when skipping pinned drop extent_mapGravatar Josef Bacik 1-0/+138
2023-08-21btrfs: tests: add a test for btrfs_add_extent_mappingGravatar Josef Bacik 1-0/+56
2023-08-21btrfs: tests: add extent_map tests for dropping with odd layoutsGravatar Josef Bacik 1-0/+218
2023-08-21btrfs: scrub: move write back of repaired sectors to scrub_stripe_read_repair...Gravatar Qu Wenruo 1-47/+25
2023-08-21btrfs: scrub: don't go ordered workqueue for dev-replaceGravatar Qu Wenruo 1-7/+3
2023-08-21btrfs: scrub: fix grouping of read IOGravatar Qu Wenruo 1-25/+71
2023-08-21btrfs: scrub: avoid unnecessary csum tree search preparing stripesGravatar Qu Wenruo 4-27/+46
2023-08-21btrfs: scrub: avoid unnecessary extent tree search preparing stripesGravatar Qu Wenruo 1-12/+29
2023-08-21btrfs: copy dir permission and time when creating a stub subvolumeGravatar Lee Trager 1-5/+7
2023-08-21btrfs: remove pointless empty list check when reading delayed dir indexesGravatar Filipe Manana 1-3/+0
2023-08-21btrfs: drop redundant check to use fs_devices::metadata_uuidGravatar Anand Jain 1-10/+5
2023-08-21btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_superGravatar Anand Jain 1-5/+3
2023-08-21btrfs: use the correct superblock to compare fsid in btrfs_validate_superGravatar Anand Jain 1-3/+2
2023-08-21btrfs: simplify memcpy either of metadata_uuid or fsidGravatar Anand Jain 1-9/+2
2023-08-21btrfs: add a helper to read the superblock metadata_uuidGravatar Anand Jain 2-0/+9
2023-08-21btrfs: remove v0 extent handlingGravatar Qu Wenruo 6-50/+43
2023-08-21btrfs: output extra debug info if we failed to find an inline backrefGravatar Qu Wenruo 1-0/+5
2023-08-21btrfs: move the !zoned assert into run_delalloc_cowGravatar Christoph Hellwig 1-8/+7
2023-08-21btrfs: consolidate the error handling in run_delalloc_nocowGravatar Christoph Hellwig 1-7/+2
2023-08-21btrfs: cleanup the COW fallback logic in run_delalloc_nocowGravatar Christoph Hellwig 1-25/+22
2023-08-21btrfs: fix error handling when in a COW window in run_delalloc_nocowGravatar Christoph Hellwig 1-10/+12
2023-08-21btrfs: zoned: do not zone finish data relocation block groupGravatar Naohiro Aota 2-23/+36
2023-08-21btrfs: set page extent mapped after read_folio in relocate_one_pageGravatar Josef Bacik 1-3/+9
2023-08-21btrfs: wait on uncached block groups on every allocation loopGravatar Josef Bacik 2-52/+22
2023-08-21btrfs: use LIST_HEAD() to initialize the list_headGravatar Ruan Jinjie 6-33/+13
2023-08-21btrfs: handle errors properly in update_inline_extent_backref()Gravatar Qu Wenruo 1-12/+61
2023-08-21btrfs: zoned: re-enable metadata over-commit for zoned modeGravatar Naohiro Aota 1-5/+1
2023-08-21btrfs: zoned: don't activate non-DATA BG on allocationGravatar Naohiro Aota 3-30/+8
2023-08-21btrfs: zoned: no longer count fresh BG region as zone unusableGravatar Naohiro Aota 2-30/+4
2023-08-21btrfs: zoned: activate metadata block group on write timeGravatar Naohiro Aota 3-2/+93
2023-08-21btrfs: zoned: reserve zones for an active metadata/system block groupGravatar Naohiro Aota 3-5/+98
2023-08-21btrfs: zoned: update meta write pointer on zone finishGravatar Naohiro Aota 1-0/+3
2023-08-21btrfs: zoned: defer advancing meta write pointerGravatar Naohiro Aota 3-26/+4
2023-08-21btrfs: zoned: return int from btrfs_check_meta_write_pointerGravatar Naohiro Aota 3-21/+30
2023-08-21btrfs: zoned: introduce block group context to btrfs_eb_write_contextGravatar Naohiro Aota 4-27/+31
2023-08-21btrfs: introduce struct to consolidate extent buffer write contextGravatar Naohiro Aota 2-7/+12
2023-08-21btrfs: avoid start and commit empty transaction when flushing qgroupsGravatar Filipe Manana 1-1/+3
2023-08-21btrfs: avoid start and commit empty transaction when starting qgroup rescanGravatar Filipe Manana 1-7/+8
2023-08-21btrfs: avoid starting and committing empty transaction when flushing spaceGravatar Filipe Manana 1-1/+10
2023-08-21btrfs: avoid starting new transaction when flushing delayed items and refsGravatar Filipe Manana 1-2/+6
2023-08-21btrfs: merge find_free_dev_extent() and find_free_dev_extent_start()Gravatar Filipe Manana 1-14/+7
2023-08-21btrfs: make find_free_dev_extent() staticGravatar Filipe Manana 2-4/+2
2023-08-21btrfs: make btrfs_cleanup_fs_roots() staticGravatar Filipe Manana 2-51/+50
2023-08-21btrfs: fail priority metadata ticket with real fs errorGravatar Filipe Manana 1-5/+5