linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-19 16:33:45 to 2017-06-26 09:52:59 UTC [more...]

[PATCHSET v9] Add support for write life time hints
 2017-06-26  9:52 UTC  (17+ messages)
` [PATCH 1/9] fs: add fcntl() interface for setting/getting "
` [PATCH 2/9] block: add support for write hints in a bio
` [PATCH 3/9] blk-mq: expose stream write hints through debugfs
` [PATCH 4/9] fs: add O_DIRECT support for sending down write life time hints
` [PATCH 5/9] fs: add support for buffered writeback to pass down write hints
` [PATCH 6/9] ext4: add support for passing in write hints for buffered writes
` [PATCH 7/9] xfs: "
` [PATCH 8/9] btrfs: "
` [PATCH 9/9] nvme: add support for streams and directives

[PATCH] ARM: Fix rd_size declaration
 2017-06-26  9:38 UTC  (3+ messages)

[PATCH v7 00/22] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-26  8:23 UTC  (24+ messages)
` [PATCH v7 01/22] fs: remove call_fsync helper function
` [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 11/22] fs: new infrastructure for writeback error handling and reporting
` [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 blktests 1/2] rc: add helpers to handle PCI test devices
 2017-06-23 15:36 UTC  (3+ messages)
` [PATCH blktests 2/2] block/011: Perform PCI reset while doing IO

[bug report] mtip32xx: convert internal command issue to block IO path
 2017-06-23 15:18 UTC  (2+ messages)

[PATCH blktests] sg/001: don't require scsi_debug
 2017-06-23  8:14 UTC 

[BUG] Deadlock due due to interactions of block, RCU, and cpu offline
 2017-06-23  3:34 UTC  (8+ messages)

[PATCH] blk-mq: remove double set queue_num
 2017-06-22 15:19 UTC  (2+ messages)

[PATCH] blk-mq: remove double set queue_num
 2017-06-22 14:10 UTC  (2+ messages)

[PATCH 0/3] Fixes for kernel v4.13
 2017-06-22 10:32 UTC  (6+ messages)
` [PATCH 1/3] block: Declare local symbols static
` [PATCH 2/3] block: Fix off-by-one errors in blk_status_to_errno() and print_req_error()
` [PATCH 3/3] blk-mq: Make it safe to quiesce and unquiesce from an interrupt handler

[GIT PULL] Block fixes for 4.12-rc
 2017-06-22  0:48 UTC 

[PATCH] block: Add fallthrough markers to switch statements
 2017-06-21 17:45 UTC  (2+ messages)

pwritev2 regression test for invalid flags
 2017-06-21 17:08 UTC  (3+ messages)

[GIT PULL] New test and a fixup for blktests
 2017-06-21 15:22 UTC 

[PATCH] btrfs: use new block error code
 2017-06-21 13:48 UTC  (4+ messages)

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

[PATCH] blk-mq: Make it safe to call blk_mq_quiesce_queue_nowait() from an interrupt handler
 2017-06-21  1:51 UTC  (5+ messages)

two small cleanups
 2017-06-21  1:22 UTC  (6+ messages)
` [PATCH 1/2] block: remove the unused bio_to_phys macro
` [PATCH 2/2] block: stop using bio_data() in blk_write_same_mergeable

[PATCHSET v8] Add support for write life time hints
 2017-06-20 23:49 UTC  (12+ messages)
` [PATCH 1/9] fs: add fcntl() interface for setting/getting "
` [PATCH 2/9] block: add support for write hints in a bio
` [PATCH 3/9] blk-mq: expose stream write hints through debugfs
` [PATCH 4/9] fs: add O_DIRECT support for sending down write life time hints
` [PATCH 5/9] fs: add support for buffered writeback to pass down write hints
` [PATCH 6/9] ext4: add support for passing in write hints for buffered writes
` [PATCH 7/9] xfs: "
` [PATCH 8/9] btrfs: "
` [PATCH 9/9] nvme: add support for streams and directives

[PATCH] pci/vmd: Move srcu cleanup after bus/irq domain removal
 2017-06-20 23:29 UTC  (3+ messages)

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

[RFC PATCH 0/4] Allow file systems to selectively bypass dm-crypt
 2017-06-20 14:44 UTC  (6+ messages)

[PATCH 0/10 v14] merge request: No wait AIO
 2017-06-20 13:12 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 and FMODE_AIO_NOWAIT
` [PATCH 05/10] fs: return if direct I/O 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: "

[PATCHSET v7] Add support for write life time hints
 2017-06-20 13:00 UTC  (18+ messages)
` [PATCH 04/11] fs: add support for allowing applications to pass in "

[PATCH 0/10 v13] merge request: No wait AIO
 2017-06-20 11:53 UTC  (14+ messages)
` [PATCH 05/10] fs: return if direct I/O will trigger writeback
` [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/5] Convert RPMB block device to a character device
 2017-06-20 11:23 UTC  (13+ messages)
` [PATCH 2/5] mmc: block: Refactor mmc_blk_part_switch()
` [PATCH 3/5] mmc: block: Reparametrize mmc_blk_ioctl_[multi]_cmd()
` [PATCH 4/5] RFC: mmc: block: Convert RPMB to a character device

streamline blk-mq I/O scheduler interaction
 2017-06-20  9:10 UTC  (4+ messages)
` [PATCH 09/10] blk-mq-sched: unify request prepare methods

[lkp-robot] [scsi] ebc76736f2: fio.write_bw_MBps -4% regression
 2017-06-20  6:04 UTC  (7+ messages)

[patch 55/55] genirq/affinity: Assign vectors to all present CPUs
 2017-06-19 23:37 UTC 

[PATCH V3 00/12] blktrace: output cgroup info
 2017-06-19 19:14 UTC  (17+ 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 09/12] block: always attach cgroup info into bio
` [PATCH V3 11/12] blktrace: add an option to allow displying cgroup path

[PATCH 11/11] nvme: add support for streams and directives
 2017-06-19 19:03 UTC  (12+ messages)

[PATCH v3 00/12] More patches for kernel v4.13
 2017-06-19 18:35 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).