summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/devi...Linus Torvalds2017-11-1514-262/+408
|\
| * dm cache: lift common migration preparation code to alloc_migration()Mike Snitzer2017-11-101-10/+7
| * dm cache: remove usused deferred_cells member from struct cacheJoe Thornber2017-11-101-2/+0
| * dm cache policy smq: allocate cache blocks in orderJoe Thornber2017-11-101-1/+14
| * dm cache policy smq: change max background work from 10240 to 4096 blocksJoe Thornber2017-11-101-1/+1
| * dm cache background tracker: limit amount of background work that may be issu...Joe Thornber2017-11-101-6/+12
| * dm cache policy smq: take origin idle status into account when queuing writeb...Joe Thornber2017-11-101-4/+4
| * dm cache policy smq: handle races with queuing background_workJoe Thornber2017-11-101-3/+14
| * dm raid: fix panic when attempting to force a raid to syncHeinz Mauelshagen2017-11-101-10/+11
| * dm integrity: allow unaligned bv_offsetMikulas Patocka2017-11-101-1/+1
| * dm crypt: allow unaligned bv_offsetMikulas Patocka2017-11-101-2/+2
| * dm: small cleanup in dm_get_md()Mike Snitzer2017-11-101-10/+5
| * dm: fix race between dm_get_from_kobject() and __dm_destroy()Hou Tao2017-11-101-4/+8
| * dm: allocate struct mapped_device with kvzallocMikulas Patocka2017-11-102-4/+5
| * dm zoned: ignore last smaller runt zoneDamien Le Moal2017-11-101-4/+9
| * dm space map metadata: use ARRAY_SIZEJérémy Lefaure2017-11-101-1/+2
| * dm log writes: add support for DAXRoss Zwisler2017-11-101-1/+87
| * dm log writes: add support for inline data buffersRoss Zwisler2017-11-101-3/+84
| * dm cache: simplify get_per_bio_data() by removing data_size argumentMike Snitzer2017-11-101-39/+22
| * dm cache: remove all obsolete writethrough-specific codeMike Snitzer2017-11-101-81/+1
| * dm cache: submit writethrough writes in parallel to origin and cacheMike Snitzer2017-11-101-17/+37
| * dm cache: pass cache structure to mode functionsMike Snitzer2017-11-101-16/+16
| * dm cache: fix race condition in the writeback mode overwrite_bio optimisationJoe Thornber2017-11-101-33/+53
| * dm cache: convert dm_cache_metadata.ref_count from atomic_t to refcount_tElena Reshetova2017-10-241-4/+5
| * dm: convert table_device.count from atomic_t to refcount_tElena Reshetova2017-10-241-5/+7
| * dm: convert dm_dev_internal.count from atomic_t to refcount_tElena Reshetova2017-10-242-4/+5
* | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-15131-3089/+5470
|\ \
| * | nvme: fix visibility of "uuid" ns attributeMartin Wilck2017-11-111-1/+1
| * | blk-mq: fixup some comment typos and lengthsJens Axboe2017-11-111-7/+10
| * | ide: ide-atapi: fix compile error with defining macro DEBUGHongxu Jia2017-11-111-3/+3
| * | blk-mq: improve tag waiting setup for non-shared tagsJens Axboe2017-11-111-26/+55
| * | brd: remove unused brd_mutexMikulas Patocka2017-11-111-1/+0
| * | blk-mq: only run the hardware queue if IO is pendingJens Axboe2017-11-114-16/+13
| * | block: avoid null pointer dereference on null diskColin Ian King2017-11-111-1/+1
| * | fs: guard_bio_eod() needs to consider partitionsGreg Edwards2017-11-112-1/+10
| * | xtensa/simdisk: fix compile errorChristoph Hellwig2017-11-111-1/+1
| * | nvme: expose subsys attribute to sysfsHannes Reinecke2017-11-111-0/+48
| * | nvme: create 'slaves' and 'holders' entries for hidden controllersHannes Reinecke2017-11-113-0/+40
| * | block: create 'slaves' and 'holders' entries for hidden gendisksHannes Reinecke2017-11-111-7/+7
| * | nvme: also expose the namespace identification sysfs files for mpath nodesChristoph Hellwig2017-11-113-26/+38
| * | nvme: implement multipath access to nvme subsystemsChristoph Hellwig2017-11-115-14/+455
| * | nvme: track shared namespacesChristoph Hellwig2017-11-113-50/+210
| * | nvme: introduce a nvme_ns_ids structureChristoph Hellwig2017-11-112-34/+49
| * | nvme: track subsystemsChristoph Hellwig2017-11-113-36/+205
| * | block, nvme: Introduce blk_mq_req_flags_tBart Van Assche2017-11-118-21/+30
| * | block, scsi: Make SCSI quiesce and resume work reliablyBart Van Assche2017-11-116-25/+70
| * | block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flagBart Van Assche2017-11-113-0/+37
| * | ide, scsi: Tell the block layer at request allocation time about preempt requ...Bart Van Assche2017-11-112-5/+5
| * | block: Introduce BLK_MQ_REQ_PREEMPTBart Van Assche2017-11-113-1/+6
| * | block: Introduce blk_get_request_flags()Bart Van Assche2017-11-112-15/+38