summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4proc.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-16NFSv4: Fix delegation state recoveryTrond Myklebust1-13/+12
2019-08-16NFSv4: Fix an Oops in nfs4_do_setattrTrond Myklebust1-1/+1
2019-08-04NFS: Fix dentry revalidation on NFSv4 lookupTrond Myklebust1-3/+12
2019-07-14NFS4: Only set creation opendata if O_CREATBenjamin Coddington1-9/+11
2019-06-11NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handledYihao Wu1-3/+5
2019-06-11NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake a waiterYihao Wu1-17/+7
2019-04-03NFSv4.1 don't free interrupted slot on openOlga Kornievskaia1-1/+2
2019-03-23NFSv4.1: Reinitialise sequence results before retransmitting a requestTrond Myklebust1-4/+8
2018-09-15Merge tag 'nfs-for-4.19-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-12/+19
2018-09-14NFS: Don't open code clearing of delegation stateTrond Myklebust1-9/+12
2018-09-14NFSv4.1 fix infinite loop on I/O.Trond Myklebust1-3/+7
2018-08-24Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-26/+130
2018-08-16pNFS: When updating the stateid in layoutreturn, also update the recall rangeTrond Myklebust1-0/+3
2018-08-14Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2018-08-14NFSv4: Fix a typo in nfs4_init_channel_attrs()Trond Myklebust1-1/+1
2018-08-09NFS add a simple sync nfs4_proc_commit after async COPYOlga Kornievskaia1-0/+34
2018-08-09NFS export nfs4_async_handle_errorOlga Kornievskaia1-1/+1
2018-08-09NFS OFFLOAD_CANCEL xdrOlga Kornievskaia1-0/+1
2018-08-08NFSv4: Fix error handling in nfs4_sp4_select_mode()Wei Yongjun1-1/+1
2018-08-08NFS: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+8
2018-08-08NFSv4: Mark the inode change attribute up to date in update_changeattr()Trond Myklebust1-0/+1
2018-08-08NFSv4: Detect nlink changes on cross-directory renames tooTrond Myklebust1-12/+23
2018-08-08NFSv4: bump/drop the nlink count on the parent dir when we mkdir/rmdirTrond Myklebust1-8/+42
2018-08-08pnfs: Fix handling of NFS4ERR_OLD_STATEID replies to layoutreturnTrond Myklebust1-3/+3
2018-08-02NFSv4: Fix _nfs4_do_setlk()Trond Myklebust1-13/+13
2018-07-31NFSv4 client live hangs after live data migration recoveryBill Baker1-1/+8
2018-07-30nfs: initiate returning delegation when reclaiming one that's been recalledJeff Layton1-0/+4
2018-07-26pNFS: Parse the results of layoutget on open even if permissions checks failTrond Myklebust1-2/+3
2018-07-12introduce FMODE_CREATED and switch to itAl Viro1-1/+1
2018-06-19pNFS: Don't send layoutreturn if the layout is already invalidTrond Myklebust1-0/+16
2018-06-19pNFS: Always free the session slot on error in nfs4_layoutget_handle_exceptionTrond Myklebust1-7/+10
2018-06-10NFSv4.1: Fix the client behaviour on NFS4ERR_SEQ_FALSE_RETRYTrond Myklebust1-4/+7
2018-06-09NFSv4: Fix a typo in nfs41_sequence_processTrond Myklebust1-1/+1
2018-06-06NFSv4.0: Remove transport protocol name from non-UCS client IDChuck Lever1-10/+4
2018-06-06NFSv4.0: Remove cl_ipaddr from non-UCS client IDChuck Lever1-6/+20
2018-06-05NFSv4: Fix a compiler warning when CONFIG_NFS_V4_1 is undefinedTrond Myklebust1-5/+0
2018-06-04NFSv4: Ignore NFS_INO_REVAL_FORCED in nfs4_proc_accessTrond Myklebust1-1/+1
2018-06-04NFSv4: Don't ask for delegated attributes when adding a hard linkTrond Myklebust1-2/+3
2018-06-04NFSv4: Don't ask for delegated attributes when revalidating the inodeTrond Myklebust1-2/+3
2018-06-04NFS: Pass the inode down to the getattr() callbackTrond Myklebust1-7/+10
2018-06-04NFSv4: Don't request size+change attribute if they are delegated to usTrond Myklebust1-5/+35
2018-05-31pnfs: Don't release the sequence slot until we've processed layoutget on openTrond Myklebust1-1/+2
2018-05-31pnfs: Fix manipulation of NFS_LAYOUT_FIRST_LAYOUTGETFred Isaman1-2/+1
2018-05-31pnfs: Stop attempting LAYOUTGET on OPEN on failureFred Isaman1-1/+3
2018-05-31pNFS: Refactor nfs4_layoutget_release()Trond Myklebust1-46/+1
2018-05-31pnfs: Add LAYOUTGET to OPEN of a new fileFred Isaman1-4/+17
2018-05-31pnfs: Move nfs4_opendata into nfs4_fs.hFred Isaman1-25/+0
2018-05-31pnfs: Add conditional encode/decode of LAYOUTGET within OPEN compoundFred Isaman1-0/+1
2018-05-31pnfs: move allocations out of nfs4_proc_layoutgetFred Isaman1-12/+3
2018-05-31NFS4: move ctx into nfs4_run_open_taskFred Isaman1-8/+11