aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4proc.c
AgeCommit message (Expand)Author
2014-06-18NFSv4: Fix a use-after-free problem in open()Trond Myklebust
2014-03-05NFSv4: Fail the truncate() if the lock/open stateid is invalidTrond Myklebust
2014-03-05NFSv4: nfs4_stateid_is_current should return 'true' for an invalid stateidTrond Myklebust
2014-03-01NFSv4: Fix another nfs4_sequence corruptorTrond Myklebust
2014-02-01NFSv4: Fix memory corruption in nfs4_proc_open_confirmTrond Myklebust
2014-01-29NFSv4.1: Clean up nfs41_sequence_doneTrond Myklebust
2014-01-29NFSv4: Fix a slot leak in nfs40_sequence_doneTrond Myklebust
2014-01-29NFSv4.1 free slot before resending I/O to MDSAndy Adamson
2014-01-27nfs: handle servers that support only ALLOW ACE type.Malahal Naineni
2014-01-22pnfs: Proper delay for NFS4ERR_RECALLCONFLICT in layout_get_doneBoaz Harrosh
2014-01-13nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAMEWeston Andros Adamson
2014-01-13NFSv4.1: Don't trust attributes if a pNFS LAYOUTCOMMIT is outstandingTrond Myklebust
2013-12-05Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-12-04NFSv4.1: Prevent a 3-way deadlock between layoutreturn, open and state recoveryTrond Myklebust
2013-11-20NFSv4: close needs to handle NFS4ERR_ADMIN_REVOKEDTrond Myklebust
2013-11-20NFSv4: Update list of irrecoverable errors on DELEGRETURNTrond Myklebust
2013-11-20NFSv4 wait on recovery for async session errorsAndy Adamson
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-11-04NFSv4.2: Remove redundant checks in nfs_setsecurity+nfs4_label_init_securityTrond Myklebust
2013-11-04NFSv4: Sanity check the server reply in _nfs4_server_capabilitiesTrond Myklebust
2013-11-01NFS: Fix a missing initialisation when reading the SELinux labelTrond Myklebust
2013-11-01nfs: fix oops when trying to set SELinux labelJeff Layton
2013-10-28NFS: add support for multiple sec= mount optionsWeston Andros Adamson
2013-10-28NFS: stop using NFS_MOUNT_SECFLAVOUR server flagWeston Andros Adamson
2013-10-28NFS: Set EXCHGID4_FLAG_SUPP_MOVED_MIGRChuck Lever
2013-10-28NFS: Handle NFS4ERR_LEASE_MOVED during async RENEWChuck Lever
2013-10-28NFS: Migration support for RELEASE_LOCKOWNERChuck Lever
2013-10-28NFS: Implement support for NFS4ERR_LEASE_MOVEDChuck Lever
2013-10-28NFS: Add method to detect whether an FSID is still on the serverChuck Lever
2013-10-28NFS: Handle NFS4ERR_MOVED during delegation recallChuck Lever
2013-10-28NFS: Add migration recovery callouts in nfs4proc.cChuck Lever
2013-10-28NFS: Rename "stateid_invalid" labelChuck Lever
2013-10-28NFS: Re-use exit code in nfs4_async_handle_error()Chuck Lever
2013-10-28NFS: Add method to retrieve fs_locations during migration recoveryChuck Lever
2013-10-28NFS: Introduce a vector of migration recovery opsChuck Lever
2013-10-28NFSv4: don't reprocess cached open CLAIM_PREVIOUSWeston Andros Adamson
2013-10-28NFSv4: Fix state reference counting in _nfs4_opendata_reclaim_to_nfs4_stateTrond Myklebust
2013-10-28NFSv4: don't fail on missing fattr in open recoverWeston Andros Adamson
2013-10-28NFSv4: fix NULL dereference in open recoverWeston Andros Adamson
2013-10-28NFSv4.1: Don't change the security label as part of open reclaim.Trond Myklebust
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro
2013-10-01NFSv4: Fix a use-after-free situation in _nfs4_proc_getlk()Trond Myklebust
2013-09-29NFS: Give "flavor" an initial value to fix a compile warningAnna Schumaker
2013-09-29NFSv4.1: try SECINFO_NO_NAME flavs until one worksWeston Andros Adamson
2013-09-26NFSv4: Honour the 'opened' parameter in the atomic_open() filesystem methodTrond Myklebust
2013-09-12Merge tag 'nfs-for-3.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-09-11NFSv4.1: fix SECINFO* use of put_rpccredWeston Andros Adamson
2013-09-11NFSv4.1: sp4_mach_cred: ask for WRITE and COMMITWeston Andros Adamson
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-09-07NFSv4: use mach cred for SECINFO_NO_NAME w/ integrityWeston Andros Adamson