linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-02 16:01:21 to 2019-10-11 07:51:47 UTC [more...]

[PATCH] loop: fix no-unmap write-zeroes request behavior
 2019-10-11  7:51 UTC  (2+ messages)

[PATCH 1/2] io_uring: make the logic clearer for io_sequence_defer
 2019-10-11  3:47 UTC  (15+ messages)
` [PATCH 2/2] io_uring: replace s->needs_lock with s->in_async

[PATCH v4] block: fix null pointer dereference in blk_mq_rq_timed_out()
 2019-10-11  3:16 UTC  (3+ messages)

[GIT PULL] Block fixes for 5.4-rc3
 2019-10-11  2:15 UTC 

[PATCH] nbd: fix possible sysfs duplicate warning
 2019-10-11  0:39 UTC  (4+ messages)

[PATCH] block: account statistics for passthrough requests
 2019-10-10 23:52 UTC  (2+ messages)

[PATCH v2 1/1] blk-mq: fill header with kernel-doc
 2019-10-10 20:41 UTC  (8+ messages)

[PATCH v9 00/12] nvmet: add target passthru commands support
 2019-10-10 17:56 UTC  (26+ messages)
` [PATCH v9 01/12] nvme-core: introduce nvme_ctrl_get_by_path()
` [PATCH v9 02/12] nvme-core: export existing ctrl and ns interfaces
` [PATCH v9 03/12] nvmet: add return value to nvmet_add_async_event()
` [PATCH v9 04/12] nvmet: make nvmet_copy_ns_identifier() non-static
` [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] nvmet-passthru: add passthru code to process commands
` [PATCH v9 06/12] nvmet-passthru: add enable/disable helpers
` [PATCH v9 07/12] nvmet-core: don't check the data len for pt-ctrl
` [PATCH v9 08/12] nvmet-tcp: don't check data_len in nvmet_tcp_map_data()
` [PATCH v9 09/12] nvmet-configfs: introduce passthru configfs interface
` [PATCH v9 10/12] block: don't check blk_rq_is_passthrough() in blk_do_io_stat()
` [PATCH v9 11/12] block: call blk_account_io_start() in blk_execute_rq_nowait()
` [PATCH v9 12/12] nvmet-passthru: support block accounting

[PATCH V3 0/5] blk-mq: improvement on handling IO during CPU hotplug
 2019-10-10 11:21 UTC  (13+ messages)
` [PATCH V3 1/5] blk-mq: add new state of BLK_MQ_S_INTERNAL_STOPPED
` [PATCH V3 2/5] blk-mq: prepare for draining IO when hctx's all CPUs are offline
` [PATCH V3 3/5] blk-mq: stop to handle IO and drain IO before hctx becomes dead
` [PATCH V3 4/5] blk-mq: re-submit IO in case that hctx is dead
` [PATCH V3 5/5] blk-mq: handle requests dispatched from IO scheduler "

[PATCH] null_blk: Fix zoned command return code
 2019-10-10  2:59 UTC  (2+ messages)

io_uring NULL pointer dereference on Linux v5.4-rc1
 2019-10-09 20:36 UTC  (4+ messages)

[PATCH v6 42/43] pktcdvd: add compat_ioctl handler
 2019-10-09 19:10 UTC 

liburing 0.2 release?
 2019-10-09 17:46 UTC  (3+ messages)

[PATCH] compat_ioctl: fix reimplemented SG_IO handling causing -EINVAL from sg_io()
 2019-10-09 16:01 UTC  (2+ messages)

[PATCHSET v3 block/for-linus] IO cost model based work-conserving porportional controller
 2019-10-09 15:36 UTC  (7+ messages)
` [PATCH 08/10] blkcg: implement blk-iocost

[PATCH 0/2] block, bfq: make bfq disable iocost and present a double interface
 2019-10-09 14:25 UTC  (2+ messages)

[PATCH] io_uring: remove wait loop spurious wakeups
 2019-10-09  9:19 UTC  (9+ messages)

[PATCH AUTOSEL 5.3 15/71] rbd: fix response length parameter for encoded strings
 2019-10-09  3:45 UTC  (4+ messages)

[PATCH V2] block: Fix elv_support_iosched()
 2019-10-09  3:31 UTC  (2+ messages)

[RFC v1] io_uring: add io_uring_link trace event
 2019-10-08 13:11 UTC  (4+ messages)

[5.4-rc1, regression] wb_workfn wakeup oops (was Re: frequent 5.4-rc1 crash?)
 2019-10-08  3:20 UTC  (8+ messages)

[PATCH] blk-stat: Optimise blk_stat_add()
 2019-10-08  3:17 UTC  (2+ messages)

[PATCH] block: Fix elv_support_iosched()
 2019-10-08  3:15 UTC  (2+ messages)

[PATCH blktests v2] nbd/003:add mount and clear_sock test for nbd
 2019-10-08  1:29 UTC  (2+ messages)

packet writing support
 2019-10-07 17:31 UTC  (22+ messages)

[PATCH V2 RESEND 0/5] blk-mq: improvement on handling IO during CPU hotplug
 2019-10-07 16:49 UTC  (16+ messages)
` [PATCH V2 RESEND 1/5] blk-mq: add new state of BLK_MQ_S_INTERNAL_STOPPED
` [PATCH V2 RESEND 2/5] blk-mq: add blk-mq flag of BLK_MQ_F_NO_MANAGED_IRQ
` [PATCH V2 RESEND 3/5] blk-mq: stop to handle IO before hctx's all CPUs become offline
` [PATCH V2 RESEND 4/5] blk-mq: re-submit IO in case that hctx is dead
` [PATCH V2 RESEND 5/5] blk-mq: handle requests dispatched from IO scheduler "

[PATCH v2] blk-wbt: fix performance regression in wbt scale_up/scale_down
 2019-10-06 15:25 UTC  (2+ messages)

[PATCH V2 0/5] blk-mq: improvement on handling IO during CPU hotplug
 2019-10-06  2:47 UTC  (5+ messages)

WARNING in __blk_mq_delay_run_hw_queue
 2019-10-05  9:19 UTC  (2+ messages)

[PATCH] io_uring: allow application controlled CQ ring size
 2019-10-04 19:18 UTC 

[PATCHSET v2] io_uring: support fileset add/remove/modify
 2019-10-04 18:52 UTC  (5+ messages)
` [PATCH 1/2] io_uring: allow sparse fixed file sets
` [PATCH 2/2] io_uring: add support for IORING_REGISTER_FILES_UPDATE

[GIT PULL] Block fixes for 5.4-rc2
 2019-10-04 18:25 UTC  (2+ messages)

[PATCH] io_uring: add support for IORING_REGISTER_FILES_UPDATE
 2019-10-04 16:19 UTC  (7+ messages)

[PATCH] io_uring: Fix reversed nonblock flag
 2019-10-04 14:04 UTC  (9+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 1/2] block: sed-opal: fix sparse warning: obsolete array init
 2019-10-03 20:22 UTC  (6+ messages)

[PATCH 2/2] block: sed-opal: fix sparse warning: convert __be64 data
 2019-10-03 17:06 UTC  (3+ messages)

[PATCH] block: pg: add header include guard
 2019-10-03  2:32 UTC  (3+ messages)

[PATCH 1/1] blk-mq: fill header with kernel-doc
 2019-10-02 21:05 UTC  (5+ messages)

[PATCH 3.16 22/87] sbitmap: fix improper use of smp_mb__before_atomic()
 2019-10-02 19:06 UTC 

[PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
 2019-10-02 16:00 UTC  (7+ messages)
` [PATCH v4 11/25] ibtrs: server: statistics functions


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).