linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-20 22:39:10 to 2017-04-24 15:25:06 UTC [more...]

[PATCH v3 00/20] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
 2017-04-24 15:25 UTC  (32+ messages)
` [PATCH v3 01/20] mm: drop "wait" parameter from write_one_page
` [PATCH v3 02/20] mm: fix mapping_set_error call in me_pagecache_dirty
` [PATCH v3 03/20] buffer: use mapping_set_error instead of setting the flag
` [PATCH v3 04/20] fs: check for writeback errors after syncing out buffers in generic_file_fsync
` [PATCH v3 05/20] orangefs: don't call filemap_write_and_wait from fsync
` [PATCH v3 06/20] dax: set errors in mapping when writeback fails
` [PATCH v3 07/20] nilfs2: set the mapping error when calling SetPageError on writeback
` [PATCH v3 08/20] mm: ensure that we set mapping error if writeout() fails
` [PATCH v3 09/20] 9p: set mapping error when writeback fails in launder_page
` [PATCH v3 10/20] fuse: set mapping error in writepage_locked when it fails
` [PATCH v3 11/20] cifs: set mapping error when page writeback fails in writepage or launder_pages
` [PATCH v3 12/20] lib: add errseq_t type and infrastructure for handling it
` [PATCH v3 13/20] fs: new infrastructure for writeback error handling and reporting
` [PATCH v3 14/20] fs: retrofit old error reporting API onto new infrastructure
` [PATCH v3 15/20] mm: remove AS_EIO and AS_ENOSPC flags
` [PATCH v3 16/20] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH v3 17/20] cifs: cleanup writeback handling errors and comments
` [PATCH v3 18/20] mm: clean up error handling in write_one_page
` [PATCH v3 19/20] jbd2: don't reset error in journal_finish_inode_data_buffers
` [PATCH v3 20/20] gfs2: clean up some filemap_* calls

[PATCH 00/10] block: assorted cleanup for bio splitting and cloning
 2017-04-24 15:10 UTC  (36+ messages)
` [PATCH 01/11] blk: remove bio_set arg from blk_queue_split()
` [PATCH 02/11] blk: make the bioset rescue_workqueue optional
` [PATCH 04/11] block: Improvements to bounce-buffer handling
` [PATCH 06/11] drbd: use bio_clone_fast() instead of bio_clone()
` [PATCH 05/11] rbd: "
` [PATCH 03/11] blk: use non-rescuing bioset for q->bio_split
` [PATCH 07/11] pktcdvd: use bio_clone_fast() instead of bio_clone()
` [PATCH 10/11] block: remove bio_clone() and all references
` [PATCH 11/11] block: don't check for BIO_MAX_PAGES in blk_bio_segment_split()
` [PATCH 09/11] bcache: use kmalloc to allocate bio in bch_data_verify()
` [PATCH 08/11] xen-blkfront: remove bio splitting

[RFC xfstests PATCH] xfstests: add a writeback error handling test
 2017-04-24 15:00 UTC  (2+ messages)

[PATCH 1/2] lightnvm: potential underflow in pblk_read_rq()
 2017-04-24 11:01 UTC  (5+ messages)

[PATCH 00/10] dm: zoned block device support
 2017-04-24  7:52 UTC  (12+ messages)
` [PATCH 01/10] dm-table: Introduce DM_TARGET_ZONED_HM feature
` [PATCH 02/10] dm-table: Check device area zone alignment
` [PATCH 03/10] dm-table: Check block devices zone model compatibility
` [PATCH 04/10] dm: Fix REQ_OP_ZONE_RESET bio handling
` [PATCH 05/10] dm: Fix REQ_OP_ZONE_REPORT "
` [PATCH 06/10] dm: Introduce dm_remap_zone_report()
` [PATCH 07/10] dm-flakey: Add support for zoned block devices
` [PATCH 08/10] dm-linear: "
` [PATCH 09/10] dm-kcopyd: Add sequential write feature

[PATCH v4 00/10] blk-mq debugfs patches for kernel v4.12
 2017-04-24  7:35 UTC  (21+ messages)
` [PATCH v4 01/10] blk-mq: Register <dev>/queue/mq after having registered <dev>/queue
` [PATCH v4 02/10] blk-mq: Let blk_mq_debugfs_register() look up the queue name
` [PATCH v4 03/10] blk-mq-debugfs: Rename functions for registering and unregistering the mq directory
` [PATCH v4 04/10] blk-mq: Check blk_mq_debugfs_register() return value
` [PATCH v4 05/10] blk-mq: Unregister debugfs attributes earlier
` [PATCH v4 06/10] blk-mq: Move the "state" debugfs attribute one level down
` [PATCH v4 07/10] blk-mq: Make blk_flags_show() callers append a newline character
` [PATCH v4 08/10] blk-mq: Show operation, cmd_flags and rq_flags names
` [PATCH v4 09/10] blk-mq: Add blk_mq_ops.show_rq()
` [PATCH v4 10/10] scsi: Implement blk_mq_ops.show_rq()

[PATCH 0/5] lightnvm: pblk extra patches for 4.12
 2017-04-23 22:58 UTC  (16+ messages)
` [PATCH 1/5] lightnvm: pblk: fix race condition on line retry
` [PATCH 2/5] lightnvm: pblk: fix bad error check
` [PATCH 3/5] lightnvm: pblk: fix memory leak on error path
` [PATCH 4/5] lightnvm: pblk: free metadata on line alloc failure
` [PATCH 5/5] lightnvm: pblk: fix erase counters on error fail

[PATCH for-4.12] block, dm: use __blk_integrity_register to properly setup integrity profile
 2017-04-23 19:00 UTC  (6+ messages)
    ` [PATCH v2 for-4.12] block: fix blk_integrity_register to use template's interval_exp if not 0

[PATCH v2 0/6] Automatic affinity settings for nvme over rdma
 2017-04-23 12:01 UTC  (2+ messages)

RFC: drop the T10 OSD code and its users
 2017-04-23  9:36 UTC  (9+ messages)
` [PATCH 3/4] nfs: remove the objlayout driver

[resend PATCH v2 00/33] dax: introduce dax_operations
 2017-04-22 15:25 UTC  (5+ messages)
` [resend PATCH v2 11/33] dm: add dax_device and dax_operations support

[PATCH] blk-stat: kill blk_stat_rq_ddir()
 2017-04-22 13:11 UTC  (4+ messages)

[PATCH] lpfc: Fix memory corruption of the lpfc_ncmd->list pointers
 2017-04-22  0:49 UTC 

[PATCH] Fix panic on BFS configuration
 2017-04-22  0:26 UTC  (2+ messages)

[PATCH] lpfc: Fix panic on BFS configuration
 2017-04-22  0:24 UTC 

[PATCH-v0 0/2] These patches were missed in the last update
 2017-04-21 23:54 UTC  (5+ messages)
` [PATCH-v0 1/2] Fix panic on BFS configuration
` [PATCH-v0 2/2] Fix memory corruption of the lpfc_ncmd->list pointers

[PATCH 2/2] lightnvm: don't print a warning for ADDR_EMPTY
 2017-04-21 22:50 UTC  (3+ messages)

[PATCH v3 0/8] blk-mq debugfs patches for kernel v4.12
 2017-04-21 22:17 UTC  (10+ messages)
` [PATCH v3 1/8] blk-mq: Register <dev>/queue/mq after having registered <dev>/queue
` [PATCH v3 2/8] blk-mq: Let blk_mq_debugfs_register() look up the queue name
` [PATCH v3 3/8] blk-mq: Unregister debugfs attributes earlier

[PATCH 0/5] v2: block subsystem refcounter conversions
 2017-04-21 22:01 UTC  (15+ messages)

BUG: KASAN: use-after-free in scsi_exit_rq
 2017-04-21 21:49 UTC  (2+ messages)

[PATCH] block: get rid of blk_integrity_revalidate()
 2017-04-21 20:18 UTC  (4+ messages)

[PATCH] lightnvm: propagate pblk_init return to userspace
 2017-04-21 18:41 UTC  (4+ messages)

for-4.12/block branch
 2017-04-21 17:53 UTC  (12+ messages)

[PATCH] blk-mq: Fix preempt count imbalance
 2017-04-21 17:59 UTC  (2+ messages)

[GIT PULL] Final block fixes for 4.11
 2017-04-21 14:21 UTC 

Status of pwritev2/preadv2 in glibc?
 2017-04-21 11:19 UTC  (2+ messages)

[PATCH 0/4] blk-mq-sched: allow to use hw tag for sched
 2017-04-21 10:54 UTC  (8+ messages)

[PATCH] blk-mq: Fix poll_stat for new size-based bucketing
 2017-04-21  9:26 UTC  (6+ messages)

[PATCH] nbd: set the max segments to USHRT_MAX
 2017-04-21  1:54 UTC 

[PATCH] blk-mq: Remove blk_mq_sched_move_to_dispatch()
 2017-04-20 23:28 UTC  (2+ messages)

[PATCH] blk-mq-sched: add might_sleep() check for flush/fua insert
 2017-04-20 23:20 UTC  (4+ messages)

[PATCH] blk-mq: fix schedule-while-atomic with scheduler attached
 2017-04-20 22:42 UTC  (5+ 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).