linux-2.6-block.git
2021-03-25 Jens Axboenet: wire up support for file_operations->uring_cmd()
2021-03-25 Jens Axboeblock: add example ioctl
2021-03-25 Jens Axboeblock: wire up support for file_operations->uring_cmd()
2021-03-25 Jens Axboeio_uring: add support for IORING_OP_URING_CMD
2021-03-25 Jens Axboefs: add file_operations->uring_cmd()
2021-03-25 Jens Axboeio_uring: add infrastructure around io_uring_cmd_sqe...
2021-03-25 Jens Axboeio_uring: split up io_uring_sqe into hdr + main
2021-03-25 Jens AxboeMerge branch 'for-5.13/io_uring' into io_uring-fops.v4
2021-03-25 Jens AxboeMerge branch 'nvme-5.13' of git://git.infradead.org...
2021-03-25 Jens Axboeio_uring: allow SQPOLL without CAP_SYS_ADMIN or CAP_SYS...
2021-03-25 Jens Axboeio-wq: eliminate the need for a manager thread
2021-03-25 Jens Axboeio_uring: allow events and user_data update of running...
2021-03-25 Jens Axboeio_uring: abstract out a io_poll_find_helper()
2021-03-25 Jens Axboeio_uring: terminate multishot poll for CQ ring overflow
2021-03-25 Jens Axboeio_uring: abstract out helper for removing poll waitqs...
2021-03-25 Jens Axboeio_uring: add multishot mode for IORING_OP_POLL_ADD
2021-03-25 Jens Axboeio_uring: include cflags in completion trace event
2021-03-25 Pavel Begunkovio_uring: allocate memory for overflowed CQEs
2021-03-25 Jens Axboeio_uring: mask in error/nval/hangup consistently for...
2021-03-25 Pavel Begunkovio_uring: optimise rw complete error handling
2021-03-25 Pavel Begunkovio_uring: hide iter revert in resubmit_prep
2021-03-25 Pavel Begunkovio_uring: don't alter iopoll reissue fail ret code
2021-03-25 Pavel Begunkovio_uring: optimise kiocb_end_write for !ISREG
2021-03-25 Pavel Begunkovio_uring: kill unused REQ_F_NO_FILE_TABLE
2021-03-25 Pavel Begunkovio_uring: don't init req->work fully in advance
2021-03-25 Pavel Begunkovio-wq: refactor *_get_acct()
2021-03-25 Pavel Begunkovio_uring: remove tctx->sqpoll
2021-03-25 Pavel Begunkovio_uring: don't do extra EXITING cancellations
2021-03-25 Pavel Begunkovio_uring: don't clear REQ_F_LINK_TIMEOUT
2021-03-25 Pavel Begunkovio_uring: optimise io_req_task_work_add()
2021-03-25 Pavel Begunkovio_uring: abolish old io_put_file()
2021-03-25 Pavel Begunkovio_uring: optimise io_dismantle_req() fast path
2021-03-25 Pavel Begunkovio_uring: inline io_clean_op()'s fast path
2021-03-25 Pavel Begunkovio_uring: remove __io_req_task_cancel()
2021-03-25 Pavel Begunkovio_uring: add helper flushing locked_free_list
2021-03-25 Pavel Begunkovio_uring: refactor io_free_req_deferred()
2021-03-25 Pavel Begunkovio_uring: inline io_put_req and friends
2021-03-25 Pavel Begunkovio_uring: refactor rsrc refnode allocation
2021-03-25 Pavel Begunkovio_uring: refactor io_flush_cached_reqs()
2021-03-25 Pavel Begunkovio_uring: optimise success case of __io_queue_sqe
2021-03-25 Pavel Begunkovio_uring: inline __io_queue_linked_timeout()
2021-03-25 Pavel Begunkovio_uring: keep io_req_free_batch() call locality
2021-03-25 Pavel Begunkovio_uring: optimise tctx node checks/alloc
2021-03-25 Pavel Begunkovio_uring: optimise io_uring_enter()
2021-03-25 Pavel Begunkovio_uring: don't take ctx refs in task_work handler
2021-03-25 Jens Axboeio_uring: transform ret == 0 for poll cancelation compl...
2021-03-25 Jens Axboeio_uring: correct comment on poll vs iopoll
2021-03-25 Jens Axboeio_uring: cache async and regular file state for fixed...
2021-03-25 Jens Axboeio_uring: don't check for io_uring_fops for fixed files
2021-03-25 Pavel Begunkovio_uring: simplify io_sqd_update_thread_idle()
2021-03-25 Jens Axboeio_uring: switch to atomic_t for io_kiocb reference...
2021-03-25 Jens Axboeio_uring: wrap io_kiocb reference count manipulation...
2021-03-25 Pavel Begunkovio_uring: simplify io_resubmit_prep()
2021-03-25 Pavel Begunkovio_uring: merge defer_prep() and prep_async()
2021-03-25 Pavel Begunkovio_uring: rethink def->needs_async_data
2021-03-25 Pavel Begunkovio_uring: untie alloc_async_data and needs_async_data
2021-03-25 Pavel Begunkovio_uring: refactor out send/recv async setup
2021-03-25 Pavel Begunkovio_uring: use better types for cflags
2021-03-25 Pavel Begunkovio_uring: refactor provide/remove buffer locking
2021-03-25 Pavel Begunkovio_uring: add a helper failing not issued requests
2021-03-25 Pavel Begunkovio_uring: further deduplicate file slot selection
2021-03-25 Pavel Begunkovio_uring: reuse io_req_task_queue_fail()
2021-03-25 Pavel Begunkovio_uring: avoid taking ctx refs for task-cancel
2021-03-25 Jens AxboeMerge branch 'io_uring-5.12' into for-5.13/io_uring
2021-03-25 Jens Axboeio-wq: fix race around pending work on teardown
2021-03-24 Pavel Begunkovio_uring: do ctx sqd ejection in a clear context
2021-03-22 Pavel Begunkovio_uring: fix provide_buffers sign extension
2021-03-22 Pavel Begunkovio_uring: don't skip file_end_write() on reissue
2021-03-22 Pavel Begunkovio_uring: correct io_queue_async_work() traces
2021-03-21 Linus TorvaldsLinux 5.12-rc4 v5.12-rc4
2021-03-21 Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git./linux...
2021-03-21 Jens Axboeio_uring: don't use {test,clear}_tsk_thread_flag()...
2021-03-21 Linus TorvaldsMerge tag 'io_uring-5.12-2021-03-21' of git://git.kerne...
2021-03-21 Linus TorvaldsMerge tag 'staging-5.12-rc4' of git://git./linux/kernel...
2021-03-21 Linus TorvaldsMerge tag 'usb-5.12-rc4' of git://git./linux/kernel...
2021-03-21 Linus TorvaldsMerge tag 'irq-urgent-2021-03-21' of git://git./linux...
2021-03-21 Linus TorvaldsMerge tag 'perf-urgent-2021-03-21' of git://git./linux...
2021-03-21 Linus TorvaldsMerge tag 'locking-urgent-2021-03-21' of git://git...
2021-03-21 Linus TorvaldsMerge tag 'efi-urgent-2021-03-21' of git://git./linux...
2021-03-21 Linus TorvaldsMerge tag 'x86_urgent_for_v5.12-rc4' of git://git....
2021-03-21 Linus TorvaldsMerge tag 'powerpc-5.12-4' of git://git./linux/kernel...
2021-03-21 Stefan Metzmacherio_uring: call req_set_fail_links() on short send[msg... io_uring-5.12-2021-03-21
2021-03-21 Jens Axboeio-wq: ensure task is running before processing task_work
2021-03-21 Eric W. Biedermansignal: don't allow STOP on PF_IO_WORKER threads
2021-03-21 Jens Axboesignal: don't allow sending any signals to PF_IO_WORKER...
2021-03-21 Theodore Ts'oext4: initialize ret to suppress smatch warning
2021-03-21 Pan Bianext4: stop inode update before return
2021-03-21 Harshad Shirwadkarext4: fix rename whiteout with fast commit
2021-03-21 Jan Karaext4: fix timer use-after-free on failed mount
2021-03-21 Shijie Luoext4: fix potential error in ext4_do_update_inode
2021-03-21 zhangyi (F)ext4: do not try to set xattr into ea_inode if value...
2021-03-21 zhangyi (F)ext4: do not iput inode under running transaction in...
2021-03-21 zhangyi (F)ext4: find old entry again if failed to rename whiteout
2021-03-20 Thomas Gleixnergenirq: Disable interrupts for force threaded handlers
2021-03-20 Linus TorvaldsMerge tag 'riscv-for-linus-5.12-rc4' of git://git....
2021-03-20 Linus TorvaldsMerge tag '5.12-rc3-smb3' of git://git.samba.org/sfrenc...
2021-03-20 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2021-03-20 Linus TorvaldsMerge tag 'zonefs-5.12-rc4' of git://git./linux/kernel...
2021-03-20 Linus TorvaldsMerge tag 'block-5.12-2021-03-19' of git://git.kernel...
2021-03-20 Linus TorvaldsMerge tag 'io_uring-5.12-2021-03-19' of git://git.kerne...
next