summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* dm raid: fix discard support regressionHeinz Mauelshagen2016-12-081-6/+3
* dm raid: don't allow "write behind" with raid4/5/6Heinz Mauelshagen2016-12-081-2/+0
* dm mpath: use hw_handler_params if attached hw_handler is same as requestedtang.junhui2016-12-081-5/+9
* dm crypt: add ability to use keys from the kernel key retention serviceOndrej Kozina2016-12-081-13/+146
* dm array: remove a dead assignment in populate_ablock_with_values()Bart Van Assche2016-12-081-2/+0
* dm ioctl: use offsetof() instead of open-coding itBart Van Assche2016-12-081-1/+1
* dm rq: simplify use_blk_mq initializationBart Van Assche2016-12-081-5/+1
* dm: use blk_set_queue_dying() in __dm_destroy()Bart Van Assche2016-12-081-3/+1
* dm bufio: drop the lock when doing GFP_NOIO allocationMikulas Patocka2016-12-081-0/+10
* dm bufio: don't take the lock in dm_bufio_shrink_countMikulas Patocka2016-12-081-11/+2
* dm bufio: avoid sleeping while holding the dm_bufio lockDouglas Anderson2016-12-081-2/+3
* dm table: simplify dm_table_determine_type()Bart Van Assche2016-12-081-13/+8
* dm table: an 'all_blk_mq' table must be loaded for a blk-mq DM deviceBart Van Assche2016-12-081-0/+5
* dm table: fix 'all_blk_mq' inconsistency when an empty table is loadedMike Snitzer2016-12-081-6/+13
* dm mpath: do not modify *__clone if blk_mq_alloc_request() failsBart Van Assche2016-11-211-7/+8
* dm mpath: change return type of pg_init_all_paths() from int to voidBart Van Assche2016-11-211-5/+2
* dm mpath: add checks for priority group count to avoid invalid memory accesstang.junhui2016-11-211-2/+2
* dm mpath: add m->hw_handler_name NULL pointer check in parse_hw_handler()tang.junhui2016-11-211-0/+2
* dm flakey: return -EINVAL on interval bounds error in flakey_ctr()Wei Yongjun2016-11-211-0/+2
* dm crypt: constify crypt_iv_operations structuresJulia Lawall2016-11-211-8/+8
* dm raid: correct error messages on old metadata validationHeinz Mauelshagen2016-11-211-32/+39
* dm cache: add missing cache device name to DMERR in set_cache_mode()Mike Snitzer2016-11-211-1/+2
* dm cache metadata: remove an extra newline in DMERR and codeMike Snitzer2016-11-211-2/+1
* dm verity: fix incorrect error messageEric Biggers2016-11-211-1/+1
* dm crypt: rename crypt_setkey_allcpus to crypt_setkeyMikulas Patocka2016-11-211-3/+3
* dm crypt: mark key as invalid until properly loadedOndrej Kozina2016-11-211-2/+5
* dm crypt: use bio_add_page()Ming Lei2016-11-211-7/+1
* dm io: use bvec iterator helpers to implement .get_page and .next_pageMing Lei2016-11-211-10/+24
* dm rq: replace 'bio->bi_vcnt == 1' with !bio_multiple_segmentsMing Lei2016-11-211-1/+1
* dm rq: fix a race condition in rq_completed()Bart Van Assche2016-11-141-2/+8
* dm block manager: make block locking optionalJoe Thornber2016-11-142-2/+27
* Merge branch 'media-fixes' (patches from Mauro)Linus Torvalds2016-11-1314-249/+310
|\
| * gp8psk: Fix DVB frontend attachMauro Carvalho Chehab2016-11-137-152/+246
| * gp8psk: fix gp8psk_usb_in_op() logicMauro Carvalho Chehab2016-11-131-2/+3
| * dvb-usb: move data_mutex to struct dvb_usb_deviceMauro Carvalho Chehab2016-11-137-95/+61
* | Merge tag 'char-misc-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-11-134-6/+3
|\ \
| * | ppdev: fix double-free of pp->pdev->nameJann Horn2016-11-101-3/+0
| * | vmbus: make sysfs names consistent with PCIStephen Hemminger2016-11-011-1/+1
| * | mei: bus: fix received data size check in NFC fixupAlexander Usyskin2016-10-312-2/+2
* | | Merge tag 'driver-core-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-11-131-2/+3
|\ \ \
| * | | driver core: fix smatch warning on dev->bus checkRob Herring2016-10-311-1/+1
| * | | driver core: skip removal test for non-removable driversRob Herring2016-10-311-1/+2
| |/ /
* | | Merge tag 'staging-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-11-1310-53/+63
|\ \ \
| * | | iio: maxim_thermocouple: detect invalid storage size in read()Arnd Bergmann2016-11-131-0/+2
| * | | staging: nvec: remove managed resource from PS2 driverMarc Dietrich2016-11-071-1/+1
| * | | Revert "staging: nvec: ps2: change serio type to passthrough"Paul Fertser2016-11-071-1/+1
| * | | drivers: staging: nvec: remove bogus reset command for PS/2 interfacePaul Fertser2016-11-071-4/+0
| * | | staging: greybus: arche-platform: fix device reference leakJohan Hovold2016-11-071-0/+1
| * | | staging: comedi: ni_tio: fix buggy ni_tio_clock_period_ps() return valueIan Abbott2016-11-071-1/+2
| * | | staging: sm750fb: Fix bugs introduced by early commitsHuacai Chen2016-11-071-4/+4