summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* loop: scale loop device by introducing per device lockPavel Tatashin2021-01-262-40/+54
* bcache: use bio_set_dev to assign ->bi_bdevChristoph Hellwig2021-01-261-1/+1
* nvme: use bio_set_dev to assign ->bi_bdevChristoph Hellwig2021-01-263-4/+4
* target/file: allocate the bvec array as part of struct target_core_file_cmdChristoph Hellwig2021-01-251-14/+6
* block: remove unnecessary argument from blk_execute_rqGuoqing Jiang2021-01-2419-26/+26
* block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang2021-01-249-14/+12
* bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set'Ming Lei2021-01-241-1/+1
* block: add a disk_uevent helperChristoph Hellwig2021-01-241-21/+5
* block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig2021-01-242-17/+25
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-2430-66/+63
* dcssblk: remove the end of device check in dcssblk_submit_bioChristoph Hellwig2021-01-241-4/+0
* brd: remove the end of device check in brd_do_bvecChristoph Hellwig2021-01-241-5/+1
* nvme: allow revalidate to set a namespace read-onlyChristoph Hellwig2021-01-241-3/+2
* rbd: remove the ->set_read_only methodChristoph Hellwig2021-01-241-19/+0
* dm: use bdev_read_only to check if a device is read-onlyChristoph Hellwig2021-01-242-2/+2
* Merge tag 'sh-for-5.11' of git://git.libc.org/linux-shLinus Torvalds2021-01-242-13/+3
|\
| * sh/intc: Restore devm_ioremap() alignmentGeert Uytterhoeven2021-01-061-1/+1
| * sh: intc: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2021-01-061-12/+2
* | Merge tag 'block-5.11-2021-01-24' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-247-52/+126
|\ \
| * | lightnvm: fix memory leak when submit failsPan Bian2021-01-211-2/+1
| * | Merge tag 'nvme-5.11-2020-01-21' of git://git.infradead.org/nvme into block-5.11Jens Axboe2021-01-215-50/+123
| |\ \
| | * | nvme-pci: fix error unwind in nvme_map_dataChristoph Hellwig2021-01-201-10/+18
| | * | nvme-pci: refactor nvme_unmap_dataChristoph Hellwig2021-01-201-28/+49
| | * | nvmet: set right status on error in id-ns handlerChaitanya Kulkarni2021-01-181-2/+6
| | * | nvme-pci: allow use of cmb on v1.4 controllersKlaus Jensen2021-01-181-0/+14
| | * | nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeoutChao Leng2021-01-181-4/+10
| | * | nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeoutChao Leng2021-01-181-4/+11
| | * | nvme: check the PRINFO bit before deciding the host buffer lengthRevanth Rajashekar2021-01-181-2/+15
| * | | md: Set prev_flush_start and flush_bio in an atomic wayXiao Ni2021-01-201-0/+2
| |/ /
* | | Merge tag 'char-misc-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-01-2415-21/+75
|\ \ \
| * | | misc: rtsx: init value of aspm_enabledRicky Wu2021-01-221-1/+6
| * | | habanalabs: disable FW events on device removalOded Gabbay2021-01-211-0/+9
| * | | habanalabs: fix backward compatibility of idle checkOded Gabbay2021-01-211-0/+2
| * | | habanalabs: zero pci counters packet before submit to FWOfir Bitton2021-01-211-0/+5
| * | | intel_th: pci: Add Alder Lake-P supportAlexander Shishkin2021-01-211-0/+5
| * | | stm class: Fix module init return on allocation failureWang Hui2021-01-211-2/+4
| * | | habanalabs: prevent soft lockup during unmapOded Gabbay2021-01-123-5/+12
| * | | habanalabs: fix reset process in case of failuresOded Gabbay2021-01-122-3/+11
| * | | habanalabs: fix dma_addr passed to dma_mmap_coherentOded Gabbay2021-01-122-2/+4
| * | | Merge tag 'phy-fixes-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Greg Kroah-Hartman2021-01-113-8/+17
| |\ \ \
| | * | | phy: mediatek: allow compile-testing the dsi phyArnd Bergmann2021-01-041-1/+3
| | * | | phy: cpcap-usb: Fix warning for missing regulator_disableTony Lindgren2021-01-041-6/+13
| | * | | PHY: Ingenic: fix unconditional build of phy-ingenic-usbAlexander Lobakin2020-12-291-1/+1
| | | |/ | | |/|
* | | | Merge tag 'driver-core-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-01-242-20/+33
|\ \ \ \
| * | | | driver core: Fix device link device name collisionSaravana Kannan2021-01-211-12/+15
| * | | | driver core: Extend device_is_dependent()Rafael J. Wysocki2021-01-211-1/+16
| * | | | Revert "driver core: Reorder devices on successful probe"Greg Kroah-Hartman2021-01-121-7/+0
| * | | | Driver core: platform: Add extra error check in devm_platform_get_irqs_affini...John Garry2021-01-081-0/+2
| * | | | drivers core: Free dma_range_map when driver probe failedMeng Li2021-01-081-0/+2
* | | | | Merge tag 'staging-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-01-246-58/+29
|\ \ \ \ \