messages from 2017-10-24 07:18:47 to 2017-10-30 16:02:19 UTC [more...]
[PATCH] block: Rework drivers/cdrom/Makefile
2017-10-30 16:02 UTC
[PATCH] cfq-iosched: add "leaf_weight" setting for the root cgroup in cgroups v2
2017-10-30 14:55 UTC (2+ messages)
[PATCH 0/4] add error handle for bdi debugfs register
2017-10-30 13:14 UTC (9+ messages)
` [PATCH 1/4] bdi: add check for bdi_debug_root
` [PATCH 2/4] bdi: convert bdi_debug_register to int
` [PATCH 3/4] bdi: add error handle for bdi_debug_register
` [PATCH 4/4] block: add WARN_ON if bdi register fail
high overhead of functions blkg_*stats_* in bfq
2017-10-30 9:49 UTC (6+ messages)
[PATCH] locking/lockdep: Revise Documentation/locking/crossrelease.txt
2017-10-30 6:18 UTC
[PATCH] [PATCH V2] bcache: fix wrong cache_misses statistics
2017-10-30 5:14 UTC (3+ messages)
nvme multipath support V5
2017-10-30 4:09 UTC (44+ messages)
` [PATCH 03/17] block: provide a direct_make_request helper
` [PATCH 04/17] block: add a blk_steal_bios helper
` [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
[PATCH v4] virtio_blk: Fix an SG_IO regression
2017-10-28 17:06 UTC (4+ messages)
[PATCH V2 0/2] block: remove unnecessary RESTART
2017-10-28 15:47 UTC (7+ messages)
` [PATCH V2 1/2] blk-mq: don't handle TAG_SHARED in restart
` [PATCH V2 2/2] blk-mq: don't restart queue when .get_budget returns BLK_STS_RESOURCE
[PULL] bcache fixes and updates for-4.13
2017-10-28 8:58 UTC (3+ messages)
` [PATCH 01/19] bcache: Fix leak of bdev reference
` [PATCH 15/19] bcache: fix issue of writeback rate at minimum 1 key per second
Re: [PATCH 11/19] bcache: Subtract dirty sectors of thin flash from cache_sectors in calculating writeback rate
2017-10-28 2:37 UTC
Re: [PATCH 11/19] bcache: Subtract dirty sectors of thin flash from cache_sectors in calculating writeback rate
2017-10-28 1:52 UTC
Re: [PATCH 04/19] bcache: fix wrong cache_misses statistics
2017-10-28 1:43 UTC
Re: [PATCH 12/19] bcache: update bucket_in_use periodically
2017-10-28 1:37 UTC
[PATCHv4] bcache: only permit to recovery read error when cache device is clean
2017-10-27 23:36 UTC (2+ messages)
[PATCH 00/12 v4] multiqueue for MMC/SD
2017-10-27 14:29 UTC (20+ messages)
` [PATCH 01/12 v4] mmc: core: move the asynchronous post-processing
` [PATCH 02/12 v4] mmc: core: add a workqueue for completing requests
` [PATCH 03/12 v4] mmc: core: replace waitqueue with worker
` [PATCH 04/12 v4] mmc: core: do away with is_done_rcv
` [PATCH 05/12 v4] mmc: core: do away with is_new_req
` [PATCH 06/12 v4] mmc: core: kill off the context info
` [PATCH 07/12 v4] mmc: queue: simplify queue logic
` [PATCH 08/12 v4] mmc: block: shuffle retry and error handling
` [PATCH 09/12 v4] mmc: queue: stop flushing the pipeline with NULL
` [PATCH 10/12 v4] mmc: queue/block: pass around struct mmc_queue_req*s
` [PATCH 11/12 v4] mmc: block: issue requests in massive parallel
` [PATCH 12/12 v4] mmc: switch MMC/SD to use blk-mq multiqueueing
[GIT PULL] one nvme fix for 4.14
2017-10-27 14:18 UTC (2+ messages)
[PATCH V12 0/5] mmc: Add Command Queue support
2017-10-27 13:44 UTC (12+ 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
[PATCH] block: avoid to fail elevator switch
2017-10-27 3:08 UTC
[RFC PATCH] blk-throttle: add burst allowance
2017-10-26 23:54 UTC
[GIT PULL] Block fixes for 4.14-rc
2017-10-26 14:37 UTC
[PATCH v3] virtio_blk: Fix an SG_IO regression
2017-10-26 6:16 UTC (2+ messages)
[PATCH v5 0/9] cross-release: Enhence performance and fix false positives
2017-10-26 5:58 UTC (14+ 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 v2] virtio_blk: Fix an SG_IO regression
2017-10-26 4:44 UTC (8+ 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] 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 (10+ 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)
[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 (3+ messages)
[PATCH V8 00/14] mmc: Add Command Queue support
2017-10-24 9:11 UTC (18+ 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).