summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-306-76/+437
|\
| * bcache: remove dupplicated declaration from btree.hColy Li2020-03-241-7/+3
| * bcache: optimize barrier usage for atomic operationsColy Li2020-03-222-6/+6
| * bcache: optimize barrier usage for Rmw atomic bitopsDavidlohr Bueso2020-03-221-3/+3
| * bcache: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-221-1/+1
| * bcache: make bch_sectors_dirty_init() to be multithreadedColy Li2020-03-222-3/+174
| * bcache: make bch_btree_check() to be multithreadedColy Li2020-03-222-3/+188
| * bcache: add bcache_ prefix to btree_root() and btree() macrosColy Li2020-03-222-9/+10
| * bcache: move macro btree() and btree_root() into btree.hColy Li2020-03-222-59/+67
| * md: check arrays is suspended in mddev_detach before call quiesce operationsGuoqing Jiang2020-03-171-1/+1
* | block: simplify queue allocationChristoph Hellwig2020-03-273-9/+6
* | bcache: pass the make_request methods to blk_queue_make_requestChristoph Hellwig2020-03-273-9/+11
* | block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig2020-03-252-0/+2
* | block: cleanup how md_autodetect_dev is calledChristoph Hellwig2020-03-241-0/+1
* | block: remove __bdevnameChristoph Hellwig2020-03-241-2/+2
|/
* Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-072-29/+2
|\
| * Revert "bcache: ignore pending signals when creating gc and allocator thread"Jens Axboe2020-03-022-29/+2
* | Merge tag 'for-5.6/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-03-049-67/+92
|\ \ | |/ |/|
| * dm: bump version of core and various targetsMike Snitzer2020-03-036-6/+6
| * dm: fix congested_fn for request-based deviceHou Tao2020-03-031-11/+10
| * dm integrity: use dm_bio_record and dm_bio_restoreMike Snitzer2020-03-031-23/+9
| * dm bio record: save/restore bi_end_io and bi_integrityMike Snitzer2020-03-031-0/+15
| * dm zoned: Fix reference counter initial value of chunk worksShin'ichiro Kawasaki2020-02-271-4/+4
| * dm writecache: verify watermark during resumeMikulas Patocka2020-02-271-2/+10
| * dm: report suspended device during destroyMikulas Patocka2020-02-273-8/+7
| * dm thin metadata: fix lockdep complaintTheodore Ts'o2020-02-271-1/+1
| * dm cache: fix a crash due to incorrect work item cancellingMikulas Patocka2020-02-271-2/+2
| * dm integrity: fix invalid table returned due to argument count mismatchMikulas Patocka2020-02-251-1/+1
| * dm integrity: fix a deadlock due to offloading to an incorrect workqueueMikulas Patocka2020-02-251-4/+15
| * dm integrity: fix recalculation when moving from journal mode to bitmap modeMikulas Patocka2020-02-251-5/+12
* | Merge tag 'block-5.6-2020-02-16' of git://git.kernel.dk/linux-blockLinus Torvalds2020-02-164-24/+31
|\ \
| * | bcache: remove macro nr_to_fifo_front()Coly Li2020-02-131-5/+2
| * | bcache: Revert "bcache: shrink btree node cache after bch_btree_check()"Coly Li2020-02-131-17/+0
| * | bcache: ignore pending signals when creating gc and allocator threadColy Li2020-02-132-2/+29
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-02-081-6/+10
|\ \ \
| * | | fs: Enable bmap() function to properly return errorsCarlos Maiolino2020-02-031-6/+10
* | | | Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds2020-02-067-15/+64
|\ \ \ \ | | |/ / | |/| |
| * | | bcache: check return value of prio_read()Coly Li2020-02-011-5/+16
| * | | bcache: fix incorrect data type usage in btree_flush_write()Coly Li2020-02-011-1/+2
| * | | bcache: add readahead cache policy options via sysfs interfaceColy Li2020-02-013-5/+37
| * | | bcache: explicity type cast in bset_bkey_last()Coly Li2020-02-011-1/+2
| * | | bcache: fix memory corruption in bch_cache_accounting_clear()Coly Li2020-02-011-3/+7
* | | | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-8/+7
* | | | Merge tag 'for-5.6/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-01-2916-101/+578
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | dm: fix potential for q->make_request_fn NULL pointerMike Snitzer2020-01-271-2/+7
| * | dm writecache: improve performance of large linear writes on SSDsMikulas Patocka2020-01-161-4/+25
| * | dm mpath: Add timeout mechanism for queue_if_no_pathAnatol Pomazau2020-01-141-0/+66
| * | dm thin: change data device's flush_bio to be member of struct poolMikulas Patocka2020-01-141-9/+10
| * | dm thin: don't allow changing data device during thin-pool reloadMikulas Patocka2020-01-141-5/+13
| * | dm thin: fix use-after-free in metadata_pre_commit_callbackMike Snitzer2020-01-141-4/+3