aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-19NFSv4: Clear the open state flags if the new stateid does not matchTrond Myklebust1-4/+26
2014-02-19NFSv4: Use correct locking when updating nfs4_state in nfs4_close_doneTrond Myklebust1-30/+35
2014-02-19NFSv4: Don't update the open stateid unless it is newer than the old oneTrond Myklebust1-4/+17
2014-02-01NFSv4: Fix memory corruption in nfs4_proc_open_confirmTrond Myklebust1-4/+4
2014-01-29NFSv4.1: Clean up nfs41_sequence_doneTrond Myklebust1-11/+8
2014-01-29NFSv4: Fix a slot leak in nfs40_sequence_doneTrond Myklebust1-1/+1
2014-01-29NFSv4.1 free slot before resending I/O to MDSAndy Adamson1-1/+2
2014-01-27nfs: handle servers that support only ALLOW ACE type.Malahal Naineni1-4/+3
2014-01-22pnfs: Proper delay for NFS4ERR_RECALLCONFLICT in layout_get_doneBoaz Harrosh1-4/+30
2014-01-13nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAMEWeston Andros Adamson1-2/+2
2014-01-13NFSv4.1: Don't trust attributes if a pNFS LAYOUTCOMMIT is outstandingTrond Myklebust1-3/+2
2013-12-05Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-7/+23
2013-12-04NFSv4.1: Prevent a 3-way deadlock between layoutreturn, open and state recoveryTrond Myklebust1-1/+8