summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-02-22io-wq: fork worker threads from original taskJens Axboe3-198/+113
2021-02-22io-wq: don't pass 'wqe' needlessly aroundJens Axboe1-15/+16
2021-02-22io_uring: tie async worker side to the task contextJens Axboe1-50/+34
2021-02-22io-wq: get rid of wq->use_refsJens Axboe2-19/+1
2021-02-22io_uring: disable io-wq attachingJens Axboe1-33/+22
2021-02-22io-wq: don't create any IO workers upfrontJens Axboe1-12/+0
2021-02-22io_uring: remove the need for relying on an io-wq fallback workerJens Axboe3-17/+34
2021-02-22Merge branch 'for-5.12/io_uring' into io_uring-worker.v3Jens Axboe1-342/+347
2021-02-22io_uring: run task_work on io_uring_register()Pavel Begunkov1-0/+2
2021-02-22Merge tag 'for-linus-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-5/+15
2021-02-22Merge tag 'for-linux-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+8
2021-02-22Merge tag 's390-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-1/+4
2021-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+3
2021-02-22Merge branch 'parisc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-3/+11
2021-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+4
2021-02-21Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+7
2021-02-21Merge tag 'for-5.12/io_uring-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds7-1321/+1376
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds34-119/+66
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-357/+0
2021-02-21Merge tag 'xfs-5.12-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds52-978/+1608
2021-02-21Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds8-182/+237
2021-02-21Merge tag 'pstore-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2021-02-21Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds7-65/+315
2021-02-21Merge tag 'nfsd-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds34-801/+1169
2021-02-21Merge tag 'erofs-for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-4/+20
2021-02-21Merge tag 'f2fs-for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds21-613/+984
2021-02-21Merge tag 'for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds51-1099/+4731
2021-02-21Merge tag 'affs-for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+3
2021-02-21Merge tag 'jfs-5.12' of git://github.com/kleikamp/linux-shaggyLinus Torvalds4-20/+28
2021-02-21Merge tag 'locks-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds1-6/+13
2021-02-21Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-45/+50
2021-02-21Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-36/+16
2021-02-21Merge branch 'work.sendfile' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-26/+46
2021-02-21Merge tag 'arm-platform-removal-v5.12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2021-02-21io_uring: fix leaving invalid req->flagsPavel Begunkov1-1/+3
2021-02-21io_uring: wait potential ->release() on resurrectPavel Begunkov1-8/+18
2021-02-21io_uring: keep generic rsrc infra genericPavel Begunkov1-19/+13
2021-02-21io_uring: zero ref_node after killing itPavel Begunkov1-0/+1
2021-02-21io_uring: make the !CONFIG_NET helpers a bit more robustJens Axboe1-50/+26
2021-02-21io_uring: don't hold uring_lock when calling io_run_task_work*Hao Xu1-17/+44
2021-02-21io_uring: fail io-wq submission from a task_workPavel Begunkov1-30/+18
2021-02-20fix handling of nd->depth on LOOKUP_CACHED failures in try_to_unlazy*Al Viro1-4/+5
2021-02-19io_uring: don't take uring_lock during iowq cancelPavel Begunkov1-2/+9
2021-02-18pstore: Fix typo in compression option nameJiri Bohac1-2/+2
2021-02-18io_uring: fail links more in io_submit_sqe()Pavel Begunkov1-13/+8
2021-02-18io_uring: don't do async setup for links' headsPavel Begunkov1-3/+0
2021-02-18io_uring: do io_*_prep() early in io_submit_sqe()Pavel Begunkov1-35/+24
2021-02-18io_uring: split sqe-prep and async setupPavel Begunkov1-50/+70
2021-02-18io_uring: don't submit link on errorPavel Begunkov1-4/+4
2021-02-18io_uring: move req link into submit_statePavel Begunkov1-14/+14