summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
2017-11-16dm bufio: fix integer overflow when limiting maximum cache sizeEric Biggers
2017-11-16dm: clear all discard attributes in queue_limits when discards are disabledMike Snitzer
2017-11-16dm: do not set 'discards_supported' in targets that do not need itMike Snitzer
2017-11-16dm: discard support requires all targets in a table support discardsMike Snitzer
2017-11-16dm mpath: remove annoying message of 'blk_get_request() returned -11'Ming Lei
2017-11-10dm cache: lift common migration preparation code to alloc_migration()Mike Snitzer
2017-11-10dm cache: remove usused deferred_cells member from struct cacheJoe Thornber
2017-11-10dm cache policy smq: allocate cache blocks in orderJoe Thornber
2017-11-10dm cache policy smq: change max background work from 10240 to 4096 blocksJoe Thornber
2017-11-10dm cache background tracker: limit amount of background work that may be issu...Joe Thornber
2017-11-10dm cache policy smq: take origin idle status into account when queuing writeb...Joe Thornber
2017-11-10dm cache policy smq: handle races with queuing background_workJoe Thornber
2017-11-10dm raid: fix panic when attempting to force a raid to syncHeinz Mauelshagen
2017-11-10dm integrity: allow unaligned bv_offsetMikulas Patocka
2017-11-10dm crypt: allow unaligned bv_offsetMikulas Patocka
2017-11-10dm: small cleanup in dm_get_md()Mike Snitzer
2017-11-10dm: fix race between dm_get_from_kobject() and __dm_destroy()Hou Tao
2017-11-10dm: allocate struct mapped_device with kvzallocMikulas Patocka
2017-11-10dm zoned: ignore last smaller runt zoneDamien Le Moal
2017-11-10dm space map metadata: use ARRAY_SIZEJérémy Lefaure
2017-11-10dm log writes: add support for DAXRoss Zwisler
2017-11-10dm log writes: add support for inline data buffersRoss Zwisler
2017-11-10dm cache: simplify get_per_bio_data() by removing data_size argumentMike Snitzer
2017-11-10dm cache: remove all obsolete writethrough-specific codeMike Snitzer
2017-11-10dm cache: submit writethrough writes in parallel to origin and cacheMike Snitzer
2017-11-10dm cache: pass cache structure to mode functionsMike Snitzer
2017-11-10dm cache: fix race condition in the writeback mode overwrite_bio optimisationJoe Thornber
2017-10-24dm cache: convert dm_cache_metadata.ref_count from atomic_t to refcount_tElena Reshetova
2017-10-24dm: convert table_device.count from atomic_t to refcount_tElena Reshetova
2017-10-24dm: convert dm_dev_internal.count from atomic_t to refcount_tElena Reshetova
2017-10-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-10-05Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-10-05dm raid: fix incorrect status output at the end of a "recover" processJonathan Brassow
2017-10-04dm crypt: reject sector_size feature if device length is not aligned to itMilan Broz
2017-09-28dm crypt: fix memory leak in crypt_ctr_cipher_old()Jeffy Chen
2017-09-27md/raid5: cap worker countShaohua Li
2017-09-27dm-raid: fix a race condition in request handlingShaohua Li
2017-09-27md: fix a race condition for flush request handlingShaohua Li
2017-09-27md: separate request handlingShaohua Li
2017-09-27bcache: use llist_for_each_entry_safe() in __closure_wake_up()Coly Li
2017-09-25dm ioctl: fix alignment of event number in the device listMikulas Patocka
2017-09-19Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka
2017-09-11dm integrity: use init_completion instead of COMPLETION_INITIALIZER_ONSTACKArnd Bergmann
2017-09-11dm integrity: make blk_integrity_profile structure constBhumika Goyal
2017-09-11dm integrity: do not check integrity for failed read operationsHyunchul Lee
2017-09-11dm log writes: fix >512b sectorsize supportJosef Bacik
2017-09-11dm log writes: don't use all the cpu while waiting to log blocksJosef Bacik
2017-09-09Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockLinus Torvalds