linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-07 08:49:39 to 2019-02-10 02:58:03 UTC [more...]

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

[PATCHSET] Sanitize queue flags
 2019-02-09 22:44 UTC  (3+ messages)
` [PATCH 1/2] block: kill QUEUE_FLAG_FLUSH_NQ
` [PATCH 2/2] block: queue flag cleanup

[GIT PULL] Block fixes for 5.0-rc6
 2019-02-09 20:45 UTC  (2+ messages)

[PATCH] blk-sysfs: Rework documention of __blk_release_queue
 2019-02-09 18:34 UTC  (2+ messages)

[PATCH] blk-cgroup: Fix doc related to blkcg_exit_queue
 2019-02-09 18:32 UTC  (3+ messages)

[5.0-rc5 regression] "scsi: kill off the legacy IO path" causes 5 minute delay during boot on Sun Blade 2500
 2019-02-09 18:19 UTC  (2+ messages)

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

[PATCH 00/19] bcache patches for Linux v5.1
 2019-02-09 14:19 UTC  (21+ messages)
` [PATCH 01/19] bcache: never writeback a discard operation
` [PATCH 02/19] bcache: not use hard coded memset size in bch_cache_accounting_clear()
` [PATCH 03/19] bcache: export backing_dev_name via sysfs
` [PATCH 04/19] bcache: export backing_dev_uuid "
` [PATCH 05/19] bcache: fix indentation issue, remove tabs on a hunk of code
` [PATCH 06/19] bcache: treat stale && dirty keys as bad keys
` [PATCH 07/19] bcache: improve sysfs_strtoul_clamp()
` [PATCH 08/19] bcache: fix input integer overflow of congested threshold
` [PATCH 09/19] bcache: fix input overflow to sequential_cutoff
` [PATCH 10/19] bcache: add sysfs_strtoul_bool() for setting bit-field variables
` [PATCH 11/19] bcache: use sysfs_strtoul_bool() to set "
` [PATCH 12/19] bcache: fix input overflow to writeback_delay
` [PATCH 13/19] bcache: fix potential div-zero error of writeback_rate_i_term_inverse
` [PATCH 14/19] bcache: fix potential div-zero error of writeback_rate_p_term_inverse
` [PATCH 15/19] bcache: fix input overflow to writeback_rate_minimum
` [PATCH 16/19] bcache: fix input overflow to journal_delay_ms
` [PATCH 17/19] bcache: fix input overflow to cache set io_error_limit
` [PATCH 18/19] bcache: fix input overflow to cache set sysfs file io_error_halflife
` [PATCH 19/19] bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadata

[RFC PATCH v2] blkcg: prevent priority inversion problem during sync()
 2019-02-09 14:07 UTC 

[RFC PATCH] blkcg: prevent priority inversion problem during sync()
 2019-02-09 13:52 UTC  (2+ messages)

dd hangs when reading large partitions
 2019-02-09 11:57 UTC  (16+ messages)

[PATCH] scsi: sd: block: Handle cases where devices come online read-only
 2019-02-08 23:38 UTC 

[PATCH v4 00/16] block: sed-opal: support shadow MBR done flag and write
 2019-02-08 22:59 UTC  (36+ messages)
` [PATCH v4 01/16] block: sed-opal: fix typos and formatting
` [PATCH v4 02/16] block: sed-opal: use correct macro for method length
` [PATCH v4 03/16] block: sed-opal: unify space check in add_token_*
` [PATCH v4 04/16] block: sed-opal: close parameter list in cmd_finalize
` [PATCH v4 05/16] block: sed-opal: unify cmd start
` [PATCH v4 07/16] block: sed-opal: reuse response_get_token to decrease code duplication
` [PATCH v4 09/16] block: sed-opal: split generation of bytestring header and content
` [PATCH v4 10/16] block: sed-opal: add ioctl for done-mark of shadow mbr
` [PATCH v4 11/16] block: sed-opal: ioctl for writing to "
` [PATCH v4 12/16] block: sed-opal: unify retrieval of table columns
` [PATCH v4 13/16] block: sed-opal: check size of shadow mbr
` [PATCH v4 15/16] block: sed-opal: don't repeat opal_discovery0 in each steps array
` [PATCH v4 16/16] block: sed-opal: rename next to execute_steps

[PATCH] block: avoid setting nr_requests to current value
 2019-02-08 19:43 UTC 

[PATCH v2 0/3] iolatency bug fix
 2019-02-08 19:42 UTC  (3+ messages)

[PATCHSET v12] io_uring IO interface
 2019-02-08 15:13 UTC  (31+ 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] mmc: block: handle complete_work on separate workqueue
 2019-02-08 11:52 UTC  (2+ messages)
  ` [PATCH v2] "

[PATCH] block: break loop when getting target major number in blkdev_show()
 2019-02-08 10:22 UTC 

generic_make_requests() latency spikes while changing queue settings
 2019-02-08  8:59 UTC  (3+ messages)

[LSF/MM TOPIC] BPF for Block Devices
 2019-02-08  8:31 UTC  (3+ messages)

[git pull] device mapper fixes for 5.0-rc6
 2019-02-07 23:05 UTC  (2+ messages)

[PATCH 0/5] genirq/affinity: introduce .setup_affinity to support allocating interrupt sets
 2019-02-07 22:22 UTC  (7+ messages)
` [PATCH 1/5] genirq/affinity: move allocation of 'node_to_cpumask' to irq_build_affinity_masks
` [PATCH 2/5] genirq/affinity: allow driver to setup managed IRQ's affinity
` [PATCH 5/5] genirq/affinity: remove support for allocating interrupt sets

[PATCH v2 0/2] loop: Better discard for block devices
 2019-02-07 22:11 UTC  (4+ messages)
` [PATCH v2 1/2] loop: Report EOPNOTSUPP properly
` [PATCH v2 2/2] loop: Better discard support for block devices

[PATCH v2] blktrace: Show requests without sector
 2019-02-07 19:57 UTC  (2+ messages)

[PATCHSET v9] io_uring IO interface
 2019-02-07 19:08 UTC  (27+ messages)
` [PATCH 13/18] io_uring: add file set registration

LSF/MM 2019: Call for Proposals (UPDATED!)
 2019-02-07 15:35 UTC 

[PATCH v2] bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadata
 2019-02-07 13:11 UTC 

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

[PATCH] blktrace: Show requests without sector
 2019-02-07 10:54 UTC  (3+ messages)

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