summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2021-03-08mount: fix mounting of detached mounts onto targets that reside on shared mountsChristian Brauner
2021-03-08s390,alpha: make TMPFS_INODE64 available againHeiko Carstens
2021-03-08erofs: fix bio->bi_max_vecs behavior changeGao Xiang
2021-03-07io_uring: kill io_sq_thread_fork() and return -EOWNERDEAD if the sq_thread is...Stefan Metzmacher
2021-03-07io_uring: run __io_sq_thread() with the initial creds from io_uring_setup()Stefan Metzmacher
2021-03-07io-wq: warn on creating manager while exitingPavel Begunkov
2021-03-07io_uring: cancel reqs of all iowq's on ring exitPavel Begunkov
2021-03-07io_uring: warn when ring exit takes too longPavel Begunkov
2021-03-07io_uring: index io_uring->xa by ctx not filePavel Begunkov
2021-03-07io_uring: don't take task ring-file notesPavel Begunkov
2021-03-07io_uring: do ctx initiated file note removalPavel Begunkov
2021-03-07io_uring: introduce ctx to tctx back mapPavel Begunkov
2021-03-07io_uring: make del_task_file more forgivingPavel Begunkov
2021-03-07gfs2: fix use-after-free in trans_drainBob Peterson
2021-03-07gfs2: make function gfs2_make_fs_ro() to void typeYang Li
2021-03-06io-wq: always track creds for async issueJens Axboe
2021-03-06io-wq: fix race in freeing 'wq' and worker accessJens Axboe
2021-03-06cifs: ask for more credit on async read/write code pathsAurelien Aptel
2021-03-06cifs: fix credit accounting for extra channelAurelien Aptel
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-05block: Try to handle busy underlying device on discardJan Kara
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