aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-10dm integrity: allow unaligned bv_offsetMikulas Patocka1-1/+1
2017-11-10dm crypt: allow unaligned bv_offsetMikulas Patocka1-2/+2
2017-11-10dm: small cleanup in dm_get_md()Mike Snitzer1-10/+5
2017-11-10dm: fix race between dm_get_from_kobject() and __dm_destroy()Hou Tao1-4/+8
2017-11-10dm: allocate struct mapped_device with kvzallocMikulas Patocka2-4/+5
2017-11-10dm zoned: ignore last smaller runt zoneDamien Le Moal1-4/+9
2017-11-10dm space map metadata: use ARRAY_SIZEJérémy Lefaure1-1/+2
2017-11-10dm log writes: add support for DAXRoss Zwisler1-1/+87
2017-11-10dm log writes: add support for inline data buffersRoss Zwisler1-3/+84
2017-11-10dm cache: simplify get_per_bio_data() by removing data_size argumentMike Snitzer1-39/+22
2017-11-10dm cache: remove all obsolete writethrough-specific codeMike Snitzer1-81/+1
2017-11-10dm cache: submit writethrough writes in parallel to origin and cacheMike Snitzer1-17/+37
2017-11-10dm cache: pass cache structure to mode functionsMike Snitzer1-16/+16
2017-11-10dm cache: fix race condition in the writeback mode overwrite_bio optimisationJoe Thornber1-33/+53
2017-10-24dm cache: convert dm_cache_metadata.ref_count from atomic_t to refcount_tElena Reshetova1-4/+5
2017-10-24dm: convert table_device.count from atomic_t to refcount_tElena Reshetova1-5/+7
2017-10-24dm: convert dm_dev_internal.count from atomic_t to refcount_tElena Reshetova2-4/+5
2017-10-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2017-10-05Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds5-20/+44
2017-10-05dm raid: fix incorrect status output at the end of a "recover" processJonathan Brassow1-5/+6
2017-10-04dm crypt: reject sector_size feature if device length is not aligned to itMilan Broz1-0/+4
2017-09-28dm crypt: fix memory leak in crypt_ctr_cipher_old()Jeffy Chen1-0/+1
2017-09-27md/raid5: cap worker countShaohua Li1-2/+5
2017-09-27dm-raid: fix a race condition in request handlingShaohua Li1-1/+1
2017-09-27md: fix a race condition for flush request handlingShaohua Li1-4/+10
2017-09-27md: separate request handlingShaohua Li2-25/+34
2017-09-27bcache: use llist_for_each_entry_safe() in __closure_wake_up()Coly Li1-2/+2
2017-09-25dm ioctl: fix alignment of event number in the device listMikulas Patocka3-15/+33
2017-09-19Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-3/+10
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds18-142/+170
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka3-54/+0
2017-09-11dm integrity: use init_completion instead of COMPLETION_INITIALIZER_ONSTACKArnd Bergmann1-10/+10
2017-09-11dm integrity: make blk_integrity_profile structure constBhumika Goyal1-1/+1
2017-09-11dm integrity: do not check integrity for failed read operationsHyunchul Lee1-1/+5
2017-09-11dm log writes: fix >512b sectorsize supportJosef Bacik1-11/+31
2017-09-11dm log writes: don't use all the cpu while waiting to log blocksJosef Bacik1-1/+1
2017-09-09Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockLinus Torvalds10-57/+99
2017-09-07Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds9-65/+225
2017-09-07bcache: initialize dirty stripes in flash_dev_run()Tang Junhui3-6/+7
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds38-162/+165
2017-09-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-6/+5
2017-09-06bcache: fix bch_hprint crash and improve outputMichael Lyle1-15/+35
2017-09-06bcache: Update continue_at() documentationDan Carpenter1-4/+0
2017-09-06bcache: silence static checker warningDan Carpenter1-3/+0
2017-09-06bcache: fix for gc and write-back raceTang Junhui3-2/+10
2017-09-06bcache: increase the number of open bucketsTang Junhui1-1/+3
2017-09-06bcache: Correct return value for sysfs attach errorsTony Asleson1-2/+2
2017-09-06bcache: correct cache_dirty_target in __update_writeback_rate()Tang Junhui2-1/+21
2017-09-06bcache: gc does not work when triggering by manual commandTang Junhui1-1/+14
2017-09-06bcache: Don't reinvent the wheel but use existing llist APIByungchul Park1-13/+2