summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2021-03-05Merge tag 'pstore-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2021-03-05Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds-438/+328
2021-03-05Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-25/+87
2021-03-05io_uring: don't restrict issue_flags for io_openatPavel Begunkov-1/+1
2021-03-05io_uring: make SQPOLL thread parking sanerJens Axboe-35/+30
2021-03-05io-wq: kill hashed waitqueue before manager exitsJens Axboe-4/+5
2021-03-05io_uring: clear IOCB_WAITQ for non -EIOCBQUEUED returnJens Axboe-0/+1
2021-03-05io_uring: don't keep looping for more events if we can't flush overflowJens Axboe-3/+12
2021-03-05io_uring: move to using create_io_thread()Jens Axboe-109/+54
2021-03-04io_uring: reliably cancel linked timeoutsPavel Begunkov-0/+1
2021-03-04io_uring: cancel-match based on flagsPavel Begunkov-2/+2
2021-03-04btrfs: zoned: do not account freed region of read-only block group as zone_un...Naohiro Aota-1/+6
2021-03-04btrfs: zoned: use sector_t for zone sectorsNaohiro Aota-2/+2
2021-03-04io-wq: ensure all pending work is canceled on exitJens Axboe-9/+33
2021-03-04io_uring: ensure that threads freeze on suspendJens Axboe-3/+5
2021-03-04io_uring: remove extra in_idle wake upPavel Begunkov-3/+1
2021-03-04io_uring: inline __io_queue_async_work()Pavel Begunkov-11/+2
2021-03-04io_uring: inline io_req_clean_work()Pavel Begunkov-17/+13
2021-03-04io_uring: choose right tctx->io_wq for try cancelPavel Begunkov-1/+2
2021-03-04io_uring: fix -EAGAIN retry with IOPOLLJens Axboe-5/+31
2021-03-04io-wq: fix error path leak of buffered write hash mapJens Axboe-1/+1
2021-03-04io_uring: remove sqo_taskPavel Begunkov-10/+0
2021-03-04io_uring: kill sqo_dead and sqo submission haltingPavel Begunkov-37/+8
2021-03-04io_uring: ignore double poll add on the same waitqueue headJens Axboe-0/+3
2021-03-04io_uring: ensure that SQPOLL thread is started for exitJens Axboe-3/+3
2021-03-04io_uring: replace cmpxchg in fallback with xchgPavel Begunkov-6/+2
2021-03-04io_uring: fix __tctx_task_work() ctx racePavel Begunkov-17/+19
2021-03-04io_uring: kill io_uring_flush()Jens Axboe-47/+0
2021-03-04io_uring: kill unnecessary io_run_ctx_fallback() in io_ring_exit_work()Jens Axboe-1/+0
2021-03-04io_uring: move cred assignment into io_issue_sqe()Jens Axboe-81/+22
2021-03-04io_uring: kill unnecessary REQ_F_WORK_INITIALIZED checksJens Axboe-11/+1
2021-03-04io_uring: remove unused argument 'tsk' from io_req_caches_free()Jens Axboe-3/+3
2021-03-04io_uring: destroy io-wq on execPavel Begunkov-9/+10
2021-03-04io_uring: warn on not destroyed io-wqPavel Begunkov-0/+2
2021-03-04io_uring: fix race condition in task_work add and clearJens Axboe-2/+2
2021-03-04io-wq: provide an io_wq_put_and_exit() helperJens Axboe-11/+21
2021-03-04io_uring: don't use complete_all() on SQPOLL thread exitJens Axboe-1/+4
2021-03-04io_uring: run fallback on cancellationPavel Begunkov-1/+6
2021-03-04io_uring: SQPOLL stop error handling fixesJens Axboe-7/+18
2021-03-04io-wq: fix double put of 'wq' in error pathJens Axboe-2/+0
2021-03-04io-wq: wait for manager exit on wq destroyJens Axboe-1/+6
2021-03-04io-wq: rename wq->done completion to wq->startedJens Axboe-4/+4
2021-03-04io-wq: don't ask for a new worker if we're exitingJens Axboe-0/+2
2021-03-04io-wq: have manager wait for all workers to exitJens Axboe-8/+22
2021-03-02pstore/ram: Rate-limit "uncorrectable error in header" messageDmitry Osipenko-1/+1
2021-03-02btrfs: subpage: fix the false data csum mismatch errorQu Wenruo-5/+16
2021-03-02btrfs: fix warning when creating a directory with smack enabledFilipe Manana-4/+27
2021-03-02btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov-2/+3
2021-03-02btrfs: export and rename qgroup_reserve_metaNikolay Borisov-4/+6
2021-03-02btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadataNikolay Borisov-1/+1