summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* io-wq: don't pass 'wqe' needlessly aroundJens Axboe2021-02-221-15/+16
* io_uring: tie async worker side to the task contextJens Axboe2021-02-221-50/+34
* io-wq: get rid of wq->use_refsJens Axboe2021-02-222-19/+1
* io_uring: disable io-wq attachingJens Axboe2021-02-221-33/+22
* io-wq: don't create any IO workers upfrontJens Axboe2021-02-221-12/+0
* io_uring: remove the need for relying on an io-wq fallback workerJens Axboe2021-02-223-17/+34
* Merge branch 'for-5.12/io_uring' into io_uring-worker.v3Jens Axboe2021-02-221-342/+347
|\
| * io_uring: run task_work on io_uring_register()Pavel Begunkov2021-02-221-0/+2
| * io_uring: fix leaving invalid req->flagsPavel Begunkov2021-02-211-1/+3
| * io_uring: wait potential ->release() on resurrectPavel Begunkov2021-02-211-8/+18
| * io_uring: keep generic rsrc infra genericPavel Begunkov2021-02-211-19/+13
| * io_uring: zero ref_node after killing itPavel Begunkov2021-02-211-0/+1
| * io_uring: make the !CONFIG_NET helpers a bit more robustJens Axboe2021-02-211-50/+26
| * io_uring: don't hold uring_lock when calling io_run_task_work*Hao Xu2021-02-211-17/+44
| * io_uring: fail io-wq submission from a task_workPavel Begunkov2021-02-211-30/+18
| * io_uring: don't take uring_lock during iowq cancelPavel Begunkov2021-02-191-2/+9
| * io_uring: fail links more in io_submit_sqe()Pavel Begunkov2021-02-181-13/+8
| * io_uring: don't do async setup for links' headsPavel Begunkov2021-02-181-3/+0
| * io_uring: do io_*_prep() early in io_submit_sqe()Pavel Begunkov2021-02-181-35/+24
| * io_uring: split sqe-prep and async setupPavel Begunkov2021-02-181-50/+70
| * io_uring: don't submit link on errorPavel Begunkov2021-02-181-4/+4
| * io_uring: move req link into submit_statePavel Begunkov2021-02-181-14/+14
| * io_uring: move io_init_req() into io_submit_sqe()Pavel Begunkov2021-02-181-17/+15
| * io_uring: move io_init_req()'s definitionPavel Begunkov2021-02-181-107/+107
| * io_uring: don't duplicate ->file check in sfrPavel Begunkov2021-02-181-3/+0
| * io_uring: keep io_*_prep() naming consistentPavel Begunkov2021-02-181-4/+4
| * io_uring: kill fictitious submit iteration indexPavel Begunkov2021-02-181-2/+2
| * io_uring: fix read memory leakPavel Begunkov2021-02-171-4/+6
* | Merge tag 'for-linus-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-217-5/+15
|\ \
| * | ubifs: Fix error return code in alloc_wbufs()Wang ShaoBo2021-02-131-1/+3
| * | jffs2: check the validity of dstlen in jffs2_zlib_compress()Yang Yang2021-02-121-0/+3
| * | ubifs: Fix off-by-one errorSascha Hauer2021-02-122-2/+2
| * | ubifs: replay: Fix high stack usage, againArnd Bergmann2021-02-121-1/+3
| * | ubifs: Fix memleak in ubifs_init_authenticationDinghao Liu2021-02-121-1/+1
| * | jffs2: fix use after free in jffs2_sum_write_data()Tom Rix2021-02-121-0/+3
* | | Merge tag 'for-linux-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-211-2/+8
|\ \ \
| * | | um: hostfs: use a kmem cache for inodesJohannes Berg2021-02-121-2/+8
| |/ /
* | | Merge tag 's390-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-02-211-1/+4
|\ \ \
| * | | s390,alpha: switch to 64-bit ino_tHeiko Carstens2021-02-131-1/+4
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-211-2/+3
|\ \ \ \
| * | | | Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-02-1237-303/+474
| |\| | |
| * | | | mm: provide a saner PTE walking API for modulesPaolo Bonzini2021-02-091-2/+3
* | | | | Merge branch 'parisc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-02-213-3/+11
|\ \ \ \ \
| * | | | | binfmt_misc: pass binfmt_misc flags to the interpreterLaurent Vivier2021-02-153-3/+11
| | |_|/ / | |/| | |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-02-211-2/+4
|\ \ \ \ \
| * | | | | mm: Cleanup faultaround and finish_fault() codepathsKirill A. Shutemov2021-01-201-2/+4
| | |_|/ / | |/| | |
* | | | | Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-212-6/+7
|\ \ \ \ \
| * | | | | tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon2021-01-291-1/+1
| * | | | | tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon2021-01-291-1/+1
| * | | | | mm: proc: Invalidate TLB after clearing soft-dirty page stateWill Deacon2021-01-291-4/+5