linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-26 09:58:38 to 2017-06-28 16:30:12 UTC [more...]

[PATCH V4 00/12] blktrace: output cgroup info
 2017-06-28 16:30 UTC  (11+ messages)
` [PATCH V4 01/12] kernfs: use idr instead of ida to manage inode number
` [PATCH V4 02/12] kernfs: implement i_generation
` [PATCH V4 04/12] kernfs: don't set dentry->d_fsdata
` [PATCH V4 05/12] kernfs: introduce kernfs_node_id
` [PATCH V4 06/12] kernfs: add exportfs operations
` [PATCH V4 07/12] cgroup: export fhandle info for a cgroup
` [PATCH V4 08/12] blktrace: export cgroup info in trace
` [PATCH V4 10/12] block: call __bio_free in bio_endio
` [PATCH V4 11/12] blktrace: add an option to allow displying cgroup path
` [PATCH V4 12/12] block: use standard blktrace API to output cgroup info for debug notes

LightNVM pblk: read/write of random kernel memory
 2017-06-28 15:19 UTC  (6+ messages)

[PATCH 1/1] blk-mq: map all HWQ also in hyperthreaded system
 2017-06-28 15:09 UTC  (9+ messages)

[bug report] lightnvm: pblk: sched. metadata on write thread
 2017-06-28 15:05 UTC  (4+ messages)

[PATCH BUGFIX V2] block, bfq: update wr_busy_queues if needed on a queue split
 2017-06-28 13:51 UTC  (9+ messages)

[PATCH 0/5] v3 block subsystem refcounter conversions
 2017-06-28 12:51 UTC  (10+ messages)
` [PATCH 1/5] block: convert bio.__bi_cnt from atomic_t to refcount_t
` [PATCH 2/5] block: convert blk_queue_tag.refcnt "
` [PATCH 3/5] block: convert blkcg_gq.refcnt "
` [PATCH 4/5] block: convert io_context.active_ref "
` [PATCH 5/5] block: convert bsg_device.ref_count "

TCG Opal support for sd.c
 2017-06-28  1:02 UTC  (6+ messages)
` [PATCH] sd: add support for TCG OPAL self encrypting disks

[BUG] Deadlock due due to interactions of block, RCU, and cpu offline
 2017-06-28  0:11 UTC  (10+ messages)

block: spread MSI(-X) vectors to all possible CPUs
 2017-06-27 18:24 UTC  (5+ messages)
` [PATCH 1/3] blk-mq: include all present CPUs in the default queue mapping
` [PATCH 2/3] blk-mq: create hctx for each present CPU
` [PATCH 3/3] nvme: allocate queues for all possible CPUs

move bounce limits settings into the drivers
 2017-06-27 18:10 UTC  (3+ messages)

[PATCH blktests v2 0/2] Test I/O to device while resetting PCI
 2017-06-27 16:55 UTC  (4+ messages)
` [PATCH blktests v2 1/2] rc: add helpers to handle PCI test devices
` [PATCH blktests v2 2/2] block/011: Perform PCI reset while doing IO

[PATCH v2 00/51] block: support multipage bvec
 2017-06-27 16:22 UTC  (59+ messages)
` [PATCH v2 01/51] block: drbd: comment on direct access bvec table
` [PATCH v2 02/51] block: loop: comment on direct access to "
` [PATCH v2 03/51] kernel/power/swap.c: "
` [PATCH v2 04/51] mm: page_io.c: "
` [PATCH v2 05/51] fs/buffer: "
` [PATCH v2 06/51] f2fs: f2fs_read_end_io: "
` [PATCH v2 07/51] bcache: "
` [PATCH v2 08/51] block: comment on bio_alloc_pages()
` [PATCH v2 09/51] block: comment on bio_iov_iter_get_pages()
` [PATCH v2 10/51] dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZE
` [PATCH v2 11/51] md: raid1: initialize bvec table via bio_add_page()
` [PATCH v2 12/51] md: raid10: avoid to access bvec table directly
` [PATCH v2 13/51] btrfs: avoid access to .bi_vcnt directly
` [PATCH v2 14/51] btrfs: avoid to access bvec table directly for a cloned bio
` [PATCH v2 15/51] btrfs: comment on direct access bvec table
` [PATCH v2 16/51] block: bounce: avoid direct access to "
` [PATCH v2 17/51] bvec_iter: introduce BVEC_ITER_ALL_INIT
` [PATCH v2 18/51] block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irq
` [PATCH v2 19/51] block: comments on bio_for_each_segment[_all]
` [PATCH v2 20/51] block: introduce multipage/single page bvec helpers
` [PATCH v2 21/51] block: implement sp version of bvec iterator helpers
` [PATCH v2 22/51] block: introduce bio_for_each_segment_mp()
` [PATCH v2 23/51] blk-merge: compute bio->bi_seg_front_size efficiently
` [PATCH v2 24/51] block: blk-merge: try to make front segments in full size
` [PATCH v2 25/51] block: blk-merge: remove unnecessary check
` [PATCH v2 26/51] block: use bio_for_each_segment_mp() to compute segments count
` [PATCH v2 27/51] block: use bio_for_each_segment_mp() to map sg
` [PATCH v2 28/51] block: introduce bvec_for_each_sp_bvec()
` [PATCH v2 29/51] block: bio: introduce single/multi page version of bio_for_each_segment_all()
` [PATCH v2 30/51] block: introduce bvec_get_last_page()
` [PATCH v2 31/51] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH v2 32/51] btrfs: use bvec_get_last_page to get bio's last page
` [PATCH v2 33/51] block: deal with dirtying pages for multipage bvec
` [PATCH v2 34/51] block: convert to singe/multi page version of bio_for_each_segment_all()
` [PATCH v2 35/51] bcache: convert to bio_for_each_segment_all_sp()
` [PATCH v2 36/51] md: raid1: "
` [PATCH v2 37/51] dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages()
` [PATCH v2 38/51] dm-crypt: convert to bio_for_each_segment_all_sp()
` [PATCH v2 39/51] fs/mpage: "
` [PATCH v2 40/51] fs/block: "
` [PATCH v2 41/51] fs/iomap: "
` [PATCH v2 42/51] ext4: "
` [PATCH v2 43/51] xfs: "
` [PATCH v2 44/51] gfs2: "
` [PATCH v2 45/51] f2fs: "
` [PATCH v2 46/51] exofs: "
` [PATCH v2 47/51] fs: crypto: "
` [PATCH v2 48/51] fs/btrfs: "
` [PATCH v2 49/51] fs/direct-io: "
` [PATCH v2 50/51] block: enable multipage bvecs
` [PATCH v2 51/51] block: bio: pass segments to bio if bio_add_page() is bypassed

[PATCHSET v10] Add support for write life time hints
 2017-06-27 15:20 UTC  (21+ messages)
` [PATCH 1/9] fs: add fcntl() interface for setting/getting "
` [PATCH 2/9] block: add support for write hints in a bio
` [PATCH 3/9] blk-mq: expose write hints through debugfs
` [PATCH 4/9] fs: add O_DIRECT support for sending down write life time hints
` [PATCH 5/9] fs: add support for buffered writeback to pass down write hints
` [PATCH 6/9] ext4: add support for passing in write hints for buffered writes
` [PATCH 7/9] xfs: "
` [PATCH 8/9] btrfs: "
` [PATCH 9/9] nvme: add support for streams and directives

[PATCH v7 00/22] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-27 15:20 UTC  (13+ messages)
` [PATCH v7 16/22] block: convert to errseq_t based writeback error tracking
` [PATCH v7 21/22] xfs: minimal conversion to errseq_t writeback error reporting

[PATCHSET v9] Add support for write life time hints
 2017-06-27 14:56 UTC  (24+ messages)
` [PATCH 1/9] fs: add fcntl() interface for setting/getting "
` [PATCH 4/9] fs: add O_DIRECT support for sending down "
` [PATCH 7/9] xfs: add support for passing in write hints for buffered writes
` [PATCH 9/9] nvme: add support for streams and directives

[PATCH V3] lightnvm: if LUNs are already allocated fix return
 2017-06-27 14:22 UTC  (3+ messages)

[PATCH V2] lightnvm: if LUNs are already allocated fix return
 2017-06-27 11:39 UTC  (5+ messages)

[PATCH] Small patch for 4.13 window
 2017-06-27  9:58 UTC  (4+ messages)
` [PATCH] ligtnvm: if LUNs are already allocated fix return

[PATCH 00/20] LightNVM: pblk patches for 4.13
 2017-06-27  8:00 UTC  (5+ messages)
` [PATCH 18/20] lightnvm: pblk: redesign GC algorithm
` [PATCH 19/20] lightnvm: pblk: set mempool and workqueue params

[PATCH blktests 1/2] rc: add helpers to handle PCI test devices
 2017-06-27  6:49 UTC  (10+ messages)
` [PATCH blktests 2/2] block/011: Perform PCI reset while doing IO

[block] 044f1daaaa kernel BUG at block/blk-mq.c:415!
 2017-06-27  4:16 UTC  (2+ messages)

[PATCH blktests v2] loop/002: Regression testing for loop device flush
 2017-06-27  4:01 UTC 

[PATCH blktests] loop/002: Regression testing for loop device flush
 2017-06-27  1:31 UTC  (3+ messages)

[GIT PULL] New test and a fixup for blktests
 2017-06-26 21:05 UTC  (5+ messages)

[PATCH blktests] sg/001: don't require scsi_debug
 2017-06-26 20:19 UTC  (2+ 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).