summaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * dm zoned: add 'status' callbackHannes Reinecke2020-05-153-0/+44
| * dm mpath: add Historical Service Time Path SelectorKhazhismel Kumykov2020-05-153-0/+573
| * dm mpath: pass IO start time to path selectorGabriel Krisman Bertazi2020-05-155-6/+18
| * dm writecache: improve performance on DDR persistent memory (Optane)Mikulas Patocka2020-05-151-1/+37
| * dm writecache: remove superfluous test in persistent_memory_claimMikulas Patocka2020-05-151-4/+0
| * dm persistent data: switch exit_ro_spine to return voidZhiqiang Liu2020-05-152-5/+3
| * dm integrity: remove set but not used variablesYueHaibing2020-05-151-4/+0
| * dm ebs: pass discards down to underlying deviceHeinz Mauelshagen2020-05-151-7/+34
| * dm bufio: implement discardMikulas Patocka2020-05-151-5/+64
| * dm: add emulated block size targetHeinz Mauelshagen2020-05-153-0/+454
| * dm mpath: switch paths in dm_blk_ioctl() code pathMartin Wilck2020-05-151-1/+1
| * dm crypt: support using encrypted keysDmitry Baryshkov2020-05-152-19/+58
* | Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-0318-153/+299
|\ \
| * | bcache: configure the asynchronous registertion to be experimentalColy Li2020-05-272-0/+11
| * | bcache: asynchronous devices registrationColy Li2020-05-271-0/+100
| * | bcache: fix refcount underflow in bcache_device_free()Coly Li2020-05-271-2/+5
| * | bcache: Convert pr_<level> uses to a more typical styleJoe Perches2020-05-2710-109/+110
| * | bcache: remove redundant variables i and nColin Ian King2020-05-271-2/+0
| * | md/raid1: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-133-3/+3
| * | md: add a newline when printing parameter 'start_ro' by sysfsXiongfeng Wang2020-05-131-1/+1
| * | md: stop using ->queuedataChristoph Hellwig2020-05-131-2/+1
| * | md/raid1: release pending accounting for an I/O only after write-behind is al...David Jeffery2020-05-131-6/+7
| * | md: remove redundant memalloc scope API usageColy Li2020-05-131-4/+4
| * | raid5: update code comment of scribble_alloc()Coly Li2020-05-131-2/+5
| * | raid5: remove gfp flags from scribble_alloc()Coly Li2020-05-131-6/+9
| * | md: use memalloc scope APIs in mddev_suspend()/mddev_resume()Coly Li2020-05-132-0/+5
| * | md: remove the extra line for ->hot_add_diskGuoqing Jiang2020-05-131-4/+2
| * | md: flush md_rdev_misc_wq for HOT_ADD_DISK caseGuoqing Jiang2020-05-131-1/+1
| * | md: don't flush workqueue unconditionally in md_openGuoqing Jiang2020-05-131-1/+2
| * | md: add new workqueue for delete rdevGuoqing Jiang2020-05-131-8/+29
| * | md: add checkings before flush md_misc_wqGuoqing Jiang2020-05-131-2/+4
* | | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-037-45/+27
|\ \ \
| * | | blk-mq: drain I/O when all CPUs in a hctx are offlineMing Lei2020-05-291-1/+1
| * | | dm: use bio_{start,end}_io_acctChristoph Hellwig2020-05-271-7/+2
| * | | bcache: use bio_{start,end}_io_acctChristoph Hellwig2020-05-271-14/+4
| * | | block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-223-5/+5
| * | | blk-mq: allow blk_mq_make_request to consume the q_usage_counter referenceChristoph Hellwig2020-05-191-1/+10
| * | | block: Inline encryption support for blk-mqSatya Tangirala2020-05-141-0/+3
| |/ /
| * | block: bypass ->make_request_fn for blk-mq driversChristoph Hellwig2020-04-251-0/+3
| * | dm: remove the make_request_fn check in device_area_is_invalidChristoph Hellwig2020-04-251-17/+0
| * | bcache: remove a duplicate ->make_request_fn assignmentChristoph Hellwig2020-04-251-1/+0
* | | mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-021-2/+2
* | | md: remove __clear_page_buffers and use attach/detach_page_privateGuoqing Jiang2020-06-021-10/+2
| |/ |/|
* | Merge tag 'for-5.7/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-05-013-18/+42
|\ \ | |/ |/|
| * dm multipath: use updated MPATHF_QUEUE_IO on mapping for bio-based mpathGabriel Krisman Bertazi2020-04-291-2/+4
| * dm verity fec: fix hash block number in verity_fec_decodeSunwook Eom2020-04-161-1/+1
| * dm writecache: fix data corruption when reloading the targetMikulas Patocka2020-04-161-15/+37
* | Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-094-1/+89
|\ \
| * | dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal2020-04-031-1/+1
| * | dm,dax: Add dax zero_page_range operationVivek Goyal2020-04-034-0/+88