linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-05 21:31:56 to 2017-06-13 17:15:23 UTC [more...]

[PATCH 0/11] Add support for write life time hints
 2017-06-13 17:15 UTC  (12+ messages)
` [PATCH 01/11] block: add support for carrying stream information in a bio
` [PATCH 02/11] block: add definition for support data write life times
` [PATCH 03/11] blk-mq: expose stream write stats through debugfs
` [PATCH 04/11] fs: add support for an inode to carry stream related data
` [PATCH 05/11] fs: add support for allowing applications to pass in write life time hints
` [PATCH 06/11] fs: add O_DIRECT support for sending down bio stream information
` [PATCH 07/11] fs: add support for buffered writeback to pass down "
` [PATCH 08/11] ext4: add support for passing in stream information for buffered writes
` [PATCH 09/11] xfs: "
` [PATCH 10/11] btrfs: "
` [PATCH 11/11] nvme: add support for streams and directives

TCG Opal support for libata
 2017-06-13 15:19 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] block: Dedicated error code fixups
 2017-06-13 15:09 UTC  (2+ messages)

Application stops due to ext4 filesytsem IO error
 2017-06-13 13:31 UTC 

[xfstests PATCH v4 0/5] new tests for writeback error reporting behavior
 2017-06-13 10:36 UTC  (4+ messages)
  ` [xfstests PATCH v4 1/5] generic: add a writeback error handling test
  ` [xfstests PATCH v4 2/5] ext4: allow ext4 to use $SCRATCH_LOGDEV

[PATCH v6 00/20] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-13 10:27 UTC  (31+ messages)
` [PATCH v6 01/20] mm: fix mapping_set_error call in me_pagecache_dirty
` [PATCH v6 02/20] buffer: use mapping_set_error instead of setting the flag
` [PATCH v6 03/20] fs: check for writeback errors after syncing out buffers in generic_file_fsync
` [PATCH v6 04/20] buffer: set errors in mapping at the time that the error occurs
` [PATCH v6 05/20] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH v6 06/20] mm: drop "wait" parameter from write_one_page
` [PATCH v6 07/20] mm: clean up error handling in write_one_page
` [PATCH v6 08/20] lib: add errseq_t type and infrastructure for handling it
` [PATCH v6 09/20] fs: new infrastructure for writeback error handling and reporting
` [PATCH v6 10/13] ext4: add more robust reporting of metadata writeback errors
` [PATCH v6 10/20] mm: tracepoints for writeback error events
` [PATCH v6 11/13] Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors
` [PATCH v6 11/20] mm: set both AS_EIO/AS_ENOSPC and errseq_t in mapping_set_error
` [PATCH v6 12/20] fs: add a new fstype flag to indicate how writeback errors are tracked
` [PATCH v6 12/13] xfs: minimal conversion to errseq_t writeback error reporting
` [PATCH v6 13/13] btrfs: minimal conversion to errseq_t writeback error reporting on fsync
` [PATCH v6 13/20] Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors
` [PATCH v6 14/20] dax: set errors in mapping when writeback fails
` [PATCH v6 15/20] fs: have call_fsync call filemap_report_wb_err if FS_WB_ERRSEQ is set
` [PATCH v6 16/20] block: convert to errseq_t based writeback error tracking
` [PATCH v6 17/20] fs: add f_md_wb_err field to struct file for tracking metadata errors
` [PATCH v6 18/20] ext4: use errseq_t based error handling for reporting data writeback errors
` [PATCH v6 19/20] xfs: minimal conversion to errseq_t writeback error reporting
` [PATCH v6 20/20] btrfs: minimal conversion to errseq_t writeback error reporting on fsync

[PATCH 0/10 v11] No wait AIO
 2017-06-13  6:14 UTC  (16+ 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 v5 00/12] blk-mq: fix & improve queue quiescing
 2017-06-13  2:15 UTC  (21+ 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"

[PATCH 00/11]blktrace: output cgroup info
 2017-06-12 18:49 UTC  (12+ messages)
` [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 06/11] cgroup: export fhandle info for a cgroup
` [PATCH 08/11] block: always attach cgroup info into bio

patch "pktcdvd: use class_groups instead of class_attrs" added to driver-core-next
 2017-06-09 18:08 UTC 

[PATCHv8 0/2] loop: enable different logical blocksizes
 2017-06-09 15:33 UTC  (6+ messages)
` [PATCHv8 1/2] loop: Remove unused 'bdev' argument from loop_set_capacity
` [PATCHv8 2/2] loop: support 4k physical blocksize

dedicated error codes for the block layer V3
 2017-06-09 15:29 UTC  (6+ messages)

[PATCH] nbd: set sk->sk_sndtimeo for our sockets
 2017-06-09 14:33 UTC  (2+ messages)

[GIT PULL] Block changes for 4.12-rc
 2017-06-09 14:16 UTC 

patch "pktcdvd: use class_groups instead of class_attrs" added to driver-core-testing
 2017-06-09  8:41 UTC 

[PATCH v3 00/12] More patches for kernel v4.13
 2017-06-08 17:33 UTC  (13+ messages)
` [PATCH v3 01/12] blk-mq: Reduce blk_mq_hw_ctx size
` [PATCH v3 02/12] block: Make request operation type argument declarations consistent
` [PATCH v3 03/12] block: Introduce request_queue.initialize_rq_fn()
` [PATCH v3 04/12] block: Make most scsi_req_init() calls implicit
` [PATCH v3 05/12] block: Change argument type of scsi_req_init()
` [PATCH v3 06/12] blk-mq: Initialize a request before assigning a tag
` [PATCH v3 07/12] block: Add a comment above queue_lockdep_assert_held()
` [PATCH v3 08/12] block: Check locking assumptions at runtime
` [PATCH v3 09/12] block: Document what queue type each function is intended for
` [PATCH v3 10/12] blk-mq: Document locking assumptions
` [PATCH v3 11/12] block: Constify disk_type
` [PATCH v3 12/12] blk-mq: Warn when attempting to run a hardware queue that is not mapped

[PATCH BUGFIX] block, bfq: access and cache blkg data only when safe
 2017-06-08 15:52 UTC  (3+ messages)

[PATCH blktests] loop/002: Regression testing for loop device flush
 2017-06-08 15:17 UTC  (2+ messages)

[PATCH 6/7] pktcdvd: use class_groups instead of class_attrs
 2017-06-08 14:05 UTC  (2+ messages)

[PATCH] Fix loop device flush before configure v3
 2017-06-08 14:04 UTC  (4+ messages)

[xfstests PATCH v3 0/5] add a test for reporting writeback errors across all fds on fsync
 2017-06-08 12:48 UTC  (17+ 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

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

spread MSI(-X) vectors to all possible CPUs V2
 2017-06-08  6:58 UTC  (7+ messages)
` [PATCH 7/8] blk-mq: create hctx for each present CPU

[PATCH] Fix loop device flush before configure
 2017-06-08  6:05 UTC 

[PATCH] Fix loop device flush before configure v2
 2017-06-08  5:54 UTC  (4+ messages)

[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 blktests v2 0/3] Add SCSI generic test group
 2017-06-07  7:03 UTC  (3+ messages)

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

[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  (15+ messages)
` [PATCH v4 01/11] blk-mq: fix direct issue
` [PATCH v4 05/11] blk-mq: use the introduced blk_mq_unquiesce_queue()
` [PATCH v4 07/11] blk-mq: use QUEUE_FLAG_QUIESCED to 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] nvme: fix hang in remove path
 2017-06-06  7:30 UTC  (9+ 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  (4+ messages)
` [PATCH v5 08/17] dax: set errors in mapping when writeback fails


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