linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-02 02:02:26 to 2017-06-07 19:06:59 UTC [more...]

spread MSI(-X) vectors to all possible CPUs V2
 2017-06-07 19:06 UTC  (18+ messages)
` [PATCH 1/8] genirq: allow assigning affinity to present but not online CPUs
` [PATCH 2/8] genirq: move pending helpers to internal.h
` [PATCH 3/8] genirq/affinity: factor out a irq_affinity_set helper
` [PATCH 4/8] genirq/affinity: assign vectors to all present CPUs
` [PATCH 5/8] genirq/affinity: update CPU affinity for CPU hotplug events
` [PATCH 6/8] blk-mq: include all present CPUs in the default queue mapping
` [PATCH 7/8] blk-mq: create hctx for each present CPU
` [PATCH 8/8] nvme: allocate queues for all possible CPUs

[PATCHv7 0/2] loop: enable different logical blocksizes
 2017-06-07 18:04 UTC  (4+ messages)
` [PATCHv7 2/2] loop: support 4k physical blocksize

[PATCH] blk-throttle: set default latency baseline for harddisk
 2017-06-07 15:09 UTC  (4+ messages)

[PATCH] blk-throttle: fix NULL pointer dereference in throtl_schedule_pending_timer
 2017-06-07 14:12 UTC  (3+ messages)

[PATCH] Fix loop device flush before configure
 2017-06-07 13:17 UTC  (4+ messages)
  ` 答复: "

[PATCH blktests v2 0/3] Add SCSI generic test group
 2017-06-07  7:03 UTC  (3+ messages)

[PATCH v5 00/12] blk-mq: fix & improve queue quiescing
 2017-06-07  2:50 UTC  (20+ messages)
` [PATCH v5 01/12] blk-mq: pass correct hctx to blk_mq_try_issue_directly
` [PATCH v5 02/12] blk-mq: fix direct issue
` [PATCH v5 03/12] blk-mq: move blk_mq_quiesce_queue() into include/linux/blk-mq.h
` [PATCH v5 04/12] blk-mq: introduce blk_mq_quiesce_queue_nowait()
` [PATCH v5 05/12] blk-mq: introduce blk_mq_unquiesce_queue
` [PATCH v5 06/12] blk-mq: use the introduced blk_mq_unquiesce_queue()
` [PATCH v5 07/12] nvme: host: unquiesce queue in nvme_kill_queues()
` [PATCH v5 08/12] blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queue
` [PATCH v5 09/12] blk-mq: update comments on blk_mq_quiesce_queue()
` [PATCH v5 10/12] blk-mq: don't stop queue for quiescing
` [PATCH v5 11/12] blk-mq: clarify dispatch may not be drained/blocked by stopping queue
` [PATCH v5 12/12] Revert "blk-mq: don't use sync workqueue flushing from drivers"

[xfstests PATCH v3 0/5] add a test for reporting writeback errors across all fds on fsync
 2017-06-06 22:07 UTC  (16+ messages)
` [xfstests PATCH v3 1/5] generic: add a writeback error handling test
` [xfstests PATCH v3 2/5] ext4: allow ext4 to use $SCRATCH_LOGDEV
` [xfstests PATCH v3 3/5] generic: test writeback error handling on dmerror devices
` [xfstests PATCH v3 4/5] ext3: allow it to put journal on a separate device when doing scratch_mkfs
` [xfstests PATCH v3 5/5] btrfs: allow it to use $SCRATCH_LOGDEV

Opal userspace
 2017-06-06 21:42 UTC  (4+ messages)

TCG Opal support for libata
 2017-06-06 21:40 UTC  (20+ messages)
` [PATCH 1/6] libata: move ata_read_log_page to libata-core.c
` [PATCH 2/6] libata: factor out a ata_log_supported helper
` [PATCH 3/6] libata: clarify log page naming / grouping
` [PATCH 4/6] libata: factor out a ata_identify_page_supported helper
` [PATCH 5/6] libata: implement SECURITY PROTOCOL IN/OUT
` [PATCH 6/6] sd: add support for TCG OPAL self encrypting disks

[PATCH] elevator: fix truncation of icq_cache_name
 2017-06-06 17:21 UTC  (3+ messages)

Application stops due to ext4 filesytsem IO error
 2017-06-06 15:34 UTC 

[PATCH v5 00/12] blk-mq: fix & improve queue quiescing
 2017-06-06 15:20 UTC 

[PATCH v4 00/11] blk-mq: fix & improve queue quiescing
 2017-06-06 12:48 UTC  (22+ messages)
` [PATCH v4 01/11] blk-mq: fix direct issue
` [PATCH v4 02/11] blk-mq: move blk_mq_quiesce_queue() into include/linux/blk-mq.h
` [PATCH v4 03/11] blk-mq: introduce blk_mq_quiesce_queue_nowait()
` [PATCH v4 04/11] blk-mq: introduce blk_mq_unquiesce_queue
` [PATCH v4 05/11] blk-mq: use the introduced blk_mq_unquiesce_queue()
` [PATCH v4 06/11] nvme: host: unquiesce queue in nvme_kill_queues()
` [PATCH v4 07/11] blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queue
` [PATCH v4 08/11] blk-mq: update comments on blk_mq_quiesce_queue()
` [PATCH v4 09/11] blk-mq: don't stop queue for quiescing
` [PATCH v4 10/11] blk-mq: clarify dispatch may not be drained/blocked by stopping queue
` [PATCH v4 11/11] Revert "blk-mq: don't use sync workqueue flushing from drivers"

[PATCH 0/10 v11] No wait AIO
 2017-06-06 11:19 UTC  (11+ 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
` [PATCH 05/10] fs: return if direct write 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: "

[PATCH] nvme: fix hang in remove path
 2017-06-06  7:30 UTC  (11+ messages)

[PATCH v5 00/17] fs: introduce new writeback error reporting and convert ext2 and ext4 to use it
 2017-06-06  1:08 UTC  (6+ messages)
` [PATCH v5 08/17] dax: set errors in mapping when writeback fails

[PATCH v4 00/11] blk-mq: fix & improve queue quiescing
 2017-06-05 15:57 UTC 

[PATCH 0/10 v10] No wait AIO
 2017-06-05 15:35 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
` [PATCH 05/10] fs: return if direct write will trigger writeback
` [PATCH 06/10] fs: Introduce IOMAP_NOWAIT
` [PATCH 07/10] fs: return on congested block device
` [PATCH 08/10] ext4: nowait aio support
` [PATCH 09/10] xfs: "
` [PATCH 10/10] btrfs: "

[PATCH BUGFIX] block, bfq: access and cache blkg data only when safe
 2017-06-05  8:11 UTC 

Application stops due to ext4 filesytsem IO error
 2017-06-05  7:28 UTC 

[RFC v2 2/4] tracing: Add support for recording tgid of tasks
 2017-06-04  5:44 UTC  (2+ messages)

Block device integrity support
 2017-06-03 13:37 UTC  (8+ messages)

dedicated error codes for the block layer V3
 2017-06-03  7:38 UTC  (14+ messages)
` [PATCH 01/13] nvme-lightnvm: use blk_execute_rq in nvme_nvm_submit_user_cmd
` [PATCH 02/13] scsi/osd: don't save block errors into req_results
` [PATCH 03/13] gfs2: remove the unused sd_log_error field
` [PATCH 04/13] dm: fix REQ_RAHEAD handling
` [PATCH 05/13] fs: remove the unused error argument to dio_end_io()
` [PATCH 06/13] fs: simplify dio_bio_complete
` [PATCH 07/13] block_dev: propagate bio_iov_iter_get_pages error in __blkdev_direct_IO
` [PATCH 08/13] dm mpath: merge do_end_io_bio into multipath_end_io_bio
` [PATCH 09/13] dm: don't return errnos from ->map
` [PATCH 10/13] dm: change ->end_io calling convention
` [PATCH 11/13] block: introduce new block status code type
` [PATCH 12/13] blk-mq: switch ->queue_rq return value to blk_status_t
` [PATCH 13/13] block: switch bios "

[PATCH 00/11]blktrace: output cgroup info
 2017-06-03  5:35 UTC  (17+ messages)
` [PATCH 01/11] kernfs: implement i_generation
` [PATCH 02/11] kernfs: use idr instead of ida to manage inode number
` [PATCH 03/11] kernfs: add an API to get kernfs node from "
` [PATCH 04/11] kernfs: don't set dentry->d_fsdata
` [PATCH 05/11] kernfs: add exportfs operations
` [PATCH 06/11] cgroup: export fhandle info for a cgroup
` [PATCH 07/11] blktrace: export cgroup info in trace
` [PATCH 08/11] block: always attach cgroup info into bio
` [PATCH 09/11] block: call __bio_free in bio_endio
` [PATCH 10/11] blktrace: add an option to allow displying cgroup path
` [PATCH 11/11] block: use standard blktrace API to output cgroup info for debug notes

[PATCH v3 0/8] blk-mq: fix & improve queue quiescing
 2017-06-02 22:19 UTC  (12+ messages)
` [PATCH v3 3/9] blk-mq: use the introduced blk_mq_unquiesce_queue()
` [PATCH v3 5/9] blk-mq: fix blk_mq_quiesce_queue

[GIT PULL] Block fixes for 4.12-rc4
 2017-06-02 15:35 UTC 

[PATCH] block: simplify code with bio_io_error
 2017-06-02  8:19 UTC 

[PATCH v3 0/4] Extend blk-mq-debugfs functionality further
 2017-06-02  2:07 UTC  (3+ messages)
` [PATCH v3 3/4] blk-mq-debugfs: Show busy requests


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