summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Avoid RPC delays when exiting suspendTrond Myklebust2019-11-061-1/+1
* NFS: Add a tracepoint in nfs_fh_to_dentry()Trond Myklebust2019-11-032-0/+34
* NFSv4: Don't retry the GETATTR on old stateid in nfs4_delegreturn_done()Trond Myklebust2019-11-031-0/+4
* NFSv4: Handle NFS4ERR_OLD_STATEID in delegreturnTrond Myklebust2019-11-032-4/+4
* NFSv4: Fix races between open and delegreturnTrond Myklebust2019-11-031-35/+29
* NFS: nfs_inode_find_state_and_recover() fix stateid matchingTrond Myklebust2019-11-033-4/+12
* NFSv4: Fix nfs4_inode_make_writeable()Trond Myklebust2019-11-031-4/+12
* NFSv4: nfs4_return_incompatible_delegation() should check delegation validityTrond Myklebust2019-11-031-1/+1
* NFSv4: Don't reclaim delegations that have been returned or revokedTrond Myklebust2019-11-031-1/+1
* NFSv4: Ignore requests to return the delegation if it was revokedTrond Myklebust2019-11-031-3/+4
* NFSv4: Revoke the delegation on success in nfs4_delegreturn_done()Trond Myklebust2019-11-033-0/+38
* NFSv4: Update the stateid seqid in nfs_revoke_delegation()Trond Myklebust2019-11-031-2/+13
* NFSv4: Clear the NFS_DELEGATION_REVOKED flag in nfs_update_inplace_delegation()Trond Myklebust2019-11-031-0/+1
* NFSv4: Hold the delegation spinlock when updating the seqidTrond Myklebust2019-11-031-0/+2
* NFSv4: Don't remove the delegation from the super_list more than onceTrond Myklebust2019-11-031-0/+4
* NFS: Rename nfs_inode_return_delegation_noreclaim()Trond Myklebust2019-11-033-7/+10
* NFSv4: fail nfs4_refresh_delegation_stateid() when the delegation was revokedTrond Myklebust2019-11-031-1/+2
* NFSv4: Delegation recalls should not find revoked delegationsTrond Myklebust2019-11-031-1/+2
* NFSv4: nfs4_callback_getattr() should ignore revoked delegationsTrond Myklebust2019-11-031-3/+1
* NFSv4: Fix delegation handling in update_open_stateid()Trond Myklebust2019-11-031-2/+2
* NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust2019-11-038-5/+20
* NFS/pnfs: Separate NFSv3 DS and MDS trafficTrond Myklebust2019-11-033-0/+8
* pNFS: nfs3_set_ds_client should set NFS_CS_NOPINGTrond Myklebust2019-11-031-0/+2
* NFS: Add a flag to tell nfs_client to set RPC_CLNT_CREATE_NOPINGTrond Myklebust2019-11-032-0/+3
* NFS: Use non-atomic bit ops when initialising struct nfs_client_initdataTrond Myklebust2019-11-032-4/+4
* NFSv3: Clean up timespec encodeTrond Myklebust2019-11-032-9/+5
* NFSv2: Clean up timespec encodeTrond Myklebust2019-11-031-12/+7
* NFSv2: Fix a typo in encode_sattr()Trond Myklebust2019-11-031-1/+1
* NFSv4: NFSv4 callbacks also support 64-bit timestampsTrond Myklebust2019-11-033-7/+7
* NFSv4: Encode 64-bit timestampsTrond Myklebust2019-11-031-6/+3
* NFS: Convert struct nfs_fattr to use struct timespec64Trond Myklebust2019-11-037-44/+44
* NFS: If nfs_mountpoint_expiry_timeout < 0, do not expire submountsTrond Myklebust2019-11-031-0/+3
* Linux 5.4-rc6v5.4-rc6Linus Torvalds2019-11-031-1/+1
* Merge tag 'usb-5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-11-0327-97/+267
|\
| * usb: dwc3: gadget: fix race when disabling ep with cancelled xfersFelipe Balbi2019-10-311-0/+6
| * usb: cdns3: gadget: Fix g_audio use case when connected to Super-Speed hostRoger Quadros2019-10-301-5/+26
| * usb: cdns3: gadget: reset EP_CLAIMED flag while unloadingSanket Parmar2019-10-301-0/+2
| * USB: serial: whiteheat: fix line-speed endiannessJohan Hovold2019-10-302-4/+7
| * USB: serial: whiteheat: fix potential slab corruptionJohan Hovold2019-10-301-0/+4
| * USB: gadget: Reject endpoints with 0 maxpacket valueAlan Stern2019-10-291-0/+11
| * UAS: Revert commit 3ae62a42090f ("UAS: fix alignment of scatter/gather segmen...Alan Stern2019-10-281-20/+0
| * usb-storage: Revert commit 747668dbc061 ("usb-storage: Set virt_boundary_mask...Alan Stern2019-10-281-10/+0
| * usbip: Fix free of unallocated memory in vhci txSuwan Kim2019-10-281-0/+3
| * usbip: tools: Fix read_usb_vudc_device() error path handlingGwanYeong Kim2019-10-281-2/+4
| * usb: xhci: fix __le32/__le64 accessors in debugfs codeBen Dooks (Codethink)2019-10-281-12/+12
| * usb: xhci: fix Immediate Data Transfer endiannessSamuel Holland2019-10-281-0/+2
| * xhci: Fix use-after-free regression in xhci clear hub TT implementationMathias Nyman2019-10-281-9/+45
| * USB: ldusb: fix control-message timeoutJohan Hovold2019-10-281-1/+1
| * USB: ldusb: use unsigned size format specifiersJohan Hovold2019-10-281-3/+4
| * USB: ldusb: fix ring-buffer lockingJohan Hovold2019-10-281-2/+2