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