summaryrefslogtreecommitdiff
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* dm dust: remove redundant unsigned comparison to less than zeroColin Ian King2019-05-071-1/+1
* dm mpath: always free attached_handler_name in parse_path()Martin Wilck2019-04-301-1/+1
* dm init: fix max devices/targets checksHelen Koike2019-04-301-4/+4
* dm: add dust targetBryan Gurney2019-04-303-0/+525
* dm writecache: avoid unnecessary lookups in writecache_find_entry()Mikulas Patocka2019-04-261-6/+5
* dm writecache: remove unused member page_offset in writeback_structHuaisheng Ye2019-04-261-2/+0
* dm delay: fix a crash when invalid device is specifiedMikulas Patocka2019-04-261-1/+2
* dm: only initialize md->dax_dev if CONFIG_DAX_DRIVER is enabledPeng Wang2019-04-261-4/+2
* dm mpath: fix missing call of path selector type->end_ioYufen Yu2019-04-253-6/+22
* dm thin metadata: do not write metadata if no changes occurredMike Snitzer2019-04-181-3/+23
* dm thin metadata: add wrappers for managing write locking of metadataMike Snitzer2019-04-181-44/+64
* dm thin metadata: check __commit_transaction()'s returnMike Snitzer2019-04-181-1/+6
* dm space map common: zero entire ll_diskMike Snitzer2019-04-181-0/+2
* dm writecache: add unlikely for returned value of rb_next/prevHuaisheng Ye2019-04-181-2/+2
* dm writecache: remove needless dereferences in __writecache_writeback_pmem()Huaisheng Ye2019-04-181-6/+6
* dm snapshot: Use fine-grained locking schemeNikos Tsironis2019-04-181-40/+44
* dm snapshot: Make exception tables scalableNikos Tsironis2019-04-182-24/+116
* dm snapshot: Replace mutex with rw semaphoreNikos Tsironis2019-04-181-45/+43
* dm snapshot: Don't sleep holding the snapshot lockNikos Tsironis2019-04-181-37/+65
* dm cache metadata: Fix loading discard bitsetNikos Tsironis2019-04-181-1/+8
* dm zoned: Fix zone report handlingDamien Le Moal2019-04-181-0/+5
* dm zoned: Silence a static checker warningDan Carpenter2019-04-181-1/+2
* dm crypt: fix endianness annotations around org_sector_of_dmreqChristoph Hellwig2019-04-181-4/+4
* dm integrity: fix deadlock with overlapping I/OMikulas Patocka2019-04-051-3/+1
* dm: disable DISCARD if the underlying storage no longer supports itMike Snitzer2019-04-043-8/+24
* dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic checksum errorsIlya Dryomov2019-04-011-0/+39
* dm: revert 8f50e358153d ("dm: limit the max bio size as BIO_MAX_PAGES * PAGE_...Mikulas Patocka2019-04-011-9/+1
* dm init: fix const confusion for dm_allowed_targets arrayAndi Kleen2019-04-011-1/+1
* dm integrity: make dm_integrity_init and dm_integrity_exit staticYueHaibing2019-04-011-2/+2
* dm integrity: change memcmp to strncmp in dm_integrity_ctrMikulas Patocka2019-04-011-4/+4
* Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-164-1/+69
|\
| * md: Fix failed allocation of md_register_threadAditya Pakki2019-03-122-0/+4
| * It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni2019-03-121-1/+0
| * raid5: set write hint for PPLMariusz Dabrowski2019-03-123-0/+65
* | md: convert to kvmallocKent Overstreet2019-03-123-56/+46
* | Merge tag 'for-5.1/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-03-0917-139/+647
|\ \
| * | dm integrity: limit the rate of error messagesMikulas Patocka2019-03-061-4/+4
| * | dm snapshot: don't define direct_access if we don't support itMikulas Patocka2019-03-051-8/+0
| * | dm cache: add support for discard passdown to the origin deviceMike Snitzer2019-03-051-26/+100
| * | dm writecache: fix typo in name for writeback_wqHuaisheng Ye2019-03-051-1/+1
| * | dm: add support to directly boot to a mapped deviceHelen Koike2019-03-054-0/+422
| * | dm thin: add sanity checks to thin-pool and external snapshot creationJason Cai (Xiang Feng)2019-03-051-0/+13
| * | dm block manager: remove redundant unlikely annotationChengguang Xu2019-03-051-4/+4
| * | dm verity fec: remove redundant unlikely annotationChengguang Xu2019-03-051-3/+3
| * | dm integrity: remove redundant unlikely annotationChengguang Xu2019-03-051-1/+1
| * | dm: always call blk_queue_split() in dm_process_bio()Mike Snitzer2019-03-051-3/+2
| * | dm switch: use struct_size() in kzalloc()Gustavo A. R. Silva2019-03-051-2/+1
| * | dm: remove unused _rq_tio_cache and _rq_cacheMike Snitzer2019-03-053-36/+18
| * | dm: eliminate 'split_discard_bios' flag from DM target interfaceMike Snitzer2019-02-205-27/+15
| * | dm: update dm_process_bio() to split bio if in ->make_request_fn()Mike Snitzer2019-02-191-27/+66