summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mmc-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2017-02-2111-717/+65
|\
| * mmc: core: move some sdio IDs out of quirks fileShawn Lin2017-02-151-0/+7
| * mmc: Adding AUTO_BKOPS_EN bit set for Auto BKOPS supportUri Yanai2017-02-142-0/+2
| * mmc: core: rename mmc_start_req() to *areq()Linus Walleij2017-02-131-1/+1
| * mmc: core: Invent MMC_CAP_3_3V_DDRUlf Hansson2017-02-131-11/+10
| * mmc: host: tmio: SDIO_STATUS_QUIRK is rather SDIO_STATUS_SETBITSWolfram Sang2017-02-131-4/+2
| * mmc: core: Don't use extern declarations of public mmc functionsUlf Hansson2017-02-131-8/+9
| * mmc: core: Move public functions from host.h to private headersUlf Hansson2017-02-131-46/+2
| * mmc: core: Move public functions from card.h to private headersUlf Hansson2017-02-131-240/+0
| * mmc: core: Remove unused struct _mmc_csd from public mmc.h headerUlf Hansson2017-02-131-44/+0
| * mmc: core: Move erase/trim/discard defines from public core.h to mmc.hUlf Hansson2017-02-132-11/+12
| * mmc: core: Move some host specific public functions to host.hUlf Hansson2017-02-132-6/+6
| * mmc: core: Move public functions from core.h to private headersUlf Hansson2017-02-131-50/+0
| * mmc: core: First step in cleaning up public mmc header filesUlf Hansson2017-02-135-11/+8
| * mmc: mxcmmc: Include interrupt.h in the platform data headerUlf Hansson2017-02-131-0/+1
| * mmc: dw_mmc: Remove the public dw_mmc header fileUlf Hansson2017-02-131-274/+0
| * mmc: sh_mmcif: Remove unused clk_ctrl2_present from the platform dataUlf Hansson2017-02-131-1/+0
| * mmc: sh_mmcif: Remove unused ccs_unsupported from the platform dataUlf Hansson2017-02-131-1/+0
| * mmc: sh_mmcif: Remove unused ->get_cd() platform callbackUlf Hansson2017-02-131-1/+0
| * mmc: sh_mmcif: Remove unused use_cd_gpio/cd_gpio from platform dataUlf Hansson2017-02-131-2/+0
| * mmc: Removed the unused public mmc boot.h headerUlf Hansson2017-02-131-7/+0
| * mmc: core: Export device lifetime information through sysfsJungseung Lee2017-02-132-0/+6
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-218-40/+269
|\ \
| * | scsi: remove tsk_mgmt_response and it_nexus_response transport methodsChristoph Hellwig2017-02-072-19/+0
| * | scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-075-11/+5
| * | scsi: cxlflash: Support SQ Command ModeMatthew R. Ochs2017-01-121-0/+1
| * | scsi: remove useless acpi functions in the header fileHanjun Guo2017-01-111-10/+0
| * | scsi: ufs: add trace event for ufs commandsLee Susman2017-01-061-0/+38
| * | scsi: ufs: add time profiling supportsubhashj@codeaurora.org2017-01-061-0/+40
| * | scsi: ufs: add tracing supportsubhashj@codeaurora.org2017-01-061-0/+185
* | | Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds2017-02-2125-223/+610
|\ \ \
| * \ \ Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-1718-100/+220
| |\ \ \
| | * | | blk-mq: pass bio to blk_mq_sched_get_rq_privPaolo Valente2017-02-101-1/+1
| | * | | nvme: support ranged discard requestsChristoph Hellwig2017-02-081-0/+2
| | * | | block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig2017-02-082-0/+27
| | * | | block: enumify ELEVATOR_*_MERGEChristoph Hellwig2017-02-081-12/+16
| | * | | blktrace: make do_blk_trace_setup() staticOmar Sandoval2017-02-021-4/+0
| | * | | block: fix debugfs config conditional in struct request_queueOmar Sandoval2017-02-021-1/+1
| | * | | debugfs: add debugfs_lookup()Omar Sandoval2017-02-021-0/+8
| | * | | scsi, block: fix duplicate bdi name registration crashesDan Williams2017-02-022-0/+9
| | * | | block: Get rid of blk_get_backing_dev_info()Jan Kara2017-02-022-2/+1
| | * | | block: Make blk_get_backing_dev_info() safe without open bdevJan Kara2017-02-021-0/+1
| | * | | block: Dynamically allocate and refcount backing_dev_infoJan Kara2017-02-023-2/+11
| | * | | block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-1/+2
| | * | | block: Unhash block device inodes on gendisk destructionJan Kara2017-02-021-0/+1
| | * | | block: move internal_tag to same cache line as tagJens Axboe2017-01-311-2/+3
| | * | | block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-313-20/+23
| | * | | ide: don't abuse cmd_typeChristoph Hellwig2017-01-311-11/+45
| | * | | block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-313-8/+14
| | * | | block: split scsi_request out of struct requestChristoph Hellwig2017-01-274-14/+39