summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | bcache: reap c->btree_cache_freeable from the tail in bch_mca_scan()Coly Li2020-01-231-3/+3
| * | bcache: remove member accessed from struct btreeColy Li2020-01-232-8/+2
| * | bcache: avoid unnecessary btree nodes flushing in btree_flush_write()Coly Li2020-01-231-5/+75
| * | bcache: add code comments for state->pool in __btree_sort()Coly Li2020-01-231-0/+5
| * | bcache: use read_cache_page_gfp to read the superblockChristoph Hellwig2020-01-231-9/+7
| * | bcache: store a pointer to the on-disk sb in the cache and cached_dev structuresChristoph Hellwig2020-01-232-19/+17
| * | bcache: return a pointer to the on-disk sb from read_superChristoph Hellwig2020-01-231-11/+11
| * | bcache: transfer the sb_page reference to register_{bdev,cache}Christoph Hellwig2020-01-231-15/+6
| * | bcache: fix use-after-free in register_bcache()Coly Li2020-01-231-1/+2
| * | bcache: properly initialize 'path' and 'err' in register_bcache()Coly Li2020-01-231-1/+3
| * | bcache: rework error unwinding in register_bcacheChristoph Hellwig2020-01-231-30/+45
| * | bcache: use a separate data structure for the on-disk super blockChristoph Hellwig2020-01-231-3/+3
| * | bcache: cached_dev_free needs to put the sb pageLiang Chen2020-01-231-0/+3