aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-05NFSv4: Remove incorrect check in can_open_delegated()Trond Myklebust1-2/+0
2015-01-05NFSv4: Cache the NFSv4/v4.1 client owner_id in the struct nfs_clientTrond Myklebust1-4/+15
2014-11-25nfs: Add DEALLOCATE supportAnna Schumaker1-0/+1
2014-11-25nfs: Add ALLOCATE supportAnna Schumaker1-1/+2
2014-11-24nfs41: fix nfs4_proc_layoutget error handlingPeng Tao1-3/+3
2014-11-24nfs: Remove dead case from nfs4_map_errors()Jan Kara1-2/+0
2014-11-12NFSv4: Ensure that we call FREE_STATEID when NFSv4.x stateids are revokedTrond Myklebust1-8/+0
2014-11-12NFSv4: Fix races between nfs_remove_bad_delegation() and delegation returnTrond Myklebust1-1/+1
2014-11-12NFSv4.1: nfs41_clear_delegation_stateid shouldn't trust NFS_DELEGATED_STATETrond Myklebust1-25/+17
2014-11-12NFSv4: Ensure that we remove NFSv4.0 delegations when state has expiredTrond Myklebust1-1/+23
2014-11-12NFS: SEEK is an NFS v4.2 featureAnna Schumaker1-3/+3
2014-11-04Revert "NFS: nfs4_do_open should add negative results to the dcache."Trond Myklebust1-8/+1
2014-11-04Revert "NFS: remove BUG possibility in nfs4_open_and_get_state"Trond Myklebust1-7/+3
2014-09-30Merge branch 'client-4.2' into linux-nextTrond Myklebust1-2/+2
2014-09-30Merge branch 'bugfixes' into linux-nextTrond Myklebust1-19/+23
2014-09-30NFSv4.1: Fix an NFSv4.1 state renewal regressionAndy Adamson1-1/+1
2014-09-30NFS: Implement SEEKAnna Schumaker1-2/+2
2014-09-24NFSv4: use exponential retry on NFS4ERR_DELAY for async requests.NeilBrown1-23/+42
2014-09-18NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust1-15/+15
2014-09-12nfs41: change PNFS_LAYOUTRET_ON_SETATTR to only return on truncation to smaller sizePeng Tao1-1/+3
2014-09-12pnfs: remove GETDEVICELIST implementationChristoph Hellwig1-48/+0
2014-09-12NFS: remove BUG possibility in nfs4_open_and_get_stateNeilBrown1-3/+7
2014-09-10pnfs: retry after a bad stateid error from layoutgetChristoph Hellwig1-2/+7
2014-09-10NFS: Clear up state owner lock usageAnna Schumaker1-6/+4
2014-08-26NFSv4: Don't clear the open state when we just did an OPEN_DOWNGRADETrond Myklebust1-4/+5
2014-08-26NFSv4: Fix problems with close in the presence of a delegationTrond Myklebust1-5/+12
2014-08-04NFS: Avoid infinite loop when RELEASE_LOCKOWNER getting expired errorKinglong Mee1-2/+6
2014-08-03NFS: nfs4_do_open should add negative results to the dcache.NeilBrown1-1/+8
2014-07-12nfs4: copy acceptor name from context to nfs_clientJeff Layton1-1/+32
2014-07-12nfs4: turn free_lock_state into a void return operationJeff Layton1-7/+7
2014-07-12nfs41: layout return on close in delegation returnPeng Tao1-1/+16
2014-07-12nfs41: return layout on last closePeng Tao1-1/+43
2014-07-12NFSv4: Fix OPEN w/create access mode checkingTrond Myklebust1-5/+13
2014-06-24nfs: merge nfs_pgio_data into _headerWeston Andros Adamson1-50/+55
2014-06-24NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for supportAndy Adamson1-1/+1
2014-06-10Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-37/+19
2014-06-06nfs4: remove unused CHANGE_SECURITY_LABELJ. Bruce Fields1-1/+1
2014-05-29NFSv4: Use error handler on failed GETATTR with successful OPENAndy Adamson1-1/+1
2014-05-28NFS: Create a common pgio_rpc_prepare functionAnna Schumaker1-19/+3
2014-05-28NFS: Create a common read and write data structAnna Schumaker1-15/+15
2014-05-28NFS: Create a common argument structure for reads and writesAnna Schumaker1-2/+2
2014-05-28nfs: remove ->read_pageio_init from rpc opsChristoph Hellwig1-1/+0
2014-05-28nfs: remove ->write_pageio_init from rpc opsChristoph Hellwig1-1/+0
2014-03-28NFSv4: Fix a use-after-free problem in open()Trond Myklebust1-9/+10
2014-03-17NFS: advertise only supported callback netidsChuck Lever1-6/+18
2014-03-17Merge branch 'devel' into linux-nextTrond Myklebust1-79/+75
2014-03-17nfs: remove synchronous rename codeJeff Layton1-44/+0
2014-03-05NFSv4: Fail the truncate() if the lock/open stateid is invalidTrond Myklebust1-3/+6
2014-03-05NFSv4: nfs4_stateid_is_current should return 'true' for an invalid stateidTrond Myklebust1-2/+3
2014-03-01NFSv4: Fix another nfs4_sequence corruptorTrond Myklebust1-5/+5