messages from 2016-10-28 19:45:49 to 2016-11-01 21:08:43 UTC [more...]
[PATCHSET] Throttled buffered writeback
2016-11-01 21:08 UTC
[PATCHSET] block: IO polling improvements
2016-11-01 21:05 UTC (5+ messages)
` [PATCH 1/4] block: add scalable completion tracking of requests
` [PATCH 2/4] block: move poll code to blk-mq
` [PATCH 3/4] blk-mq: implement hybrid poll mode for sync O_DIRECT
` [PATCH 4/4] blk-mq: make the polling code adaptive
untange block operations and fs READ/WRITE
2016-11-01 20:01 UTC (20+ messages)
` [PATCH 01/16] cfq-iosched: use op_is_sync instead of opencoding it
` [PATCH 02/16] blk-cgroup: use op_is_sync to check for synchronous requests
` [PATCH 03/16] umem: "
` [PATCH 04/16] bcache: "
` [PATCH 05/16] btrfs: "
` [PATCH 06/16] block: don't use REQ_SYNC in the READ_SYNC definition
` [PATCH 07/16] block: treat REQ_FUA and REQ_PREFLUSH as synchronous
` [PATCH 08/16] block: replace REQ_NOIDLE with REQ_IDLE
` [PATCH 09/16] block,fs: use REQ_* flags directly
` [PATCH 10/16] fs: decouple READ and WRITE from the block layer ops
` [PATCH 11/16] block, fs: move submit_bio to bio.h
` [PATCH 12/16] block,fs: untangle fs.h and blk_types.h
` [PATCH 13/16] arm, arm64: don't include blk_types.h in <asm/io.h>
` [PATCH 14/16] ceph: don't include blk_types.h in messenger.h
` [PATCH 15/16] mm: only include blk_types in swap.h if CONFIG_SWAP is enabled
` [PATCH 16/16] block: remove the CONFIG_BLOCK ifdef in blk_types.h
[RFC PATCH 0/6] Sed Opal
2016-11-01 18:56 UTC (11+ messages)
` [RFC PATCH 1/6] Include: Add definitions for sed
` [RFC PATCH 2/6] lib: Add Sed-opal library
` [RFC PATCH 3/6] lib: Add Sed to Kconfig and Makefile
` [RFC PATCH 4/6] include: Add sec_ops to block device operations
` [RFC PATCH 5/6] nvme: Add unlock_from_suspend
` [RFC PATCH 6/6] block: ioctl: Wire up Sed to block ioctls
block device direct I/O fast path
2016-11-01 18:22 UTC (11+ messages)
` [PATCH 1/2] block: add bio_iov_iter_get_pages()
` [PATCH 2/2] block: fast-path for small and simple direct I/O requests
expose queue the queue mapping for SCSI drivers V2
2016-11-01 17:37 UTC (9+ messages)
` [PATCH 1/3] blk-mq: export blk_mq_map_queues
` [PATCH 2/3] scsi: allow LLDDs to expose the queue mapping to blk-mq
` [PATCH 3/3] smartpqi: switch to pci_alloc_irq_vectors
[PATCHv3 00/41] ext4: support of huge pages
2016-11-01 16:39 UTC (11+ messages)
` [PATCHv3 15/41] filemap: handle huge pages in do_generic_file_read()
` [PATCHv3 17/41] filemap: handle huge pages in filemap_fdatawait_range()
[PATCH v5 0/14] Fix race conditions related to stopping block layer queues
2016-11-01 16:12 UTC (27+ messages)
` [PATCH v5 01/14] blk-mq: Do not invoke .queue_rq() for a stopped queue
` [PATCH v5 02/14] blk-mq: Introduce blk_mq_hctx_stopped()
` [PATCH v5 03/14] blk-mq: Introduce blk_mq_queue_stopped()
` [PATCH v5 04/14] blk-mq: Move more code into blk_mq_direct_issue_request()
` [PATCH v5 05/14] blk-mq: Avoid that requeueing starts stopped queues
` [PATCH v5 06/14] blk-mq: Remove blk_mq_cancel_requeue_work()
` [PATCH v5 07/14] blk-mq: Introduce blk_mq_quiesce_queue()
` [PATCH v5 08/14] blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()
` [PATCH v5 09/14] dm: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq code
` [PATCH v5 10/14] dm: Fix a race condition related to stopping and starting queues
` [PATCH v5 11/14] SRP transport: Move queuecommand() wait code to SCSI core
` [PATCH v5 12/14] SRP transport, scsi-mq: Wait for .queue_rq() if necessary
` [PATCH v5 13/14] nvme: Fix a race condition related to stopping queues
` [PATCH v5 14/14] nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq code
[PATCH 01/60] block: bio: introduce bio_init_with_vec_table()
2016-11-01 14:17 UTC (90+ messages)
` [PATCH 02/60] block drivers: convert to bio_init_with_vec_table()
` [PATCH 03/60] block: drbd: remove impossible failure handling
` [PATCH 04/60] block: floppy: use bio_add_page()
` [PATCH 05/60] target: avoid to access .bi_vcnt directly
` [PATCH 06/60] bcache: debug: avoid to access .bi_io_vec directly
` [PATCH 07/60] dm: crypt: use bio_add_page()
` [PATCH 08/60] dm: use bvec iterator helpers to implement .get_page and .next_page
` [PATCH 09/60] dm: dm.c: replace 'bio->bi_vcnt == 1' with !bio_multiple_segments
` [PATCH 10/60] fs: logfs: convert to bio_add_page() in sync_request()
` [PATCH 11/60] fs: logfs: use bio_add_page() in __bdev_writeseg()
` [PATCH 12/60] fs: logfs: use bio_add_page() in do_erase()
` [PATCH 13/60] fs: logfs: remove unnecesary check
` [PATCH 14/60] block: drbd: comment on direct access bvec table
` [PATCH 15/60] block: loop: comment on direct access to "
` [PATCH 16/60] block: pktcdvd: "
` [PATCH 17/60] kernel/power/swap.c: "
` [PATCH 18/60] mm: page_io.c: "
` [PATCH 19/60] fs/buffer: "
` [PATCH 20/60] f2fs: f2fs_read_end_io: "
` [PATCH 21/60] bcache: "
` [PATCH 22/60] block: comment on bio_alloc_pages()
` [PATCH 23/60] block: introduce flag QUEUE_FLAG_NO_MP
` [PATCH 24/60] md: set NO_MP for request queue of md
` [PATCH 25/60] block: pktcdvd: set NO_MP for pktcdvd request queue
` [PATCH 26/60] btrfs: set NO_MP for request queues behind BTRFS
` [PATCH 27/60] block: introduce BIO_SP_MAX_SECTORS
` [PATCH 28/60] block: introduce QUEUE_FLAG_SPLIT_MP
` [PATCH 29/60] dm: limit the max bio size as BIO_SP_MAX_SECTORS << SECTOR_SHIFT
` [PATCH 30/60] bcache: set flag of QUEUE_FLAG_SPLIT_MP
` [PATCH 31/60] block: introduce multipage/single page bvec helpers
` [PATCH 33/60] block: introduce bio_for_each_segment_mp()
` [PATCH 34/60] block: introduce bio_clone_sp()
` [PATCH 35/60] bvec_iter: introduce BVEC_ITER_ALL_INIT
` [PATCH 36/60] block: bounce: avoid direct access to bvec from bio->bi_io_vec
` [PATCH 37/60] block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irq
` [PATCH 38/60] block: bounce: convert multipage bvecs into singlepage
` [PATCH 39/60] bcache: debug: switch to bio_clone_sp()
` [PATCH 40/60] blk-merge: compute bio->bi_seg_front_size efficiently
` [PATCH 41/60] block: blk-merge: try to make front segments in full size
` [PATCH 42/60] block: use bio_for_each_segment_mp() to compute segments count
` [PATCH 43/60] block: use bio_for_each_segment_mp() to map sg
` [PATCH 44/60] block: introduce bvec_for_each_sp_bvec()
` [PATCH 45/60] block: bio: introduce bio_for_each_segment_all_rd() and its write pair
` [PATCH 46/60] block: deal with dirtying pages for multipage bvec
` [PATCH 47/60] block: convert to bio_for_each_segment_all_rd()
` [PATCH 48/60] fs/mpage: "
` [PATCH 49/60] fs/direct-io: "
` [PATCH 50/60] ext4: "
` [PATCH 51/60] xfs: "
` [PATCH 52/60] logfs: "
` [PATCH 53/60] gfs2: "
` [PATCH 54/60] f2fs: "
` [PATCH 55/60] exofs: "
` [PATCH 56/60] fs: crypto: "
` [PATCH 57/60] bcache: "
` [PATCH 58/60] dm-crypt: "
` [PATCH 59/60] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH 60/60] block: enable multipage bvecs
[PATCH] Unittest framework based on nvme-cli
2016-11-01 6:05 UTC (2+ messages)
[PATCH 0/7] LightNVM patchset V2
2016-11-01 0:38 UTC (5+ messages)
` [PATCH 4/7] lightnvm: drop reserve and release LUN callbacks
expose queue the queue mapping for SCSI drivers
2016-10-31 19:32 UTC (4+ messages)
` [PATCH 3/3] smartpqi: switch to pci_alloc_irq_vectors
Device or HBA level QD throttling creates randomness in sequetial workload
2016-10-31 17:24 UTC (2+ messages)
[PATCH] brd: remove support for BLKFLSBUF
2016-10-31 16:36 UTC (14+ messages)
` [PATCH 0/4] brd: support discard
` [PATCH 1/4] brd: handle misaligned discard
` [dm-devel] "
` REQ_OP for zeroing, was "
[PATCH 00/14] introduce the BFQ-v0 I/O scheduler as an extra scheduler
2016-10-30 3:06 UTC (24+ messages)
[patch added to 3.12-stable] cfq: fix starvation of asynchronous writes
2016-10-29 19:26 UTC
block device shutdown crash in bdev_get_queue()
2016-10-28 23:05 UTC
[PATCH 1/2] block: immediately dispatch big size request
2016-10-28 22:52 UTC (2+ messages)
` [PATCH 2/2] blk-mq: "
[PATCH] blk-mq: Always schedule hctx->next_cpu
2016-10-28 21:54 UTC (2+ messages)
[PATCH v4 0/12] Fix race conditions related to stopping block layer queues
2016-10-28 21:06 UTC (5+ messages)
` [PATCH 11/12] nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq code
[PATCH 0/3] iopmem : A block device for PCIe memory
2016-10-28 19:22 UTC (4+ messages)
` [PATCH 2/3] iopmem : Add a block device driver for PCIe attached IO memory
[PATCH] block: disallow changing max_sectors_kb on a request stacking device
2016-10-28 19:45 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).