summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dm: optimize bio-based NVMe IO submissionMike Snitzer2017-12-201-34/+120
* dm: introduce DM_TYPE_NVME_BIO_BASEDMike Snitzer2017-12-203-6/+51
* dm: simplify start of block stats accounting for bio-basedMike Snitzer2017-12-171-8/+3
* dm: remove redundant mapped_device member from clone_info structureMike Snitzer2017-12-161-6/+4
* dm: remove now unused bio-based io_pool and _io_cacheMike Snitzer2017-12-162-30/+2
* dm: improve performance by moving dm_io structure to per-bio-dataMike Snitzer2017-12-163-69/+133
* dm: rename 'bio' member of dm_io structure to 'orig_bio'Mike Snitzer2017-12-161-14/+14
* dm: remove stale comment blocksMike Snitzer2017-12-161-12/+0
* dm: set QUEUE_FLAG_DAX accordingly in dm_table_set_restrictions()Mike Snitzer2017-12-132-3/+2
* dm: fix __send_changing_extent_only() to send first bio and chain remainderMike Snitzer2017-12-131-36/+30
* dm: ensure bio-based DM's bioset and io_pool support targets' maximum IOsMike Snitzer2017-12-133-15/+27
* dm: remove BIOSET_NEED_RESCUER based dm_offload infrastructureMike Snitzer2017-12-131-59/+1
* dm: safely allocate multiple bioset biosMike Snitzer2017-12-131-12/+57
* dm: remove unused 'num_write_bios' target interfaceNeilBrown2017-12-132-35/+10
* dm: ensure bio submission follows a depth-first tree walkNeilBrown2017-12-131-9/+24
* dm io: remove BIOSET_NEED_RESCUER flag from bios biosetNeilBrown2017-12-131-2/+1
* dm crypt: remove BIOSET_NEED_RESCUER flagNeilBrown2017-12-131-2/+1
* dm: fix comment above dm_accept_partial_bioNeilBrown2017-12-131-1/+1
* dm raid: use rs_is_raid*()Heinz Mauelshagen2017-12-131-8/+8
* dm raid: simplify rs_get_progress()Heinz Mauelshagen2017-12-131-20/+3
* dm raid: ensure 'a' chars during reshapeHeinz Mauelshagen2017-12-131-0/+9
* dm raid: stop keeping raid set frozen altogetherHeinz Mauelshagen2017-12-132-38/+71
* dm raid: validate current raid sets redundancyHeinz Mauelshagen2017-12-131-1/+6
* dm raid: bump target version to reflect numerous fixesMike Snitzer2017-12-082-2/+4
* dm raid: small cleanup and remove unsed "struct raid_set" memberHeinz Mauelshagen2017-12-081-4/+2
* dm raid: fix rs_get_progress() synchronization state/ratioHeinz Mauelshagen2017-12-081-31/+64
* dm raid: avoid passing array_in_sync variable to raid_status() calleesHeinz Mauelshagen2017-12-081-14/+16
* dm raid: display a consistent copy of the MD status via raid_status()Heinz Mauelshagen2017-12-081-16/+18
* dm raid: fix raid_resume() to keep raid set frozen as neededHeinz Mauelshagen2017-12-081-3/+9
* dm raid: add component device size checks to avoid runtime failureHeinz Mauelshagen2017-12-081-1/+19
* dm raid: fix raid set size revalidationHeinz Mauelshagen2017-12-081-10/+20
* dm raid: correct resizing state relative to reshape space in ctrHeinz Mauelshagen2017-12-081-4/+6
* dm raid: consume sizes after md_finish_reshape() completes changing themHeinz Mauelshagen2017-12-081-4/+38
* dm raid: fix deadlock caused by premature md_stop_writes()Heinz Mauelshagen2017-12-081-10/+4
* dm bufio: fix shrinker scans when (nr_to_scan < retain_target)Suren Baghdasaryan2017-12-081-2/+6
* dm mpath: fix bio-based multipath queue_if_no_path handlingMike Snitzer2017-12-081-7/+42
* dm: fix various targets to dm_register_target after module __init resources c...monty_pavel@sina.com2017-12-044-51/+49
* dm table: fix regression from improper dm_dev_internal.count refcount_t conve...Mike Snitzer2017-12-041-2/+3
* Linux 4.15-rc2v4.15-rc2Linus Torvalds2017-12-031-1/+1
* Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-12-031-2/+2
|\
| * ARM: avoid faulting on qemuRussell King2017-11-271-2/+2
* | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-12-033-1/+23
|\ \
| * \ Merge tag 'at24-4.15-fixes-for-wolfram' of git://git.kernel.org/pub/scm/linux...Wolfram Sang2017-12-031-1/+18
| |\ \
| | * | eeprom: at24: check at24_read/write argumentsHeiner Kallweit2017-11-291-0/+6
| | * | eeprom: at24: fix reading from 24MAC402/24MAC602Heiner Kallweit2017-11-291-1/+2
| | * | eeprom: at24: correctly set the size for at24mac402Bartosz Golaszewski2017-11-291-0/+10
| * | | i2c: i2c-boardinfo: fix memory leaks on devinfoColin Ian King2017-11-271-0/+2
| * | | i2c: i801: Fix Failed to allocate irq -2147483648 errorHans de Goede2017-11-271-0/+3
| |/ /
* | | Merge tag 'hwmon-for-linus-v4.15-rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-12-034-10/+37
|\ \ \
| * | | hwmon: (jc42) optionally try to disable the SMBUS timeoutPeter Rosin2017-11-302-0/+25