summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* scsi: Make sure cmd_flags are 64-bitMartin K. Petersen2014-04-091-2/+2
* drivers/block/loop.c: ratelimit error messagesMike Galbraith2014-04-081-4/+4
* Merge tag 'dm-3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-04-0519-475/+2233
|\
| * dm cache: fix a lock-inversionJoe Thornber2014-04-043-52/+20
| * dm thin: sort the per thin deferred bios using an rb_treeMike Snitzer2014-04-041-2/+82
| * dm thin: use per thin device deferred bio listsMike Snitzer2014-03-311-61/+104
| * dm thin: simplify pool_is_congestedMike Snitzer2014-03-311-11/+5
| * dm thin: fix dangling bio in process_deferred_bios error pathMike Snitzer2014-03-281-1/+1
| * dm mpath: print more useful warnings in multipath_message()Jose Castillo2014-03-271-2/+2
| * dm-mpath: do not activate failed pathsHannes Reinecke2014-03-271-2/+5
| * dm mpath: remove extra nesting in map functionMike Snitzer2014-03-271-22/+24
| * dm mpath: remove map_io()Hannes Reinecke2014-03-271-13/+6
| * dm mpath: reduce memory pressure when requeuingHannes Reinecke2014-03-271-23/+15
| * dm mpath: remove process_queued_ios()Hannes Reinecke2014-03-271-42/+27
| * dm mpath: push back requests instead of queueingHannes Reinecke2014-03-271-78/+36
| * dm table: add dm_table_run_md_queue_asyncMike Snitzer2014-03-273-0/+25
| * dm mpath: do not call pg_init when it is already runningHannes Reinecke2014-03-271-2/+4
| * dm: use RCU_INIT_POINTER instead of rcu_assign_pointer in __unbindMonam Agarwal2014-03-271-1/+1
| * dm: stop using bi_privateMikulas Patocka2014-03-271-4/+3
| * dm: remove dm_get_mapinfoMikulas Patocka2014-03-271-10/+0
| * dm: make dm_table_alloc_md_mempools staticMikulas Patocka2014-03-272-2/+1
| * dm: take care to copy the space map roots before locking the superblockJoe Thornber2014-03-273-81/+127
| * dm transaction manager: fix corruption due to non-atomic transaction commitJoe Thornber2014-03-275-27/+16
| * dm cache: remove remainder of distinct discard block sizeHeinz Mauelshagen2014-03-274-77/+46
| * dm cache: prevent corruption caused by discard_block_size > cache_block_sizeMike Snitzer2014-03-271-34/+3
| * dm bitset: only flush the current word if it has been dirtiedJoe Thornber2014-03-272-1/+10
| * dm: add era targetJoe Thornber2014-03-273-0/+1743
* | Merge tag 'iommu-updates-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-04-0512-957/+1650
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. \ Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'arm/omap', 'arm/shmobil...Joerg Roedel2014-04-0212-957/+1650
| |\ \ \ \ \ \
| | | | | | * | iommu/vt-d: Fix error handling in ANDD processingDavid Woodhouse2014-04-011-5/+3
| | | | | | * | iommu/vt-d: returning free pointer in get_domain_for_dev()Dan Carpenter2014-03-281-0/+1
| | | | | | * | iommu/vt-d: Only call dmar_acpi_dev_scope_init() if DRHD units presentDavid Woodhouse2014-03-281-2/+2
| | | | | | * | iommu/vt-d: Check for NULL pointer in dmar_acpi_dev_scope_init()Joerg Roedel2014-03-251-1/+6
| | | | | | * | iommu/vt-d: Include ACPI devices in iommu=ptDavid Woodhouse2014-03-241-13/+48
| | | | | | * | iommu/vt-d: Finally enable translation for non-PCI devicesDavid Woodhouse2014-03-241-3/+0
| | | | | | * | iommu/vt-d: Remove to_pci_dev() in intel_map_page()David Woodhouse2014-03-241-1/+1
| | | | | | * | iommu/vt-d: Remove pdev from intel_iommu_attach_device()David Woodhouse2014-03-241-3/+2
| | | | | | * | iommu/vt-d: Remove pdev from iommu_no_mapping()David Woodhouse2014-03-241-7/+5
| | | | | | * | iommu/vt-d: Make domain_add_dev_info() take struct deviceDavid Woodhouse2014-03-241-9/+8
| | | | | | * | iommu/vt-d: Make domain_remove_one_dev_info() take struct deviceDavid Woodhouse2014-03-241-14/+11
| | | | | | * | iommu/vt-d: Rename 'hwdev' variables to 'dev' now that that's the normDavid Woodhouse2014-03-241-22/+22
| | | | | | * | iommu/vt-d: Remove some pointless to_pci_dev() callsDavid Woodhouse2014-03-241-8/+4
| | | | | | * | iommu/vt-d: Make get_valid_domain_for_dev() take struct deviceDavid Woodhouse2014-03-241-14/+12
| | | | | | * | iommu/vt-d: Make iommu_should_identity_map() take struct deviceDavid Woodhouse2014-03-241-50/+57
| | | | | | * | iommu/vt-d: Handle RMRRs for non-PCI devicesDavid Woodhouse2014-03-241-16/+14
| | | | | | * | iommu/vt-d: Make get_domain_for_dev() take struct deviceDavid Woodhouse2014-03-241-39/+36
| | | | | | * | iommu/vt-d: Make domain_context_mapp{ed,ing}() take struct deviceDavid Woodhouse2014-03-241-14/+17
| | | | | | * | iommu/vt-d: Make device_to_iommu() cope with non-PCI devicesDavid Woodhouse2014-03-241-32/+46
| | | | | | * | iommu/vt-d: Make identity_mapping() take struct device not struct pci_devDavid Woodhouse2014-03-241-3/+3
| | | | | | * | iommu/vt-d: Remove segment from struct device_domain_info()David Woodhouse2014-03-241-10/+7