messages from 2017-08-17 17:03:50 to 2017-08-21 19:19:09 UTC [more...]
[PATCH] loop: Fix freeze if configured block size is not supported
2017-08-21 19:19 UTC (4+ messages)
[PATCH 0/6] drivers: make device_attribute const
2017-08-21 17:26 UTC (13+ messages)
` [PATCH 1/6] ACPI: "
` [PATCH 2/6] nbd: "
` [PATCH 3/6] hid: "
` [PATCH 4/6] qlogic: "
` [PATCH 5/6] platform/x86: "
` [PATCH 6/6] power: supply: "
[PATCH v2 0/3] loop: LO_FLAGS_BLOCKSIZE fixes
2017-08-21 16:45 UTC (7+ messages)
` [PATCH v2 1/3] loop: fix hang if LOOP_SET_STATUS gets invalid blocksize or encrypt type
` [PATCH v2 2/3] loop: use queue limit instead of private lo_logical_blocksize
` [PATCH v2 3/3] loop: always return block size in LOOP_GET_STATUS
[PATCH] blkcg: add a cleanup when active policy fail
2017-08-21 15:12 UTC
[PATCH 1/2] powerpc/workqueue: update list of possible CPUs
2017-08-21 14:48 UTC (4+ messages)
` [PATCH 2/2] blk-mq: don't use WORK_CPU_UNBOUND
[PATCH] blk-mq: Improvements to the hybrid polling sleep time calculation
2017-08-21 14:35 UTC
[PATCH V5 02/13] mmc: core: Add members to mmc_request and mmc_data for CQE's
2017-08-21 9:27 UTC (4+ messages)
` [PATCH V5 11/13] mmc: block: Add CQE support
[PATCH V2 00/20] blk-mq-sched: improve SCSI-MQ performance
2017-08-21 8:18 UTC (6+ messages)
` [PATCH V2 01/20] blk-mq-sched: fix scheduler bad performance
[BUG] Deadlock due due to interactions of block, RCU, and cpu offline
2017-08-20 20:56 UTC (13+ messages)
Centralize nvme controller reset, delete and fabrics periodic reconnects
2017-08-20 6:37 UTC (7+ messages)
[PATCH 00/12] Twelve small block layer patches
2017-08-20 6:15 UTC (35+ messages)
` [PATCH 01/12] block: Fix two comments that refer to .queue_rq() return values
` [PATCH 02/12] block: Unexport blk_queue_end_tag()
` [PATCH 03/12] blk-mq: Explain when 'active_queues' is decremented
` [PATCH 04/12] blk-mq: Make blk_mq_reinit_tagset() calls easier to read
` [PATCH 05/12] blk-mq-debugfs: Declare a local symbol static
` [PATCH 06/12] blk-mq-debugfs: Generate name-to-text translation tables
` [PATCH 07/12] genhd: Annotate all part and part_tbl pointer dereferences
` [PATCH 08/12] ide-floppy: Use blk_rq_is_scsi()
` [PATCH 09/12] virtio_blk: "
` [PATCH 10/12] xen-blkback: Fix indentation
` [PATCH 11/12] xen-blkback: Avoid that gcc 7 warns about fall-through when building with W=1
` [PATCH 12/12] xen-blkfront: "
` [Xen-devel] "
[PATCH V2] blk-throttle: cap discard request size
2017-08-18 23:08 UTC
[PATCH v2] blk-mq-debugfs: Add names for recently added flags
2017-08-18 22:52 UTC
[PATCH v4] blktrace: Fix potentail deadlock between delete & sysfs ops
2017-08-18 20:35 UTC (3+ messages)
[PATCH v3] blktrace: Fix potentail deadlock between delete & sysfs ops
2017-08-18 19:55 UTC (3+ messages)
[GIT PULL] Block fixes for 4.13-rc
2017-08-18 19:23 UTC
[PATCH] blk-throttle: ignore discard request size
2017-08-18 19:19 UTC (7+ messages)
[PATCH v2] blktrace: Fix potentail deadlock between delete & sysfs ops
2017-08-18 17:26 UTC (17+ messages)
[PATCH 0/2] loop: LOOP_FLAGS_BLOCKSIZE fixes
2017-08-18 17:25 UTC (17+ messages)
` [PATCH 1/2] loop: always return block size in LOOP_GET_STATUS
` [PATCH 2/2] loop: fix hang if LOOP_SET_STATUS gets invalid blocksize or encrypt type
[PATCH] blk-mq-debugfs: Add names for recently added flags
2017-08-18 16:52 UTC (2+ messages)
[PATCH] block, bfq: fix error handle in bfq_init
2017-08-18 16:37 UTC
[PATCH] block: remove blk_free_devt in add_partition
2017-08-18 15:54 UTC
[PATCH v2] blk-mq: Explain when 'active_queues' is decremented
2017-08-18 15:48 UTC
[PATCH] skd: Remove driver version information
2017-08-18 15:31 UTC (2+ messages)
[PATCH 00/55] Convert skd driver to blk-mq
2017-08-18 15:05 UTC (60+ messages)
` [PATCH 01/55] block: Relax a check in blk_start_queue()
` [PATCH 02/55] skd: Avoid that module unloading triggers a use-after-free
` [PATCH 03/55] skd: Submit requests to firmware before triggering the doorbell
` [PATCH 04/55] skd: Switch to GPLv2
` [PATCH 05/55] skd: Update maintainer information
` [PATCH 06/55] skd: Remove unneeded #include directives
` [PATCH 07/55] skd: Remove ESXi code
` [PATCH 08/55] skd: Remove unnecessary blank lines
` [PATCH 09/55] skd: Avoid that gcc 7 warns about fall-through when building with W=1
` [PATCH 10/55] skd: Fix spelling in a source code comment
` [PATCH 11/55] skd: Fix a function name in a comment
` [PATCH 12/55] skd: Remove set-but-not-used local variables
` [PATCH 13/55] skd: Remove a set-but-not-used variable from struct skd_device
` [PATCH 14/55] skd: Remove useless barrier() calls
` [PATCH 15/55] skd: Switch from the pr_*() to the dev_*() logging functions
` [PATCH 16/55] skd: Fix endianness annotations
` [PATCH 17/55] skd: Document locking assumptions
` [PATCH 18/55] skd: Introduce the symbolic constant SKD_MAX_REQ_PER_MSG
` [PATCH 19/55] skd: Introduce SKD_SKCOMP_SIZE
` [PATCH 20/55] skd: Fix size argument in skd_free_skcomp()
` [PATCH 21/55] skd: Reorder the code in skd_process_request()
` [PATCH 22/55] skd: Simplify the code for deciding whether or not to send a FIT msg
` [PATCH 23/55] skd: Simplify the code for allocating DMA message buffers
` [PATCH 24/55] skd: Use a structure instead of hardcoding structure offsets
` [PATCH 25/55] skd: Check structure sizes at build time
` [PATCH 26/55] skd: Use __packed only when needed
` [PATCH 27/55] skd: Make the skd_isr() code more brief
` [PATCH 28/55] skd: Use ARRAY_SIZE() where appropriate
` [PATCH 29/55] skd: Simplify the code for handling data direction
` [PATCH 30/55] skd: Remove superfluous initializations from skd_isr_completion_posted()
` [PATCH 31/55] skd: Drop second argument of skd_recover_requests()
` [PATCH 32/55] skd: Use for_each_sg()
` [PATCH 33/55] skd: Remove a redundant init_timer() call
` [PATCH 34/55] skd: Remove superfluous occurrences of the 'volatile' keyword
` [PATCH 35/55] skd: Use kcalloc() instead of kzalloc() with multiply
` [PATCH 36/55] skb: Use symbolic names for SCSI opcodes
` [PATCH 37/55] skd: Move a function definition
` [PATCH 38/55] skd: Rework request failing code path
` [PATCH 39/55] skd: Convert explicit skd_request_fn() calls
` [PATCH 40/55] skd: Remove SG IO support
` [PATCH 41/55] skd: Remove dead code
` [PATCH 42/55] skd: Initialize skd_special_context.req.n_sg to one
` [PATCH 43/55] skd: Enable request tags for the block layer queue
` [PATCH 44/55] skd: Convert several per-device scalar variables into atomics
` [PATCH 45/55] skd: Introduce skd_process_request()
` [PATCH 46/55] skd: Split skd_recover_requests()
` [PATCH 47/55] skd: Move skd_free_sg_list() up
` [PATCH 48/55] skd: Coalesce struct request and struct skd_request_context
` [PATCH 49/55] skd: Convert to blk-mq
` [PATCH 50/55] skd: Switch to block layer timeout mechanism
` [PATCH 51/55] skd: Remove skd_device.in_flight
` [PATCH 52/55] skd: Reduce memory usage
` [PATCH 53/55] skd: Remove several local variables
` [PATCH 54/55] skd: Optimize locking
` [PATCH 55/55] skd: Bump driver version
[PATCH] blk-mq-pci: add a fallback when pci_irq_get_affinity returns NULL
2017-08-18 14:08 UTC (4+ messages)
Long delays for I/Os using CFQ scheduler
2017-08-18 12:13 UTC (2+ messages)
[RFC PATCH] nvme: always return IRQ_HANDLED
2017-08-18 7:14 UTC (6+ messages)
WARNING: CPU: 15 PID: 0 at block/blk-mq.c:1111 __blk_mq_run_hw_queue+0x1d8/0x1f0
2017-08-18 4:40 UTC (6+ messages)
[PATCH] nbd: allow device creation at a specific index
2017-08-17 17:03 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).