linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-31 15:42:43 to 2016-06-07 14:57:36 UTC [more...]

generic NVMe over Fabrics library support
 2016-06-07 14:57 UTC  (12+ 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

NVMe over Fabrics RDMA transport drivers
 2016-06-07 14:55 UTC  (13+ 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

[RFC v4 0/4] Introduce the bulk mode method when sending request to crypto layer
 2016-06-07 14:16 UTC  (6+ 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

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

NVMe over Fabrics target implementation
 2016-06-07 10:55 UTC  (8+ 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

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  (11+ messages)
    `  "

[PATCH V2] block: correctly fallback for zeroout
 2016-06-07  4:50 UTC  (2+ 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  (17+ messages)
` [RFC v2 1/3] block: Introduce blk_bio_map_sg() to map one bio
` [RFC v2 2/3] crypto: Introduce CRYPTO_ALG_BULK flag

[PATCH] blk-mq: really fix plug list flushing for nomerge queues
 2016-06-02 17:47 UTC  (4+ messages)

[PATCH v6 0/8] block: prepare for multipage bvecs
 2016-06-02  3:32 UTC  (15+ messages)
` [PATCH v6 5/8] fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGES
` [PATCH v6 8/8] block: mark BIO_MAX_SIZE as obsolete

[PATCH 0/5] block/target queue/LUN reset support
 2016-06-01  6:05 UTC  (9+ messages)
` [PATCH 4/5] scsi: add new async device "

BLKZEROOUT not zeroing md dev on VMDK
 2016-06-01  5:04 UTC  (5+ messages)

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

[PATCH 3/3] cfq-iosched: Convert to use highres timers
 2016-05-31 21:01 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).