linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-05 19:31:41 to 2016-06-08 13:44:43 UTC [more...]

NVMe over Fabrics: updates for req_op changes and misc fixes
 2016-06-08 13:44 UTC  (15+ messages)
` [PATCH 01/11] Revert "blk-mq: add blk_mq_alloc_request_hctx"
` [PATCH 02/11] blk-mq: add blk_mq_alloc_request_hctx
` [PATCH 03/11] nvme_rdma: update for req_op changes
` [PATCH 04/11] nvmet: "
` [PATCH 05/11] nvme-loop: set SGL flag on AER
` [PATCH 06/11] nvme-rdma: "
` [PATCH 07/11] nvmet: fix 64-bit division in nvmet_set_features
` [PATCH 08/11] nvmet: fix eno.cocci warnings
` [PATCH 09/11] nvmet-rdma: check for a valid adrfam
` [PATCH 10/11] nvme: keep alive should use any queue
` [PATCH 11/11] nvme-fabrics: pass non-blocking flag to connect request allocation

NVMe over Fabrics target implementation
 2016-06-08 13:12 UTC  (16+ messages)
` [PATCH 1/3] block: Export blk_poll
` [PATCH 2/3] nvmet: add a generic NVMe target
` [PATCH 3/3] nvme-loop: add a NVMe loopback host driver

[PATCH 0/3 v2] cfq: High precision slice tuning
 2016-06-08 13:11 UTC  (4+ messages)
` [PATCH 1/3] cfq-iosched: Convert from jiffies to nanoseconds
` [PATCH 2/3] cfq-iosched: Expose microsecond interfaces
` [PATCH 3/3] cfq-iosched: Convert to use highres timers

generic NVMe over Fabrics library support
 2016-06-08 11:56 UTC  (19+ messages)
` [PATCH 1/8] blk-mq: add blk_mq_alloc_request_hctx
` [PATCH 2/8] nvme: allow transitioning from NEW to LIVE state
` [PATCH 3/8] nvme: Modify and export sync command submission for fabrics
` [PATCH 4/8] nvme: add fabrics sysfs attributes
` [PATCH 5/8] nvme.h: add NVMe over Fabrics definitions
` [PATCH 6/8] nvme-fabrics: add a generic NVMe over Fabrics library
` [PATCH 7/8] nvme.h: Add keep-alive opcode and identify controller attribute
` [PATCH 8/8] nvme: add keep-alive support

[RFC v4 0/4] Introduce the bulk mode method when sending request to crypto layer
 2016-06-08  2:00 UTC  (7+ messages)
` [RFC v4 1/4] block: Introduce blk_bio_map_sg() to map one bio
` [RFC v4 2/4] crypto: Introduce CRYPTO_ALG_BULK flag
` [RFC v4 3/4] md: dm-crypt: Introduce the bulk mode method when sending request
` [RFC v4 4/4] crypto: Add the CRYPTO_ALG_BULK flag for ecb(aes) cipher

NVMe over Fabrics RDMA transport drivers
 2016-06-07 20:27 UTC  (16+ messages)
` [PATCH 1/5] blk-mq: Introduce blk_mq_reinit_tagset
` [PATCH 2/5] nvme: add new reconnecting controller state
` [PATCH 3/5] nvme-rdma.h: Add includes for nvme rdma_cm negotiation
` [PATCH 4/5] nvmet-rdma: add a NVMe over Fabrics RDMA target driver
` [PATCH 5/5] nvme-rdma: add a NVMe over Fabrics RDMA host driver

[PATCH v2 0/4] Block layer support ZAC/ZBC commands
 2016-06-07 20:02 UTC  (5+ messages)
` [PATCH v2 1/4] Losing bits on request.cmd_flags
` [PATCH v2 2/4] Add bio/request flags for using ZBC/ZAC commands
` [PATCH v2 3/4] Add ioctl to issue ZBC/ZAC commands via block layer
` [PATCH v2 4/4] Add ata pass-through path for ZAC commands

[PATCH] Fix reported kmemleak
 2016-06-07 16:48 UTC  (4+ messages)
` [PATCH] Missing bio_put following submit_bio_wait

[PATCH] Zoned block device support
 2016-06-07 15:11 UTC  (5+ messages)
` [PATCH] Add blkzonecmd and blkreport ZAC/ZBC drives

[PATCH V2] block: correctly fallback for zeroout
 2016-06-07 14:58 UTC  (3+ messages)

general preparation for NVMe over Fabrics support
 2016-06-07 10:49 UTC  (14+ messages)
` [PATCH 01/10] nvme.h: add RTD3R, RTD3E and OAES fields
` [PATCH 02/10] nvme.h: Add get_log_page command strucure
` [PATCH 03/10] nvme.h: add NVM command set SQE/CQE size defines
` [PATCH 04/10] nvme.h: add AER constants
` [PATCH 05/10] nvme.h: add constants for PSDT and FUSE values
` [PATCH 06/10] nvme: allow for size limitations from transport drivers
` [PATCH 07/10] nvme: factor out a add nvme_is_write helper
` [PATCH 08/10] nvme: move the workaround for I/O queue-less controllers from PCIe to core
` [PATCH 09/10] nvme: update nvme_cancel_io() a bit
` [PATCH 10/10] nvme: move nvme_cancel_request() to core.c

linux-next/linux memleak after IO on dax mountpoint
 2016-06-07 10:26 UTC 

[BUG] Possible silent data corruption in filesystems/page cache
 2016-06-07  7:36 UTC  (4+ messages)

[PATCH BUGFIX V3] block: add missing group association in bio-cloning functions
 2016-06-07  7:09 UTC  (4+ messages)
` [PATCH BUGFIX V4] "

[PATCH] block: correctly fallback for zeroout
 2016-06-07  6:38 UTC  (6+ messages)
    `  "

[PATCH 0/4] Block layer support ZAC/ZBC commands
 2016-06-06 19:26 UTC  (7+ messages)
` [PATCH 1/4] Add support for SCT Write Same
` [PATCH 2/4] Add bio/request flags for using ZBC/ZAC commands
` [PATCH 3/4] Add ioctl to issue ZBC/ZAC commands via block layer
` [PATCH 4/4] Add ata pass-through path for ZAC commands

[PATCH 00/45] v8: separate operations from flags in the bio/request structs
 2016-06-06 15:43 UTC  (68+ messages)
` [PATCH 01/45] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/45] block: add REQ_OP definitions and helpers
` [PATCH 03/45] fs: have submit_bh users pass in op and flags separately
` [PATCH 04/45] fs: have ll_rw_block "
` [PATCH 05/45] block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE
` [PATCH 06/45] dm: use op_is_write "
` [PATCH 07/45] bcache: "
` [PATCH 08/45] block, fs, mm, drivers: use bio set/get op accessors
` [PATCH 09/45] block discard: use bio set op accessor
` [PATCH 10/45] direct-io: use bio set/get op accessors
` [PATCH 11/45] btrfs: have submit_one_bio users use bio "
` [PATCH 12/45] btrfs: "
` [PATCH 13/45] btrfs: update __btrfs_map_block for REQ_OP transition
` [PATCH 14/45] btrfs: use bio fields for op and flags
` [PATCH 15/45] f2fs: use bio op accessors
` [PATCH 16/45] gfs2: "
` [PATCH 17/45] xfs: "
` [PATCH 18/45] hfsplus: "
` [PATCH 19/45] mpage: "
` [PATCH 20/45] nilfs: "
` [PATCH 21/45] ocfs2: "
` [PATCH 22/45] pm: "
` [PATCH 23/45] dm: pass dm stats data dir instead of bi_rw
` [PATCH 24/45] dm: use bio op accessors
` [PATCH 25/45] bcache: "
` [PATCH 26/45] drbd: "
` [PATCH 27/45] md: "
` [PATCH 28/45] target: "
` [PATCH 29/45] xen: "
` [PATCH 30/45] block: copy bio op to request op
` [PATCH 31/45] block: prepare request creation/destruction code to use REQ_OPs
` [PATCH 32/45] block: prepare mq request creation "
` [PATCH 33/45] block: prepare elevator "
` [PATCH 34/45] blkg_rwstat: separate op from flags
` [PATCH 35/45] block: convert merge/insert code to check for REQ_OPs
` [PATCH 36/45] block: convert is_sync helpers to use REQ_OPs
` [PATCH 37/45] drivers: use req op accessor
` [PATCH 38/45] blktrace: use op accessors
` [PATCH 39/45] ide cd: do not set REQ_WRITE on requests
` [PATCH 40/45] block: move bio io prio to a new field
` [PATCH 41/45] block, drivers, fs: shrink bi_rw from long to int
` [PATCH 42/45] block, fs, drivers: remove REQ_OP compat defs and related code
` [PATCH 43/45] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 44/45] block: do not use REQ_FLUSH for tracking flush support
` [PATCH 45/45] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

[RFC PATCH 0/6] sysfs support for LightNVM
 2016-06-06 14:46 UTC  (7+ messages)
` [RFC PATCH 1/6] nvme: refactor namespaces to support non-gendisk devices
` [RFC PATCH 2/6] null_blk: refactor "
` [RFC PATCH 3/6] blk-mq: register device instead of disk
` [RFC PATCH 4/6] lightnvm: let drivers control the lifetime of nvm_dev
` [RFC PATCH 5/6] lightnvm: expose device geometry through sysfs
` [RFC PATCH 6/6] lightnvm: expose gennvm target type "

[PATCH] lightnvm: Make functions not used by ouside static
 2016-06-06  7:07 UTC  (2+ messages)

[RFC v2 0/3] Introduce the bulk mode method when sending request to crypto layer
 2016-06-06  5:04 UTC  (6+ messages)
` [RFC v2 1/3] block: Introduce blk_bio_map_sg() to map one bio


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