summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
Commit message (Expand)AuthorAgeFilesLines
* NFSv4.1 don't free interrupted slot on openOlga Kornievskaia2019-03-191-1/+2
* NFS: Fix nfs4_lock_state refcounting in nfs4_alloc_{lock,unlock}data()Catalin Marinas2019-03-181-2/+0Star
* NFSv4: Handle early exit in layoutget by returning an errorTrond Myklebust2019-03-021-2/+4
* NFSv4.2: Add client support for the generic 'layouterror' RPC callTrond Myklebust2019-03-011-1/+2
* NFSv4.1: Don't process the sequence op more than once.Trond Myklebust2019-03-011-1/+1
* NFSv4.1: Reinitialise sequence results before retransmitting a requestTrond Myklebust2019-03-011-4/+8
* NFSv4.1: Avoid false retries when RPC calls are interruptedTrond Myklebust2019-02-211-57/+48Star
* NFS: Fix sparse annotations for nfs_set_open_stateid_locked()Trond Myklebust2019-02-201-0/+4
* NFS: Fix up documentation warningsTrond Myklebust2019-02-201-4/+4
* Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-031-82/+76Star
|\
| * sunrpc: Add xprt after nfs4_test_session_trunk()Santosh kumar pradhan2019-01-021-3/+5
| * NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-191-95/+72Star
| * NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred.NeilBrown2018-12-191-3/+10
| * NFS: change access cache to use 'struct cred'.NeilBrown2018-12-191-4/+12
| * NFSv4: don't require lock for get_renew_cred or get_machine_credNeilBrown2018-12-191-2/+2
* | NFS: use locks_copy_lock() to copy locks.NeilBrown2018-11-301-2/+4
|/
* 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-151-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-241-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-141-1/+1
|\ \
| * | introduce FMODE_CREATED and switch to itAl Viro2018-07-121-1/+1
* | | NFSv4: Fix _nfs4_do_setlk()Trond Myklebust2018-08-021-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-101-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/+4Star
* 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/+0Star
* 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