aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4proc.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-28NFSv4: Fix a use-after-free problem in open()Gravatar Trond Myklebust 1-9/+10
2014-03-17NFS: advertise only supported callback netidsGravatar Chuck Lever 1-6/+18
2014-03-17Merge branch 'devel' into linux-nextGravatar Trond Myklebust 1-79/+75
2014-03-17nfs: remove synchronous rename codeGravatar Jeff Layton 1-44/+0
2014-03-05NFSv4: Fail the truncate() if the lock/open stateid is invalidGravatar Trond Myklebust 1-3/+6
2014-03-05NFSv4: nfs4_stateid_is_current should return 'true' for an invalid stateidGravatar Trond Myklebust 1-2/+3
2014-03-01NFSv4: Fix another nfs4_sequence corruptorGravatar Trond Myklebust 1-5/+5
2014-02-19NFSv4: Clear the open state flags if the new stateid does not matchGravatar Trond Myklebust 1-4/+26
2014-02-19NFSv4: Use correct locking when updating nfs4_state in nfs4_close_doneGravatar Trond Myklebust 1-30/+35
2014-02-19NFSv4: Don't update the open stateid unless it is newer than the old oneGravatar Trond Myklebust 1-4/+17
2014-02-01NFSv4: Fix memory corruption in nfs4_proc_open_confirmGravatar Trond Myklebust 1-4/+4
2014-01-29NFSv4.1: Clean up nfs41_sequence_doneGravatar Trond Myklebust 1-11/+8
2014-01-29NFSv4: Fix a slot leak in nfs40_sequence_doneGravatar Trond Myklebust 1-1/+1
2014-01-29NFSv4.1 free slot before resending I/O to MDSGravatar Andy Adamson 1-1/+2
2014-01-27nfs: handle servers that support only ALLOW ACE type.Gravatar Malahal Naineni 1-4/+3
2014-01-22pnfs: Proper delay for NFS4ERR_RECALLCONFLICT in layout_get_doneGravatar Boaz Harrosh 1-4/+30
2014-01-13nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAMEGravatar Weston Andros Adamson 1-2/+2
2014-01-13NFSv4.1: Don't trust attributes if a pNFS LAYOUTCOMMIT is outstandingGravatar Trond Myklebust 1-3/+2
2013-12-05Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-7/+23
2013-12-04NFSv4.1: Prevent a 3-way deadlock between layoutreturn, open and state recoveryGravatar Trond Myklebust 1-1/+8
2013-11-20NFSv4: close needs to handle NFS4ERR_ADMIN_REVOKEDGravatar Trond Myklebust 1-3/+6
2013-11-20NFSv4: Update list of irrecoverable errors on DELEGRETURNGravatar Trond Myklebust 1-2/+8
2013-11-20NFSv4 wait on recovery for async session errorsGravatar Andy Adamson 1-1/+1
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+2
2013-11-04NFSv4.2: Remove redundant checks in nfs_setsecurity+nfs4_label_init_securityGravatar Trond Myklebust 1-3/+0
2013-11-04NFSv4: Sanity check the server reply in _nfs4_server_capabilitiesGravatar Trond Myklebust 1-5/+20
2013-11-01NFS: Fix a missing initialisation when reading the SELinux labelGravatar Trond Myklebust 1-3/+3
2013-11-01nfs: fix oops when trying to set SELinux labelGravatar Jeff Layton 1-4/+4
2013-10-28NFS: add support for multiple sec= mount optionsGravatar Weston Andros Adamson 1-11/+21
2013-10-28NFS: stop using NFS_MOUNT_SECFLAVOUR server flagGravatar Weston Andros Adamson 1-2/+2
2013-10-28NFS: Set EXCHGID4_FLAG_SUPP_MOVED_MIGRGravatar Chuck Lever 1-1/+7
2013-10-28NFS: Handle NFS4ERR_LEASE_MOVED during async RENEWGravatar Chuck Lever 1-1/+7
2013-10-28NFS: Migration support for RELEASE_LOCKOWNERGravatar Chuck Lever 1-0/+16
2013-10-28NFS: Implement support for NFS4ERR_LEASE_MOVEDGravatar Chuck Lever 1-0/+9
2013-10-28NFS: Add method to detect whether an FSID is still on the serverGravatar Chuck Lever 1-0/+128
2013-10-28NFS: Handle NFS4ERR_MOVED during delegation recallGravatar Chuck Lever 1-0/+3
2013-10-28NFS: Add migration recovery callouts in nfs4proc.cGravatar Chuck Lever 1-2/+20
2013-10-28NFS: Rename "stateid_invalid" labelGravatar Chuck Lever 1-3/+3
2013-10-28NFS: Re-use exit code in nfs4_async_handle_error()Gravatar Chuck Lever 1-6/+3
2013-10-28NFS: Add method to retrieve fs_locations during migration recoveryGravatar Chuck Lever 1-0/+153
2013-10-28NFS: Introduce a vector of migration recovery opsGravatar Chuck Lever 1-0/+10
2013-10-28NFSv4: don't reprocess cached open CLAIM_PREVIOUSGravatar Weston Andros Adamson 1-4/+8
2013-10-28NFSv4: Fix state reference counting in _nfs4_opendata_reclaim_to_nfs4_stateGravatar Trond Myklebust 1-5/+1
2013-10-28NFSv4: don't fail on missing fattr in open recoverGravatar Weston Andros Adamson 1-6/+0
2013-10-28NFSv4: fix NULL dereference in open recoverGravatar Weston Andros Adamson 1-1/+2
2013-10-28NFSv4.1: Don't change the security label as part of open reclaim.Gravatar Trond Myklebust 1-2/+0
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsGravatar Al Viro 1-3/+2
2013-10-01NFSv4: Fix a use-after-free situation in _nfs4_proc_getlk()Gravatar Trond Myklebust 1-0/+1
2013-09-29NFS: Give "flavor" an initial value to fix a compile warningGravatar Anna Schumaker 1-1/+1
2013-09-29NFSv4.1: try SECINFO_NO_NAME flavs until one worksGravatar Weston Andros Adamson 1-3/+27