summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2015-06-2526-82/+988
|\
| * libata: Do not blacklist Micron M500DCMartin K. Petersen2015-06-181-1/+1
| * ata: ahci_mvebu: add suspend/resume supportThomas Petazzoni2015-06-171-0/+22
| * ahci, msix: Fix build error for !PCI_MSIRobert Richter2015-06-171-20/+1
| * ahci: Add support for Cavium's ThunderX host controllerRobert Richter2015-06-161-1/+4
| * ahci: Add generic MSI-X support for single interrupts to SATA PCI driverRobert Richter2015-06-161-0/+72
| * libata: finally use __initconst in ata_parse_force_one()Rasmus Villemoes2015-06-101-6/+1
| * drivers: ata: add support for Ceva sata host controllerSuneel Garapati2015-06-103-0/+248
| * devicetree:bindings: add devicetree bindings for ceva ahciSuneel Garapati2015-06-101-0/+20
| * ahci: added support for Freescale AHCI sataTang Yuantian2015-06-092-0/+3
| * ahci: Store irq number in struct ahci_host_privRobert Richter2015-06-036-19/+27
| * ahci: Move interrupt enablement code to a separate functionRobert Richter2015-06-031-9/+22
| * Doc: libata: Fix spelling typo found in libata.xmlMasanari Iida2015-05-291-1/+1
| * ata:sata_nv - Change 1 to true for bool type variable.Shailendra Verma2015-05-251-1/+1
| * ata: add Broadcom AHCI SATA3 driver for STB chipsBrian Norris2015-05-243-0/+332
| * Documentation: devicetree: add Broadcom SATA bindingBrian Norris2015-05-241-0/+34
| * libata: Fix regression when the NCQ Send and Receive log page is absentMartin K. Petersen2015-05-211-0/+1
| * ata: hpt366: fix constant cast warningArnd Bergmann2015-05-211-2/+2
| * ata: ahci_xgene: potential NULL dereference in probeDan Carpenter2015-05-181-3/+1
| * ata: ahci_xgene: Add AHCI Support for 2nd HW version of APM X-Gene SoC AHCI S...Suman Tripathi2015-05-111-19/+86
| * libahci: Add support to handle HOST_IRQ_STAT as edge trigger latch.Suman Tripathi2015-05-102-0/+42
| * libahci: Refactoring of ahci_single_irq_intr function.Suman Tripathi2015-05-101-21/+30
| * libata: Fix sysfs documentation bugMartin K. Petersen2015-05-061-1/+1
| * libata: Fall back to unqueued READ LOG EXT if the DMA variant failsMartin K. Petersen2015-05-052-1/+12
| * libata: READ LOG DMA EXT support can be in either page 119 or 120Martin K. Petersen2015-05-051-1/+11
| * libata: Expose TRIM capability in sysfsMartin K. Petersen2015-05-052-0/+33
| * libata: Allow NCQ TRIM to be enabled or disabled with a module parameterMartin K. Petersen2015-05-052-0/+4
| * libata: samsung_cf: Constify platform_device_idKrzysztof Kozlowski2015-05-021-1/+1
* | Merge tag 'dm-4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-06-2533-723/+4213
|\ \
| * | dm stats: add support for request-based DM devicesMikulas Patocka2015-06-172-5/+26
| * | dm stats: collect and report histogram of IO latenciesMikulas Patocka2015-06-172-25/+199
| * | dm stats: support precise timestampsMikulas Patocka2015-06-173-43/+127
| * | dm stats: fix divide by zero if 'number_of_areas' arg is zeroMikulas Patocka2015-06-171-0/+2
| * | dm cache: switch the "default" cache replacement policy from mq to smqMike Snitzer2015-06-173-32/+86
| * | dm space map metadata: fix occasional leak of a metadata block on resizeJoe Thornber2015-06-171-15/+35
| * | dm thin metadata: fix a race when entering fail modeJoe Thornber2015-06-111-3/+4
| * | dm thin: fail messages with EOPNOTSUPP when pool cannot handle messagesMike Snitzer2015-06-111-1/+1
| * | dm thin: range discard supportJoe Thornber2015-06-111-149/+434
| * | dm thin metadata: add dm_thin_remove_range()Joe Thornber2015-06-112-0/+56
| * | dm thin metadata: add dm_thin_find_mapped_range()Joe Thornber2015-06-112-0/+66
| * | dm btree: add dm_btree_remove_leaves()Joe Thornber2015-06-112-0/+136
| * | dm stats: Use kvfree() in dm_kvfree()Pekka Enberg2015-06-111-4/+1
| * | dm cache: age and write back cache entries even without active IOJoe Thornber2015-06-115-8/+20
| * | dm cache: prefix all DMERR and DMINFO messages with cache device nameMike Snitzer2015-06-111-38/+64
| * | dm cache: add fail io mode and needs_check flagJoe Thornber2015-06-117-58/+320
| * | dm cache: wake the worker thread every time we free a migration objectJoe Thornber2015-06-111-3/+6
| * | dm cache: add stochastic-multi-queue (smq) policyJoe Thornber2015-06-113-0/+1782
| * | dm cache: boost promotion of blocks that will be overwrittenJoe Thornber2015-05-291-7/+7
| * | dm cache: defer whole cellsJoe Thornber2015-05-291-63/+262
| * | dm bio prison: add dm_cell_promote_or_release()Joe Thornber2015-05-292-0/+39