linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-19 22:08:00 to 2017-06-26 12:10:09 UTC [more...]

[PATCH v2 00/51] block: support multipage bvec
 2017-06-26 12:10 UTC  (17+ messages)
` [PATCH v2 03/51] kernel/power/swap.c: comment on direct access to bvec table
` [PATCH v2 08/51] block: comment on bio_alloc_pages()
` [PATCH v2 09/51] block: comment on bio_iov_iter_get_pages()
` [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 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 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

TCG Opal support for sd.c
 2017-06-26 11:10 UTC  (3+ messages)
` [PATCH] sd: add support for TCG OPAL self encrypting disks

block: spread MSI(-X) vectors to all possible CPUs
 2017-06-26 10:20 UTC  (4+ 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-26 10:00 UTC  (2+ messages)

[PATCHSET v9] Add support for write life time hints
 2017-06-26  9:59 UTC  (20+ 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 stream 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 00/20] LightNVM: pblk patches for 4.13
 2017-06-26  9:57 UTC  (21+ messages)
` [PATCH 01/20] lightnvm: re-convert ppa format on I/O failure
` [PATCH 02/20] lightnvm: propagate right error code to target
` [PATCH 03/20] lightnvm: pblk: spare double cpu_to_le64 calc
` [PATCH 04/20] lightnvm: pblk: add debug stat for read cache hits
` [PATCH 05/20] lightnvm: pblk: expose max sec per write on sysfs
` [PATCH 06/20] lightnvm: pblk: generalize erase path
` [PATCH 07/20] lightnvm: pblk: rename read request pool
` [PATCH 08/20] lightnvm: pblk: sched. metadata on write thread
` [PATCH 09/20] lightnvm: pblk: delete redundant debug line stat
` [PATCH 10/20] lightnvm: pblk: delete redundant buffer pointer
` [PATCH 11/20] lightnvm: pblk: issue multiplane reads if possible
` [PATCH 12/20] lightnvm: pblk: simplify meta. memory allocation
` [PATCH 13/20] lightnvm: pblk: decouple bad block from line alloc
` [PATCH 14/20] lightnvm: pblk: choose optimal victim GC line
` [PATCH 15/20] lightnvm: pblk: set metadata list for all I/Os
` [PATCH 16/20] lightnvm: pblk: cleanup unnecessary code
` [PATCH 17/20] lightnvm: pblk: add lock assertions on helpers
` [PATCH 18/20] lightnvm: pblk: redesign GC algorithm
` [PATCH 19/20] lightnvm: pblk: set mempool and workqueue params
` [PATCH 20/20] lightnvm: pblk: fail gracefully on irrec. error

[PATCH] ARM: Fix rd_size declaration
 2017-06-26  9:38 UTC  (3+ messages)

[PATCH v7 00/22] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-26  8:23 UTC  (21+ messages)
` [PATCH v7 01/22] fs: remove call_fsync helper function
` [PATCH v7 04/22] buffer: set errors in mapping at the time that the error occurs
` [PATCH v7 05/22] jbd2: don't clear and reset errors after waiting on writeback
` [PATCH v7 11/22] fs: new infrastructure for writeback error handling and reporting
` [PATCH v7 16/22] block: convert to errseq_t based writeback error tracking

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

[bug report] mtip32xx: convert internal command issue to block IO path
 2017-06-23 15:18 UTC  (2+ messages)

[PATCH blktests] sg/001: don't require scsi_debug
 2017-06-23  8:14 UTC 

[BUG] Deadlock due due to interactions of block, RCU, and cpu offline
 2017-06-23  3:34 UTC  (8+ messages)

[PATCH] blk-mq: remove double set queue_num
 2017-06-22 15:19 UTC  (2+ messages)

[PATCH] blk-mq: remove double set queue_num
 2017-06-22 14:10 UTC  (2+ messages)

[PATCH 0/3] Fixes for kernel v4.13
 2017-06-22 10:32 UTC  (6+ messages)
` [PATCH 1/3] block: Declare local symbols static
` [PATCH 2/3] block: Fix off-by-one errors in blk_status_to_errno() and print_req_error()
` [PATCH 3/3] blk-mq: Make it safe to quiesce and unquiesce from an interrupt handler

[GIT PULL] Block fixes for 4.12-rc
 2017-06-22  0:48 UTC 

[PATCH] block: Add fallthrough markers to switch statements
 2017-06-21 17:45 UTC  (2+ messages)

pwritev2 regression test for invalid flags
 2017-06-21 17:08 UTC  (3+ messages)

[GIT PULL] New test and a fixup for blktests
 2017-06-21 15:22 UTC 

[PATCH] btrfs: use new block error code
 2017-06-21 13:48 UTC  (4+ messages)

[PATCH v5 00/12] More patches for kernel v4.13
 2017-06-21  6:57 UTC  (24+ messages)
` [PATCH v5 01/12] blk-mq: Reduce blk_mq_hw_ctx size
` [PATCH v5 02/12] block: Make request operation type argument declarations consistent
` [PATCH v5 03/12] block: Introduce request_queue.initialize_rq_fn()
` [PATCH v5 04/12] block: Make most scsi_req_init() calls implicit
` [PATCH v5 05/12] block: Change argument type of scsi_req_init()
` [PATCH v5 06/12] blk-mq: Initialize .rq_flags in blk_mq_rq_ctx_init()
` [PATCH v5 07/12] block: Add a comment above queue_lockdep_assert_held()
` [PATCH v5 08/12] block: Check locking assumptions at runtime
` [PATCH v5 09/12] block: Document what queue type each function is intended for
` [PATCH v5 10/12] blk-mq: Document locking assumptions
` [PATCH v5 11/12] block: Constify disk_type
` [PATCH v5 12/12] blk-mq: Warn when attempting to run a hardware queue that is not mapped

[PATCH] blk-mq: Make it safe to call blk_mq_quiesce_queue_nowait() from an interrupt handler
 2017-06-21  1:51 UTC  (5+ messages)

two small cleanups
 2017-06-21  1:22 UTC  (6+ messages)
` [PATCH 1/2] block: remove the unused bio_to_phys macro
` [PATCH 2/2] block: stop using bio_data() in blk_write_same_mergeable

[PATCHSET v8] Add support for write life time hints
 2017-06-20 23:49 UTC  (4+ messages)
` [PATCH 1/9] fs: add fcntl() interface for setting/getting "

[PATCH] pci/vmd: Move srcu cleanup after bus/irq domain removal
 2017-06-20 23:29 UTC  (3+ messages)

[PATCH v4 00/12] More patches for kernel v4.13
 2017-06-20 17:39 UTC  (30+ messages)
` [PATCH v4 01/12] blk-mq: Reduce blk_mq_hw_ctx size
` [PATCH v4 02/12] block: Make request operation type argument declarations consistent
` [PATCH v4 03/12] block: Introduce request_queue.initialize_rq_fn()
` [PATCH v4 04/12] block: Make most scsi_req_init() calls implicit
` [PATCH v4 05/12] block: Change argument type of scsi_req_init()
` [PATCH v4 06/12] blk-mq: Initialize .rq_flags in blk_mq_rq_ctx_init()
` [PATCH v4 07/12] block: Add a comment above queue_lockdep_assert_held()
` [PATCH v4 08/12] block: Check locking assumptions at runtime
` [PATCH v4 09/12] block: Document what queue type each function is intended for
` [PATCH v4 10/12] blk-mq: Document locking assumptions
` [PATCH v4 11/12] block: Constify disk_type
` [PATCH v4 12/12] blk-mq: Warn when attempting to run a hardware queue that is not mapped

[RFC PATCH 0/4] Allow file systems to selectively bypass dm-crypt
 2017-06-20 14:44 UTC  (6+ messages)

[PATCH 0/10 v14] merge request: No wait AIO
 2017-06-20 13:12 UTC  (12+ messages)
` [PATCH 01/10] fs: Separate out kiocb flags setup based on RWF_* flags
` [PATCH 02/10] fs: Introduce filemap_range_has_page()
` [PATCH 03/10] fs: Use RWF_* flags for AIO operations
` [PATCH 04/10] fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAIT
` [PATCH 05/10] fs: return if direct I/O will trigger writeback
` [PATCH 06/10] fs: Introduce IOMAP_NOWAIT
` [PATCH 07/10] block: return on congested block device
` [PATCH 08/10] ext4: nowait aio support
` [PATCH 09/10] xfs: "
` [PATCH 10/10] btrfs: "

[PATCHSET v7] Add support for write life time hints
 2017-06-20 13:00 UTC  (18+ messages)
` [PATCH 04/11] fs: add support for allowing applications to pass in "

[PATCH 0/10 v13] merge request: No wait AIO
 2017-06-20 11:53 UTC  (8+ messages)

[PATCH 0/5] Convert RPMB block device to a character device
 2017-06-20 11:23 UTC  (4+ messages)
` [PATCH 2/5] mmc: block: Refactor mmc_blk_part_switch()

streamline blk-mq I/O scheduler interaction
 2017-06-20  9:10 UTC  (4+ messages)
` [PATCH 09/10] blk-mq-sched: unify request prepare methods

[lkp-robot] [scsi] ebc76736f2: fio.write_bw_MBps -4% regression
 2017-06-20  6:04 UTC  (7+ messages)

[patch 55/55] genirq/affinity: Assign vectors to all present CPUs
 2017-06-19 23:37 UTC 


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).