linux-2.6-block.git
2022-07-21 Pavel Begunkovio_uring: clean up io_try_cancel
2022-07-21 Pavel Begunkovio_uring: pass poll_find lock back
2022-07-21 Hao Xuio_uring: switch cancel_hash to use per entry spinlock
2022-07-21 Hao Xuio_uring: poll: remove unnecessary req->ref set
2022-07-21 Pavel Begunkovio_uring: don't inline io_put_kbuf
2022-07-21 Pavel Begunkovio_uring: refactor io_req_task_complete()
2022-07-21 Pavel Begunkovio_uring: kill REQ_F_COMPLETE_INLINE
2022-07-21 Pavel Begunkovio_uring: rw: delegate sync completions to core io_uring
2022-07-21 Jens Axboeio_uring: remove unused IO_REQ_CACHE_SIZE defined
2022-07-21 Pavel Begunkovio_uring: don't set REQ_F_COMPLETE_INLINE in tw
2022-07-21 Pavel Begunkovio_uring: remove check_cq checking from hot paths
2022-07-21 Pavel Begunkovio_uring: never defer-complete multi-apoll
2022-07-21 Pavel Begunkovio_uring: inline ->registered_rings
2022-07-21 Pavel Begunkovio_uring: explain io_wq_work::cancel_seq placement
2022-07-21 Pavel Begunkovio_uring: move small helpers to headers
2022-07-21 Pavel Begunkovio_uring: refactor ctx slow data placement
2022-07-21 Pavel Begunkovio_uring: better caching for ctx timeout fields
2022-07-21 Pavel Begunkovio_uring: move defer_list to slow data
2022-07-21 Pavel Begunkovio_uring: make reg buf init consistent
2022-07-21 Jens Axboeio_uring: deprecate epoll_ctl support
2022-07-21 Jens Axboeio_uring: add support for level triggered poll
2022-07-21 Jens Axboeio_uring: move opcode table to opdef.c
2022-07-21 Jens Axboeio_uring: move read/write related opcodes to its own...
2022-07-21 Jens Axboeio_uring: move remaining file table manipulation to...
2022-07-21 Jens Axboeio_uring: move rsrc related data, core, and commands
2022-07-21 Jens Axboeio_uring: split provided buffers handling into its...
2022-07-21 Jens Axboeio_uring: move cancelation into its own file
2022-07-21 Jens Axboeio_uring: move poll handling into its own file
2022-07-21 Jens Axboeio_uring: add opcode name to io_op_defs
2022-07-21 Jens Axboeio_uring: include and forward-declaration sanitation
2022-07-21 Jens Axboeio_uring: move io_uring_task (tctx) helpers into its...
2022-07-21 Jens Axboeio_uring: move fdinfo helpers to its own file
2022-07-21 Jens Axboeio_uring: use io_is_uring_fops() consistently
2022-07-21 Jens Axboeio_uring: move SQPOLL related handling into its own...
2022-07-21 Jens Axboeio_uring: move timeout opcodes and handling into its...
2022-07-21 Jens Axboeio_uring: move our reference counting into a header
2022-07-21 Jens Axboeio_uring: move msg_ring into its own file
2022-07-21 Jens Axboeio_uring: split network related opcodes into its own...
2022-07-21 Jens Axboeio_uring: move statx handling to its own file
2022-07-21 Jens Axboeio_uring: move epoll handler to its own file
2022-07-21 Jens Axboeio_uring: add a dummy -EOPNOTSUPP prep handler
2022-07-21 Jens Axboeio_uring: move uring_cmd handling to its own file
2022-07-21 Jens Axboeio_uring: split out open/close operations
2022-07-21 Jens Axboeio_uring: separate out file table handling code
2022-07-21 Jens Axboeio_uring: split out fadvise/madvise operations
2022-07-21 Jens Axboeio_uring: split out fs related sync/fallocate functions
2022-07-21 Jens Axboeio_uring: split out splice related operations
2022-07-21 Jens Axboeio_uring: split out filesystem related operations
2022-07-21 Jens Axboeio_uring: move nop into its own file
2022-07-21 Jens Axboeio_uring: move xattr related opcodes to its own file
2022-07-21 Jens Axboeio_uring: handle completions in the core
2022-07-21 Jens Axboeio_uring: set completion results upfront
2022-07-21 Jens Axboeio_uring: add io_uring_types.h
2022-07-21 Jens Axboeio_uring: define a request type cleanup handler
2022-07-21 Jens Axboeio_uring: unify struct io_symlink and io_hardlink
2022-07-21 Jens Axboeio_uring: convert iouring_cmd to io_cmd_type
2022-07-21 Jens Axboeio_uring: convert xattr to use io_cmd_type
2022-07-21 Jens Axboeio_uring: convert rsrc_update to io_cmd_type
2022-07-21 Jens Axboeio_uring: convert msg and nop to io_cmd_type
2022-07-21 Jens Axboeio_uring: convert splice to use io_cmd_type
2022-07-21 Jens Axboeio_uring: convert epoll to io_cmd_type
2022-07-21 Jens Axboeio_uring: convert file system request types to use...
2022-07-21 Jens Axboeio_uring: convert madvise/fadvise to use io_cmd_type
2022-07-21 Jens Axboeio_uring: convert open/close path to use io_cmd_type
2022-07-21 Jens Axboeio_uring: convert timeout path to use io_cmd_type
2022-07-21 Jens Axboeio_uring: convert cancel path to use io_cmd_type
2022-07-21 Jens Axboeio_uring: convert the sync and fallocate paths to use...
2022-07-21 Jens Axboeio_uring: convert net related opcodes to use io_cmd_type
2022-07-21 Jens Axboeio_uring: remove recvmsg knowledge from io_arm_poll_han...
2022-07-21 Jens Axboeio_uring: convert poll_update path to use io_cmd_type
2022-07-21 Jens Axboeio_uring: convert poll path to use io_cmd_type
2022-07-21 Jens Axboeio_uring: convert read/write path to use io_cmd_type
2022-07-21 Jens Axboeio_uring: add generic command payload type to struct...
2022-07-21 Jens Axboeio_uring: move req async preparation into opcode handler
2022-07-21 Jens Axboeio_uring: move to separate directory
2022-07-21 Jens Axboeio_uring: define a 'prep' and 'issue' handler for each...
2022-07-21 Jens AxboeMerge branch 'io_uring-5.19' into for-5.20/io_uring
2022-07-21 Dylan Yudakenio_uring: do not recycle buffer in READV io_uring-5.19 io_uring-5.19-2022-07-21
2022-07-21 Dylan Yudakenio_uring: fix free of unallocated buffer list
2022-07-17 Linus TorvaldsLinux 5.19-rc7 v5.19-rc7
2022-07-17 Linus TorvaldsMerge tag 'drm-intel-fixes-2022-07-17' of git://anongit...
2022-07-17 Linus TorvaldsMerge tag 'perf-tools-fixes-for-v5.19-2022-07-17' of...
2022-07-17 Matthew Aulddrm/i915/ttm: fix 32b build
2022-07-17 Linus TorvaldsMerge tag 'perf_urgent_for_v5.19_rc7' of git://git...
2022-07-17 Linus TorvaldsMerge tag 'x86_urgent_for_v5.19_rc7' of git://git....
2022-07-17 Linus TorvaldsMerge tag 'gpio-fixes-for-v5.19-rc7' of git://git....
2022-07-17 Linus TorvaldsMerge tag 'input-for-v5.19-rc6' of git://git./linux...
2022-07-17 Linus TorvaldsMerge tag 'for-v5.19-rc' of git://git./linux/kernel...
2022-07-17 Naveen N. Raoperf trace: Fix SIGSEGV when processing syscall args
2022-07-17 Adrian Hunterperf tests: Fix Convert perf time to TSC test for hybrid
2022-07-17 Adrian Hunterperf tests: Stop Convert perf time to TSC test opening...
2022-07-17 Arnaldo Carvalho... tools arch x86: Sync the msr-index.h copy with the...
2022-07-17 Arnaldo Carvalho... tools headers cpufeatures: Sync with the kernel sources
2022-07-17 Arnaldo Carvalho... tools headers UAPI: Sync linux/kvm.h with the kernel...
2022-07-16 Linus TorvaldsMerge tag 'for-5.19-rc7-tag' of git://git./linux/kernel...
2022-07-16 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2022-07-16 Linus TorvaldsMerge tag 'block-5.19-2022-07-15' of git://git.kernel...
2022-07-16 Linus TorvaldsMerge tag 'usb-5.19-rc7' of git://git./linux/kernel...
2022-07-16 Linus TorvaldsMerge tag 'tty-5.19-rc7' of git://git./linux/kernel...
2022-07-16 Linus TorvaldsMerge tag 's390-5.19-6' of git://git./linux/kernel...
next