messages from 2017-06-19 02:26:36 to 2017-06-20 12:51:34 UTC [more...]
[PATCHSET v7] Add support for write life time hints
2017-06-20 12:51 UTC (28+ messages)
` [PATCH 01/11] fs: add support for an inode to carry write hint related data
` [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 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-20 12:35 UTC (13+ messages)
` [PATCH v7 01/22] fs: remove call_fsync helper function
` [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 0/10 v14] merge request: No wait AIO
2017-06-20 12:05 UTC (11+ 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: "
[PATCH 0/10 v13] merge request: No wait AIO
2017-06-20 11:53 UTC (19+ 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: "
[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
[PATCH v4 00/12] More patches for kernel v4.13
2017-06-20 9:22 UTC (29+ 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
[PATCH] btrfs: use new block error code
2017-06-20 9:11 UTC (2+ messages)
streamline blk-mq I/O scheduler interaction
2017-06-20 9:10 UTC (8+ messages)
` [PATCH 04/10] blk-mq-sched: unify request finished methods
` [PATCH 07/10] bfq-iosched: fix NULL ioc check in bfq_get_rq_private
` [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
[PATCHSET v6] Add support for write life time hints
2017-06-19 19:03 UTC (13+ messages)
` [PATCH 11/11] nvme: add support for streams and directives
[PATCH v3 00/12] More patches for kernel v4.13
2017-06-19 18:35 UTC (5+ messages)
` [PATCH v3 01/12] blk-mq: Reduce blk_mq_hw_ctx size
[PATCHSET v8] Add support for write life time hints
2017-06-19 17:05 UTC (10+ 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 rfc 00/30] centralize nvme controller reset, delete and periodic reconnects
2017-06-19 16:24 UTC (58+ messages)
` [PATCH rfc 01/30] nvme: Add admin connect request queue
` [PATCH rfc 02/30] nvme-rdma: Don't alloc/free the tagset on reset
` [PATCH rfc 03/30] nvme-rdma: reuse configure/destroy admin queue
` [PATCH rfc 04/30] nvme-rdma: introduce configure/destroy io queues
` [PATCH rfc 05/30] nvme-rdma: introduce nvme_rdma_start_queue
` [PATCH rfc 06/30] nvme-rdma: rename nvme_rdma_init_queue to nvme_rdma_alloc_queue
` [PATCH rfc 07/30] nvme-rdma: make stop/free queue receive a ctrl and qid struct
` [PATCH rfc 08/30] nvme-rdma: cleanup error path in controller reset
` [PATCH rfc 09/30] nvme: Move queue_count to the nvme_ctrl
` [PATCH rfc 10/30] nvme: Add admin_tagset pointer to nvme_ctrl
` [PATCH rfc 11/30] nvme: move controller cap to struct nvme_ctrl
` [PATCH rfc 12/30] nvme-rdma: disable controller in reset instead of shutdown
` [PATCH rfc 13/30] nvme-rdma: move queue LIVE/DELETING flags settings to queue routines
` [PATCH rfc 14/30] nvme-rdma: stop queues instead of simply flipping their state
` [PATCH rfc 15/30] nvme-rdma: don't check queue state for shutdown/disable
` [PATCH rfc 16/30] nvme-rdma: move tagset allocation to a dedicated routine
` [PATCH rfc 17/30] nvme-rdma: move admin specific resources to alloc_queue
` [PATCH rfc 20/30] nvme: add err, reconnect and delete work items to nvme core
` [PATCH rfc 24/30] nvme-pci: rename to nvme_pci_configure_admin_queue
` [PATCH rfc 25/30] nvme: move control plane handling to nvme core
` [PATCH rfc 28/30] nvme: update tagset nr_hw_queues when reallocating io queues
` [PATCH rfc 29/30] nvme: add sed-opal ctrl manipulation in admin configuration
dm integrity tests crash kernel (4.12-rc5)
2017-06-19 15:47 UTC (5+ messages)
` [dm-devel] "
move bounce limits settings into the drivers
2017-06-19 15:29 UTC (16+ messages)
` [PATCH 01/10] pktcdvd: remove the call to blk_queue_bounce
` [PATCH 02/10] blk-map: call blk_queue_bounce from blk_rq_append_bio
` [PATCH 03/10] block: move bounce declarations to block/blk.h
` [PATCH 04/10] block: remove the queue_bounce_pfn helper
` [PATCH 05/10] block: don't bother with bounce limits for make_request drivers
` [PATCH 06/10] blk-mq: don't bounce by default
` [PATCH 07/10] block: don't set bounce limit in blk_init_allocated_queue
` [PATCH 08/10] block: don't set bounce limit in blk_init_queue
` [PATCH 09/10] dm: don't set bounce limit
` [PATCH 10/10] mmc/block: remove a call to blk_queue_bounce_limit
TCG Opal support for sd.c
2017-06-19 12:26 UTC (2+ messages)
` [PATCH] sd: add support for TCG OPAL self encrypting disks
[PATCH BUGFIX V2] block, bfq: update wr_busy_queues if needed on a queue split
2017-06-19 11:43 UTC
[PATCH BUGFIX] block, bfq: update wr_busy_queues if needed on a queue split
2017-06-19 11:42 UTC (3+ messages)
two small cleanups
2017-06-19 7:24 UTC (3+ 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
[RESEND PATCH] nvme: host: unquiesce queue in nvme_kill_queues()
2017-06-19 2:53 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).