summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds6-76/+437
2020-03-27block: simplify queue allocationChristoph Hellwig3-9/+6
2020-03-27bcache: pass the make_request methods to blk_queue_make_requestChristoph Hellwig3-9/+11
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig2-0/+2
2020-03-24bcache: remove dupplicated declaration from btree.hColy Li1-7/+3
2020-03-24block: cleanup how md_autodetect_dev is calledChristoph Hellwig1-0/+1
2020-03-24block: remove __bdevnameChristoph Hellwig1-2/+2
2020-03-22bcache: optimize barrier usage for atomic operationsColy Li2-6/+6
2020-03-22bcache: optimize barrier usage for Rmw atomic bitopsDavidlohr Bueso1-3/+3
2020-03-22bcache: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-1/+1
2020-03-22bcache: make bch_sectors_dirty_init() to be multithreadedColy Li2-3/+174
2020-03-22bcache: make bch_btree_check() to be multithreadedColy Li2-3/+188
2020-03-22bcache: add bcache_ prefix to btree_root() and btree() macrosColy Li2-9/+10
2020-03-22bcache: move macro btree() and btree_root() into btree.hColy Li2-59/+67
2020-03-17md: check arrays is suspended in mddev_detach before call quiesce operationsGuoqing Jiang1-1/+1
2020-03-07Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-blockLinus Torvalds2-29/+2
2020-03-04Merge tag 'for-5.6/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-67/+92
2020-03-03dm: bump version of core and various targetsMike Snitzer6-6/+6
2020-03-03dm: fix congested_fn for request-based deviceHou Tao1-11/+10
2020-03-03dm integrity: use dm_bio_record and dm_bio_restoreMike Snitzer1-23/+9
2020-03-03dm bio record: save/restore bi_end_io and bi_integrityMike Snitzer1-0/+15
2020-03-02Revert "bcache: ignore pending signals when creating gc and allocator thread"Jens Axboe2-29/+2
2020-02-27dm zoned: Fix reference counter initial value of chunk worksShin'ichiro Kawasaki1-4/+4
2020-02-27dm writecache: verify watermark during resumeMikulas Patocka1-2/+10
2020-02-27dm: report suspended device during destroyMikulas Patocka3-8/+7
2020-02-27dm thin metadata: fix lockdep complaintTheodore Ts'o1-1/+1
2020-02-27dm cache: fix a crash due to incorrect work item cancellingMikulas Patocka1-2/+2
2020-02-25dm integrity: fix invalid table returned due to argument count mismatchMikulas Patocka1-1/+1
2020-02-25dm integrity: fix a deadlock due to offloading to an incorrect workqueueMikulas Patocka1-4/+15
2020-02-25dm integrity: fix recalculation when moving from journal mode to bitmap modeMikulas Patocka1-5/+12
2020-02-16Merge tag 'block-5.6-2020-02-16' of git://git.kernel.dk/linux-blockLinus Torvalds4-24/+31
2020-02-13bcache: remove macro nr_to_fifo_front()Coly Li1-5/+2
2020-02-13bcache: Revert "bcache: shrink btree node cache after bch_btree_check()"Coly Li1-17/+0
2020-02-13bcache: ignore pending signals when creating gc and allocator threadColy Li2-2/+29
2020-02-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+10
2020-02-06Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds7-15/+64
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-8/+7
2020-02-03fs: Enable bmap() function to properly return errorsCarlos Maiolino1-6/+10
2020-02-01bcache: check return value of prio_read()Coly Li1-5/+16
2020-02-01bcache: fix incorrect data type usage in btree_flush_write()Coly Li1-1/+2
2020-02-01bcache: add readahead cache policy options via sysfs interfaceColy Li3-5/+37
2020-02-01bcache: explicity type cast in bset_bkey_last()Coly Li1-1/+2
2020-02-01bcache: fix memory corruption in bch_cache_accounting_clear()Coly Li1-3/+7
2020-01-29Merge tag 'for-5.6/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds16-101/+578
2020-01-27Merge tag 'for-5.6/drivers-2020-01-27' of git://git.kernel.dk/linux-blockLinus Torvalds11-236/+469
2020-01-27dm: fix potential for q->make_request_fn NULL pointerMike Snitzer1-2/+7
2020-01-23bcache: reap from tail of c->btree_cache in bch_mca_scan()Coly Li1-5/+5
2020-01-23bcache: reap c->btree_cache_freeable from the tail in bch_mca_scan()Coly Li1-3/+3
2020-01-23bcache: remove member accessed from struct btreeColy Li2-8/+2
2020-01-23bcache: avoid unnecessary btree nodes flushing in btree_flush_write()Coly Li1-5/+75