summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-30io_uring: show sqthread pid and cpu in fdinfoJoseph Qi
2020-09-30io_uring: process task work in io_uring_register()Jens Axboe
2020-09-30io_uring: add blkcg accounting to offloaded operationsDennis Zhou
2020-09-30io_uring: improve registered buffer accounting for huge pagesJens Axboe
2020-09-30io_uring: remove unneeded semicolonZheng Bin
2020-09-30io_uring: cap SQ submit size for SQPOLL with multiple ringsJens Axboe
2020-09-30io_uring: get rid of req->io/io_async_ctx unionJens Axboe
2020-09-30io_uring: kill extra user_bufs checkPavel Begunkov
2020-09-30io_uring: fix overlapped memcpy in io_req_map_rw()Pavel Begunkov
2020-09-30io_uring: refactor io_req_map_rw()Pavel Begunkov
2020-09-30io_uring: simplify io_rw_prep_async()Pavel Begunkov
2020-09-30io_uring: provide IORING_ENTER_SQ_WAIT for SQPOLL SQ ring waitsJens Axboe
2020-09-30io_uring: mark io_uring_fops/io_op_defs as __read_mostlyJens Axboe
2020-09-30io_uring: enable IORING_SETUP_ATTACH_WQ to attach to SQPOLL thread tooJens Axboe
2020-09-30io_uring: base SQPOLL handling off io_sq_dataJens Axboe
2020-09-30io_uring: split SQPOLL data into separate structureJens Axboe
2020-09-30io_uring: split work handling part of SQPOLL into helperJens Axboe
2020-09-30io_uring: move SQPOLL post-wakeup ring need wakeup flag into wake handlerJens Axboe
2020-09-30io_uring: use private ctx wait queue entries for SQPOLLJens Axboe
2020-09-30fs: align IOCB_* flags with RWF_* flagsJens Axboe
2020-09-30io_uring: io_sq_thread() doesn't need to flush signalsJens Axboe
2020-09-30io_wq: Make io_wqe::lock a raw_spinlock_tSebastian Andrzej Siewior
2020-09-30io_uring: allow disabling rings during the creationStefano Garzarella
2020-09-30io_uring: add IOURING_REGISTER_RESTRICTIONS opcodeStefano Garzarella
2020-09-30io_uring: use an enumeration for io_uring_register(2) opcodesStefano Garzarella
2020-09-30io_uring: move io_uring_get_socket() into io_uring.hJens Axboe
2020-09-30io_uring: reference ->nsproxy for file table commandsJens Axboe
2020-09-30io_uring: don't rely on weak ->files referencesJens Axboe
2020-09-30io_uring: enable task/files specific overflow flushingJens Axboe
2020-09-30io_uring: return cancelation status from poll/timeout/files handlersJens Axboe
2020-09-30io_uring: unconditionally grab req->taskJens Axboe
2020-09-30io_uring: stash ctx task reference for SQPOLLJens Axboe
2020-09-30io_uring: move dropping of files into separate helperJens Axboe
2020-09-30io_uring: allow timeout/poll/files killing to take task into accountJens Axboe
2020-09-30Merge branch 'io_uring-5.9' into for-5.10/io_uringJens Axboe
2020-09-29io_uring: fix async buffered reads when readahead is disabledHao Xu
2020-09-28Merge tag 'nfs-for-5.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-09-28mm: do not rely on mm == current->mm in __get_user_pages_lockedJason A. Donenfeld
2020-09-28io_uring: fix potential ABBA deadlock in ->show_fdinfo()Jens Axboe
2020-09-28io_uring: always delete double poll wait entry on matchJens Axboe
2020-09-27Linux 5.9-rc7Linus Torvalds
2020-09-27Merge tag 'kbuild-fixes-v5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-09-27Merge tag 'x86-urgent-2020-09-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-09-27Merge tag 'timers-urgent-2020-09-27' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-09-27mm/thp: Split huge pmds/puds if they're pinned when fork()Peter Xu
2020-09-27mm: Do early cow for pinned pages during fork() for ptesPeter Xu
2020-09-27mm/fork: Pass new vma pointer into copy_page_range()Peter Xu
2020-09-27mm: Introduce mm_struct.has_pinnedPeter Xu
2020-09-27Merge tag 'timers-v5.9-rc4' of https://git.linaro.org/people/daniel.lezcano/l...Thomas Gleixner
2020-09-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds