summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
...
* NFSv4.1 fix rpc_call_done assignment for BIND_CONN_TO_SESSIONOlga Kornievskaia2020-06-241-1/+1
* NFSv3: fix rpc receive buffer size for MOUNT callOlga Kornievskaia2020-05-201-1/+2
* nfs: fix NULL deference in nfs4_get_valid_delegationJ. Bruce Fields2020-05-201-1/+1
* NFSv4: Fix fscache cookie aux_data to ensure change_attr is includedDave Wysochanski2020-05-201-18/+16
* nfs: fscache: use timespec64 in inode auxdataArnd Bergmann2020-05-203-11/+21
* NFS: Fix fscache super_cookie index_key from changing after umountDave Wysochanski2020-05-201-1/+2
* nfs: Fix potential posix_acl refcnt leak in nfs3_set_aclAndreas Gruenbacher2020-05-061-7/+15
* NFSv4.1: fix handling of backchannel binding in BIND_CONN_TO_SESSIONOlga Kornievskaia2020-05-061-0/+8
* NFS: Fix memory leaks in nfs_pageio_stop_mirroring()Trond Myklebust2020-04-231-9/+8
* NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context failsMisono Tomohiro2020-04-231-0/+2
* NFSv4.2: error out when relink swapfileMurphy Zhou2020-04-231-0/+3
* NFSv4/pnfs: Return valid stateids in nfs_layout_find_inode_by_stateid()Trond Myklebust2020-04-231-0/+2
* NFS: alloc_nfs_open_context() must use the file cred when availableTrond Myklebust2020-04-231-5/+5
* NFS: Fix a page leak in nfs_destroy_unlinked_subrequests()Trond Myklebust2020-04-171-0/+1
* NFS: Fix use-after-free issues in nfs_pageio_add_request()Trond Myklebust2020-04-171-24/+24
* nfs: add minor version to nfs_server_key for fscacheScott Mayhew2020-04-013-1/+3
* NFSv4: Fix races between open and dentry revalidationTrond Myklebust2020-03-052-3/+16
* NFS: Fix memory leaksWenwen Wang2020-02-241-2/+2
* NFSv4.1 make cachethis=no for writesOlga Kornievskaia2020-02-191-1/+1
* NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewalsRobert Milkowski2020-02-144-14/+11
* NFSv4: try lease recovery on NFS4ERR_EXPIREDRobert Milkowski2020-02-141-0/+5
* NFSv4: pnfs_roc() must use cred_fscmp() to compare credsTrond Myklebust2020-02-141-1/+1
* NFS: Fix fix of show_nfs_errorsTrond Myklebust2020-02-141-15/+16
* NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()Trond Myklebust2020-02-145-9/+16
* NFS: Revalidate the file size on a fatal write errorTrond Myklebust2020-02-141-0/+8
* nfs: NFS_SWAP should depend on SWAPGeert Uytterhoeven2020-02-141-1/+1
* NFS: Directory page cache pages need to be locked when readTrond Myklebust2020-02-111-11/+19
* NFS: Fix memory leaks and corruption in readdirTrond Myklebust2020-02-111-2/+15
* NFSv4.x: Drop the slot if nfs4_delegreturn_prepare waits for layoutreturnTrond Myklebust2020-01-171-1/+3
* NFSv4.x: Handle bad/dead sessions correctly in nfs41_sequence_process()Trond Myklebust2020-01-171-9/+25
* NFSv2: Fix a typo in encode_sattr()Trond Myklebust2020-01-171-1/+1
* 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
* NFSv4: Fix leak of clp->cl_acceptor stringChuck Lever2019-10-101-0/+1
* NFS: Remove redundant mirror tracking in O_DIRECTTrond Myklebust2019-10-091-42/+0
* NFS: Fix O_DIRECT accounting of number of bytes read/writtenTrond Myklebust2019-10-091-35/+43
* nfs: Fix nfsi->nrequests count error on nfs_inode_remove_requestZhangXiaoxu2019-10-021-2/+3
* Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-09-2611-177/+365
|\
| * pNFS/filelayout: enable LAYOUTGET on OPENOlga Kornievskaia2019-09-241-0/+1
| * NFS: Optimise the default readahead sizeTrond Myklebust2019-09-242-9/+8
| * NFSv4: Handle NFS4ERR_OLD_STATEID in LOCKUTrond Myklebust2019-09-201-5/+48
| * NFSv4: Handle NFS4ERR_OLD_STATEID in CLOSE/OPEN_DOWNGRADETrond Myklebust2019-09-203-21/+72
| * NFSv4: Fix OPEN_DOWNGRADE error handlingTrond Myklebust2019-09-201-1/+3
| * pNFS: Handle NFS4ERR_OLD_STATEID on layoutreturn by bumping the state seqidTrond Myklebust2019-09-203-7/+17
| * NFSv4: Add a helper to increment stateid seqidsTrond Myklebust2019-09-201-0/+9
| * NFSv4: Handle RPC level errors in LAYOUTRETURNTrond Myklebust2019-09-202-0/+24
| * NFSv4: Handle NFS4ERR_DELAY correctly in return-on-closeTrond Myklebust2019-09-201-0/+4
| * NFSv4: Clean up pNFS return-on-close error handlingTrond Myklebust2019-09-203-56/+50
| * pNFS: Ensure we do clear the return-on-close layout stateid on fatal errorsTrond Myklebust2019-09-201-2/+7
| * NFS: remove unused check for negative dentryBenjamin Coddington2019-09-201-5/+1