linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-29 15:36:24 to 2017-07-04 12:41:57 UTC [more...]

[PATCH 0/8] correct quiescing in several block drivers
 2017-07-04 12:41 UTC  (21+ messages)
` [PATCH 1/8] nvme-rdma: quiesce/unquiesce admin_q instead of start/stop its hw queues
` [PATCH 2/8] nvme-fc: "
` [PATCH 3/8] nvme-loop: quiesce admin_q instead of stopping "
` [PATCH 4/8] nvme-pci: quiesce/unquiesce admin_q instead of start/stop its "
` [PATCH 5/8] nbd: quiesce request queues to make sure no submissions are inflight
` [PATCH 6/8] mtip32xx: "
` [PATCH 7/8] virtio_blk: quiesce/unquiesce live IO when entering PM states
` [PATCH 8/8] xen-blockfront: quiesce IO before device removal

NVMe induced NULL deref in bt_iter()
 2017-07-04  9:14 UTC  (15+ messages)

[PATCH v2] block: Fix __blkdev_issue_zeroout loop
 2017-07-04  8:27 UTC 

Commit edf064e7c (btrfs: nowait aio support) breaks shells
 2017-07-04  7:45 UTC  (2+ messages)

[PATCH BUGFIX] block, bfq: fix bug causing crashes
 2017-07-04  7:08 UTC  (4+ messages)
` [PATCH BUGFIX] block, bfq: don't change ioprio class for a bfq_queue on a service tree

[PULL] bcache fixes and updates for-4.13
 2017-07-04  4:08 UTC  (58+ messages)
    ` [PATCH 07/19] bcache: introduce bcache sysfs entries for ioprio-based bypass/writeback hints
    ` [PATCH 08/19] bcache: documentation for sysfs entries describing bcache cache hinting
    ` [PATCH 09/19] bcache: update bio->bi_opf bypass/writeback REQ_ flag hints
    ` [PATCH 01/19] bcache: Fix leak of bdev reference
    ` [PATCH 02/19] bcache: fix sequential large write IO bypass
    ` [PATCH 03/19] bcache: do not subtract sectors_to_gc for bypassed IO
    ` [PATCH 05/19] bcache: fix calling ida_simple_remove() with incorrect minor
    ` [PATCH 10/19] bcache: initialize stripe_sectors_dirty correctly for thin flash device
    ` [PATCH 14/19] bcache: Correct return value for sysfs attach errors
    ` [PATCH 13/19] bcache: delete redundant calling set_gc_sectors()
    ` [PATCH 16/19] bcache: increase the number of open buckets
    ` [PATCH 17/19] bcache: fix for gc and write-back race
    ` [PATCH 18/19] bcache: silence static checker warning
    ` [PATCH 19/19] bcache: Update continue_at() documentation
      ` [PATCH 06/19] bcache: explicitly destory mutex while exiting
              ` [PATCH 09/19 v2] bcache: update bio->bi_opf bypass/writeback REQ_ flag hints

[PATCH 1/1] block: Convert hd_struct in_flight from atomic to percpu
 2017-07-04  1:20 UTC  (21+ messages)
              ` [dm-devel] "

block: T10/DIF Fixes and cleanups v5
 2017-07-03 23:00 UTC  (11+ messages)
` [PATCH 1/9] bio-integrity: bio_trim should truncate integrity vector accordingly
` [PATCH 2/9] bio-integrity: bio_integrity_advance must update integrity seed
` [PATCH 3/9] bio-integrity: fix interface for bio_integrity_trim
` [PATCH 4/9] bio-integrity: fold bio_integrity_enabled to bio_integrity_prep
` [PATCH 5/9] t10-pi: Move opencoded contants to common header
` [PATCH 6/9] block: guard bvec iteration logic
` [PATCH 7/9] bio: add bvec_iter rewind API
` [PATCH 8/9] bio-integrity: Restore original iterator on verify stage
` [PATCH 9/9] bio-integrity: stop abusing bi_end_io

[PATCH] blk-mq-sched: fix performance regression of mq-deadline
 2017-07-03 22:53 UTC  (2+ messages)

Re: Question about gc time
 2017-07-03 19:15 UTC 

[GIT PULL] Core block/IO changes for 4.13-rc
 2017-07-03 19:04 UTC  (3+ messages)

non-blockling buffered reads V2
 2017-07-03 17:07 UTC  (6+ messages)
` [PATCH 1/3] fs: pass iocb to do_generic_file_read
` [PATCH 2/3] fs: support IOCB_NOWAIT in generic_file_buffered_read
` [PATCH 3/3] fs: support RWF_NOWAIT for buffered reads

[PATCH 1/1] blk-mq: map all HWQ also in hyperthreaded system
 2017-07-03 13:38 UTC  (2+ messages)

[PATCH 4.4 030/101] block: fix module reference leak on put_disk() call for cgroups throttle
 2017-07-03 13:34 UTC 

[PATCH] block: Fix __blkdev_issue_zeroout loop
 2017-07-03  6:56 UTC 

block: spread MSI(-X) vectors to all possible CPUs
 2017-07-02 17:47 UTC  (7+ 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

[PATCH] nvme: remove pci device if no longer present
 2017-07-02 15:31 UTC  (2+ messages)

[PATCH 05/19] bcache: fix calling ida_simple_remove() with incorrect minor
 2017-07-01 19:25 UTC 

[PATCH 00/10] lightnvm: pblk fixes for 4.13
 2017-06-30 17:08 UTC  (12+ messages)
` [PATCH 01/10] lightnvm: pblk: fix bad le64 assignations
` [PATCH 02/10] lightnvm: pblk: fix double-free on pblk init
` [PATCH 03/10] lightnvm: pblk: remove unused return variable
` [PATCH 04/10] lightnvm: pblk: schedule if data is not ready
` [PATCH 05/10] lightnvm: pblk: use right metadata buffer for recovery
` [PATCH 06/10] lightnvm: pblk: use vmalloc for GC data buffer
` [PATCH 07/10] lightnvm: pblk: remove target using async. I/Os
` [PATCH 08/10] lightnvm: pblk: add initialization check
` [PATCH 09/10] lightnvm: pblk: verify that cache read is still valid
` [PATCH 10/10] lightnvm: pblk: set line bitmap check under debug

[PATCH v8 00/18] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-30 16:49 UTC  (22+ messages)
` [PATCH v8 03/18] fs: check for writeback errors after syncing out buffers in generic_file_fsync
` [PATCH v8 10/18] fs: new infrastructure for writeback error handling and reporting
` [PATCH v8 12/18] Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors
` [PATCH v8 16/18] ext4: use errseq_t based error handling for reporting data "
` [PATCH v8 17/18] xfs: minimal conversion to errseq_t writeback error reporting
` [PATCH v8 18/18] btrfs: minimal conversion to errseq_t writeback error reporting on fsync

LightNVM pblk: read/write of random kernel memory
 2017-06-30 14:05 UTC  (5+ messages)

[PATCH 1/3 v4] mmc: block: Anonymize the drv op data pointer
 2017-06-30 12:06 UTC  (3+ messages)
` [PATCH 2/3 v4] mmc: ops: export mmc_get_status()
` [PATCH 3/3 v4] mmc: debugfs: Move block debugfs into block module

[PATCH] block: Constify attribute_group structures
 2017-06-30 10:14 UTC 

[PATCH] block: constify attribute_group structures
 2017-06-30 10:06 UTC 

[PATCH blktests v2] tests: use nproc to get number of CPUs for fio jobs
 2017-06-30  9:07 UTC 

non-blockling buffered reads
 2017-06-30  3:43 UTC  (9+ messages)
` [PATCH 1/3] fs: pass iocb to do_generic_file_read
` [PATCH 2/3] fs: support IOCB_NOWAIT in generic_file_buffered_read
` [PATCH 3/3] fs: support RWF_NOWAIT for buffered reads

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

[PATCH] block: call __bio_free in bio_endio
 2017-06-29 21:23 UTC  (3+ messages)

[PATCH V4 00/12] blktrace: output cgroup info
 2017-06-29 20:22 UTC  (13+ messages)
` [PATCH V4 10/12] block: call __bio_free in bio_endio

[PATCH v2 00/51] block: support multipage bvec
 2017-06-29 19:00 UTC  (5+ messages)
` [PATCH v2 11/51] md: raid1: initialize bvec table via bio_add_page()

[PATCH 5/9] block/cfq: Replace cfq_rb_root leftmost caching
 2017-06-29 17:15 UTC 

raid0 vs. mkfs
 2017-06-29 15:36 UTC  (6+ 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).