summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig
2020-06-02md: remove __clear_page_buffers and use attach/detach_page_privateGuoqing Jiang
2020-05-29blk-mq: drain I/O when all CPUs in a hctx are offlineMing Lei
2020-05-27dm: use bio_{start,end}_io_acctChristoph Hellwig
2020-05-27bcache: use bio_{start,end}_io_acctChristoph Hellwig
2020-05-27bcache: configure the asynchronous registertion to be experimentalColy Li
2020-05-27bcache: asynchronous devices registrationColy Li
2020-05-27bcache: fix refcount underflow in bcache_device_free()Coly Li
2020-05-27bcache: Convert pr_<level> uses to a more typical styleJoe Perches
2020-05-27bcache: remove redundant variables i and nColin Ian King
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig
2020-05-19blk-mq: allow blk_mq_make_request to consume the q_usage_counter referenceChristoph Hellwig
2020-05-14block: Inline encryption support for blk-mqSatya Tangirala
2020-05-13md/raid1: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-13md: add a newline when printing parameter 'start_ro' by sysfsXiongfeng Wang
2020-05-13md: stop using ->queuedataChristoph Hellwig
2020-05-13md/raid1: release pending accounting for an I/O only after write-behind is al...David Jeffery
2020-05-13md: remove redundant memalloc scope API usageColy Li
2020-05-13raid5: update code comment of scribble_alloc()Coly Li
2020-05-13raid5: remove gfp flags from scribble_alloc()Coly Li
2020-05-13md: use memalloc scope APIs in mddev_suspend()/mddev_resume()Coly Li
2020-05-13md: remove the extra line for ->hot_add_diskGuoqing Jiang
2020-05-13md: flush md_rdev_misc_wq for HOT_ADD_DISK caseGuoqing Jiang
2020-05-13md: don't flush workqueue unconditionally in md_openGuoqing Jiang
2020-05-13md: add new workqueue for delete rdevGuoqing Jiang
2020-05-13md: add checkings before flush md_misc_wqGuoqing Jiang
2020-04-30Merge tag 'for-5.7/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-04-28dm multipath: use updated MPATHF_QUEUE_IO on mapping for bio-based mpathGabriel Krisman Bertazi
2020-04-25block: bypass ->make_request_fn for blk-mq driversChristoph Hellwig
2020-04-25dm: remove the make_request_fn check in device_area_is_invalidChristoph Hellwig
2020-04-25bcache: remove a duplicate ->make_request_fn assignmentChristoph Hellwig
2020-04-16dm verity fec: fix hash block number in verity_fec_decodeSunwook Eom
2020-04-16dm writecache: fix data corruption when reloading the targetMikulas Patocka
2020-04-08Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-03Merge tag 'for-5.7/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-04-03dm integrity: fix logic bug in integrity tag testingMikulas Patocka
2020-04-03Revert "dm: always call blk_queue_split() in dm_process_bio()"Mike Snitzer
2020-04-03dm integrity: fix ppc64le warningMike Snitzer
2020-04-02dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal
2020-04-02dm,dax: Add dax zero_page_range operationVivek Goyal
2020-04-01Merge tag 'for-5.7/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-27dm clone metadata: Fix return type of dm_clone_nr_of_hydrated_regions()Nikos Tsironis
2020-03-27dm clone: Add missing casts to prevent overflows and data corruptionNikos Tsironis
2020-03-27dm clone: Add overflow check for number of regionsNikos Tsironis
2020-03-27dm clone: Fix handling of partial region discardsNikos Tsironis
2020-03-27dm writecache: add cond_resched to avoid CPU hangsMikulas Patocka
2020-03-27block: simplify queue allocationChristoph Hellwig