summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-0377-741/+319
|\
| * block: use bd_prepare_to_claim directly in the loop driverChristoph Hellwig2020-07-161-4/+3
| * writeback: remove bdi->congested_fnChristoph Hellwig2020-07-0919-426/+1
| * writeback: remove struct bdi_writeback_congestedChristoph Hellwig2020-07-091-1/+1
| * drbd: remove a bogus bdi_rw_congested callChristoph Hellwig2020-07-091-1/+0
| * mmc: remove the call to check_disk_changeChristoph Hellwig2020-07-091-3/+0
| * cdrom: remove the unused cdrom_media_changed functionChristoph Hellwig2020-07-091-23/+5
| * md: switch to ->check_events for media change notificationsChristoph Hellwig2020-07-091-11/+8
| * dm: remove unused variableJens Axboe2020-07-011-1/+0
| * block: remove the bd_queue field from struct block_deviceChristoph Hellwig2020-07-013-3/+3
| * dcssblk: don't set bd_block_size in ->openChristoph Hellwig2020-07-011-1/+0
| * floppy: use block_sizeChristoph Hellwig2020-07-011-6/+1
| * block: remove direct_make_requestChristoph Hellwig2020-07-012-5/+2
| * block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-0133-83/+82
| * block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-0125-84/+116
| * block: remove the request_queue argument from blk_queue_splitChristoph Hellwig2020-07-0111-16/+15
| * dm: stop using ->queuedataChristoph Hellwig2020-07-011-2/+1
| * bcache: stop setting ->queuedataChristoph Hellwig2020-07-011-1/+0
| * zram: stop using ->queuedataChristoph Hellwig2020-07-011-2/+1
| * umem: stop using ->queuedataChristoph Hellwig2020-07-011-2/+2
| * rsxx: stop using ->queuedataChristoph Hellwig2020-07-011-4/+1
| * ps3vram: stop using ->queuedataChristoph Hellwig2020-07-011-2/+1
| * null_blk: stop using ->queuedata for bio modeChristoph Hellwig2020-07-011-1/+1
| * drbd: stop using ->queuedataChristoph Hellwig2020-07-012-2/+1
| * blk-mq: pass request queue into get/put budget callbackMing Lei2020-06-301-5/+3
| * dm: use bio_uninit instead of bio_disassociate_blkgChristoph Hellwig2020-06-291-3/+2
| * tty/sysrq: emergency_thaw_all does not depend on CONFIG_BLOCKChristoph Hellwig2020-06-241-2/+0
| * nvme-rdma: fix a missing completion with remove invalidationChristoph Hellwig2020-06-241-2/+3
| * loop: be paranoid on exit and prevent new additions / removalsLuis Chamberlain2020-06-241-0/+4
| * nvme: use blk_mq_complete_request_remote to avoid an indirect function callChristoph Hellwig2020-06-246-9/+18
| * nvme-rdma: factor out a nvme_rdma_end_request helperChristoph Hellwig2020-06-241-19/+17
| * blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig2020-06-2414-29/+38
* | Merge branch 'mtd/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2020-08-031-9/+47
|\ \
| * | mtd: properly check all write ioctls for permissionsGreg Kroah-Hartman2020-07-241-9/+47
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-08-03170-3971/+5214
|\ \ \
| * | | crypto: sa2ul - Fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva2020-07-311-1/+1
| * | | hwrng: core - remove redundant initialization of variable retColin Ian King2020-07-311-1/+1
| * | | crypto: ingenic - Add hardware RNG for Ingenic JZ4780 and X1000周琰杰 (Zhou Yanjie)2020-07-313-0/+170
| * | | crypto: caam/qi2 - add module aliasHoria Geantă2020-07-311-0/+1
| * | | crypto: caam - add more RNG hw error codesHoria Geantă2020-07-311-0/+3
| * | | crypto: caam/jr - remove incorrect reference to caam_jr_register()Dan Douglass2020-07-311-2/+1
| * | | crypto: caam - silence .setkey in case of bad key lengthHoria Geantă2020-07-313-3/+3
| * | | crypto: caam/qi2 - create ahash shared descriptors only onceHoria Geantă2020-07-311-1/+5
| * | | crypto: caam/qi2 - fix error reporting for caam_hash_allocHoria Geantă2020-07-311-1/+1
| * | | crypto: caam - remove deadcode on 32-bit platformsFranck LENORMAND2020-07-311-3/+8
| * | | crypto: ccp - use generic power managementVaibhav Gupta2020-07-315-22/+13
| * | | crypto: marvell/cesa - irq balanceSven Auhagen2020-07-312-1/+11
| * | | crypto: inside-secure - irq balanceSven Auhagen2020-07-312-2/+14
| * | | crypto: omap-aes - Fix sparse and compiler warningsHerbert Xu2020-07-231-3/+3
| * | | hwrng: imx-rngc - enable driver for i.MX6Horia Geantă2020-07-231-1/+1