linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-16 21:41:45 to 2016-06-05 19:31:48 UTC [more...]

[PATCH 00/45] v8: separate operations from flags in the bio/request structs
 2016-06-05 19:31 UTC  (9+ 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

[RFC v2 0/3] Introduce the bulk mode method when sending request to crypto layer
 2016-06-03 14:38 UTC  (16+ 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
` [RFC v2 3/3] md: dm-crypt: Introduce the bulk mode method when sending request

[PATCH] lightnvm: Make functions not used by ouside static
 2016-06-03 14:10 UTC 

[PATCH] block: correctly fallback for zeroout
 2016-06-03  3:54 UTC  (9+ messages)
    `  "

[BUG] Possible silent data corruption in filesystems/page cache
 2016-06-02 19:32 UTC 

[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  (21+ messages)
` [PATCH v6 1/8] block: move bvec iterator into include/linux/bvec.h
` [PATCH v6 2/8] block: move two bvec structure into bvec.h
` [PATCH v6 3/8] block: mark 1st parameter of bvec_iter_advance as const
` [PATCH v6 4/8] iov_iter: use bvec iterator to implement iterate_bvec()
` [PATCH v6 5/8] fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGES
` [PATCH v6 6/8] block: bio: remove BIO_MAX_SECTORS
` [PATCH v6 7/8] block: drbd: avoid to use BIO_MAX_SIZE
` [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  (21+ messages)
` [PATCH 1/5] blk mq: take ref to q when running it
` [PATCH 2/5] block: add queue reset support
` [PATCH 3/5] target: call queue reset if supported
` [PATCH 4/5] scsi: add new async device reset support
` [PATCH 5/5] iscsi initiator: support eh_async_device_reset_handler

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)

lightnvm: core on-disk initialization
 2016-05-31 11:07 UTC 

[PATCH] nbd: fix race in ioctl
 2016-05-30 12:58 UTC  (2+ messages)

[PATCH] block: don't check request size in blk_cloned_rq_check_limits()
 2016-05-30  7:24 UTC 

[GIT PULL] Block fixes for 4.7-rc1
 2016-05-27 18:37 UTC 

gendisk and lightnvm
 2016-05-27 17:25 UTC  (7+ messages)

bio-based DM multipath is back from the dead [was: Re: Notes from the four separate IO track sessions at LSF/MM]
 2016-05-27 16:10 UTC  (5+ messages)

[RFC 0/3] Introduce the bulk mode method when sending request to crypto layer
 2016-05-27  9:04 UTC  (12+ messages)
` [RFC 1/3] block: Introduce blk_bio_map_sg() to map one bio
` [RFC 2/3] crypto: Introduce CRYPTO_ALG_BULK flag
` [RFC 3/3] md: dm-crypt: Introduce the bulk mode method when sending request

[PATCH] blk-mq: clear q->mq_ops if init fail
 2016-05-26 14:53 UTC  (3+ messages)

[PATCH 00/10]block-throttle: add low/high limit
 2016-05-25 21:38 UTC  (5+ messages)

[PATCH] lightnvm: clear reserved bit on generic addr
 2016-05-25  7:11 UTC  (2+ messages)

BUG: slab-out-of-bounds in bio_alloc_bioset
 2016-05-24 15:28 UTC 

[PATCH v2 1/2] lightnvm: hold lock until finish the target creation
 2016-05-24 14:38 UTC  (8+ messages)
` [RFC PATCH 2/2] lightnvm: Append device name to target name

[PATCH] blk: remove NULL check before freeing functions
 2016-05-23 15:20 UTC  (2+ messages)

[PATCH] lightnvm: expose mark_blk through core
 2016-05-23  8:32 UTC  (2+ messages)

[PATCH v4 0/6] Add alignment check for DAX mount
 2016-05-20 17:49 UTC  (12+ messages)
` [PATCH v4 6/6] block: Update blkdev_dax_capable() for consistency
  ` [PATCH] remove unused blkdev_dax_capable() function

[PATCH 0/3] iowatcher improvements
 2016-05-20 11:54 UTC  (4+ messages)
` [PATCH 1/3] iowatcher: Do not distinguish between reads and writes in IO graphs
` [PATCH 2/3] iowatcher: Allow external program to be used for IO tagging
` [PATCH 3/3] iowatcher: Add sample script to tag IO by process and allow grouping

[PATCH v3 0/5] "Device DAX" for persistent memory
 2016-05-20  9:41 UTC  (11+ messages)
` [PATCH v3 1/5] libnvdimm: stop requiring a driver ->remove() method
` [PATCH v3 2/5] /dev/dax, pmem: direct access to persistent memory
` [PATCH v3 3/5] /dev/dax, core: file operations and dax-mmap
` [PATCH v3 4/5] Revert "block: enable dax for raw block devices"
` [PATCH v3 5/5] libnvdimm: release ida resources

[PATCH 1/2] lightnvm: break the loop when rqd is not null
 2016-05-19 15:19 UTC  (6+ messages)
` [PATCH 2/2] lightnvm: hold nvm_lock until finish the target creation

[PATCH 3.12 14/76] workqueue: fix ghost PENDING flag while doing MQ IO
 2016-05-19  9:07 UTC 

[added to the 4.1 stable tree] workqueue: fix ghost PENDING flag while doing MQ IO
 2016-05-19  4:19 UTC 

[added to the 3.18 stable tree] workqueue: fix ghost PENDING flag while doing MQ IO
 2016-05-19  4:15 UTC 

[PATCH 0/2] Add Opal unlock support to NVMe
 2016-05-18 23:54 UTC  (5+ messages)

[PATCH v2 0/3] "Device DAX" for persistent memory
 2016-05-18 17:57 UTC  (13+ messages)
` [PATCH v2 1/3] /dev/dax, pmem: direct access to "
` [PATCH v2 2/3] /dev/dax, core: file operations and dax-mmap

[PATCH] Fix S_DAX setting in __blkdev_get
 2016-05-18 14:32 UTC  (8+ messages)
` [PATCH] block: Fix S_DAX inode flag locking

UBSAN: Undefined behaviour in block/blk-mq.c:1459:27 with pata_amd
 2016-05-18  6:59 UTC  (3+ messages)

[PATCH v2 4/4] block: Track DISCARD statistics and output them in stat and diskstat
 2016-05-17 21:56 UTC 

[PATCH v2 3/4] block: Add and use a rw_stat_group function for indexing partition stat fields
 2016-05-17 21:53 UTC 

[PATCH v2 2/4] Define and use STAT_READ and STAT_WRITE
 2016-05-17 21:50 UTC 

[PATCH v2 1/4] block: Add part_stat_read_accum to read across field entries
 2016-05-17 21:47 UTC 

[PATCH v2 0/4] block: Separating discards from writes in Linux IO statistics
 2016-05-17 21:44 UTC 

parisc late boot crash in 4.4-rc, scsi-related
 2016-05-16 21:41 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).