summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: fix spelling mistake, EACCESS -> EACCESColin Ian King2018-11-011-1/+1
* NFS: Fix dentry revalidation on NFSv4 lookupTrond Myklebust2018-09-301-3/+12
* NFSv4: Convert struct nfs4_state to use refcount_tTrond Myklebust2018-09-301-4/+4
* NFS: Convert lookups of the open context to RCUTrond Myklebust2018-09-301-6/+24
* Merge tag 'nfs-for-4.19-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-09-141-12/+19
|\
| * NFS: Don't open code clearing of delegation stateTrond Myklebust2018-09-141-9/+12
| * NFSv4.1 fix infinite loop on I/O.Trond Myklebust2018-09-141-3/+7
* | Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-08-231-26/+130
|\|
| * pNFS: When updating the stateid in layoutreturn, also update the recall rangeTrond Myklebust2018-08-161-0/+3
| * NFSv4: Fix a typo in nfs4_init_channel_attrs()Trond Myklebust2018-08-131-1/+1
| * NFS add a simple sync nfs4_proc_commit after async COPYOlga Kornievskaia2018-08-091-0/+34
| * NFS export nfs4_async_handle_errorOlga Kornievskaia2018-08-091-1/+1
| * NFS OFFLOAD_CANCEL xdrOlga Kornievskaia2018-08-091-0/+1
| * NFSv4: Fix error handling in nfs4_sp4_select_mode()Wei Yongjun2018-08-081-1/+1
| * NFS: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+8
| * NFSv4: Mark the inode change attribute up to date in update_changeattr()Trond Myklebust2018-08-081-0/+1
| * NFSv4: Detect nlink changes on cross-directory renames tooTrond Myklebust2018-08-081-12/+23
| * NFSv4: bump/drop the nlink count on the parent dir when we mkdir/rmdirTrond Myklebust2018-08-081-8/+42
| * pnfs: Fix handling of NFS4ERR_OLD_STATEID replies to layoutreturnTrond Myklebust2018-08-081-3/+3
| * NFSv4 client live hangs after live data migration recoveryBill Baker2018-07-311-1/+8
| * nfs: initiate returning delegation when reclaiming one that's been recalledJeff Layton2018-07-301-0/+4
| * pNFS: Parse the results of layoutget on open even if permissions checks failTrond Myklebust2018-07-261-2/+3
* | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-131-1/+1
|\ \
| * | introduce FMODE_CREATED and switch to itAl Viro2018-07-121-1/+1
* | | NFSv4: Fix _nfs4_do_setlk()Trond Myklebust2018-08-011-13/+13
| |/ |/|
* | pNFS: Don't send layoutreturn if the layout is already invalidTrond Myklebust2018-06-191-0/+16
* | pNFS: Always free the session slot on error in nfs4_layoutget_handle_exceptionTrond Myklebust2018-06-191-7/+10
|/
* NFSv4.1: Fix the client behaviour on NFS4ERR_SEQ_FALSE_RETRYTrond Myklebust2018-06-091-4/+7
* NFSv4: Fix a typo in nfs41_sequence_processTrond Myklebust2018-06-091-1/+1
* NFSv4.0: Remove transport protocol name from non-UCS client IDChuck Lever2018-06-061-10/+4
* NFSv4.0: Remove cl_ipaddr from non-UCS client IDChuck Lever2018-06-061-6/+20
* NFSv4: Fix a compiler warning when CONFIG_NFS_V4_1 is undefinedTrond Myklebust2018-06-051-5/+0
* NFSv4: Ignore NFS_INO_REVAL_FORCED in nfs4_proc_accessTrond Myklebust2018-06-041-1/+1
* NFSv4: Don't ask for delegated attributes when adding a hard linkTrond Myklebust2018-06-041-2/+3
* NFSv4: Don't ask for delegated attributes when revalidating the inodeTrond Myklebust2018-06-041-2/+3
* NFS: Pass the inode down to the getattr() callbackTrond Myklebust2018-06-041-7/+10
* NFSv4: Don't request size+change attribute if they are delegated to usTrond Myklebust2018-06-041-5/+35
* pnfs: Don't release the sequence slot until we've processed layoutget on openTrond Myklebust2018-05-311-1/+2
* pnfs: Fix manipulation of NFS_LAYOUT_FIRST_LAYOUTGETFred Isaman2018-05-311-2/+1
* pnfs: Stop attempting LAYOUTGET on OPEN on failureFred Isaman2018-05-311-1/+3
* pNFS: Refactor nfs4_layoutget_release()Trond Myklebust2018-05-311-46/+1
* pnfs: Add LAYOUTGET to OPEN of a new fileFred Isaman2018-05-311-4/+17
* pnfs: Move nfs4_opendata into nfs4_fs.hFred Isaman2018-05-311-25/+0
* pnfs: Add conditional encode/decode of LAYOUTGET within OPEN compoundFred Isaman2018-05-311-0/+1
* pnfs: move allocations out of nfs4_proc_layoutgetFred Isaman2018-05-311-12/+3
* NFS4: move ctx into nfs4_run_open_taskFred Isaman2018-05-311-8/+11
* pnfs: Remove redundant assignment from nfs4_proc_layoutget().Fred Isaman2018-05-311-1/+0
* NFSv4: Don't add a new lock on an interrupted wait for LOCKBenjamin Coddington2018-05-311-10/+14
* NFSv4: Always clear the pNFS layout when handling ESTALETrond Myklebust2018-05-311-0/+5
* NFS: Ensure we revalidate the inode correctly after setaclTrond Myklebust2018-05-311-1/+2