aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-20NFSv4: close needs to handle NFS4ERR_ADMIN_REVOKEDTrond Myklebust1-3/+6
2013-11-20NFSv4: Update list of irrecoverable errors on DELEGRETURNTrond Myklebust1-2/+8
2013-11-20NFSv4 wait on recovery for async session errorsAndy Adamson1-1/+1
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+2
2013-11-04NFSv4.2: Remove redundant checks in nfs_setsecurity+nfs4_label_init_securityTrond Myklebust1-3/+0
2013-11-04NFSv4: Sanity check the server reply in _nfs4_server_capabilitiesTrond Myklebust1-5/+20
2013-11-01NFS: Fix a missing initialisation when reading the SELinux labelTrond Myklebust1-3/+3
2013-11-01nfs: fix oops when trying to set SELinux labelJeff Layton1-4/+4
2013-10-28NFS: add support for multiple sec= mount optionsWeston Andros Adamson1-11/+21
2013-10-28NFS: stop using NFS_MOUNT_SECFLAVOUR server flagWeston Andros Adamson1-2/+2
2013-10-28NFS: Set EXCHGID4_FLAG_SUPP_MOVED_MIGRChuck Lever1-1/+7
2013-10-28NFS: Handle NFS4ERR_LEASE_MOVED during async RENEWChuck Lever1-1/+7
2013-10-28NFS: Migration support for RELEASE_LOCKOWNERChuck Lever1-0/+16
2013-10-28NFS: Implement support for NFS4ERR_LEASE_MOVEDChuck Lever1-0/+9
2013-10-28NFS: Add method to detect whether an FSID is still on the serverChuck Lever1-0/+128
2013-10-28NFS: Handle NFS4ERR_MOVED during delegation recallChuck Lever1-0/+3
2013-10-28NFS: Add migration recovery callouts in nfs4proc.cChuck Lever1-2/+20
2013-10-28NFS: Rename "stateid_invalid" labelChuck Lever1-3/+3
2013-10-28NFS: Re-use exit code in nfs4_async_handle_error()Chuck Lever1-6/+3
2013-10-28NFS: Add method to retrieve fs_locations during migration recoveryChuck Lever1-0/+153
2013-10-28NFS: Introduce a vector of migration recovery opsChuck Lever1-0/+10