summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | | | | Revert "proc: don't allow async path resolution of /proc/self components"Jens Axboe2021-02-231-7/+0
| * | | | | | Revert "proc: don't allow async path resolution of /proc/thread-self components"Jens Axboe2021-02-232-8/+1
| * | | | | | io_uring: move SQPOLL thread io-wq forked workerJens Axboe2021-02-231-292/+181
| * | | | | | io-wq: make io_wq_fork_thread() available to other usersJens Axboe2021-02-212-4/+6
| * | | | | | io-wq: only remove worker from free_list, if it was thereJens Axboe2021-02-211-3/+7
| * | | | | | io_uring: remove io_identityJens Axboe2021-02-213-80/+52
| * | | | | | io_uring: remove any grabbing of contextJens Axboe2021-02-212-229/+14
| * | | | | | io-wq: worker idling always returns falseJens Axboe2021-02-211-8/+2
| * | | | | | io-wq: fork worker threads from original taskJens Axboe2021-02-213-198/+113
| * | | | | | io-wq: don't pass 'wqe' needlessly aroundJens Axboe2021-02-211-15/+16