]> git.ipfire.org Git - thirdparty/kernel/stable.git/history - fs/io_uring.c
io_uring: mark me as the maintainer
[thirdparty/kernel/stable.git] / fs / io_uring.c
2019-03-18  Jens Axboeio_uring: retry bulk slab allocs as single allocs
2019-03-15  Jens Axboeio_uring: fix poll races
2019-03-15  Jens Axboeio_uring: fix fget/fput handling
2019-03-15  Jens Axboeio_uring: add prepped flag
2019-03-15  Jens Axboeio_uring: make io_read/write return an integer
2019-03-15  Jens Axboeio_uring: use regular request ref counts
2019-03-10  Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git.kerne...
2019-03-10  Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git.kernel...
2019-03-10  Linus TorvaldsMerge branch 'x86-boot-for-linus' of git://git.kernel...
2019-03-10  Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2019-03-10  Linus TorvaldsMerge branch 'locking-urgent-for-linus' of git://git...
2019-03-10  Linus TorvaldsMerge branch 'core-core-for-linus' of git://git.kernel...
2019-03-10  Linus TorvaldsMerge tag 'platform-drivers-x86-v5.1-1' of git://git...
2019-03-10  Linus TorvaldsMerge tag 'for_linus' of git://git.kernel.org/pub/scm...
2019-03-10  Linus TorvaldsMerge tag 'iommu-updates-v5.1' of git://git.kernel...
2019-03-10  Linus TorvaldsMerge tag 'dma-mapping-5.1' of git://git.infradead...
2019-03-10  Linus TorvaldsMerge tag 'devicetree-for-5.1' of git://git.kernel...
2019-03-10  Linus TorvaldsMerge tag 'arm64-upstream' of git://git.kernel.org...
2019-03-10  Linus TorvaldsMerge tag 'nios2-v5.1-rc1' of git://git.kernel.org...
2019-03-10  Linus TorvaldsMerge tag 'for-5.1/dm-changes' of git://git.kernel...
2019-03-10  Linus TorvaldsMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm...
2019-03-09  Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2019-03-09  Linus TorvaldsMerge tag 'pci-v5.1-changes' of git://git.kernel.org...
2019-03-09  Linus TorvaldsMerge tag 'media/v5.1-1' of git://git.kernel.org/pub...
2019-03-09  Linus TorvaldsMerge tag 'gfs2-5.1.fixes' of git://git.kernel.org...
2019-03-09  Linus TorvaldsMerge tag '5.1-rc-smb3-fixes' of git://git.samba.org...
2019-03-09  Linus TorvaldsMerge tag 'fscrypt-for-linus' of git://git.kernel.org...
2019-03-09  Linus TorvaldsMerge tag 'leaks-5.1-rc1' of git://git.kernel.org/pub...
2019-03-09  Linus TorvaldsMerge tag 'docs-5.1' of git://git.lwn.net/linux
2019-03-09  Linus TorvaldsMerge tag 'printk-for-5.1' of git://git.kernel.org...
2019-03-09  Linus TorvaldsMerge tag 'linux-kselftest-5.1-rc1' of git://git.kernel...
2019-03-09  Linus TorvaldsMerge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel...
2019-03-09  Linus TorvaldsMerge tag 'pstore-v5.1-rc1' of git://git.kernel.org...
2019-03-08  Linus TorvaldsMerge tag 'io_uring-2019-03-06' of git://git.kernel...
2019-03-06  Jens Axboeio_uring: allow workqueue item to handle multiple buffe...
2019-03-06  Jens Axboeio_uring: add support for IORING_OP_POLL
2019-02-28  Jens Axboeio_uring: add io_kiocb ref count
2019-02-28  Jens Axboeio_uring: add submission polling
2019-02-28  Jens Axboeio_uring: add file set registration
2019-02-28  Jens Axboeio_uring: add support for pre-mapped user IO buffers
2019-02-28  Jens Axboeio_uring: batch io_kiocb allocation
2019-02-28  Jens Axboeio_uring: use fget/fput_many() for file references
2019-02-28  Jens Axboeio_uring: support for IO polling
2019-02-28  Christoph Hellwigio_uring: add fsync support
2019-02-28  Jens AxboeAdd io_uring IO interface