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

spread MSI(-X) vectors to all possible CPUs V2
 2017-06-17 23:21 UTC  (13+ messages)
` [PATCH 1/8] genirq: allow assigning affinity to present but not online CPUs
` [PATCH 3/8] genirq/affinity: factor out a irq_affinity_set helper
` [PATCH 5/8] genirq/affinity: update CPU affinity for CPU hotplug events

streamline blk-mq I/O scheduler interaction
 2017-06-17 21:50 UTC  (13+ messages)
` [PATCH 01/10] blk-mq: mark blk_mq_rq_ctx_init static
` [PATCH 02/10] blk-mq: move blk_mq_sched_{get,put}_request to blk-mq.c
` [PATCH 03/10] blk-mq: remove blk_mq_sched_{get,put}_rq_priv
` [PATCH 04/10] blk-mq-sched: unify request finished methods
` [PATCH 05/10] blk-mq: simplify blk_mq_free_request
` [PATCH 06/10] blk-mq: streamline blk_mq_get_request
` [PATCH 07/10] bfq-iosched: fix NULL ioc check in bfq_get_rq_private
` [PATCH 08/10] blk-mq: refactor blk_mq_sched_assign_ioc
` [PATCH 09/10] blk-mq-sched: unify request prepare methods
` [PATCH 10/10] blk-mq: remove __blk_mq_alloc_request

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

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

[PATCH v7 00/22] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-17 12:39 UTC  (24+ messages)
` [PATCH v7 01/22] fs: remove call_fsync helper function
` [PATCH v7 02/22] buffer: use mapping_set_error instead of setting the flag
` [PATCH v7 03/22] fs: check for writeback errors after syncing out buffers in generic_file_fsync
` [PATCH v7 04/22] buffer: set errors in mapping at the time that the error occurs
` [PATCH v7 05/22] jbd2: don't clear and reset errors after waiting on writeback
` [PATCH v7 06/22] mm: clear AS_EIO/AS_ENOSPC when writeback initiation fails
` [PATCH v7 07/22] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH v7 08/22] mm: clean up error handling in write_one_page
` [PATCH v7 09/22] fs: always sync metadata in __generic_file_fsync
` [PATCH v7 10/22] lib: add errseq_t type and infrastructure for handling it
` [PATCH v7 11/22] fs: new infrastructure for writeback error handling and reporting
` [PATCH v7 12/22] mm: tracepoints for writeback error events
` [PATCH v7 13/22] mm: set both AS_EIO/AS_ENOSPC and errseq_t in mapping_set_error
` [PATCH v7 14/22] Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors
` [PATCH v7 15/22] dax: set errors in mapping when writeback fails
` [PATCH v7 16/22] block: convert to errseq_t based writeback error tracking
` [PATCH v7 17/22] ext4: use errseq_t based error handling for reporting data writeback errors
` [PATCH v7 18/22] fs: add f_md_wb_err field to struct file for tracking metadata errors
` [PATCH v7 19/22] ext4: add more robust reporting of metadata writeback errors
` [PATCH v7 20/22] ext2: convert to errseq_t based writeback error tracking
` [PATCH v7 21/22] xfs: minimal conversion to errseq_t writeback error reporting
` [PATCH v7 22/22] btrfs: minimal conversion to errseq_t writeback error reporting on fsync

[PATCH 0/10 v12] No wait AIO
 2017-06-17 11:53 UTC  (20+ 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 and FMODE_AIO_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 0/2] Two fixes for loop devices
 2017-06-17  0:01 UTC  (7+ messages)
` [PATCH 1/2] loop: use filp_close() rather than fput()
` [PATCH 2/2] loop: Add PF_LESS_THROTTLE to block/loop device thread

[PATCH 3/3] block: order /proc/devices by major number
 2017-06-16 23:48 UTC 

[PATCH 00/13] block: assorted cleanup for bio splitting and cloning
 2017-06-16 20:45 UTC  (7+ messages)

[xfstests PATCH v5 0/5] new tests for writeback error reporting behavior
 2017-06-16 19:36 UTC  (6+ messages)
` [xfstests PATCH v5 1/5] ext4: allow ext4 to use $SCRATCH_LOGDEV
` [xfstests PATCH v5 2/5] ext3: allow it to put journal on a separate device when doing scratch_mkfs
` [xfstests PATCH v5 3/5] generic: add a writeback error handling test
` [xfstests PATCH v5 4/5] generic: test writeback error handling on dmerror devices
` [xfstests PATCH v5 5/5] btrfs: make a btrfs version of writeback error reporting test

[PATCHSET v4] Add support for write life time hints
 2017-06-16 19:35 UTC  (26+ messages)
` [PATCH 02/11] blk-mq: expose stream write stats through debugfs
` [PATCH 03/11] fs: add support for an inode to carry stream related data
` [PATCH 04/11] fs: add support for allowing applications to pass in write life time hints

[RFC PATCH 0/4] Allow file systems to selectively bypass dm-crypt
 2017-06-16 18:42 UTC  (7+ messages)
  ` [dm-crypt] "

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

[GIT PULL] NVMe updates for Linux 4.13
 2017-06-16 16:16 UTC  (2+ messages)

[PATCHSET v2] Add support for write life time hints
 2017-06-16 15:55 UTC  (11+ messages)

[PATCH] block: Dedicated error code fixups
 2017-06-16 15:47 UTC  (3+ messages)

[PATCH V3 00/12] blktrace: output cgroup info
 2017-06-16 14:42 UTC  (14+ messages)
` [PATCH V3 01/12] kernfs: use idr instead of ida to manage inode number
` [PATCH V3 02/12] kernfs: implement i_generation
` [PATCH V3 03/12] kernfs: add an API to get kernfs node from inode number
` [PATCH V3 04/12] kernfs: don't set dentry->d_fsdata
` [PATCH V3 05/12] kernfs: introduce kernfs_node_id
` [PATCH V3 06/12] kernfs: add exportfs operations
` [PATCH V3 07/12] cgroup: export fhandle info for a cgroup
` [PATCH V3 08/12] blktrace: export cgroup info in trace
` [PATCH V3 09/12] block: always attach cgroup info into bio
` [PATCH V3 10/12] block: call __bio_free in bio_endio
` [PATCH V3 11/12] blktrace: add an option to allow displying cgroup path
` [PATCH V3 12/12] block: use standard blktrace API to output cgroup info for debug notes

RFC: pwritev2 regression test for invalid flags
 2017-06-16 13:01 UTC  (4+ messages)

[PATCH] blk-tag: not touch rq->internal_tag
 2017-06-16 12:22 UTC  (3+ messages)

[PATCH 0/5] Convert RPMB block device to a character device
 2017-06-16  9:47 UTC  (7+ messages)
` [PATCH 1/5] mmc: block: Move duplicate check
` [PATCH 4/5] RFC: mmc: block: Convert RPMB to a character device

[PATCH 0/9] block: T10/DIF Fixes and cleanups v4
 2017-06-16  6:44 UTC  (2+ messages)

[PATCH V2 05/12] kernfs: introduce kernfs_node_id
 2017-06-15 20:14 UTC  (2+ messages)

[GIT PULL] Block fix for 4.12-rc
 2017-06-15 17:16 UTC 

[PATCH v6 00/20] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-15 15:03 UTC  (10+ messages)
` [PATCH v6 12/20] fs: add a new fstype flag to indicate how writeback errors are tracked

[PATCH 0/10 v11] No wait AIO
 2017-06-15 14:55 UTC  (7+ messages)

[PATCH V2 12/12] block: use standard blktrace API to output cgroup info for debug notes
 2017-06-15 13:56 UTC  (2+ 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).