linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-29 13:35:09 to 2019-02-01 15:24:47 UTC [more...]

[PATCHSET v11] io_uring IO interface
 2019-02-01 15:24 UTC  (15+ 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

remove exofs, the T10 OSD code and block/scsi bidi support V4
 2019-02-01 15:13 UTC  (8+ messages)
` [PATCH 1/8] bsg: refactor bsg_ioctl
` [PATCH 2/8] bsg-lib: handle bidi requests without block layer help
` [PATCH 5/8] scsi: remove bidirectional command support
` [PATCH 6/8] scsi: stop setting up request->special
` [PATCH 7/8] block: remove req->special
` [PATCH 8/8] block: remove bidi support

[PATCH 0/4] block: skip media change event handling if unsupported
 2019-02-01 15:12 UTC  (5+ messages)
` [PATCH 1/4] block: disk_events: introduce event flags

[dm-devel] [v2] block: Fix a WRITE SAME BUG_ON
 2019-02-01 14:09 UTC  (12+ messages)
  `  "

general protection fault in debugfs_create_files
 2019-02-01  8:30 UTC  (4+ messages)

[PATCH] lightnvm: pblk: fix bio leak on large sized io
 2019-02-01  8:22 UTC  (7+ messages)

[PATCH 0/5 v6] Fix virtio-blk issue with SWIOTLB
 2019-02-01  8:09 UTC  (7+ 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

[PATCH V2] lightnvm: pblk: fix race condition on GC
 2019-02-01  2:38 UTC 

[RESEND PATCH 0/2] loop: Better discard for block devices
 2019-01-31 23:31 UTC  (4+ messages)
` [RESEND PATCH 1/2] loop: Report EOPNOTSUPP properly
` [RESEND PATCH 2/2] loop: Better discard support for block devices

[PATCH] blk-throttle: limit bios to fix amount of pages entering writeback prematurely
 2019-01-31 21:20 UTC  (5+ messages)

[PATCH V2] lightnvm: pblk: prevent stall due to wb threshold
 2019-01-31 20:10 UTC  (5+ messages)

[PATCH BUGFIX IMPROVEMENT 00/14] batch of patches for next linux release
 2019-01-31 19:50 UTC  (2+ messages)

Question on handling managed IRQs when hotplugging CPUs
 2019-01-31 17:48 UTC 

[PATCHSET v7] io_uring IO interface
 2019-01-31 16:37 UTC  (16+ messages)
` [PATCH 05/18] Add "

[PATCH 0/5 v5] Fix virtio-blk issue with SWIOTLB
 2019-01-31 16:34 UTC  (14+ 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] dma: Uninline 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

[PATCH] block: use strncmp() instead of strcmp() for comparing device name
 2019-01-31  9:25 UTC 

[PATCH] blk-sysfs: Rework documention of __blk_release_queue
 2019-01-31  1:11 UTC 

[PATCH v7 0/2] Amiga RDB partition support fixes
 2019-01-31  0:40 UTC  (2+ messages)

[PATCHSET v10] io_uring IO interface
 2019-01-30 21:55 UTC  (19+ 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

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

[PATCH] bsg: allocate response buffer if requested
 2019-01-30 16:35 UTC  (2+ messages)

[PATCH] blk-mq: fix a hung issue when fsync
 2019-01-30 15:54 UTC  (2+ messages)

WARNING in __flush_work
 2019-01-30 15:53 UTC  (3+ messages)

[PATCH 0/5 v4] Fix virtio-blk issue with SWIOTLB
 2019-01-30 15:49 UTC  (14+ 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 v9] io_uring IO interface
 2019-01-30 15:35 UTC  (36+ 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

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

[PATCH V2] lightnvm: pblk: extend line wp balance check
 2019-01-30 13:33 UTC  (3+ messages)

Spurious device addition uevents sometimes get sent after removing a loop device
 2019-01-30 10:48 UTC 

[PATCH] lightnvm: pblk: extend line wp balance check
 2019-01-30  7:27 UTC  (8+ messages)
` [EXT] "

fsync hangs after scsi rejected a request
 2019-01-30  1:21 UTC  (15+ 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

[PATCHSET v8] io_uring IO interface
 2019-01-29 20:37 UTC  (28+ messages)
` [PATCH 05/18] Add "
` [PATCH 07/18] io_uring: support for IO polling
` [PATCH 10/18] io_uring: batch io_kiocb allocation
` [PATCH 13/18] io_uring: add file set registration
` [PATCH 15/18] io_uring: add io_kiocb ref count

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


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