linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-09 14:57:54 to 2017-05-17 14:15:17 UTC [more...]

[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 2/2] zram: do not count duplicated pages as compressed
 2017-05-17  9:14 UTC  (2+ messages)

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

[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

[RFC PATCH 0/2] Introduce blkdev_issue_flush_no_wait()
 2017-05-16 14:07 UTC  (6+ messages)
` [PATCH 1/2] block: "
` [PATCH 2/2] btrfs: Use blkdev_issue_flush_no_wait()

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

[PATCH 0/5] mmc: core: modernize ioctl() requests
 2017-05-16 11:54 UTC  (14+ messages)
` [PATCH 1/5] mmc: core: Delete bounce buffer Kconfig option
` [PATCH 2/5] mmc: core: Allocate per-request data using the block layer core
` [PATCH 3/5] mmc: block: Tag is_rpmb as bool
` [PATCH 4/5] mmc: block: move single ioctl() commands to block requests
` [PATCH 5/5] mmc: block: move multi-ioctl() to use block layer

races between blk-cgroup operations and I/O scheds in blk-mq (?)
 2017-05-15 19:49 UTC 

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

[PATCH v4 00/27] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
 2017-05-15 17:58 UTC  (48+ messages)
` [PATCH v4 01/27] fs: remove unneeded forward definition of mm_struct from fs.h
` [PATCH v4 02/27] mm: drop "wait" parameter from write_one_page
` [PATCH v4 03/27] mm: fix mapping_set_error call in me_pagecache_dirty
` [PATCH v4 04/27] buffer: use mapping_set_error instead of setting the flag
` [PATCH v4 05/27] btrfs: btrfs_wait_tree_block_writeback can be void return
` [PATCH v4 06/27] fs: check for writeback errors after syncing out buffers in generic_file_fsync
` [PATCH v4 07/27] orangefs: don't call filemap_write_and_wait from fsync
` [PATCH v4 08/27] dax: set errors in mapping when writeback fails
` [PATCH v4 09/27] nilfs2: set the mapping error when calling SetPageError on writeback
` [PATCH v4 10/27] 9p: set mapping error when writeback fails in launder_page
` [PATCH v4 11/27] fuse: set mapping error in writepage_locked when it fails
` [PATCH v4 12/27] cifs: set mapping error when page writeback fails in writepage or launder_pages
` [PATCH v4 13/27] lib: add errseq_t type and infrastructure for handling it
` [PATCH v4 14/27] fs: new infrastructure for writeback error handling and reporting
` [PATCH v4 15/27] fs: retrofit old error reporting API onto new infrastructure
` [PATCH v4 16/27] fs: adapt sync_file_range to new reporting infrastructure
` [PATCH v4 17/27] mm: remove AS_EIO and AS_ENOSPC flags
` [PATCH v4 18/27] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH v4 19/27] buffer: set errors in mapping at the time that the error occurs
` [PATCH v4 20/27] cifs: cleanup writeback handling errors and comments
` [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 v4 24/27][RFC] nfs: convert to new errseq_t based error tracking for writeback errors
` [PATCH v4 25/27] Documentation: flesh out the section in vfs.txt on storing and reporting "
` [PATCH v4 26/27] mm: flesh out comments over mapping_set_error
` [PATCH v4 27/27] mm: clean up comments in me_pagecache_dirty

[xfstests PATCH v2 0/3] xfstest for updated writeback error handling
 2017-05-15 17:42 UTC  (5+ messages)
` [xfstests PATCH v2 1/3] generic: add a writeback error handling test
` [xfstests PATCH v2 2/3] ext4: allow ext4 to use $SCRATCH_LOGDEV
` [xfstests PATCH v2 3/3] btrfs: allow it "

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  (14+ 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 6/8] nowait aio: ext4
` [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  (19+ messages)
` [PATCH 1/9] bio-integrity: Do not allocate integrity context for bio w/o data
` [PATCH 2/9] bio-integrity: bio_trim should truncate integrity vector accordingly
` [PATCH 3/9] bio-integrity: bio_integrity_advance must update integrity seed
` [PATCH 4/9] bio-integrity: fix interface for bio_integrity_trim
` [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
` [PATCH 8/9] bio: add bvec_iter rewind API
` [PATCH 9/9] bio-integrity: Restore original iterator on verify stage

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

[PATCH] elevator: eliminate unused result build warning
 2017-05-10 15:30 UTC  (2+ messages)

[PATCH 0/9] block: T10/DIF Fixes and cleanups v3
 2017-05-10 15:28 UTC  (3+ messages)

[PATCH] blk-mq: NVMe 512B/4K+T10 DIF/DIX format returns I/O error on dd with split op
 2017-05-10 14:39 UTC  (3+ messages)

[PATCH] scsi: sanity check for timeout in sg_io()
 2017-05-10 13:34 UTC  (2+ messages)

[PATCH 0/4] blk-mq: support to use hw tag for scheduling
 2017-05-10  7:25 UTC  (10+ messages)
` [PATCH 1/4] blk-mq: introduce BLK_MQ_F_SCHED_USE_HW_TAG

[RFC xfstests PATCH] xfstests: add a writeback error handling test
 2017-05-09 15:33 UTC  (3+ 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).