summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pstore-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-285-346/+137
|\
| * pstore: Fix kernel-doc warningMatthew Wilcox (Oracle)2023-08-181-6/+4
| * pstore: Support record sizes larger than kmalloc() limitYuxiao Zhang2023-08-174-21/+24
| * pstore/ram: Check start of empty przs during initEnlin Mu2023-08-041-1/+1
| * pstore: Replace crypto API compression with zlib_deflate library callsArd Biesheuvel2023-07-172-139/+97
| * pstore: Remove worst-case compression size logicArd Biesheuvel2023-07-171-187/+19
* | Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2023-08-2844-1617/+2259
|\ \
| * | btrfs: zoned: skip splitting and logical rewriting on pre-alloc writeNaohiro Aota2023-08-221-4/+15
| * | btrfs: tests: test invalid splitting when skipping pinned drop extent_mapJosef Bacik2023-08-211-0/+138
| * | btrfs: tests: add a test for btrfs_add_extent_mappingJosef Bacik2023-08-211-0/+56
| * | btrfs: tests: add extent_map tests for dropping with odd layoutsJosef Bacik2023-08-211-0/+218
| * | btrfs: scrub: move write back of repaired sectors to scrub_stripe_read_repair...Qu Wenruo2023-08-211-47/+25
| * | btrfs: scrub: don't go ordered workqueue for dev-replaceQu Wenruo2023-08-211-7/+3
| * | btrfs: scrub: fix grouping of read IOQu Wenruo2023-08-211-25/+71
| * | btrfs: scrub: avoid unnecessary csum tree search preparing stripesQu Wenruo2023-08-214-27/+46
| * | btrfs: scrub: avoid unnecessary extent tree search preparing stripesQu Wenruo2023-08-211-12/+29
| * | btrfs: copy dir permission and time when creating a stub subvolumeLee Trager2023-08-211-5/+7
| * | btrfs: remove pointless empty list check when reading delayed dir indexesFilipe Manana2023-08-211-3/+0
| * | btrfs: drop redundant check to use fs_devices::metadata_uuidAnand Jain2023-08-211-10/+5
| * | btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_superAnand Jain2023-08-211-5/+3
| * | btrfs: use the correct superblock to compare fsid in btrfs_validate_superAnand Jain2023-08-211-3/+2
| * | btrfs: simplify memcpy either of metadata_uuid or fsidAnand Jain2023-08-211-9/+2
| * | btrfs: add a helper to read the superblock metadata_uuidAnand Jain2023-08-212-0/+9
| * | btrfs: remove v0 extent handlingQu Wenruo2023-08-216-50/+43
| * | btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo2023-08-211-0/+5
| * | btrfs: move the !zoned assert into run_delalloc_cowChristoph Hellwig2023-08-211-8/+7
| * | btrfs: consolidate the error handling in run_delalloc_nocowChristoph Hellwig2023-08-211-7/+2
| * | btrfs: cleanup the COW fallback logic in run_delalloc_nocowChristoph Hellwig2023-08-211-25/+22
| * | btrfs: fix error handling when in a COW window in run_delalloc_nocowChristoph Hellwig2023-08-211-10/+12
| * | btrfs: zoned: do not zone finish data relocation block groupNaohiro Aota2023-08-212-23/+36
| * | btrfs: set page extent mapped after read_folio in relocate_one_pageJosef Bacik2023-08-211-3/+9
| * | btrfs: wait on uncached block groups on every allocation loopJosef Bacik2023-08-212-52/+22
| * | btrfs: use LIST_HEAD() to initialize the list_headRuan Jinjie2023-08-216-33/+13
| * | btrfs: handle errors properly in update_inline_extent_backref()Qu Wenruo2023-08-211-12/+61
| * | btrfs: zoned: re-enable metadata over-commit for zoned modeNaohiro Aota2023-08-211-5/+1
| * | btrfs: zoned: don't activate non-DATA BG on allocationNaohiro Aota2023-08-213-30/+8
| * | btrfs: zoned: no longer count fresh BG region as zone unusableNaohiro Aota2023-08-212-30/+4
| * | btrfs: zoned: activate metadata block group on write timeNaohiro Aota2023-08-213-2/+93
| * | btrfs: zoned: reserve zones for an active metadata/system block groupNaohiro Aota2023-08-213-5/+98
| * | btrfs: zoned: update meta write pointer on zone finishNaohiro Aota2023-08-211-0/+3
| * | btrfs: zoned: defer advancing meta write pointerNaohiro Aota2023-08-213-26/+4
| * | btrfs: zoned: return int from btrfs_check_meta_write_pointerNaohiro Aota2023-08-213-21/+30
| * | btrfs: zoned: introduce block group context to btrfs_eb_write_contextNaohiro Aota2023-08-214-27/+31
| * | btrfs: introduce struct to consolidate extent buffer write contextNaohiro Aota2023-08-212-7/+12
| * | btrfs: avoid start and commit empty transaction when flushing qgroupsFilipe Manana2023-08-211-1/+3
| * | btrfs: avoid start and commit empty transaction when starting qgroup rescanFilipe Manana2023-08-211-7/+8
| * | btrfs: avoid starting and committing empty transaction when flushing spaceFilipe Manana2023-08-211-1/+10
| * | btrfs: avoid starting new transaction when flushing delayed items and refsFilipe Manana2023-08-211-2/+6
| * | btrfs: merge find_free_dev_extent() and find_free_dev_extent_start()Filipe Manana2023-08-211-14/+7
| * | btrfs: make find_free_dev_extent() staticFilipe Manana2023-08-212-4/+2