linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-10 15:56:18 to 2017-05-19 08:57:49 UTC [more...]

BUG: hot removal during writes on ext4 formatted nvme device
 2017-05-23  0:38 UTC  (3+ messages)

spread MSI(-X) vectors to all possible CPUs V2
 2017-05-19  8:57 UTC 

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

[PATCH 1/6 v2] mmc: core: Delete bounce buffer Kconfig option
 2017-05-19  8:30 UTC  (10+ messages)
` [PATCH 2/6 v2] mmc: core: Allocate per-request data using the block layer core
` [PATCH 3/6 v2] mmc: block: Tag is_rpmb as bool
` [PATCH 4/6 v2] mmc: block: move single ioctl() commands to block requests
` [PATCH 5/6 v2] mmc: block: move multi-ioctl() to use block layer
` [PATCH 6/6 v2] mmc: queue: delete mmc_req_is_special()

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

[PATCH 0/5] mmc: core: modernize ioctl() requests
 2017-05-19  7:30 UTC  (20+ messages)
` [PATCH 1/5] mmc: core: Delete bounce buffer Kconfig option
      ` [RFC PATCH] mmc: core: Remove CONFIG_MMC_BLOCK_BOUNCE option
` [PATCH 2/5] mmc: core: Allocate per-request data using the block layer core
` [PATCH 4/5] mmc: block: move single ioctl() commands to block requests
` [PATCH 5/5] mmc: block: move multi-ioctl() to use block layer

[PATCH blktests 0/3] Add SCSI generic test group
 2017-05-19  6:41 UTC  (11+ messages)
` [PATCH blktests 1/3] Add ability to build test-cases
` [PATCH blktests 2/3] tests/sg: add SCSI generic test grouop
` [PATCH blktests 3/3] sg/001: add regression test for syzcaller generated GPF

[PATCH v4 00/27] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
 2017-05-19  4:07 UTC  (14+ messages)
` [PATCH v4 05/27] btrfs: btrfs_wait_tree_block_writeback can be void return
` [PATCH v4 15/27] fs: retrofit old error reporting API onto new infrastructure
` [PATCH v4 19/27] buffer: set errors in mapping at the time that the error occurs
` [PATCH v4 21/27] mm: clean up error handling in write_one_page
` [PATCH v4 22/27] jbd2: don't reset error in journal_finish_inode_data_buffers
` [PATCH v4 23/27] gfs2: clean up some filemap_* calls

[PATCH] block: partitions: mac: Mark mac_fix_string() as __maybe_unused
 2017-05-19  1:24 UTC 

[PATCH 0/2] nvme: fix hang in path of removing disk
 2017-05-18 16:06 UTC  (11+ messages)
` [PATCH 1/2] nvme: fix race between removing and reseting failure
` [PATCH 2/2] nvme: avoid to hang in remove disk

Outstanding MQ questions from MMC
 2017-05-18  9:40 UTC  (11+ messages)

[RFC PATCH 0/2] Introduce blkdev_issue_flush_no_wait()
 2017-05-18  9:31 UTC  (10+ messages)
` [PATCH 1/2] block: "
` [PATCH 2/2] btrfs: Use blkdev_issue_flush_no_wait()

blktests and /dev/sg syzkaller reproducers
 2017-05-18  7:36 UTC 

races between blk-cgroup operations and I/O scheds in blk-mq (?)
 2017-05-18  7:35 UTC  (3+ messages)

[Patch 1/1] partitions/msdos: FreeBSD UFS2 file systems are not recognized
 2017-05-18  6:37 UTC  (2+ messages)

[PATCH 2/2] zram: do not count duplicated pages as compressed
 2017-05-18  4:53 UTC  (3+ messages)

[PATCH 0/4] blk-throttle: fix a few issues
 2017-05-17 21:57 UTC  (6+ messages)
` [PATCH 1/4] blk-throttle: add hierarchy support for latency target and idle time
` [PATCH 2/4] blk-throttle: output some debug info in trace
` [PATCH 3/4] blk-throttle: respect 0 bps/iops settings for io.low
` [PATCH 4/4] blk-throttle: force user to configure all "

[PATCH 0/25 v3] fs: Convert all embedded bdis into separate ones
 2017-05-17 14:15 UTC  (8+ messages)
` [PATCH 16/25] fuse: Convert to separately allocated bdi

[PATCH] ext4: hand over jobs handling discard commands on commit complete phase to kworkers
 2017-05-17  0:45 UTC  (2+ messages)
    `  "

Bug 109761 FreeBSD UFS2 file systems are not recognized on MS DOS (MBR) partitions
 2017-05-16 21:17 UTC  (2+ messages)

[RFC PATCH 0/3] mmc: core: Prepare mmc host locking for blk-mq
 2017-05-16 14:32 UTC  (10+ messages)
` [RFC PATCH 1/3] mmc: sdio: Don't use abort-able claim host method from SDIO IRQ thread
` [RFC PATCH 2/3] mmc: core: Remove redundant abort-able claim host API
` [RFC PATCH 3/3] mmc: core: Allow mmc block device to re-claim the host

Playing with BFQ
 2017-05-16 13:41 UTC  (16+ messages)

dm fixes for 4.12-rc
 2017-05-15 18:46 UTC  (8+ messages)
` [PATCH 1/4] dm rq: add a missing break to map_request
` [PATCH 2/4] dm mpath: don't return -EIO from dm_report_EIO
` [PATCH 3/4] dm mpath: multipath_clone_and_map must not return -EIO
` [PATCH 4/4] dm: fix REQ_RAHEAD handling

[xfstests PATCH v2 0/3] xfstest for updated writeback error handling
 2017-05-15 17:42 UTC  (3+ messages)
` [xfstests PATCH v2 2/3] ext4: allow ext4 to use $SCRATCH_LOGDEV

Announcing blktests
 2017-05-15 17:35 UTC  (6+ messages)

[PATCH 0/10 v8] No wait AIO
 2017-05-15  9:47 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] ligtnvm: if LUNs are already allocated fix return
 2017-05-13 19:50 UTC 

[PATCH] lightnvm: pblk: fix bad free seq. on error path
 2017-05-13  4:29 UTC 

Kyber scheduler brings system to halt when used on swap partition
 2017-05-12 19:30 UTC  (2+ messages)

[PATCH] blk-mq: provide a default .bio_merge
 2017-05-12 16:20 UTC 

[PATCH v4 0/4] blk-mq: support to use hw tag for scheduling
 2017-05-12 10:31 UTC  (5+ messages)
` [PATCH v4 1/4] blk-mq: introduce BLK_MQ_F_SCHED_USE_HW_TAG
` [PATCH v4 2/4] blk-mq: introduce blk_mq_get_queue_depth()
` [PATCH v4 3/4] blk-mq: use hw tag for scheduling if hw tag space is big enough
` [PATCH v4 4/4] blk-mq: allow to use hw tag for shared tags

[PATCH v4 0/4] blk-mq: support to use hw tag for scheduling
 2017-05-12 10:30 UTC 

[PATCH 0/8 v7] No wait AIO
 2017-05-11 18:16 UTC  (12+ messages)
` [PATCH 1/8] Use RWF_* flags for AIO operations
` [PATCH 2/8] nowait aio: Introduce RWF_NOWAIT
` [PATCH 3/8] nowait aio: return if direct write will trigger writeback
` [PATCH 5/8] nowait aio: return on congested block device
` [PATCH 7/8] nowait aio: xfs

[GIT PULL] Block fixes for 4-12-rc1
 2017-05-11 15:42 UTC 

[PATCH] block: handle partial completions for special payload requests
 2017-05-11 14:09 UTC  (2+ messages)

[linux-next][bock] WARNING: CPU: 22 PID: 0 at block/blk-core.c:2655 .blk_update_request+0x4f8/0x500
 2017-05-11  9:52 UTC  (9+ messages)
      ` [linux-next][bock] [bisected c20cfc27a] "

[PATCH 0/9] block: T10/DIF Fixes and cleanups v4
 2017-05-11  7:46 UTC  (15+ messages)
` [PATCH 1/9] bio-integrity: Do not allocate integrity context for bio w/o data
` [PATCH 3/9] bio-integrity: bio_integrity_advance must update integrity seed
` [PATCH 5/9] bio-integrity: fold bio_integrity_enabled to bio_integrity_prep
` [PATCH 6/9] T10: Move opencoded contants to common header
` [PATCH 7/9] Guard bvec iteration logic

always use REQ_OP_WRITE_ZEROES for zeroing offload V2
 2017-05-11  6:36 UTC  (13+ messages)
` [PATCH 25/27] block: remove the discard_zeroes_data flag

[PATCH 00/13] block: assorted cleanup for bio splitting and cloning
 2017-05-11  0:58 UTC  (2+ messages)

[PATCH v3 0/4] blk-mq: support to use hw tag for scheduling
 2017-05-10 15:55 UTC  (5+ messages)
` [PATCH v3 1/4] blk-mq: introduce BLK_MQ_F_SCHED_USE_HW_TAG
` [PATCH v3 2/4] blk-mq: introduce blk_mq_get_queue_depth()
` [PATCH v3 3/4] blk-mq: use hw tag for scheduling if hw tag space is big enough
` [PATCH v3 4/4] blk-mq: allow to use hw tag for shared tags


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