summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-06-16io_uring: Fix comment of io_get_sqeFam Zheng1-1/+1
2021-06-16io_uring: optimise non-drain pathPavel Begunkov1-27/+30
2021-06-16io_uring: refactor io_req_defer()Pavel Begunkov1-20/+19
2021-06-16io_uring: move uring_lock locationPavel Begunkov1-9/+7
2021-06-16io_uring: wait heads renamingPavel Begunkov1-15/+15
2021-06-16io_uring: clean up check_overflow flagPavel Begunkov1-11/+9
2021-06-16io_uring: small io_submit_sqe() optimisationPavel Begunkov1-1/+1
2021-06-16io_uring: optimise completion timeout flushingPavel Begunkov1-4/+6
2021-06-16io_uring: don't cache number of dropped SQEsPavel Begunkov1-7/+5
2021-06-16io_uring: refactor io_get_sqe()Pavel Begunkov1-2/+2
2021-06-16io_uring: shuffle more fields into SQ ctx sectionPavel Begunkov1-18/+17
2021-06-16io_uring: move ctx->flags from SQ cachelinePavel Begunkov1-4/+4
2021-06-16io_uring: keep SQ pointers in a single cachelinePavel Begunkov1-2/+1
2021-06-16io-wq: remove redundant initialization of variable retColin Ian King1-1/+1
2021-06-16io_uring: Fix incorrect sizeof operator for copy_from_user callColin Ian King1-2/+4
2021-06-14io_uring: inline io_iter_do_read()Pavel Begunkov1-1/+1
2021-06-14io_uring: unify SQPOLL and user task cancellationsPavel Begunkov1-59/+30
2021-06-14io_uring: cache task struct refsPavel Begunkov1-9/+28
2021-06-14io_uring: don't vmalloc rsrc tagsPavel Begunkov1-16/+36
2021-06-14io_uring: add helpers for 2 level table allocPavel Begunkov1-30/+43
2021-06-14io_uring: remove rsrc put work irq save/restorePavel Begunkov1-3/+2
2021-06-14io_uring: hide rsrc tag copy into generic helpersPavel Begunkov1-28/+27
2021-06-14io-wq: simplify worker exitingPavel Begunkov1-4/+1
2021-06-14io-wq: don't repeat IO_WQ_BIT_EXIT check by workerPavel Begunkov1-2/+1
2021-06-14io_uring: rename function *task_filePavel Begunkov1-9/+9
2021-06-14io_uring: refactor io_iopoll_req_issuedPavel Begunkov1-23/+21
2021-06-14io-wq: remove unused io-wq refcountingPavel Begunkov1-5/+1
2021-06-14io-wq: embed wqe ptr array into struct io_wqPavel Begunkov1-11/+4
2021-06-14io_uring: fix blocking inline submissionPavel Begunkov1-1/+1
2021-06-14io_uring: enable shmem/memfd memory registrationPavel Begunkov1-0/+2
2021-06-14io_uring: don't bounce submit_state cachelinesPavel Begunkov1-11/+9
2021-06-14io_uring: rename io_get_cqringPavel Begunkov1-4/+4
2021-06-14io_uring: kill cached_cq_overflowPavel Begunkov1-6/+12
2021-06-14io_uring: deduce cq_mask from cq_entriesPavel Begunkov1-8/+4
2021-06-14io_uring: remove dependency on ring->sq/cq_entriesPavel Begunkov1-4/+3
2021-06-14io_uring: better locality for rsrc fieldsPavel Begunkov1-16/+17
2021-06-14io_uring: shuffle rarely used ctx fieldsPavel Begunkov1-19/+17
2021-06-14io_uring: make fail flag not link specificPavel Begunkov1-44/+43
2021-06-14io_uring: get rid of files in exit cancelPavel Begunkov1-32/+31
2021-06-14io_uring: simplify waking sqo_sq_waitPavel Begunkov1-3/+3
2021-06-14io_uring: remove unused park_task_workPavel Begunkov1-7/+0
2021-06-14io_uring: improve sq_thread waiting checkPavel Begunkov1-3/+2
2021-06-14io_uring: improve sqpoll event/state handlingPavel Begunkov1-17/+28
2021-06-13Merge tag 'nfs-for-5.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-13/+33
2021-06-12Merge tag 'driver-core-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2021-06-12Merge tag 'io_uring-5.13-2021-06-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+29
2021-06-11io_uring: add feature flag for rsrc tagsPavel Begunkov1-1/+2
2021-06-11io_uring: change registration/upd/rsrc tagging ABIPavel Begunkov1-12/+27
2021-06-11coredump: Limit what can interrupt coredumpsEric W. Biederman1-1/+1
2021-06-09Merge tag 'for-5.13-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-15/+54