summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-07-16block: use bd_prepare_to_claim directly in the loop driverChristoph Hellwig1-4/+3
2020-07-09writeback: remove bdi->congested_fnChristoph Hellwig19-426/+1
2020-07-09writeback: remove struct bdi_writeback_congestedChristoph Hellwig1-1/+1
2020-07-09drbd: remove a bogus bdi_rw_congested callChristoph Hellwig1-1/+0
2020-07-09mmc: remove the call to check_disk_changeChristoph Hellwig1-3/+0
2020-07-09cdrom: remove the unused cdrom_media_changed functionChristoph Hellwig1-23/+5
2020-07-09md: switch to ->check_events for media change notificationsChristoph Hellwig1-11/+8
2020-07-02dm: remove unused variableJens Axboe1-1/+0
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig3-3/+3
2020-07-01dcssblk: don't set bd_block_size in ->openChristoph Hellwig1-1/+0
2020-07-01floppy: use block_sizeChristoph Hellwig1-6/+1
2020-07-01block: remove direct_make_requestChristoph Hellwig2-5/+2
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig33-83/+82
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig25-84/+116
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig11-16/+15
2020-07-01dm: stop using ->queuedataChristoph Hellwig1-2/+1
2020-07-01bcache: stop setting ->queuedataChristoph Hellwig1-1/+0
2020-07-01zram: stop using ->queuedataChristoph Hellwig1-2/+1
2020-07-01umem: stop using ->queuedataChristoph Hellwig1-2/+2
2020-07-01rsxx: stop using ->queuedataChristoph Hellwig1-4/+1
2020-07-01ps3vram: stop using ->queuedataChristoph Hellwig1-2/+1
2020-07-01null_blk: stop using ->queuedata for bio modeChristoph Hellwig1-1/+1
2020-07-01drbd: stop using ->queuedataChristoph Hellwig2-2/+1
2020-06-30blk-mq: pass request queue into get/put budget callbackMing Lei1-5/+3
2020-06-29dm: use bio_uninit instead of bio_disassociate_blkgChristoph Hellwig1-3/+2
2020-06-24tty/sysrq: emergency_thaw_all does not depend on CONFIG_BLOCKChristoph Hellwig1-2/+0
2020-06-24nvme-rdma: fix a missing completion with remove invalidationChristoph Hellwig1-2/+3
2020-06-24loop: be paranoid on exit and prevent new additions / removalsLuis Chamberlain1-0/+4
2020-06-24nvme: use blk_mq_complete_request_remote to avoid an indirect function callChristoph Hellwig6-9/+18
2020-06-24nvme-rdma: factor out a nvme_rdma_end_request helperChristoph Hellwig1-19/+17
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig14-29/+38
2020-06-21Merge tag 'pinctrl-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds6-23/+19
2020-06-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds8-25/+39
2020-06-21Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds9-1/+11
2020-06-21Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-38/+8
2020-06-20pinctrl: single: fix function name in documentationDrew Fustini1-1/+1
2020-06-20Merge tag 'libnvdimm-for-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-12/+2
2020-06-20pinctrl: qcom: ipq6018 Add missing pins in qpic pin groupSivaprakash Murugesan1-1/+2
2020-06-20Revert "pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource le...Haibo Chen1-4/+3
2020-06-20Merge tag 's390-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds5-94/+47
2020-06-19Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds3-15/+36
2020-06-19Merge tag 'libata-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds3-13/+18
2020-06-19Merge tag 'drm-fixes-2020-06-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds28-429/+828
2020-06-19Merge tag 'ceph-for-5.8-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+3
2020-06-19i2c: smbus: Fix spelling mistake in the commentsKeyur Patel1-1/+1
2020-06-19i2c: remove deprecated i2c_new_device APIWolfram Sang1-25/+0
2020-06-19video: backlight: tosa_lcd: convert to use i2c_new_client_device()Wolfram Sang1-2/+2
2020-06-19drm: encoder_slave: use new I2C APIWolfram Sang1-8/+2
2020-06-19drm: encoder_slave: fix refcouting error for modulesWolfram Sang1-2/+3
2020-06-19Merge tag 'amd-drm-fixes-5.8-2020-06-17' of git://people.freedesktop.org/~agd...Dave Airlie9-56/+160