summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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-033-2/+9
* NFS/pnfs: Separate NFSv3 DS and MDS trafficTrond Myklebust2019-11-032-0/+7
* 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-031-0/+2
* NFS: Use non-atomic bit ops when initialising struct nfs_client_initdataTrond Myklebust2019-11-032-4/+4
* NFSv3: Clean up timespec encodeTrond Myklebust2019-11-031-8/+4
* 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-035-37/+37
* NFS: If nfs_mountpoint_expiry_timeout < 0, do not expire submountsTrond Myklebust2019-11-031-0/+3
* Merge tag '5.4-rc6-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-11-021-1/+2
|\
| * fix memory leak in large read decrypt offloadSteve French2019-10-271-1/+2
* | Merge tag 'nfs-for-5.4-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-11-013-6/+14
|\ \
| * | NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid()Trond Myklebust2019-11-011-1/+1
| * | NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust2019-11-013-5/+13
| |/
* | Merge tag 'for-linus-20191101' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-011-4/+10
|\ \
| * | io_uring: ensure we clear io_kiocb->result before each issueJens Axboe2019-10-301-0/+1
| * | io_uring: don't touch ctx in setup after ring fd installJens Axboe2019-10-281-4/+8
| * | io_uring: Fix leaked shadow_reqPavel Begunkov2019-10-271-0/+1
| |/
* | Merge tag 'gfs2-v5.4-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-10-301-7/+13
|\ \
| * | gfs2: Fix initialisation of args for remountAndrew Price2019-10-301-7/+13
| |/
* | Merge tag 'fuse-fixes-5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-10-297-65/+149
|\ \ | |/ |/|
| * fuse: redundant get_fuse_inode() calls in fuse_writepages_fill()Vasily Averin2019-10-231-3/+1
| * fuse: truncate pending writes on O_TRUNCMiklos Szeredi2019-10-231-3/+7
| * fuse: flush dirty data/metadata before non-truncate setattrMiklos Szeredi2019-10-231-0/+13
| * virtiofs: Remove set but not used variable 'fc'zhengbin2019-10-231-2/+0
| * virtiofs: Retry request submission from worker contextVivek Goyal2019-10-211-9/+52
| * virtiofs: Count pending forgets as in_flight forgetsVivek Goyal2019-10-211-24/+20
| * virtiofs: Set FR_SENT flag only after request has been sentVivek Goyal2019-10-211-13/+10
| * virtiofs: No need to check fpq->connected stateVivek Goyal2019-10-211-7/+0
| * virtiofs: Do not end request in submission contextVivek Goyal2019-10-211-4/+33
| * fuse: don't advise readdirplus for negative lookupMiklos Szeredi2019-10-211-1/+2
| * fuse: don't dereference req->args on finished requestMiklos Szeredi2019-10-211-1/+3
| * virtio-fs: don't show mount optionsMiklos Szeredi2019-10-153-0/+9
| * virtio-fs: Change module name to virtiofs.koVivek Goyal2019-10-141-1/+2
* | Merge tag '5.4-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-10-279-37/+75
|\ \