summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fix spelling in comments.James Smart2017-04-241-1/+1
| | * Add debug messages for nvme/fcp resource allocation.James Smart2017-04-241-0/+6
| | * Fix log message in completion path.James Smart2017-04-241-3/+2
| | * Fix rejected nvme LS Req.James Smart2017-04-241-5/+21
| | * Fix nvme unregister port timeout.James Smart2017-04-241-3/+5
| | * Standardize nvme SGL segment countJames Smart2017-04-243-7/+3
| | * nvmet-fcloop: mark two symbols staticChristoph Hellwig2017-04-241-2/+2
| | * nvmet-fc: properly endian swap sq_headChristoph Hellwig2017-04-241-1/+1
| | * nvmet-fc: mark the sqhd field as __le16Christoph Hellwig2017-04-241-1/+1
| | * nvmet-fc: fix endianess annoations for nvmet_fc_format_rsp_hdrChristoph Hellwig2017-04-241-1/+1
| | * nvmet-fc: mark nvmet_fc_handle_fcp_rqst staticChristoph Hellwig2017-04-241-1/+1
| | * nvme-fc: mark two symbols staticChristoph Hellwig2017-04-241-2/+2
| | * nvme_fc: add controller reset supportJames Smart2017-04-241-315/+616
| | * nvme_fc: add aen abort to teardownJames Smart2017-04-241-52/+139
| | * nvme_fc: fix command id checkJames Smart2017-04-241-1/+2
| * | nvme: Add nvme_core.force_apst to ignore the NO_APST quirkAndy Lutomirski2017-04-241-1/+19
| * | nvme: Display raw APST configuration via DYNAMIC_DEBUGAndy Lutomirski2017-04-241-0/+16
| * | nvme: Fix APST commentAndy Lutomirski2017-04-241-1/+1
| * | Merge branch 'master' into for-4.12/post-mergeJens Axboe2017-04-24668-4064/+7382
| |\ \ | | |/ | |/|
* | | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-01255-6152/+24643
|\ \ \
| * | | block: hide badblocks attribute by defaultDan Williams2017-04-281-0/+11
| * | | blk-mq: unify hctx delay_work and run_workJens Axboe2017-04-283-17/+24
| * | | block: add kblock_mod_delayed_work_on()Jens Axboe2017-04-282-0/+8
| * | | blk-mq: unify hctx delayed_run_work and run_workJens Axboe2017-04-283-24/+8
| * | | nbd: fix use after free on module unloadJosef Bacik2017-04-281-4/+4
| * | | MAINTAINERS: bfq: Add Paolo as maintainer for the BFQ I/O schedulerUlf Hansson2017-04-281-0/+8
| * | | blk-mq-sched: alloate reserved tags out of normal poolJens Axboe2017-04-271-1/+5
| * | | mtip32xx: use runtime tag to initialize command headerMing Lei2017-04-271-12/+24
| * | | scsi: Implement blk_mq_ops.show_rq()Bart Van Assche2017-04-264-0/+22
| * | | blk-mq: Add blk_mq_ops.show_rq()Bart Van Assche2017-04-262-1/+13
| * | | blk-mq: Show operation, cmd_flags and rq_flags namesBart Van Assche2017-04-261-3/+69
| * | | blk-mq: Make blk_flags_show() callers append a newline characterBart Van Assche2017-04-261-1/+3
| * | | blk-mq: Move the "state" debugfs attribute one level downBart Van Assche2017-04-261-8/+1
| * | | blk-mq: Unregister debugfs attributes earlierBart Van Assche2017-04-261-2/+6
| * | | blk-mq: Only unregister hctxs for which registration succeededBart Van Assche2017-04-261-5/+13
| * | | blk-mq-debugfs: Rename functions for registering and unregistering the mq dir...Bart Van Assche2017-04-263-11/+11
| * | | blk-mq: Let blk_mq_debugfs_register() look up the queue nameBart Van Assche2017-04-263-6/+6
| * | | blk-mq: Register <dev>/queue/mq after having registered <dev>/queueBart Van Assche2017-04-263-10/+32
| * | | ide-pm: always pass 0 error to ide_complete_rq in ide_do_devsetChristoph Hellwig2017-04-261-1/+1
| * | | ide-pm: always pass 0 error to __blk_end_request_allChristoph Hellwig2017-04-261-1/+1
| * | | scsi_transport_sas: always pass 0 error to blk_end_request_allChristoph Hellwig2017-04-261-1/+1
| * | | lightnvm: fix possible memory leak in pblk_bb_discovery()Wei Yongjun2017-04-251-1/+3
| * | | virtio_blk: Fix English description of VIRTIO_BLK_SCSIJean Delvare2017-04-241-1/+1
| |/ /
| * | lightnvm: pblk: fix erase counters on error failJavier González2017-04-237-22/+37
| * | lightnvm: pblk: free metadata on line alloc failureJavier González2017-04-231-7/+9
| * | lightnvm: pblk: fix memory leak on error pathJavier González2017-04-231-0/+3
| * | lightnvm: pblk: fix bad error checkJavier González2017-04-231-1/+1
| * | lightnvm: pblk: fix race condition on line retryJavier González2017-04-231-3/+3
| * | block: fix blk_integrity_register to use template's interval_exp if not 0Mike Snitzer2017-04-231-1/+2
| * | lightnvm: don't print a warning for ADDR_EMPTYDan Carpenter2017-04-211-3/+3