linux-2.6-block.git
2024-04-17 Jens AxboeMerge branch 'for-6.10/io_uring' into for-next
2024-04-17 Gabriel Krisman... io-wq: Drop intermediate step between pending list...
2024-04-17 Gabriel Krisman... io-wq: write next_work before dropping acct_lock
2024-04-15 Jens AxboeMerge branch 'for-6.10/io_uring' into for-next
2024-04-15 Jens Axboeio_uring/sqpoll: work around a potential audit memory...
2024-04-15 Jens AxboeMerge branch 'for-6.10/block' into for-next
2024-04-15 John Garryblock: Call blkdev_dio_unaligned() from blkdev_direct_IO()
2024-04-15 Jens AxboeMerge branch 'for-6.10/io_uring' into for-next
2024-04-15 Jens AxboeMerge branch 'for-6.10/block' into for-next
2024-04-15 Pavel Begunkovio_uring/notif: shrink account_pages to u32
2024-04-15 Pavel Begunkovio_uring/notif: remove ctx var from io_notif_tw_complete
2024-04-15 Pavel Begunkovio_uring/notif: refactor io_tx_ubuf_complete()
2024-04-15 Jens Axboeio_uring: ensure overflow entries are dropped when...
2024-04-15 Ruyi Zhangio_uring/timeout: remove duplicate initialization of...
2024-04-15 Pavel Begunkovio_uring: consolidate overflow flushing
2024-04-15 Pavel Begunkovio_uring: always lock __io_cqring_overflow_flush
2024-04-15 Pavel Begunkovio_uring: open code io_cqring_overflow_flush()
2024-04-15 Pavel Begunkovio_uring: remove extra SQPOLL overflow flush
2024-04-15 Pavel Begunkovio_uring: unexport io_req_cqe_overflow()
2024-04-15 Pavel Begunkovio_uring: separate header for exported net bits
2024-04-15 Pavel Begunkovio_uring/net: set MSG_ZEROCOPY for sendzc in advance
2024-04-15 Pavel Begunkovio_uring/net: get rid of io_notif_complete_tw_ext
2024-04-15 Pavel Begunkovio_uring/net: merge ubuf sendzc callbacks
2024-04-15 Ming Leiio_uring: return void from io_put_kbuf_comp()
2024-04-15 Pavel Begunkovio_uring: remove io_req_put_rsrc_locked()
2024-04-15 Pavel Begunkovio_uring: remove async request cache
2024-04-15 Pavel Begunkovio_uring: turn implicit assumptions into a warning
2024-04-15 Ming Leiio_uring: kill dead code in io_req_complete_post
2024-04-15 Jens Axboeio_uring/kbuf: remove dead define
2024-04-15 Jens Axboeio_uring: fix warnings on shadow variables
2024-04-15 Jens Axboeio_uring: move mapping/allocation helpers to a separate...
2024-04-15 Jens Axboeio_uring: use unpin_user_pages() where appropriate
2024-04-15 Jens Axboeio_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf...
2024-04-15 Jens Axboeio_uring/kbuf: vmap pinned buffer ring
2024-04-15 Jens Axboeio_uring: unify io_pin_pages()
2024-04-15 Jens Axboeio_uring: use vmap() for ring mapping
2024-04-15 Jens Axboeio_uring: get rid of remap_pfn_range() for mapping...
2024-04-15 Jens Axboemm: add nommu variant of vm_insert_pages()
2024-04-15 Gabriel Krisman... io_uring: Avoid anonymous enums in io_uring uapi
2024-04-15 Jens Axboeio_uring: use the right type for work_llist empty check
2024-04-15 Joel Granadosio_uring: Remove the now superfluous sentinel elements...
2024-04-15 Jiapeng Chongio_uring: Remove unused function
2024-04-15 Jens Axboeio_uring: re-arrange Makefile order
2024-04-15 Jens Axboeio_uring: refill request cache in memory order
2024-04-15 Jens Axboeio_uring/poll: shrink alloc cache size to 32
2024-04-15 Jens Axboeio_uring/alloc_cache: switch to array based caching
2024-04-15 Jens Axboeio_uring: drop ->prep_async()
2024-04-15 Jens Axboeio_uring/uring_cmd: defer SQE copying until it's needed
2024-04-15 Jens Axboeio_uring/uring_cmd: switch to always allocating async...
2024-04-15 Jens Axboeio_uring/net: move connect to always using async data
2024-04-15 Jens Axboeio_uring/rw: add iovec recycling
2024-04-15 Jens Axboeio_uring/rw: cleanup retry path
2024-04-15 Jens Axboeio_uring: get rid of struct io_rw_state
2024-04-15 Jens Axboeio_uring/rw: always setup io_async_rw for read/write...
2024-04-15 Jens Axboeio_uring/net: drop 'kmsg' parameter from io_req_msg_cle...
2024-04-15 Jens Axboeio_uring/net: add iovec recycling
2024-04-15 Jens Axboeio_uring/net: remove (now) dead code in io_netmsg_recycle()
2024-04-15 Jens Axboeio_uring: kill io_msg_alloc_async_prep()
2024-04-15 Jens Axboeio_uring/net: get rid of ->prep_async() for send side
2024-04-15 Jens Axboeio_uring/net: get rid of ->prep_async() for receive...
2024-04-15 Jens Axboeio_uring/net: always set kmsg->msg.msg_control_user...
2024-04-15 Jens Axboeio_uring/net: always setup an io_async_msghdr
2024-04-15 Jens Axboeio_uring/net: unify cleanup handling
2024-04-15 Jens Axboeio_uring/net: switch io_recv() to using io_async_msghdr
2024-04-15 Jens Axboeio_uring/net: switch io_send() and io_send_zc() to...
2024-04-15 Jens Axboeio_uring/alloc_cache: shrink default max entries from...
2024-04-15 Jens Axboeio_uring: remove timeout/poll specific cancelations
2024-04-15 Jens Axboeio_uring: flush delayed fallback task_work in cancelation
2024-04-15 Pavel Begunkovio_uring: clean up io_lockdep_assert_cq_locked
2024-04-15 Pavel Begunkovio_uring: refactor io_req_complete_post()
2024-04-15 Pavel Begunkovio_uring: remove current check from complete_post
2024-04-15 Pavel Begunkovio_uring: get rid of intermediate aux cqe caches
2024-04-15 Pavel Begunkovio_uring: refactor io_fill_cqe_req_aux
2024-04-15 Pavel Begunkovio_uring: remove struct io_tw_state::locked
2024-04-15 Pavel Begunkovio_uring: force tw ctx locking
2024-04-15 Pavel Begunkovio_uring/rw: avoid punting to io-wq directly
2024-04-15 Jens Axboenvme/io_uring: use helper for polled completions
2024-04-15 Pavel Begunkovio_uring/cmd: document some uring_cmd related helpers
2024-04-15 Pavel Begunkovio_uring/cmd: fix tw <-> issue_flags conversion
2024-04-15 Pavel Begunkovio_uring/cmd: kill one issue_flags to tw conversion
2024-04-15 Pavel Begunkovio_uring/cmd: move io_uring_try_cancel_uring_cmd()
2024-04-14 Linus TorvaldsLinux 6.9-rc4
2024-04-14 Linus TorvaldsMerge tag 'pull-sysfs-annotation-fix' of git://git...
2024-04-14 Linus TorvaldsMerge tag 'x86-urgent-2024-04-14' of git://git./linux...
2024-04-14 Linus TorvaldsMerge tag 'timers-urgent-2024-04-14' of git://git....
2024-04-14 Linus TorvaldsMerge tag 'perf-urgent-2024-04-14' of git://git./linux...
2024-04-14 Linus TorvaldsMerge tag 'locking-urgent-2024-04-14' of git://git...
2024-04-14 Linus TorvaldsMerge tag 'irq-urgent-2024-04-14' of git://git./linux...
2024-04-14 Linus TorvaldsMerge tag 'for_linus' of git://git./linux/kernel/git...
2024-04-14 Linus TorvaldsMerge tag 'dma-maping-6.9-2024-04-14' of git://git...
2024-04-14 Amir Goldsteinkernfs: annotate different lockdep class for of->mutex...
2024-04-13 Linus TorvaldsMerge tag 'ata-6.9-rc4' of git://git./linux/kernel...
2024-04-13 Linus TorvaldsMerge tag 'zonefs-6.9-rc4' of git://git./linux/kernel...
2024-04-13 Linus TorvaldsMerge tag 'v6.9-rc3-SMB3-client-fixes' of git://git...
2024-04-13 Igor Pylypivata: libata-core: Allow command duration limits detecti...
2024-04-13 Damien Le Moalata: libata-scsi: Fix ata_scsi_dev_rescan() error path
2024-04-12 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2024-04-12 Linus TorvaldsMerge tag 'soc-fixes-6.9-1' of git://git./linux/kernel...
2024-04-12 Linus TorvaldsMerge tag 'iommu-fixes-v6.9-rc3' of git://git./linux...
2024-04-12 Linus TorvaldsMerge tag 'pci-v6.9-fixes-1' of git://git./linux/kernel...
next