messages from 2016-05-19 04:15:04 to 2016-06-05 19:34:16 UTC [more...]
[PATCH 00/45] v8: separate operations from flags in the bio/request structs
2016-06-05 19:32 UTC (46+ 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 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 (5+ messages)
[PATCH] remove unused blkdev_dax_capable() function
2016-05-20 15:48 UTC (3+ messages)
[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 (10+ 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 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
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).