summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-10-01io-wq: kill unused IO_WORKER_F_EXITINGJens Axboe1-3/+2
2020-10-01io-wq: fix use-after-free in io_wq_worker_runningHillf Danton1-58/+58
2020-10-01io_uring: show sqthread pid and cpu in fdinfoJoseph Qi1-0/+6
2020-10-01io_uring: process task work in io_uring_register()Jens Axboe1-12/+28
2020-10-01io_uring: add blkcg accounting to offloaded operationsDennis Zhou3-0/+118
2020-10-01io_uring: improve registered buffer accounting for huge pagesJens Axboe1-10/+80
2020-10-01io_uring: remove unneeded semicolonZheng Bin1-1/+1
2020-10-01io_uring: cap SQ submit size for SQPOLL with multiple ringsJens Axboe1-2/+9
2020-10-01io_uring: get rid of req->io/io_async_ctx unionJens Axboe1-94/+117
2020-10-01io_uring: kill extra user_bufs checkPavel Begunkov1-7/+1
2020-10-01io_uring: fix overlapped memcpy in io_req_map_rw()Pavel Begunkov1-1/+4
2020-10-01io_uring: refactor io_req_map_rw()Pavel Begunkov1-2/+1
2020-10-01io_uring: simplify io_rw_prep_async()Pavel Begunkov1-4/+2
2020-10-01io_uring: provide IORING_ENTER_SQ_WAIT for SQPOLL SQ ring waitsJens Axboe1-3/+37
2020-10-01io_uring: mark io_uring_fops/io_op_defs as __read_mostlyJens Axboe1-2/+2
2020-10-01io_uring: enable IORING_SETUP_ATTACH_WQ to attach to SQPOLL thread tooJens Axboe1-0/+33
2020-10-01io_uring: base SQPOLL handling off io_sq_dataJens Axboe1-25/+101
2020-10-01io_uring: split SQPOLL data into separate structureJens Axboe1-41/+86
2020-10-01io_uring: split work handling part of SQPOLL into helperJens Axboe1-84/+93
2020-10-01io_uring: move SQPOLL post-wakeup ring need wakeup flag into wake handlerJens Axboe1-1/+18
2020-10-01io_uring: use private ctx wait queue entries for SQPOLLJens Axboe1-15/+18
2020-10-01io_uring: io_sq_thread() doesn't need to flush signalsJens Axboe1-2/+0
2020-10-01io_wq: Make io_wqe::lock a raw_spinlock_tSebastian Andrzej Siewior1-26/+26
2020-10-01io_uring: allow disabling rings during the creationStefano Garzarella1-7/+54
2020-10-01io_uring: add IOURING_REGISTER_RESTRICTIONS opcodeStefano Garzarella1-1/+123
2020-10-01io_uring: reference ->nsproxy for file table commandsJens Axboe3-0/+8
2020-10-01io_uring: don't rely on weak ->files referencesJens Axboe3-37/+277
2020-10-01io_uring: enable task/files specific overflow flushingJens Axboe1-16/+25
2020-10-01io_uring: return cancelation status from poll/timeout/files handlersJens Axboe1-5/+22
2020-10-01io_uring: unconditionally grab req->taskJens Axboe1-38/+9
2020-10-01io_uring: stash ctx task reference for SQPOLLJens Axboe1-13/+34
2020-10-01io_uring: move dropping of files into separate helperJens Axboe1-11/+16
2020-10-01io_uring: allow timeout/poll/files killing to take task into accountJens Axboe1-9/+24
2020-10-01Merge branch 'io_uring-5.9' into for-5.10/io_uringJens Axboe1-5/+18
2020-09-29io_uring: fix async buffered reads when readahead is disabledHao Xu1-0/+2
2020-09-28Merge tag 'nfs-for-5.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-22/+34
2020-09-28io_uring: fix potential ABBA deadlock in ->show_fdinfo()Jens Axboe1-5/+14
2020-09-28io_uring: always delete double poll wait entry on matchJens Axboe1-0/+2
2020-09-26Merge tag 'io_uring-5.9-2020-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+7
2020-09-26io_uring: ensure async buffered read-retry is setup properlyJens Axboe1-4/+2
2020-09-25io_uring: don't unconditionally set plug->nowait = trueJens Axboe1-3/+0
2020-09-25io_uring: ensure open/openat2 name is cleaned on cancelationJens Axboe1-0/+5
2020-09-24Merge tag 'for-5.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-12/+15
2020-09-23Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-14/+13
2020-09-23Merge tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+38
2020-09-22btrfs: fix put of uninitialized kobject after seed device deleteAnand Jain1-6/+10
2020-09-21io_uring: fix openat/openat2 unified prep handlingJens Axboe1-2/+4
2020-09-21io_uring: mark statx/files_update/epoll_ctl as non-SQPOLLJens Axboe1-2/+4
2020-09-21io_uring: don't use retry based buffered reads for non-async bdevJens Axboe1-1/+5
2020-09-21io_uring: don't re-setup vecs/iter in io_resumit_prep() is already thereJens Axboe1-6/+10