linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-22 00:16:32 to 2019-10-27 17:20:14 UTC [more...]

[PATCH 0/2][for-next] cleanup submission path
 2019-10-27 17:19 UTC  (8+ messages)
` [PATCH 1/2] io_uring: handle mm_fault outside of submission
` [PATCH 2/2] io_uring: merge io_submit_sqes and io_ring_submit

[PATCH 1/1] io_uring: remove index from sqe_submit
 2019-10-27 16:27 UTC  (2+ messages)

[RFC PATCH 00/10] pipe: Notification queue preparation [ver #2]
 2019-10-27 16:04 UTC  (20+ messages)
` [RFC PATCH 01/10] pipe: Reduce #inclusion of pipe_fs_i.h "
` [RFC PATCH 02/10] Remove the nr_exclusive argument from __wake_up_sync_key() "
` [RFC PATCH 03/10] Add wake_up_interruptible_sync_poll_locked() "
` [RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length "
` [RFC PATCH 05/10] pipe: Allow pipes to have kernel-reserved slots "
` [RFC PATCH 06/10] pipe: Advance tail pointer inside of wait spinlock in pipe_read() "
` [RFC PATCH 07/10] pipe: Conditionalise wakeup "
` [RFC PATCH 08/10] pipe: Rearrange sequence in pipe_write() to preallocate slot "
` [RFC PATCH 09/10] pipe: Remove redundant wakeup from pipe_write() "
` [RFC PATCH 10/10] pipe: Check for ring full inside of the spinlock in "
` [RFC PATCH 11/10] pipe: Add fsync() support "

[PATCH 0/8] Zone management commands support
 2019-10-27 14:05 UTC  (9+ messages)
` [PATCH 1/8] block: Remove REQ_OP_ZONE_RESET plugging
` [PATCH 2/8] block: Simplify REQ_OP_ZONE_RESET_ALL handling
` [PATCH 3/8] scsi: sd_zbc: Fix sd_zbc_complete()
` [PATCH 4/8] block: add zone open, close and finish operations
` [PATCH 5/8] block: add zone open, close and finish ioctl support
` [PATCH 6/8] scsi: sd_zbc: add zone open, close, and finish support
` [PATCH 7/8] dm: add zone open, close "
` [PATCH 8/8] null_blk: add zone open, close, "

[PATCH] blk-mq: Fix cpu indexing error in blk_mq_alloc_request_hctx()
 2019-10-27  7:23 UTC  (10+ messages)

KASAN: null-ptr-deref Write in io_wq_cancel_all
 2019-10-27  6:33 UTC 

[GIT PULL] Fixes for 5.4-rc5
 2019-10-26 20:45 UTC  (2+ messages)

[PATCH v2] io_uring: support for larger fixed file sets
 2019-10-26 13:56 UTC 

[PATCH] io_uring: protect fixed file indexing with array_index_nospec()
 2019-10-26 13:51 UTC 

[PATCH AUTOSEL 5.3 76/99] rbd: cancel lock_dwork if the wait is interrupted
 2019-10-26 13:15 UTC 

[PATCH] io_uring: support for larger fixed file sets
 2019-10-26 13:14 UTC  (3+ messages)

[PATCH v9 00/12] nvmet: add target passthru commands support
 2019-10-25 23:09 UTC  (4+ messages)
` [PATCH v9 05/12] Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> [logang@deltatee.com: fixed some of the wording in the help message] Signed-off-by: Logan Gunthorpe <logang@deltatee.com> Reviewed-by: Max Gurtovoy <maxg@mellanox.com>
    ` [PATCH v9 05/12]

[PATCHSET v2 0/4] io_uring: add support for accept(4)
 2019-10-25 21:45 UTC  (7+ messages)
` [PATCH 1/4] io_uring: reorder struct sqe_submit
` [PATCH 2/4] io_uring: io_uring: add support for async work inheriting files
` [PATCH 3/4] net: add __sys_accept4_file() helper
` [PATCH 4/4] io_uring: add support for IORING_OP_ACCEPT

[PATCH] nbd: verify socket is supported during setup
 2019-10-25 20:37 UTC  (2+ messages)

[bug report] null_blk: return fixed zoned reads > write pointer
 2019-10-25 20:25 UTC  (2+ messages)

[PATCH 0/2] fix double completion of timed out commands
 2019-10-25 20:20 UTC  (2+ messages)

[PATCH v3 1/1] blk-mq: fill header with kernel-doc
 2019-10-25 20:18 UTC  (3+ messages)

[PATCH] blk-mq: remove needless goto from blk_mq_get_driver_tag
 2019-10-25 20:15 UTC  (5+ messages)

[PATCH] block: reorder bio::__bi_remaining for better packing
 2019-10-25 20:13 UTC  (2+ messages)

[PATCH v2 0/3] Reduce the amount of memory required for request queues
 2019-10-25 20:12 UTC  (5+ messages)
` [PATCH v2 1/3] block: Remove the synchronize_rcu() call from __blk_mq_update_nr_hw_queues()
` [PATCH v2 2/3] block: Reduce the amount of memory required per request queue
` [PATCH v2 3/3] block: Reduce the amount of memory used for tag sets

[BUG] io_uring: defer logic based on shared data
 2019-10-25 18:17 UTC  (13+ messages)

[PATCHSET v2 0/2] Replace io_uring workqueues with io-wq
 2019-10-25 17:22 UTC  (3+ messages)
` [PATCH 1/2] io-wq: small threadpool implementation for io_uring
` [PATCH 2/2] io_uring: replace workqueue usage with io-wq

[PATCH V4 0/5] blk-mq: improvement on handling IO during CPU hotplug
 2019-10-25 16:33 UTC  (16+ messages)

[BUG][RFC] Miscalculated inflight counter in io_uring
 2019-10-25 16:18 UTC  (4+ messages)

[PATCH liburing 1/1] test/defer: Test deferring with drain and links
 2019-10-25 15:47 UTC  (4+ messages)

[PATCH 0/3][for-linus] Fix bunch of bugs in io_uring
 2019-10-25 15:01 UTC  (7+ messages)
` [PATCH 1/3] io_uring: Fix corrupted user_data
` [PATCH 2/3] io_uring: Fix broken links with offloading
` [PATCH 3/3] io_uring: Fix race for sqes with userspace

[RFC 0/2] io_uring: examine request result only after completion
 2019-10-25 14:42 UTC  (10+ messages)
` [RFC 1/2] io_uring: create io_queue_async() function
` [RFC 2/2] io_uring: examine request result only after completion

liburing 0.2 release?
 2019-10-25 12:31 UTC  (6+ messages)

dm-snapshot for system updates in Android
 2019-10-25 10:16 UTC 

[PATCH] md/raid1: avoid soft lockup under high load
 2019-10-25  7:08 UTC 

[PATCH 0/4] zoned block device report zones enhancements
 2019-10-25  5:17 UTC  (11+ messages)
` [PATCH 1/4] block: Enhance blk_revalidate_disk_zones()
` [PATCH 2/4] block: Simplify report zones execution
` [PATCH 3/4] block: Introduce report zones queue limits
` [PATCH 4/4] block: Generically handle report zones buffer

[PATCHSET] io_uring: add support for accept(4)
 2019-10-25  0:52 UTC  (26+ messages)
` [PATCH 1/3] io_uring: add support for async work inheriting files table

[PATCH blktests v2 0/2] Add a test that triggers blk_mq_update_nr_hw_queues()
 2019-10-24 21:03 UTC  (3+ messages)
` [PATCH blktests v2 1/2] Move and rename uptime_s()
` [PATCH blktests v2 2/2] Add a test that triggers blk_mq_update_nr_hw_queues()

[PATCH 0/2] blk-mq: two improvemens on slow MQ devices
 2019-10-24 19:57 UTC  (3+ messages)
` [PATCH 1/2] blk-mq: respect io scheduler

[PATCH blktests 0/2] Add a test that triggers blk_mq_update_nr_hw_queues()
 2019-10-24 17:58 UTC  (11+ messages)
` [PATCH blktests 1/2] Move and rename uptime_s()
` [PATCH blktests 2/2] Add a test that triggers blk_mq_update_nr_hw_queues()

[PATCH trivial] block: mtip32xx: Spelling s/configration/configuration/
 2019-10-24 15:16 UTC 

[PATCHSET] Replace io_uring workqueues with io-wq
 2019-10-24 13:44 UTC  (3+ messages)
` [PATCH 1/2] io-wq: small threadpool implementation for io_uring
` [PATCH 2/2] io_uring: replace workqueue usage with io-wq

INFO: task syz-executor can't die for more than 143 seconds. (2)
 2019-10-24 10:08 UTC  (2+ messages)

[PATCH 1/2] io_uring : correct timeout req sequence when waiting timeout
 2019-10-24  3:41 UTC  (3+ messages)
` [PATCH 2/2] io_uring: correct timeout req sequence when inserting a new entry

[PATCH] kernel: convert switch/case fallthrough comments to fallthrough;
 2019-10-24  3:39 UTC  (4+ messages)
` [Kgdb-bugreport] "

[PATCH] io_uring: ensure cq_entries is at least equal to or greater than sq_entries
 2019-10-24  3:26 UTC  (5+ messages)

[PATCH 0/4] Reduce the amount of memory required for request queues
 2019-10-24  0:33 UTC  (7+ messages)
` [PATCH 1/4] block: Remove the synchronize_rcu() call from __blk_mq_update_nr_hw_queues()
` [PATCH 2/4] block: Fix a race between blk_poll() and blk_mq_update_nr_hw_queues()

[PATCH] Add prctl support for controlling PF_MEMALLOC V2
 2019-10-23 17:35 UTC  (10+ messages)

[PATCH liburing 1/2] test/timeout: add multi timeout reqs test with different timeout
 2019-10-23  7:12 UTC  (2+ messages)
` [PATCH liburing 2/2] test/timeout: add multi timeout reqs test with different count

[PATCH 0/2] block, bfq: make bfq disable iocost and present a double interface
 2019-10-23  5:44 UTC  (3+ messages)

Some questions regarding block device semantics
 2019-10-22 20:38 UTC 

[PATCH 0/2] bdev: Refresh bdev size for disks without partitioning
 2019-10-22  9:31 UTC  (5+ messages)
` [PATCH 1/2] bdev: Factor out bdev revalidation into a common helper


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).