summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-27366-600/+506
|\
| * remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-06368-581/+508
| * MIPS: define ioremap_nocache to ioremapChristoph Hellwig2020-01-061-23/+2
* | Merge tag 'for-5.6/libata-2020-01-27' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-274-18/+65
|\ \
| * | ata/acard_ahci: remove unused variable n_elemAlex Shi2020-01-221-3/+1
| * | ata: pata_macio: fix comparing pointer to 0Chen Zhou2020-01-221-1/+1
| * | ata: ahci_brcm: BCM7216 reset is self de-assertingFlorian Fainelli2020-01-171-4/+12
| * | ata: ahci_brcm: Perform reset after obtaining resourcesFlorian Fainelli2020-01-171-6/+6
| * | ata: brcm: fix reset controller API usageArnd Bergmann2020-01-161-9/+8
| * | ata: brcm: mark PM functions as __maybe_unusedArnd Bergmann2020-01-161-4/+5
| * | ata: ahci_brcm: Support BCM7216 reset controller nameFlorian Fainelli2019-12-251-2/+10
| * | dt-bindings: ata: Document BCM7216 AHCI controller compatibleFlorian Fainelli2019-12-251-0/+7
| * | ata: ahci_brcm: Add a shutdown callbackFlorian Fainelli2019-12-251-0/+15
| * | ata: ahci_brcm: Manage reset line during suspend/resumeFlorian Fainelli2019-12-251-2/+13
* | | Merge tag 'for-5.6/drivers-2020-01-27' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-2717-262/+571
|\ \ \
| * | | 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: print written and keys in trace_bcache_btree_writeGuoju Fang2020-01-231-1/+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
| * | | lib: crc64: include <linux/crc64.h> for 'crc64_be'Ben Dooks (Codethink)2020-01-231-0/+1
| * | | bcache: use read_cache_page_gfp to read the superblockChristoph Hellwig2020-01-232-9/+8
| * | | 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-232-3/+54
| * | | bcache: cached_dev_free needs to put the sb pageLiang Chen2020-01-231-0/+3
| * | | Merge branch 'md-next' of git://git.kernel.org/pub/scm/linux/kernel/git/song/...Jens Axboe2020-01-138-175/+353
| |\ \ \
| | * | | md/raid1: introduce wait_for_serializationGuoqing Jiang2020-01-131-19/+22
| | * | | md/raid1: use bucket based mechanism for IO serializationGuoqing Jiang2020-01-132-8/+19
| | * | | md: introduce a new struct for IO serializationGuoqing Jiang2020-01-134-63/+116
| | * | | md: don't destroy serial_info_pool if serialize_policy is trueGuoqing Jiang2020-01-131-4/+8
| | * | | raid1: serialize the overlap writeGuoqing Jiang2020-01-131-14/+13
| | * | | md: reorgnize mddev_create/destroy_serial_poolGuoqing Jiang2020-01-131-29/+42
| | * | | md: add serialize_policy sysfs node for raid1Guoqing Jiang2020-01-132-0/+53
| | * | | md: prepare for enable raid1 io serializationGuoqing Jiang2020-01-132-21/+46
| | * | | md: fix a typo s/creat/createGuoqing Jiang2020-01-131-3/+3
| | * | | md: rename wb stuffsGuoqing Jiang2020-01-134-77/+80
| | * | | raid5: remove worker_cnt_per_group argument from alloc_thread_groupsGuoqing Jiang2020-01-131-14/+7
| | * | | md/raid6: fix algorithm choice under larger PAGE_SIZEZhengyuan Liu2020-01-132-23/+44
| | * | | raid6/test: fix a compilation warningZhengyuan Liu2020-01-132-1/+3
| | * | | raid6/test: fix a compilation errorZhengyuan Liu2020-01-131-1/+0
| | * | | md-bitmap: small cleanupsZhiqiang Liu2020-01-131-3/+2
| |/ / /
* | | | Merge tag 'for-5.6/block-2020-01-27' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-2711-57/+131
|\ \ \ \
| * | | | partitions/ldm: fix spelling mistake "to" -> "too"Colin Ian King2020-01-231-1/+1
| * | | | block, bfq: improve arithmetic division in bfq_delta()Wen Yang2020-01-221-4/+1