messages from 2017-10-19 23:37:42 to 2017-10-25 19:25:58 UTC [more...]
[PATCH v2] virtio_blk: Fix an SG_IO regression
2017-10-25 19:25 UTC (3+ messages)
[PATCH 0/3] mq vs non-mq scheduler tweaks
2017-10-25 18:36 UTC (10+ messages)
` [PATCH 1/3] elevator: lookup mq vs non-mq elevators
` [PATCH 2/3] elevator: allow name aliases
` [PATCH 3/3] mq-deadline: add 'deadline' as a name alias
[PATCH v3 0/2] block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()
2017-10-25 18:28 UTC (3+ messages)
[PATCH] lightnvm: Convert timers to use timer_setup()
2017-10-25 18:28 UTC (4+ messages)
[PATCH] block: move CAP_SYS_ADMIN check in blkdev_roset()
2017-10-25 18:25 UTC (4+ messages)
[PATCH v5 0/9] cross-release: Enhence performance and fix false positives
2017-10-25 18:20 UTC (12+ messages)
` [PATCH v5 1/9] block: use DECLARE_COMPLETION_ONSTACK in submit_bio_wait
` [PATCH v5 2/9] locking/lockdep: Provide empty lockdep_map structure for !CONFIG_LOCKDEP
` [PATCH v5 3/9] completion: Change the prefix of lock name for completion variable
` [PATCH v5 4/9] locking/lockdep: Add a boot parameter allowing unwind in cross-release and disable it by default
` [PATCH v5 5/9] locking/lockdep: Remove the BROKEN flag from CONFIG_LOCKDEP_CROSSRELEASE and CONFIG_LOCKDEP_COMPLETIONS
` [PATCH v5 6/9] locking/lockdep: Introduce CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK
` [PATCH v5 7/9] completion: Add support for initializing completion with lockdep_map
` [PATCH v5 8/9] workqueue: Remove unnecessary acquisitions wrt workqueue flush
` [PATCH v5 9/9] block: Assign a lock_class per gendisk used for wait_for_completion()
[PATCH] loop: check loop_add's return value
2017-10-25 16:00 UTC
Fix false positive by LOCKDEP_CROSSRELEASE
2017-10-25 11:49 UTC (11+ messages)
` [RESEND PATCH 1/3] completion: Add support for initializing completion with lockdep_map
[PATCH v4 0/7] cross-release: Enhence performance and fix false positives
2017-10-25 6:35 UTC (11+ messages)
` [PATCH v4 1/7] block: use DECLARE_COMPLETION_ONSTACK in submit_bio_wait
` [PATCH v4 2/7] locking/lockdep: Add a boot parameter allowing unwind in cross-release and disable it by default
` [PATCH v4 3/7] locking/lockdep: Remove the BROKEN flag from CONFIG_LOCKDEP_CROSSRELEASE and CONFIG_LOCKDEP_COMPLETIONS
` [PATCH v4 4/7] locking/lockdep: Introduce CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK
` [PATCH v4 5/7] completion: Add support for initializing completion with lockdep_map
` [PATCH v4 6/7] workqueue: Remove unnecessary acquisitions wrt workqueue flush
` [PATCH v4 7/7] block: Assign a lock_class per gendisk used for wait_for_completion()
[PATCH v3 0/8] cross-release: enhence performance and fix false positives
2017-10-25 5:55 UTC (20+ messages)
` [PATCH v3 1/8] block: use DECLARE_COMPLETION_ONSTACK in submit_bio_wait
` [PATCH v3 2/8] lockdep: Introduce CROSSRELEASE_STACK_TRACE and make it not unwind as default
` [PATCH v3 3/8] lockdep: Remove BROKEN flag of LOCKDEP_CROSSRELEASE
` [PATCH v3 4/8] lockdep: Add a kernel parameter, crossrelease_fullstack
` [PATCH v3 5/8] completion: Add support for initializing completion with lockdep_map
` [PATCH v3 6/8] lockdep: Remove unnecessary acquisitions wrt workqueue flush
` [PATCH v3 7/8] genhd.h: Remove trailing white space
` [PATCH v3 8/8] block: Assign a lock_class per gendisk used for wait_for_completion()
[PATCH] [PATCH V2] bcache: update bucket_in_use in real time
2017-10-25 4:35 UTC (2+ messages)
Re: [PATCH] update bucket_in_use in real time
2017-10-25 1:47 UTC (2+ messages)
[PATCH] nbd: handle interrupted sendmsg with a sndtimeo set
2017-10-25 0:51 UTC (2+ messages)
[PATCH] block: Invalidate cache on discard v2
2017-10-25 0:46 UTC (2+ messages)
[PATCH] elevator: lookup mq vs non-mq elevators
2017-10-25 0:39 UTC
[PATCH] update bucket_in_use in real time
2017-10-25 0:29 UTC (4+ messages)
nvme multipath support V5
2017-10-24 21:40 UTC (39+ messages)
` [PATCH 01/17] block: move REQ_NOWAIT
` [PATCH 02/17] block: add REQ_DRV bit
` [PATCH 03/17] block: provide a direct_make_request helper
` [PATCH 04/17] block: add a blk_steal_bios helper
` [PATCH 05/17] block: don't look at the struct device dev_t in disk_devt
` [PATCH 06/17] block: introduce GENHD_FL_HIDDEN
` [PATCH 07/17] block: add a poll_fn callback to struct request_queue
` [PATCH 08/17] nvme: use kref_get_unless_zero in nvme_find_get_ns
` [PATCH 09/17] nvme: simplify nvme_open
` [PATCH 10/17] nvme: switch controller refcounting to use struct device
` [PATCH 11/17] nvme: get rid of nvme_ctrl_list
` [PATCH 12/17] nvme: check for a live controller in nvme_dev_open
` [PATCH 13/17] nvme: track subsystems
` [PATCH 14/17] nvme: introduce a nvme_ns_ids structure
` [PATCH 15/17] nvme: track shared namespaces
` [PATCH 16/17] nvme: implement multipath access to nvme subsystems
` [PATCH 17/17] nvme: also expose the namespace identification sysfs files for mpath nodes
[RFC] bsg-lib interface cleanup
2017-10-24 17:46 UTC (10+ messages)
` [PATCH 9/9] bsg: split handling of SCSI CDBs vs transport requeues
[PATCH v2] block: fix peeking requests during PM
2017-10-24 14:45 UTC (3+ messages)
fix pblk testing leftover
2017-10-24 14:00 UTC (3+ messages)
` [PATCH] lightnvm: pblk: remove "
[PATCH] virtio_blk: Fix an SG_IO regression
2017-10-24 13:48 UTC (2+ messages)
[PATCH 1/1] [RFC] blk-mq: fix queue stalling on shared hctx restart
2017-10-24 10:04 UTC (7+ messages)
[PATCH V8 00/14] mmc: Add Command Queue support
2017-10-24 9:11 UTC (18+ messages)
[PATCH V12 0/5] mmc: Add Command Queue support
2017-10-24 8:40 UTC (6+ messages)
` [PATCH V12 1/5] mmc: core: Add parameter use_blk_mq
` [PATCH V12 2/5] mmc: block: Add blk-mq support
` [PATCH V12 3/5] mmc: block: Add CQE support
` [PATCH V12 4/5] mmc: cqhci: support for command queue enabled host
` [PATCH V12 5/5] mmc: sdhci-pci: Add CQHCI support for Intel GLK
[bug report] regression bisected to "block: Make most scsi_req_init() calls implicit"
2017-10-24 1:47 UTC (5+ messages)
[PATCH] blk-mq: Iterate also over sched_tags requests at blk_mq_tagset_iter()
2017-10-23 10:00 UTC (9+ messages)
[PATCH v2 0/4] Fix false positives by cross-release feature
2017-10-23 7:04 UTC (7+ messages)
` [PATCH v2 4/4] lockdep: Assign a lock_class per gendisk used for wait_for_completion()
nvme multipath support V4
2017-10-23 6:33 UTC (5+ messages)
` [PATCH 15/17] nvme: track shared namespaces
[PATCH v2] blk-throttle: track read and write request individually
2017-10-23 4:37 UTC (3+ messages)
high overhead of functions blkg_*stats_* in bfq
2017-10-22 8:25 UTC (6+ messages)
[PATCH] nbd: Use common error handling code in nbd_genl_connect()
2017-10-21 18:55 UTC
[PATCH v10 00/10] block, scsi, md: Improve suspend and resume
2017-10-21 18:31 UTC (6+ messages)
[GIT PULL] nvme fixes for 4.14
2017-10-20 14:04 UTC (2+ messages)
[PATCH 0/6] v4 block refcount conversion patches
2017-10-20 10:25 UTC (9+ messages)
` [PATCH 1/6] block: convert bio.__bi_cnt from atomic_t to refcount_t
` [PATCH 2/6] block: convert blk_queue_tag.refcnt "
` [PATCH 3/6] block: convert blkcg_gq.refcnt "
` [PATCH 4/6] block: convert io_context.active_ref "
` [PATCH 5/6] block: convert bsg_device.ref_count "
` [PATCH 6/6] drivers, block: convert xen_blkif.refcnt "
[PATCH v3 00/49] block: support multipage bvec
2017-10-19 23:58 UTC (10+ messages)
` [PATCH v3 20/49] block: introduce bio_for_each_segment_mp()
` [PATCH v3 37/49] fs/mpage: convert to bio_for_each_segment_all_sp()
` [PATCH v3 41/49] xfs: "
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).