summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * | dm thin metadata: use pool locking at end of dm_pool_metadata_closeMike Snitzer2020-01-141-4/+6
| * | dm writecache: fix incorrect flush sequence when doing SSD mode commitMikulas Patocka2020-01-141-21/+21
| * | dm crypt: fix benbi IV constructor crash if used in authenticated modeMilan Broz2020-01-141-2/+8
| * | dm crypt: Implement Elephant diffuser for Bitlocker compatibilityMilan Broz2020-01-141-4/+319
| * | dm space map common: fix to ensure new block isn't already in useJoe Thornber2020-01-144-3/+37
| * | dm verity: don't prefetch hash blocks for already-verified dataxianrong.zhou2020-01-071-2/+16
| * | dm crypt: fix GFP flags passed to skcipher_request_alloc()Mikulas Patocka2020-01-071-1/+1
| * | dm thin metadata: Fix trivial math error in on-disk format documentationJeffle Xu2020-01-071-1/+1
| * | dm thin metadata: use true/false for bool variablezhengbin2020-01-071-5/+5
| * | dm snapshot: use true/false for bool variablezhengbin2020-01-071-3/+3
| * | dm bio prison v2: use true/false for bool variablezhengbin2020-01-071-1/+1
| * | dm mpath: use true/false for bool variablezhengbin2020-01-071-1/+1
| * | dm zoned: support zone sizes smaller than 128MiBDmitry Fomichev2020-01-071-9/+14
| * | dm raid: table line rebuild status fixesHeinz Mauelshagen2020-01-071-21/+22
| * | dm dust: change ret to r in dust_map_writeBryan Gurney2020-01-071-3/+3
| |/
* | Merge tag 'for-5.6/drivers-2020-01-27' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-2711-236/+469
|\ \
| * | bcache: reap from tail of c->btree_cache in bch_mca_scan()Coly Li2020-01-231-5/+5