messages from 2016-06-06 06:12:49 to 2016-06-09 20:14:14 UTC [more...]
[PATCH] cfq: priority boost on meta/prio marked IO
2016-06-09 20:14 UTC (7+ messages)
[PATCH 0/2] check the number of hw queues mapped to sw queues
2016-06-09 19:47 UTC (11+ messages)
` [PATCH 1/2] blk-mq: add a function to return number of hw queues mapped
` [PATCH 2/2] nvme-rdma: check the "
general preparation for NVMe over Fabrics support
2016-06-09 17:12 UTC (16+ 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
[PATCH v6 0/8] block: prepare for multipage bvecs
2016-06-09 16:06 UTC (2+ messages)
[PATCH] blk-mq: actually hook up defer list when running requests
2016-06-09 15:54 UTC (2+ messages)
two small updates for the request op split
2016-06-09 15:52 UTC (4+ messages)
` [PATCH 1/2] block: better packing for struct request
` [PATCH 2/2] block: add a separate operation type for secure erase
[GIT PULL] (stable/for-jens-4.7) Xen block fixes for v4.7
2016-06-09 15:50 UTC (2+ messages)
NVMe over Fabrics target implementation
2016-06-09 13:46 UTC (20+ 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
NVMe over Fabrics: updates for req_op changes and misc fixes
2016-06-08 22:21 UTC (25+ 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
[PATCH 0/2] linux-block for-next REQ_OP fixes
2016-06-08 21:00 UTC (5+ messages)
` [PATCH 1/2] ext4: use bio op helprs in ext4 crypto code
` [PATCH 2/2] mg_disk: fix enum REQ_OP_ kbuild error
[PATCH 0/4] block: Separating discards from writes in Linux IO statistics
2016-06-08 20:50 UTC (5+ messages)
` [PATCH 1/4] block: Add part_stat_read_accum to read across field entries
` [PATCH 2/4] block: Define and use STAT_READ and STAT_WRITE
` [PATCH 3/4] block: Add and use a rw_stat_group function for indexing disk_stat fields
` [PATCH 4/4] block: Track DISCARD statistics and output them in stat and diskstat
[PATCH 0/3 v2] cfq: High precision slice tuning
2016-06-08 15:08 UTC (5+ 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)
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 (31+ messages)
` [PATCH 01/45] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/45] block: add REQ_OP definitions and helpers
` [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 24/45] dm: use bio op accessors
` [PATCH 25/45] bcache: "
` [PATCH 28/45] target: "
` [PATCH 37/45] drivers: use req op accessor
` [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
[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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).