summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WIPbus-make-remove-voidUwe Kleine-König2021-05-0575-206/+79
* PCI: endpoint: Make struct pci_epf_driver::remove return voidUwe Kleine-König2021-05-052-4/+3
* HID: intel-ish-hid: Make remove callback return voidUwe Kleine-König2021-05-055-13/+6
* HID: intel-ish-hid: Simplify logic in ishtp_cl_device_remove()Uwe Kleine-König2021-05-051-6/+4
* HID: intel-ish-hid: Drop if block with an always false conditionUwe Kleine-König2021-05-051-5/+1
* pcmcia: ds: Remove if with always false conditionUwe Kleine-König2021-05-051-4/+1
* sparc/vio: make remove callback return voidUwe Kleine-König2021-05-057-19/+7
* staging: fieldbus: anybus: Refuse registering drivers without .probe()Uwe Kleine-König2021-05-051-2/+3
* staging: fieldbus: anybus: Make remove callback return voidUwe Kleine-König2021-05-053-4/+4
* intel_th: Remove an unused exit point from intel_th_remove()Uwe Kleine-König2021-05-051-5/+7
* HID: hid-core: Don't fail to remove a device on a signalUwe Kleine-König2021-05-051-7/+4
* Merge tag 'nfsd-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-05-058-191/+280
|\
| * SUNRPC: Fix null pointer dereference in svc_rqst_free()Yunjian Wang2021-04-231-1/+2
| * SUNRPC: fix ternary sign expansion bug in tracingDan Carpenter2021-04-221-1/+1
| * nfsd: Fix fall-through warnings for ClangGustavo A. R. Silva2021-04-202-0/+2
| * nfsd: grant read delegations to clients holding writesJ. Bruce Fields2021-04-192-14/+71
| * nfsd: reshuffle some codeJ. Bruce Fields2021-04-191-117/+118
| * nfsd: track filehandle aliasing in nfs4_filesJ. Bruce Fields2021-04-192-9/+30
| * nfsd: hash nfs4_files by inode numberJ. Bruce Fields2021-04-192-16/+12
| * nfsd: ensure new clients break delegationsJ. Bruce Fields2021-04-161-5/+19
| * nfsd: removed unused argument in nfsd_startup_generic()Vasily Averin2021-04-151-4/+4
| * nfsd: remove unused functionJiapeng Chong2021-04-151-9/+0
| * svcrdma: Pass a useful error code to the send_err tracepointChuck Lever2021-04-141-3/+9
| * svcrdma: Rename goto labels in svc_rdma_sendto()Chuck Lever2021-04-141-12/+12
| * svcrdma: Don't leak send_ctxt on Send errorsChuck Lever2021-04-141-4/+4
* | Merge tag '5.13-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-05-0514-33/+447
|\ \
| * | fs/cifs: Fix resource leakKhaled ROMDHANI2021-05-041-1/+5
| * | Cifs: Fix kernel oops caused by deferred close for files.Rohith Surabattula2021-05-044-5/+33
| * | cifs: fix regression when mounting shares with prefix pathsPaulo Alcantara2021-05-043-13/+23
| * | cifs: use echo_interval even when connection not ready.Shyam Prasad N2021-05-031-11/+1
| * | cifs: detect dead connections only when echoes are enabled.Shyam Prasad N2021-05-031-0/+1
| * | smb3.1.1: allow dumping keys for multiuser mountsSteve French2021-05-031-20/+46
| * | smb3.1.1: allow dumping GCM256 keys to improve debugging of encrypted sharesSteve French2021-05-032-0/+52
| * | cifs: add shutdown supportSteve French2021-05-039-2/+121
| * | cifs: Deferred close for filesRohith Surabattula2021-05-036-3/+187
| * | smb3.1.1: enable negotiating stronger encryption by defaultSteve French2021-04-271-1/+1
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-05-0523-172/+1295
|\ \ \
| * | | virtio_pci_modern: correct sparse tags for notifyMichael S. Tsirkin2021-05-042-7/+6
| * | | virtio_pci_modern: __force cast the notify mappingMichael S. Tsirkin2021-05-041-1/+1
| * | | vDPA/ifcvf: get_config_size should return dev specific config sizeZhu Lingshan2021-05-031-1/+18
| * | | vDPA/ifcvf: enable Intel C5000X-PL virtio-block for vDPAZhu Lingshan2021-05-032-2/+25
| * | | vDPA/ifcvf: deduce VIRTIO device ID when probeZhu Lingshan2021-05-032-12/+16
| * | | vdpa_sim_blk: add support for vdpa management toolStefano Garzarella2021-05-031-13/+63
| * | | vdpa_sim_blk: handle VIRTIO_BLK_T_GET_IDStefano Garzarella2021-05-031-0/+15
| * | | vdpa_sim_blk: implement ramdisk behaviourStefano Garzarella2021-05-031-18/+146
| * | | vdpa: add vdpa simulator for block deviceMax Gurtovoy2021-05-033-0/+153
| * | | vhost/vdpa: Remove the restriction that only supports virtio-net devicesXie Yongji2021-05-031-5/+1
| * | | vhost/vdpa: use get_config_size callback in vhost_vdpa_config_validate()Stefano Garzarella2021-05-031-7/+2
| * | | vdpa: add get_config_size callback in vdpa_config_opsStefano Garzarella2021-05-035-0/+33
| * | | vdpa_sim: cleanup kiovs in vdpasim_free()Stefano Garzarella2021-05-031-0/+7