summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | io-wq: rename wq->done completion to wq->startedJens Axboe2021-03-041-4/+4
| * | io-wq: don't ask for a new worker if we're exitingJens Axboe2021-03-041-0/+2
| * | io-wq: have manager wait for all workers to exitJens Axboe2021-03-041-8/+22
| * | io-wq: wait for worker startup when forking a new oneJens Axboe2021-03-011-0/+4
* | | Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-0512-25/+87
|\ \ \
| * | | btrfs: zoned: do not account freed region of read-only block group as zone_un...Naohiro Aota2021-03-041-1/+6
| * | | btrfs: zoned: use sector_t for zone sectorsNaohiro Aota2021-03-041-2/+2
| * | | btrfs: subpage: fix the false data csum mismatch errorQu Wenruo2021-03-021-5/+16
| * | | btrfs: fix warning when creating a directory with smack enabledFilipe Manana2021-03-021-4/+27
| * | | btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov2021-03-022-2/+3
| * | | btrfs: export and rename qgroup_reserve_metaNikolay Borisov2021-03-022-4/+6
| * | | btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadataNikolay Borisov2021-03-021-1/+1
| * | | btrfs: fix spurious free_space_tree remount warningBoris Burkov2021-03-021-2/+2
| * | | btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter2021-03-021-1/+18
| * | | btrfs: unlock extents in btrfs_zero_range in case of quota reservation errorsNikolay Borisov2021-03-021-1/+4
| * | | btrfs: ref-verify: use 'inline void' keyword orderingRandy Dunlap2021-03-021-2/+2
* | | | Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-03-017-32/+12
|\ \ \ \
| * | | | btrfs: use copy_highpage() instead of 2 kmaps()Ira Weiny2021-02-261-9/+1
| * | | | btrfs: use memcpy_[to|from]_page() and kmap_local_page()Ira Weiny2021-02-266-23/+11
* | | | | Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-0111-59/+175
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | btrfs: zoned: fix deadlock on log syncJohannes Thumshirn2021-02-221-3/+0
| * | | btrfs: avoid double put of block group when emptying clusterJosef Bacik2021-02-221-4/+4
| * | | btrfs: fix stale data exposure after cloning a hole with NO_HOLES enabledFilipe Manana2021-02-221-0/+18
| * | | btrfs: tree-checker: do not error out if extent ref hash doesn't matchJosef Bacik2021-02-221-12/+4
| * | | btrfs: fix race between swap file activation and snapshot creationFilipe Manana2021-02-221-2/+19
| * | | btrfs: fix race between writes to swap files and scrubFilipe Manana2021-02-225-3/+72
| * | | btrfs: avoid checking for RO block group twice during nocow writebackFilipe Manana2021-02-221-3/+1
| * | | btrfs: fix race between extent freeing/allocation when using bitmapsNikolay Borisov2021-02-221-2/+4
| * | | btrfs: make check_compressed_csum() to be subpage compatibleQu Wenruo2021-02-221-13/+26
| * | | btrfs: make btrfs_submit_compressed_read() subpage compatibleQu Wenruo2021-02-221-6/+17
| * | | btrfs: fix raid6 qstripe kmapIra Weiny2021-02-221-11/+10
* | | | Merge tag 'xfs-5.12-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-02-287-64/+84
|\ \ \ \
| * | | | xfs: use current->journal_info for detecting transaction recursionDave Chinner2021-02-255-26/+60
| * | | | xfs: don't nest transactions when scanning for eofblocksDarrick J. Wong2021-02-251-3/+10
| * | | | xfs: don't reuse busy extents on extent trimBrian Foster2021-02-251-14/+0
| * | | | xfs: restore speculative_cow_prealloc_lifetime sysctlDarrick J. Wong2021-02-241-21/+14
* | | | | Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-2811-25/+19
|\ \ \ \ \
| * | | | | block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-2611-25/+19
* | | | | | Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-275-1052/+661
|\ \ \ \ \ \
| * | | | | | io-wq: remove now unused IO_WQ_BIT_ERRORJens Axboe2021-02-251-10/+0
| * | | | | | io_uring: fix SQPOLL thread handling over execJens Axboe2021-02-251-1/+34
| * | | | | | io-wq: improve manager/worker handling over execJens Axboe2021-02-253-23/+45
| * | | | | | io_uring: ensure SQPOLL startup is triggered before error shutdownJens Axboe2021-02-251-1/+2
| * | | | | | io-wq: make buffered file write hashed work map per-ctxJens Axboe2021-02-253-11/+107
| * | | | | | io-wq: fix race around io_worker grabbingJens Axboe2021-02-231-9/+9
| * | | | | | io-wq: fix races around manager/worker creation and task exitJens Axboe2021-02-231-22/+35
| * | | | | | io_uring: ensure io-wq context is always destroyed for tasksJens Axboe2021-02-231-3/+4
| * | | | | | io_uring: cleanup ->user usageJens Axboe2021-02-231-12/+6
| * | | | | | io-wq: remove nr_process accountingJens Axboe2021-02-233-50/+1
| * | | | | | io_uring: flag new native workers with IORING_FEAT_NATIVE_WORKERSJens Axboe2021-02-231-1/+1