linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-04 07:31:51 to 2017-05-10 15:20:58 UTC [more...]

[PATCH 0/9] block: T10/DIF Fixes and cleanups v4
 2017-05-10 15:20 UTC  (9+ 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 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

[PATCH v4 00/27] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
 2017-05-10 14:56 UTC  (42+ 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

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

always use REQ_OP_WRITE_ZEROES for zeroing offload V2
 2017-05-10 14:06 UTC  (12+ messages)
` [PATCH 25/27] block: remove the discard_zeroes_data flag

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

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

[PATCH 0/5] mmc: core: modernize ioctl() requests
 2017-05-10  8:24 UTC  (6+ 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

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

[xfstests PATCH v2 0/3] xfstest for updated writeback error handling
 2017-05-09 16:12 UTC  (4+ 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 "

[RFC xfstests PATCH] xfstests: add a writeback error handling test
 2017-05-09 15:33 UTC  (3+ messages)

[PATCH 0/8 v7] No wait AIO
 2017-05-09 14:57 UTC  (10+ 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 4/8] nowait-aio: Introduce IOMAP_NOWAIT
` [PATCH 5/8] nowait aio: return on congested block device
` [PATCH 6/8] nowait aio: ext4
` [PATCH 7/8] nowait aio: xfs
` [PATCH 8/8] nowait aio: btrfs

[PATCH] block: Remove leading whitespace and trailing newline in elevator switch error message
 2017-05-09 14:57 UTC  (9+ messages)

[PATCH BUGFIX] block, bfq: stress that low_latency must be off to get max throughput
 2017-05-09 14:54 UTC  (2+ messages)

[PATCH BUGFIX] block, bfq: use pointer entity->sched_data only if set
 2017-05-09 14:53 UTC  (2+ messages)

Large latency on blk_queue_enter
 2017-05-09 14:21 UTC  (22+ messages)

[PATCH 1/2] block, dax: move "select DAX" from BLOCK to FS_DAX
 2017-05-09 14:21 UTC  (6+ messages)
` [PATCH 2/2] device-dax: kill NR_DEV_DAX

[PATCH] nvme: remove disk after hw queue is started
 2017-05-09  3:26 UTC  (8+ messages)

remove REQ_OP_WRITE_SAME
 2017-05-09  2:06 UTC  (4+ messages)

[RFC PATCH] x86, uaccess, pmem: introduce copy_from_iter_writethru for dax + pmem
 2017-05-08 20:40 UTC  (15+ messages)
` [PATCH v2] x86, uaccess: introduce copy_from_iter_wt for pmem / writethrough operations

[PATCH] blk-mq: make __blk_mq_stop_hw_queues static
 2017-05-08 14:09 UTC  (2+ messages)

[PATCH] lightnvm: fix error return code of memdup_user
 2017-05-08  6:56 UTC  (2+ messages)

BLOCK selects DAX (was: Re: dax: introduce dax_direct_access())
 2017-05-07 19:09 UTC  (3+ messages)

[PATCH cosmetic] Remove trailing newline in elevator switch error message
 2017-05-06  5:15 UTC  (7+ messages)
      ` [PATCH v2 "

[GIT PULL] Block changes for 4.12-rc1
 2017-05-06  4:25 UTC 

[RFC PATCH] blk-mq: release sched tag just after getting driver tag
 2017-05-06  0:46 UTC 

[PATCH] block-mq: set both block queue and hardware queue restart bit for restart
 2017-05-05 19:52 UTC  (9+ messages)

[PATCH v2 00/12] blk-mq-sched: scheduler support and cleanups
 2017-05-04 23:17 UTC  (31+ messages)
` [PATCH v2 01/12] blk-mq-debugfs: separate flags with |
` [PATCH v2 02/12] blk-mq-debugfs: clean up flag definitions
` [PATCH v2 03/12] blk-mq-debugfs: error on long write to queue "state" file
` [PATCH v2 04/12] blk-mq-debugfs: don't open code strstrip()
` [PATCH v2 05/12] blk-mq-debugfs: rename hw queue directories from <n> to hctx<n>
` [PATCH v2 06/12] blk-mq-debugfs: get rid of a bunch of boilerplate
` [PATCH v2 07/12] blk-mq: Do not invoke queue operations on a dead queue
` [PATCH v2 08/12] blk-mq: move debugfs declarations to a separate header file
` [PATCH v2 09/12] blk-mq: untangle debugfs and sysfs
` [PATCH v2 10/12] blk-mq-debugfs: allow schedulers to register debugfs attributes
` [PATCH v2 11/12] kyber: add "
` [PATCH v2 12/12] mq-deadline: "

[PATCH] nfs: Fix bdi handling for cloned superblocks
 2017-05-04 13:58 UTC  (2+ messages)

[PATCH 1/2] lightnvm: create cmd before allocating request
 2017-05-04 13:55 UTC  (8+ messages)
` [PATCH 2/2] lightnvm: fix bad back free on error path


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