linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-28 17:12:43 to 2019-01-30 06:53:29 UTC [more...]

[dm-devel] [v2] block: Fix a WRITE SAME BUG_ON
 2019-01-30  6:50 UTC  (5+ messages)
  `  "

[PATCH blktests] block: add test for io hang due to blk-iolatency
 2019-01-30  3:46 UTC  (2+ messages)

[PATCH] lightnvm: pblk: fix bio leak on large sized io
 2019-01-30  1:53 UTC 

[PATCHSET v9] io_uring IO interface
 2019-01-30  1:29 UTC  (34+ messages)
` [PATCH 01/18] fs: add an iopoll method to struct file_operations
` [PATCH 02/18] block: wire up block device iopoll method
` [PATCH 03/18] block: add bio_set_polled() helper
` [PATCH 04/18] iomap: wire up the iopoll method
` [PATCH 05/18] Add io_uring IO interface
` [PATCH 06/18] io_uring: add fsync support
` [PATCH 07/18] io_uring: support for IO polling
` [PATCH 08/18] fs: add fget_many() and fput_many()
` [PATCH 09/18] io_uring: use fget/fput_many() for file references
` [PATCH 10/18] io_uring: batch io_kiocb allocation
` [PATCH 11/18] block: implement bio helper to add iter bvec pages to bio
` [PATCH 12/18] io_uring: add support for pre-mapped user IO buffers
` [PATCH 13/18] io_uring: add file set registration
` [PATCH 14/18] io_uring: add submission polling
` [PATCH 15/18] io_uring: add io_kiocb ref count
` [PATCH 16/18] io_uring: add support for IORING_OP_POLL
` [PATCH 17/18] io_uring: allow workqueue item to handle multiple buffered requests
` [PATCH 18/18] io_uring: add io_uring_event cache hit information

fsync hangs after scsi rejected a request
 2019-01-30  1:21 UTC  (15+ messages)

[PATCH v2 0/4] Write-hint for FS journal
 2019-01-30  0:13 UTC  (6+ messages)

[PATCH v2 0/3] iolatency bug fix
 2019-01-29 23:55 UTC  (4+ messages)
` [PATCH v2 1/3] blk-iolatency: fix IO hang due to negative inflight counter

[PATCH] lightnvm: pblk: extend line wp balance check
 2019-01-29 22:10 UTC  (7+ messages)
` [EXT] "

[PATCHSET v8] io_uring IO interface
 2019-01-29 20:37 UTC  (65+ messages)
` [PATCH 01/18] fs: add an iopoll method to struct file_operations
` [PATCH 02/18] block: wire up block device iopoll method
` [PATCH 03/18] block: add bio_set_polled() helper
` [PATCH 04/18] iomap: wire up the iopoll method
` [PATCH 05/18] Add io_uring IO interface
` [PATCH 06/18] io_uring: add fsync support
` [PATCH 07/18] io_uring: support for IO polling
` [PATCH 08/18] fs: add fget_many() and fput_many()
` [PATCH 09/18] io_uring: use fget/fput_many() for file references
` [PATCH 10/18] io_uring: batch io_kiocb allocation
` [PATCH 11/18] block: implement bio helper to add iter bvec pages to bio
` [PATCH 12/18] io_uring: add support for pre-mapped user IO buffers
` [PATCH 13/18] io_uring: add file set registration
` [PATCH 14/18] io_uring: add submission polling
` [PATCH 15/18] io_uring: add io_kiocb ref count
` [PATCH 16/18] io_uring: add support for IORING_OP_POLL
` [PATCH 17/18] io_uring: allow workqueue item to handle multiple buffered requests
` [PATCH 18/18] io_uring: add io_uring_event cache hit information

[RFC PATCH 0/3] cgroup: fsio throttle controller
 2019-01-29 18:50 UTC  (10+ messages)

[PATCH] lightnvm: pblk: fix race condition on GC
 2019-01-29 18:39 UTC  (3+ messages)

[PATCH 0/5 v4] Fix virtio-blk issue with SWIOTLB
 2019-01-29 17:13 UTC  (11+ messages)
` [PATCH 1/5] swiotlb: Introduce swiotlb_max_mapping_size()
` [PATCH 2/5] swiotlb: Add is_swiotlb_active() function
` [PATCH 3/5] dma: Introduce dma_max_mapping_size()
` [PATCH 4/5] virtio: Introduce virtio_max_dma_size()
` [PATCH 5/5] virtio-blk: Consider virtio_max_dma_size() for maximum segment size

[PATCHSET v7] io_uring IO interface
 2019-01-29 16:46 UTC  (31+ messages)
` [PATCH 05/18] Add "
` [PATCH 07/18] io_uring: support for IO polling
` [PATCH 09/13] io_uring: add submission polling

WARNING in __flush_work
 2019-01-29 16:43 UTC 

[PATCH BUGFIX IMPROVEMENT 00/14] batch of patches for next linux release
 2019-01-29 11:06 UTC  (15+ messages)
` [PATCH BUGFIX IMPROVEMENT 01/14] block, bfq: do not consider interactive queues in srt filtering
` [PATCH BUGFIX IMPROVEMENT 02/14] block, bfq: avoid selecting a queue w/o budget
` [PATCH BUGFIX IMPROVEMENT 03/14] block, bfq: make sure queue budgets are not below service received
` [PATCH BUGFIX IMPROVEMENT 04/14] block, bfq: remove case of redirected bic from insert_request
` [PATCH BUGFIX IMPROVEMENT 05/14] block, bfq: consider also ioprio classes in symmetry detection
` [PATCH BUGFIX IMPROVEMENT 06/14] block, bfq: split function bfq_better_to_idle
` [PATCH BUGFIX IMPROVEMENT 07/14] block, bfq: do not plug I/O of in-service queue when harmful
` [PATCH BUGFIX IMPROVEMENT 08/14] block, bfq: unconditionally plug I/O in asymmetric scenarios
` [PATCH BUGFIX IMPROVEMENT 09/14] block, bfq: fix sequential rq detection in rate estimation
` [PATCH BUGFIX IMPROVEMENT 10/14] block, bfq: fix queue removal from weights tree
` [PATCH BUGFIX IMPROVEMENT 11/14] block, bfq: reduce threshold for detecting command queueing
` [PATCH BUGFIX IMPROVEMENT 12/14] block, bfq: port commit "cfq-iosched: improve hw_tag detection"
` [PATCH BUGFIX IMPROVEMENT 13/14] block, bfq: do not overcharge writes in asymmetric scenarios
` [PATCH BUGFIX IMPROVEMENT 14/14] block, bfq: fix in-service-queue check for queue merging

[PATCH] lightnvm: pblk: prevent stall due to wb threshold
 2019-01-29 10:58 UTC  (4+ messages)

[PATCH] block: Mark expected switch fall-throughs
 2019-01-29  9:42 UTC  (2+ messages)
` [Drbd-dev] "

[PATCH v2] floppy: check_events callback should not return a negative number
 2019-01-29  8:41 UTC  (2+ messages)

[LSF/MM TOPIC] Zoned Block Devices
 2019-01-29  8:25 UTC  (4+ messages)

[PATCH 0/5 v3] Fix virtio-blk issue with SWIOTLB
 2019-01-29  7:38 UTC  (19+ messages)
` [PATCH 2/5] swiotlb: Add is_swiotlb_active() function
` [PATCH 5/5] virtio-blk: Consider virtio_max_dma_size() for maximum segment size

[PATCH] floppy: check_events callback should not return a negative number
 2019-01-29  3:27 UTC  (3+ messages)

[PATCH] nullb: Prevent use of legacy request queue mode
 2019-01-29  1:49 UTC  (2+ messages)

[PATCH] block: set rq->cmd_flags with bio->opf instead of data->cmd_flags when bio is not Null
 2019-01-29  0:47 UTC  (6+ messages)

[PATCH AUTOSEL 4.20 093/304] sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAIN
 2019-01-28 15:43 UTC  (7+ messages)
` [PATCH AUTOSEL 4.20 164/304] lightnvm: pblk: fix resubmission of overwritten write err lbas
` [PATCH AUTOSEL 4.20 165/304] lightnvm: pblk: add lock protection to list operations
` [PATCH AUTOSEL 4.20 238/304] drbd: disconnect, if the wrong UUIDs are attached on a connected peer
` [PATCH AUTOSEL 4.20 282/304] zram: fix lockdep warning of free block handling
` [PATCH AUTOSEL 4.20 286/304] block/swim3: Fix -EBUSY error when re-opening device after unmount
` [PATCH AUTOSEL 4.20 291/304] block/swim3: Fix regression on PowerBook G3

[PATCH AUTOSEL 4.19 079/258] sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAIN
 2019-01-28 15:58 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 139/258] lightnvm: pblk: fix resubmission of overwritten write err lbas
` [PATCH AUTOSEL 4.19 140/258] lightnvm: pblk: add lock protection to list operations
` [PATCH AUTOSEL 4.19 200/258] drbd: disconnect, if the wrong UUIDs are attached on a connected peer


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