aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2017-10-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2017-10-05Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-20/+44
2017-10-05dm raid: fix incorrect status output at the end of a "recover" processGravatar Jonathan Brassow 1-5/+6
2017-10-04dm crypt: reject sector_size feature if device length is not aligned to itGravatar Milan Broz 1-0/+4
2017-09-28dm crypt: fix memory leak in crypt_ctr_cipher_old()Gravatar Jeffy Chen 1-0/+1
2017-09-27md/raid5: cap worker countGravatar Shaohua Li 1-2/+5
2017-09-27dm-raid: fix a race condition in request handlingGravatar Shaohua Li 1-1/+1
2017-09-27md: fix a race condition for flush request handlingGravatar Shaohua Li 1-4/+10
2017-09-27md: separate request handlingGravatar Shaohua Li 2-25/+34
2017-09-27bcache: use llist_for_each_entry_safe() in __closure_wake_up()Gravatar Coly Li 1-2/+2
2017-09-25dm ioctl: fix alignment of event number in the device listGravatar Mikulas Patocka 3-15/+33
2017-09-19Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdGravatar Linus Torvalds 1-3/+10
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 18-142/+170
2017-09-11dax: remove the pmem_dax_ops->flush abstractionGravatar Mikulas Patocka 3-54/+0
2017-09-11dm integrity: use init_completion instead of COMPLETION_INITIALIZER_ONSTACKGravatar Arnd Bergmann 1-10/+10
2017-09-11dm integrity: make blk_integrity_profile structure constGravatar Bhumika Goyal 1-1/+1
2017-09-11dm integrity: do not check integrity for failed read operationsGravatar Hyunchul Lee 1-1/+5
2017-09-11dm log writes: fix >512b sectorsize supportGravatar Josef Bacik 1-11/+31
2017-09-11dm log writes: don't use all the cpu while waiting to log blocksGravatar Josef Bacik 1-1/+1
2017-09-09Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 10-57/+99
2017-09-07Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdGravatar Linus Torvalds 9-65/+225
2017-09-07bcache: initialize dirty stripes in flash_dev_run()Gravatar Tang Junhui 3-6/+7
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 38-162/+165
2017-09-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-6/+5
2017-09-06bcache: fix bch_hprint crash and improve outputGravatar Michael Lyle 1-15/+35
2017-09-06bcache: Update continue_at() documentationGravatar Dan Carpenter 1-4/+0
2017-09-06bcache: silence static checker warningGravatar Dan Carpenter 1-3/+0
2017-09-06bcache: fix for gc and write-back raceGravatar Tang Junhui 3-2/+10
2017-09-06bcache: increase the number of open bucketsGravatar Tang Junhui 1-1/+3
2017-09-06bcache: Correct return value for sysfs attach errorsGravatar Tony Asleson 1-2/+2
2017-09-06bcache: correct cache_dirty_target in __update_writeback_rate()Gravatar Tang Junhui 2-1/+21
2017-09-06bcache: gc does not work when triggering by manual commandGravatar Tang Junhui 1-1/+14
2017-09-06bcache: Don't reinvent the wheel but use existing llist APIGravatar Byungchul Park 1-13/+2
2017-09-06bcache: do not subtract sectors_to_gc for bypassed IOGravatar Tang Junhui 1-3/+3
2017-09-06bcache: fix sequential large write IO bypassGravatar Tang Junhui 1-6/+0
2017-09-06bcache: Fix leak of bdev referenceGravatar Jan Kara 1-0/+2
2017-09-05md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_listGravatar Dennis Yang 1-1/+2
2017-09-05md/raid5: fix a race condition in stripe batchGravatar Shaohua Li 1-2/+8
2017-08-31md/bitmap: disable bitmap_resize for file-backed bitmaps.Gravatar NeilBrown 1-0/+5
2017-08-28Merge tag 'v4.13-rc7' into for-4.14/block-postmergeGravatar Jens Axboe 2-16/+50
2017-08-28dm ioctl: constify ioctl lookup tableGravatar Eric Biggers 1-1/+1
2017-08-28dm: constify argument arraysGravatar Eric Biggers 9-17/+18
2017-08-28dm integrity: count and display checksum failuresGravatar Mikulas Patocka 1-2/+8
2017-08-28dm integrity: optimize writing dm-bufio buffers that are partially changedGravatar Mikulas Patocka 3-29/+77
2017-08-28raid5-ppl: Recovery support for multiple partial parity logsGravatar Pawel Baldysiak 1-38/+90
2017-08-28md: Runtime support for multiple pplsGravatar Pawel Baldysiak 6-8/+59
2017-08-28dm rq: do not update rq partially in each ending bioGravatar Ming Lei 2-11/+8
2017-08-28dm rq: make dm-sq requeuing behavior consistent with dm-mq behaviorGravatar Bart Van Assche 1-4/+5
2017-08-28dm mpath: complain about unsupported __multipath_map_bio() return valuesGravatar Bart Van Assche 1-0/+4
2017-08-28dm mpath: avoid that building with W=1 causes gcc 7 to complain about fall-th...Gravatar Bart Van Assche 1-0/+1