summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4proc.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-29NFSv4: Fix a use-after-free problem in open()Trond Myklebust1-9/+10
2014-03-18NFS: 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-20NFSv4: Clear the open state flags if the new stateid does not matchTrond Myklebust1-4/+26
2014-02-20NFSv4: Use correct locking when updating nfs4_state in nfs4_close_doneTrond Myklebust1-30/+35
2014-02-20NFSv4: Don't update the open stateid unless it is newer than the old oneTrond Myklebust1-4/+17
2014-02-02NFSv4: 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-23pnfs: Proper delay for NFS4ERR_RECALLCONFLICT in layout_get_doneBoaz Harrosh1-4/+30
2014-01-14nfs4.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-06Merge 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-21NFSv4: close needs to handle NFS4ERR_ADMIN_REVOKEDTrond Myklebust1-3/+6
2013-11-21NFSv4: Update list of irrecoverable errors on DELEGRETURNTrond Myklebust1-2/+8
2013-11-21NFSv4 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/vir...Linus Torvalds1-3/+2
2013-11-05NFSv4.2: Remove redundant checks in nfs_setsecurity+nfs4_label_init_securityTrond Myklebust1-3/+0
2013-11-05NFSv4: 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
2013-10-28NFSv4: don't reprocess cached open CLAIM_PREVIOUSWeston Andros Adamson1-4/+8
2013-10-28NFSv4: Fix state reference counting in _nfs4_opendata_reclaim_to_nfs4_stateTrond Myklebust1-5/+1
2013-10-28NFSv4: don't fail on missing fattr in open recoverWeston Andros Adamson1-6/+0
2013-10-28NFSv4: fix NULL dereference in open recoverWeston Andros Adamson1-1/+2
2013-10-28NFSv4.1: Don't change the security label as part of open reclaim.Trond Myklebust1-2/+0
2013-10-25nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro1-3/+2
2013-10-02NFSv4: Fix a use-after-free situation in _nfs4_proc_getlk()Trond Myklebust1-0/+1
2013-09-30NFS: Give "flavor" an initial value to fix a compile warningAnna Schumaker1-1/+1
2013-09-30NFSv4.1: try SECINFO_NO_NAME flavs until one worksWeston Andros Adamson1-3/+27