linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-26 18:20:20 to 2018-03-01 10:40:24 UTC [more...]

[PATCH V4 00/15] lightnvm: pblk: implement 2.0 support
 2018-03-01 10:40 UTC  (19+ messages)
` [PATCH 01/15] lightnvm: simplify geometry structure
` [PATCH 02/15] lightnvm: add controller capabilities to 2.0
` [PATCH 03/15] lightnvm: add minor version to generic geometry
` [PATCH 04/15] lightnvm: add shorten OCSSD version in geo
` [PATCH 05/15] lightnvm: complete geo structure with maxoc*
` [PATCH 06/15] lightnvm: normalize geometry nomenclature
` [PATCH 07/15] lightnvm: add support for 2.0 address format
` [PATCH 08/15] lightnvm: make address conversions depend on generic device
` [PATCH 09/15] lightnvm: implement get log report chunk helpers
` [PATCH 10/15] lightnvm: pblk: check for supported version
` [PATCH 11/15] lightnvm: pblk: rename ppaf* to addrf*
` [PATCH 12/15] lightnvn: pblk: use generic address format
` [PATCH 13/15] lightnvm: pblk: implement get log report chunk
` [PATCH 14/15] lightnvm: pblk: refactor init/exit sequences
` [PATCH 15/15] lightnvm: pblk: implement 2.0 support

[PATCH v2 00/10] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-03-01 10:32 UTC  (15+ messages)
` [PATCH v2 01/10] PCI/P2PDMA: Support peer to peer memory
` [PATCH v2 02/10] PCI/P2PDMA: Add sysfs group to display p2pmem stats
` [PATCH v2 03/10] PCI/P2PDMA: Add PCI p2pmem dma mappings to adjust the bus offset
` [PATCH v2 04/10] PCI/P2PDMA: Clear ACS P2P flags for all devices behind switches
` [PATCH v2 05/10] block: Introduce PCI P2P flags for request and request queue
` [PATCH v2 06/10] IB/core: Add optional PCI P2P flag to rdma_rw_ctx_[init|destroy]()
` [PATCH v2 07/10] nvme-pci: Use PCI p2pmem subsystem to manage the CMB
` [PATCH v2 08/10] nvme-pci: Add support for P2P memory in requests
` [PATCH v2 09/10] nvme-pci: Add a quirk for a pseudo CMB
` [PATCH v2 10/10] nvmet: Optionally use PCI P2P memory

[PATCH V15 00/22] mmc: Add Command Queue support
 2018-03-01  9:15 UTC  (11+ messages)
` [PATCH V15 06/22] mmc: block: Add blk-mq support
            ` EXT4 Oops (Re: [PATCH V15 06/22] mmc: block: Add blk-mq support)

[PATCH 00/11] Make all concurrent queue flag manipulations safe
 2018-03-01  8:57 UTC  (23+ messages)
` [PATCH 01/11] block: Reorder the queue flag manipulaton function definitions
` [PATCH 02/11] block: Use the queue_flag_*() functions instead of open-coding these
` [PATCH 03/11] block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()
` [PATCH 04/11] block: Protect queue flag changes with the queue lock
` [PATCH 05/11] mtip32xx: Use the blk_queue_flag_*() functions
` [PATCH 06/11] bcache: Use the blk_queue_flag_{set,clear}() functions
` [PATCH 07/11] iscsi: Use blk_queue_flag_set()
` [PATCH 08/11] target/tcm_loop: "
` [PATCH 09/11] block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
` [PATCH 10/11] block: Complain if queue_flag_(set|clear)_unlocked() is abused
` [PATCH 11/11] block: Move the queue_flag_*() functions from a public into a private header file

[PATCH V3 0/8] blk-mq & scsi: fix reply queue selection and improve host wide tagset
 2018-03-01  7:58 UTC  (14+ messages)
` [PATCH V3 1/8] scsi: hpsa: fix selection of reply queue
` [PATCH V3 2/8] scsi: megaraid_sas: "
` [PATCH V3 3/8] blk-mq: introduce 'start_tag' field to 'struct blk_mq_tags'
` [PATCH V3 4/8] blk-mq: introduce BLK_MQ_F_HOST_TAGS
` [PATCH V3 5/8] scsi: Add template flag 'host_tagset'
` [PATCH V3 6/8] block: null_blk: introduce module parameter of 'g_host_tags'
` [PATCH V3 7/8] scsi: hpsa: improve scsi_mq performance via .host_tagset
` [PATCH V3 8/8] scsi: megaraid: "

[PATCH] mq-deadline: Make sure to always unlock zones
 2018-03-01  1:36 UTC  (2+ messages)

v4.16-rc1 + dm-mpath + BFQ
 2018-03-01  1:35 UTC  (12+ messages)

[PATCH V2 0/4] fix a few problems in block layer
 2018-03-01  1:23 UTC  (9+ messages)
` [PATCH 1/4] block: fix the count of PGPGOUT for WRITE_SAME
` [PATCH 3/4] block: display the correct diskname for bio
` [PATCH 4/4] block: fix a typo
` [PATCH 2/4] block: bio_check_eod() needs to consider partition

[PATCH 0/5] genirq/affinity: irq vector spread among online CPUs as far as possible
 2018-03-01  0:52 UTC  (3+ messages)
` [PATCH 5/5] nvme: pci: pass max vectors as num_possible_cpus() to pci_alloc_irq_vectors

[PATCH v5 0/6] Fix races between blkcg code and request queue initialization and cleanup
 2018-02-28 19:08 UTC  (10+ messages)
` [PATCH v5 1/6] block/loop: Delete gendisk before cleaning up the request queue
` [PATCH v5 2/6] md: "
` [PATCH v5 3/6] zram: "
` [PATCH v5 4/6] block: Add 'lock' as third argument to blk_alloc_queue_node()
` [PATCH v5 5/6] block: Fix a race between the cgroup code and request queue initialization
` [PATCH v5 6/6] block: Fix a race between request queue removal and the block cgroup controller

[PATCH 2/2] block: fix blk_rq_append_bio
 2018-02-28 17:50 UTC  (9+ messages)
` [PATCH] Use bio_endio instead of bio_put in error path of blk_rq_append_bio

[PATCH] null_blk: add 'requeue' fault attribute
 2018-02-28 16:18 UTC  (7+ messages)

[PATCH 0/2] block: sbitmap tweaks
 2018-02-28 16:13 UTC  (5+ messages)
` [PATCH 1/2] block: clear ctx pending bit under ctx lock
` [PATCH 2/2] sbitmap: use test_and_set_bit_lock()/clear_bit_unlock()

[PATCH 0/2] Make the zone locking information available in debugfs
 2018-02-28 15:45 UTC  (5+ messages)
` [PATCH 1/2] blk-mq-debugfs: Reorder queue show and store methods
` [PATCH 2/2] blk-mq-debugfs: Show zone locking information

[PATCH v4 0/6] Fix races between blkcg code and request queue initialization and cleanup
 2018-02-28 15:33 UTC  (5+ messages)

[PATCH] nbd: do not update block size if file system is mounted
 2018-02-28  9:54 UTC 

[PATCH v2] blk-throttle: fix race between blkcg_bio_issue_check and cgroup_rmdir
 2018-02-28  6:52 UTC  (14+ messages)

[bug report] Don't enter SCSI error handler on kernel 4.16-rc1
 2018-02-28  6:17 UTC  (2+ messages)

[PATCH v7 0/9] bcache: device failure handling improvement
 2018-02-28  4:55 UTC  (19+ messages)
` [PATCH v7 1/9] bcache: fix cached_dev->count usage for bch_cache_set_error()
` [PATCH v7 2/9] bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is set
` [PATCH v7 3/9] bcache: stop dc->writeback_rate_update properly
` [PATCH v7 4/9] bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags
` [PATCH v7 5/9] bcache: add stop_when_cache_set_failed option to backing device
` [PATCH v7 6/9] bcache: fix inaccurate io state for detached bcache devices
` [PATCH v7 7/9] bcache: add backing_request_endio() for bi_end_io of attached backing device I/O
` [PATCH v7 8/9] bcache: add io_disable to struct cached_dev
` [PATCH v7 9/9] bcache: stop bcache device when backing device is offline

[PATCH] blk-mq: Make sure that the affected zone is unlocked if a request times out
 2018-02-28  3:09 UTC  (4+ messages)

[PATCH] bcache: fix crashes in duplicate cache device register
 2018-02-28  2:18 UTC 

[PATCH] nbd: fix return value in error handling path
 2018-02-27 22:51 UTC  (4+ messages)

[PATCH RFC] sbitmap: Use lock/unlock atomic bitops
 2018-02-27 20:29 UTC  (4+ messages)

[PATCH V3 00/19] lightnvm: pblk: implement 2.0 support
 2018-02-27 19:50 UTC  (11+ messages)
` [PATCH 17/19] lightnvm: pblk: implement get log report chunk

[PATCH V4] lightnvm: simplify geometry structure
 2018-02-27 19:27 UTC  (5+ messages)
` [PATCH] "

[PATCH 0/2] Bcache fixes for 4.16
 2018-02-27 17:54 UTC  (4+ messages)
` [PATCH 1/2] bcache: correct flash only vols (check all uuids)
` [PATCH 2/2] bcache: fix kcrashes with fio in RAID5 backend dev

GPF in wb_congested due to null bdi_writeback
 2018-02-27 16:21 UTC  (2+ messages)

v4.16-rc2: virtio-block + ext4 lockdep splats / sleeping from invalid context
 2018-02-27 12:03 UTC  (5+ messages)

[PATCH][RESEND] lightnvm: Avoid validation of default op value
 2018-02-27  7:44 UTC  (3+ messages)

[PATCH] bcache: fix kernel crashes when run fio in a RAID backend bcache device
 2018-02-27  4:58 UTC  (3+ messages)

[PATCH 0/4] fix a few problems in block layer
 2018-02-27  4:51 UTC  (11+ messages)
` [PATCH 1/4] block: fix the count of PGPGOUT for WRITE_SAME
` [PATCH 2/4] block: bio_check_eod() needs to consider partition
` [PATCH 3/4] block: display the correct diskname for bio

[PATCH] bcache: check all uuid elements when start flash only volumes
 2018-02-27  3:54 UTC  (3+ messages)

[PATCH 0/6 v2] block: Fix races in bdev - gendisk handling
 2018-02-27  0:09 UTC  (3+ messages)
` [PATCH 1/6] genhd: Fix leaked module reference for NVME devices

[PATCH 0/2] blk-mq: kyber: fix domain token leak during requeue
 2018-02-26 23:41 UTC  (2+ messages)

[PATCH] lightnvm: Avoid validation of default op value Avoid validation of default op value, if default value is given. In preparation of using the rsvd field of the extended config for additional paramters while using default op
 2018-02-26 19:58 UTC  (2+ messages)

[PATCH] blktrace_api.h: fix comment for struct blk_user_trace_setup
 2018-02-26 19:26 UTC  (3+ messages)

[PATCH] lightnvm: pblk: remove unused variable
 2018-02-26 18:21 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).