aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-08-24compat_hdio_ioctl: Fix a declarationBart Van Assche1-1/+1
2017-08-24block: remove blk_free_devt in add_partitionweiping zhang1-1/+0
2017-08-24bio-integrity: Fix regression if profile verify_fn is NULLMilan Broz1-1/+4
2017-08-23block, bfq: fix error handle in bfq_initweiping zhang1-1/+3
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig99-357/+358
2017-08-23block: cache the partition index in struct block_deviceChristoph Hellwig2-0/+2
2017-08-23block: add a __disk_get_part helperChristoph Hellwig2-13/+15
2017-08-23block: reject attempts to allocate more than DISK_MAX_PARTS partitionsChristoph Hellwig1-0/+7
2017-08-23raid5: remove a call to get_start_sectChristoph Hellwig1-1/+3
2017-08-23btrfs: index check-integrity state hash by a dev_tChristoph Hellwig1-18/+13
2017-08-23skd: Change default interrupt mode to MSI-XBart Van Assche1-1/+1
2017-08-23skd: Avoid double completions in case of a timeoutBart Van Assche1-11/+11
2017-08-23skd: Inline skd_process_request()Bart Van Assche1-20/+10
2017-08-23skd: Report completion mismatches onceBart Van Assche1-10/+4
2017-08-23block: Warn if blk_queue_rq_timed_out() is called for a blk-mq queueBart Van Assche1-0/+1
2017-08-23nullb: badbblocks supportShaohua Li1-1/+88
2017-08-23nullb: emulate cacheShaohua Li1-30/+231
2017-08-23nullb: bandwidth controlShaohua Li1-2/+114
2017-08-23nullb: support discardShaohua Li1-1/+41
2017-08-23nullb: support memory backed storeShaohua Li1-9/+330
2017-08-23nullb: use ida to manage indexShaohua Li1-2/+4
2017-08-23nullb: add interface to power on diskShaohua Li1-0/+80
2017-08-23nullb: add configfs interfaceShaohua Li2-1/+210
2017-08-23nullb: factor disk parametersShaohua Li1-81/+153
2017-08-23skd: error pointer dereference in skd_cons_disk()Dan Carpenter1-8/+7
2017-08-23skd: Uninitialized variable in skd_isr_completion_posted()Dan Carpenter1-1/+1
2017-08-18skd: Remove driver version informationBart Van Assche1-2/+0
2017-08-18skd: Bump driver versionBart Van Assche1-12/+5
2017-08-18skd: Optimize lockingBart Van Assche1-6/+15
2017-08-18skd: Remove several local variablesBart Van Assche1-30/+7
2017-08-18skd: Reduce memory usageBart Van Assche1-37/+108
2017-08-18skd: Remove skd_device.in_flightBart Van Assche1-16/+21
2017-08-18skd: Switch to block layer timeout mechanismBart Van Assche1-86/+31
2017-08-18skd: Convert to blk-mqBart Van Assche1-138/+91
2017-08-18skd: Coalesce struct request and struct skd_request_contextBart Van Assche1-120/+54
2017-08-18skd: Move skd_free_sg_list() upBart Van Assche1-13/+12
2017-08-18skd: Split skd_recover_requests()Bart Van Assche1-17/+22
2017-08-18skd: Introduce skd_process_request()Bart Van Assche1-118/+119
2017-08-18skd: Convert several per-device scalar variables into atomicsBart Van Assche1-31/+37
2017-08-18skd: Enable request tags for the block layer queueBart Van Assche1-194/+73
2017-08-18skd: Initialize skd_special_context.req.n_sg to oneBart Van Assche1-0/+1
2017-08-18skd: Remove dead codeBart Van Assche1-12/+0
2017-08-18skd: Remove SG IO supportBart Van Assche1-1069/+2
2017-08-18skd: Convert explicit skd_request_fn() callsBart Van Assche1-5/+5
2017-08-18skd: Rework request failing code pathBart Van Assche1-10/+8
2017-08-18skd: Move a function definitionBart Van Assche1-43/+41
2017-08-18skb: Use symbolic names for SCSI opcodesBart Van Assche1-6/+9
2017-08-18skd: Use kcalloc() instead of kzalloc() with multiplyBart Van Assche1-13/+17
2017-08-18skd: Remove superfluous occurrences of the 'volatile' keywordBart Van Assche1-26/+22
2017-08-18skd: Remove a redundant init_timer() callBart Van Assche1-1/+0