summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4proc.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-30fs/nfs: fix new compiler warning about boolean in switchAndre Przywara1-7/+4
2016-07-12NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust1-3/+2
2016-03-08NFSv4: Fix a dentry leak on alias useBenjamin Coddington1-2/+2
2016-02-10NFS: Remove the "NFS_CAP_CHANGE_ATTR" capabilityTrond Myklebust1-3/+0
2016-02-10nfs: Fix race in __update_open_stateid()Andrew Elble1-1/+1
2015-10-07NFS: Fix a NULL pointer dereference of migration recovery ops for v4.2 clientKinglong Mee1-0/+1
2015-10-07NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown1-1/+1
2015-07-21Revert "nfs: take extra reference to fl->fl_file when running a LOCKU operation"Sasha Levin1-2/+0
2015-07-05nfs: take extra reference to fl->fl_file when running a LOCKU operationJeff Layton1-0/+2
2015-07-05nfs: take extra reference to fl->fl_file when running a setlkJeff Layton1-0/+3
2015-03-07NFSv4: Ensure we reference the inode for return-on-close in delegreturnTrond Myklebust1-5/+9
2015-01-08nfs41: fix nfs4_proc_layoutget error handlingPeng Tao1-3/+3
2014-11-13NFSv4: Ensure that we call FREE_STATEID when NFSv4.x stateids are revokedTrond Myklebust1-8/+0
2014-11-13NFSv4: Fix races between nfs_remove_bad_delegation() and delegation returnTrond Myklebust1-1/+1
2014-11-13NFSv4.1: nfs41_clear_delegation_stateid shouldn't trust NFS_DELEGATED_STATETrond Myklebust1-25/+17
2014-11-13NFSv4: 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-05Revert "NFS: nfs4_do_open should add negative results to the dcache."Trond Myklebust1-8/+1
2014-11-05Revert "NFS: remove BUG possibility in nfs4_open_and_get_state"Trond Myklebust1-7/+3
2014-10-01Merge branch 'client-4.2' into linux-nextTrond Myklebust1-2/+2
2014-10-01Merge branch 'bugfixes' into linux-nextTrond Myklebust1-19/+23
2014-10-01NFSv4.1: Fix an NFSv4.1 state renewal regressionAndy Adamson1-1/+1
2014-10-01NFS: Implement SEEKAnna Schumaker1-2/+2
2014-09-25NFSv4: 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 small...Peng 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-27NFSv4: Don't clear the open state when we just did an OPEN_DOWNGRADETrond Myklebust1-4/+5
2014-08-27NFSv4: Fix problems with close in the presence of a delegationTrond Myklebust1-5/+12
2014-08-05NFS: Avoid infinite loop when RELEASE_LOCKOWNER getting expired errorKinglong Mee1-2/+6
2014-08-04NFS: nfs4_do_open should add negative results to the dcache.NeilBrown1-1/+8
2014-07-13nfs4: copy acceptor name from context to nfs_clientJeff Layton1-1/+32
2014-07-13nfs4: turn free_lock_state into a void return operationJeff Layton1-7/+7
2014-07-13nfs41: layout return on close in delegation returnPeng Tao1-1/+16
2014-07-13nfs41: return layout on last closePeng Tao1-1/+43
2014-07-13NFSv4: Fix OPEN w/create access mode checkingTrond Myklebust1-5/+13
2014-06-25nfs: merge nfs_pgio_data into _headerWeston Andros Adamson1-50/+55
2014-06-25NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for supportAndy Adamson1-1/+1
2014-06-11Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-37/+19
2014-06-07nfs4: remove unused CHANGE_SECURITY_LABELJ. Bruce Fields1-1/+1
2014-05-30NFSv4: Use error handler on failed GETATTR with successful OPENAndy Adamson1-1/+1
2014-05-29NFS: Create a common pgio_rpc_prepare functionAnna Schumaker1-19/+3
2014-05-29NFS: Create a common read and write data structAnna Schumaker1-15/+15
2014-05-29NFS: Create a common argument structure for reads and writesAnna Schumaker1-2/+2
2014-05-29nfs: remove ->read_pageio_init from rpc opsChristoph Hellwig1-1/+0
2014-05-29nfs: remove ->write_pageio_init from rpc opsChristoph Hellwig1-1/+0
2014-03-29NFSv4: Fix a use-after-free problem in open()Trond Myklebust1-9/+10