summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-2415-127/+191
|\
| * null_blk: fix passing of REQ_FUA flag in null_handle_rqHou Pu2020-08-221-1/+1
| * nvmet: Disable keep-alive timer when kato is cleared to 0hAmit Engel2020-08-221-0/+6
| * nvme: redirect commands on dying queueChao Leng2020-08-221-4/+5
| * nvme: just check the status code type in nvme_is_path_errorChristoph Hellwig2020-08-221-10/+2
| * nvme: refactor command completionChristoph Hellwig2020-08-223-64/+89
| * nvme: rename and document nvme_end_requestChristoph Hellwig2020-08-226-7/+13
| * nvme: skip noiob for zoned devicesKeith Busch2020-08-221-1/+1
| * nvme-pci: fix PRP pool sizeChristoph Hellwig2020-08-221-1/+2
| * nvme-pci: Use u32 for nvme_dev.q_depth and nvme_queue.q_depthJohn Garry2020-08-221-6/+6
| * nvme: Use spin_lock_irq() when taking the ctrl->lockLogan Gunthorpe2020-08-221-4/+4
| * nvmet: call blk_mq_free_request() directlyChaitanya Kulkarni2020-08-221-3/+3
| * nvmet: fix oops in pt cmd executionChaitanya Kulkarni2020-08-221-3/+3
| * nvmet: add ns tear down label for pt-cmd handlingChaitanya Kulkarni2020-08-221-4/+5
| * nvme: multipath: round-robin: eliminate "fallback" variableMartin Wilck2020-08-221-5/+4
| * nvme: multipath: round-robin: fix single non-optimized path caseMartin Wilck2020-08-221-5/+10
| * nvme-fc: Fix wrong return value in __nvme_fc_init_request()Tianjia Zhang2020-08-221-2/+2
| * nvmet-passthru: Reject commands with non-sgl flags setLogan Gunthorpe2020-08-221-0/+8
| * nvmet: fix a memory leakSagi Grimberg2020-08-221-0/+1
| * block/rnbd: Ensure err is always initialized in process_rdmaNathan Chancellor2020-08-221-1/+2
| * block: virtio_blk: fix handling single range discard requestMing Lei2020-08-171-8/+23
| * block: loop: set discard granularity and alignment for block device backed loopMing Lei2020-08-171-15/+18
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-24785-1794/+1738
* | Merge tag 'efi-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-232-2/+12
|\ \
| * | efi/libstub: Handle unterminated cmdlineArvind Sankar2020-08-201-2/+4
| * | efi/libstub: Handle NULL cmdlineArvind Sankar2020-08-201-1/+5
| * | efi/libstub: Stop parsing arguments at "--"Arvind Sankar2020-08-201-0/+2
| * | efi: add missed destroy_workqueue when efisubsys_init failsLi Heng2020-08-201-0/+2
| |/
* | Merge tag 'edac_urgent_for_v5.9_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-08-234-7/+7
|\ \
| * | EDAC/{i7core,sb,pnd2,skx}: Fix error event severityTony Luck2020-08-184-7/+7
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-2318-58/+133
|\ \
| * | net: dsa: b53: check for timeoutTom Rix2020-08-211-0/+2
| * | hv_netvsc: Fix the queue_mapping in netvsc_vf_xmit()Haiyang Zhang2020-08-211-1/+1
| * | hv_netvsc: Remove "unlikely" from netvsc_select_queueHaiyang Zhang2020-08-211-1/+1
| * | sfc: fix build warnings on 32-bitEdward Cree2020-08-201-4/+4
| * | net: phy: mscc: Fix a couple of spelling mistakes "spcified" -> "specified"Kaige Li2020-08-201-2/+2
| * | net: gemini: Fix missing free_netdev() in error path of gemini_ethernet_port_...Wang Hai2020-08-201-3/+1
| * | net: atlantic: Use readx_poll_timeout() for large timeoutSebastian Andrzej Siewior2020-08-201-2/+2
| * | ptp: ptp_clockmatrix: use i2c_master_send for i2c writeMin Li2020-08-202-13/+45
| * | net: ena: Make missed_tx stat incrementalShay Agroskin2020-08-201-1/+4
| * | net: ena: Change WARN_ON expression in ena_del_napi_in_range()Shay Agroskin2020-08-201-7/+4
| * | net: ena: Prevent reset after device destructionShay Agroskin2020-08-201-9/+10
| * | net: mscc: ocelot: remove duplicate "the the" phrase in Kconfig textColin Ian King2020-08-191-1/+1
| * | bonding: fix active-backup failover for current ARP slaveJiri Wiesner2020-08-191-2/+16
| * | net: gianfar: Add of_node_put() before goto statementSumera Priyadarsini2020-08-181-1/+3
| * | cxgb4: Fix race between loopback and normal Tx pathGanji Aravind2020-08-181-1/+5
| * | cxgb4: Fix work request size calculation for loopback testGanji Aravind2020-08-181-2/+2
| * | sfc: don't free_irq()s if they were never requestedEdward Cree2020-08-182-0/+6
| * | sfc: null out channel->rps_flow_id after freeing itEdward Cree2020-08-181-0/+1
| * | sfc: take correct lock in ef100_reset()Edward Cree2020-08-181-4/+4