summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-03-24autofs: should_expire() argument is guaranteed to be positiveAl Viro
2021-03-22buffer: a small optimization in grow_buffersMikulas Patocka
2021-03-21get rid of autofs_getpath()Al Viro
2021-03-21constify dentry argument of dentry_path()/dentry_path_raw()Al Viro
2021-03-05Merge tag 'pstore-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-03-05Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-05Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-03-05io_uring: don't restrict issue_flags for io_openatPavel Begunkov
2021-03-05io_uring: make SQPOLL thread parking sanerJens Axboe
2021-03-05io-wq: kill hashed waitqueue before manager exitsJens Axboe
2021-03-05io_uring: clear IOCB_WAITQ for non -EIOCBQUEUED returnJens Axboe
2021-03-05io_uring: don't keep looping for more events if we can't flush overflowJens Axboe
2021-03-05io_uring: move to using create_io_thread()Jens Axboe
2021-03-04io_uring: reliably cancel linked timeoutsPavel Begunkov
2021-03-04io_uring: cancel-match based on flagsPavel Begunkov
2021-03-04btrfs: zoned: do not account freed region of read-only block group as zone_un...Naohiro Aota
2021-03-04btrfs: zoned: use sector_t for zone sectorsNaohiro Aota
2021-03-04io-wq: ensure all pending work is canceled on exitJens Axboe
2021-03-04io_uring: ensure that threads freeze on suspendJens Axboe
2021-03-04io_uring: remove extra in_idle wake upPavel Begunkov
2021-03-04io_uring: inline __io_queue_async_work()Pavel Begunkov
2021-03-04io_uring: inline io_req_clean_work()Pavel Begunkov
2021-03-04io_uring: choose right tctx->io_wq for try cancelPavel Begunkov
2021-03-04io_uring: fix -EAGAIN retry with IOPOLLJens Axboe
2021-03-04io-wq: fix error path leak of buffered write hash mapJens Axboe
2021-03-04io_uring: remove sqo_taskPavel Begunkov
2021-03-04io_uring: kill sqo_dead and sqo submission haltingPavel Begunkov
2021-03-04io_uring: ignore double poll add on the same waitqueue headJens Axboe
2021-03-04io_uring: ensure that SQPOLL thread is started for exitJens Axboe
2021-03-04io_uring: replace cmpxchg in fallback with xchgPavel Begunkov
2021-03-04io_uring: fix __tctx_task_work() ctx racePavel Begunkov
2021-03-04io_uring: kill io_uring_flush()Jens Axboe
2021-03-04io_uring: kill unnecessary io_run_ctx_fallback() in io_ring_exit_work()Jens Axboe
2021-03-04io_uring: move cred assignment into io_issue_sqe()Jens Axboe
2021-03-04io_uring: kill unnecessary REQ_F_WORK_INITIALIZED checksJens Axboe
2021-03-04io_uring: remove unused argument 'tsk' from io_req_caches_free()Jens Axboe
2021-03-04io_uring: destroy io-wq on execPavel Begunkov
2021-03-04io_uring: warn on not destroyed io-wqPavel Begunkov
2021-03-04io_uring: fix race condition in task_work add and clearJens Axboe
2021-03-04io-wq: provide an io_wq_put_and_exit() helperJens Axboe
2021-03-04io_uring: don't use complete_all() on SQPOLL thread exitJens Axboe
2021-03-04io_uring: run fallback on cancellationPavel Begunkov
2021-03-04io_uring: SQPOLL stop error handling fixesJens Axboe
2021-03-04io-wq: fix double put of 'wq' in error pathJens Axboe
2021-03-04io-wq: wait for manager exit on wq destroyJens Axboe
2021-03-04io-wq: rename wq->done completion to wq->startedJens Axboe
2021-03-04io-wq: don't ask for a new worker if we're exitingJens Axboe
2021-03-04io-wq: have manager wait for all workers to exitJens Axboe
2021-03-02pstore/ram: Rate-limit "uncorrectable error in header" messageDmitry Osipenko
2021-03-02btrfs: subpage: fix the false data csum mismatch errorQu Wenruo