summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2014-03-19NFSv4: Schedule recovery if nfs40_walk_client_list() is interruptedTrond Myklebust
2014-03-17NFS: advertise only supported callback netidsChuck Lever
2014-03-17NFS: Clean up: revert increase in READDIR RPC buffer max sizeChuck Lever
2014-03-17Merge branch 'devel' into linux-nextTrond Myklebust
2014-03-17nfs: emit a fsnotify_nameremove call in sillyrename codepathJeff Layton
2014-03-17nfs: remove synchronous rename codeJeff Layton
2014-03-17nfs: convert nfs_rename to use async_rename infrastructureJeff Layton
2014-03-17nfs: make nfs_async_rename non-staticJeff Layton
2014-03-17nfs: abstract out code needed to complete a sillyrenameJeff Layton
2014-03-05NFSv4: Fail the truncate() if the lock/open stateid is invalidTrond Myklebust
2014-03-05NFSv4.1 Fail data server I/O if stateid represents a lost lockAndy Adamson
2014-03-05NFSv4: Fix the return value of nfs4_select_rw_stateidTrond Myklebust
2014-03-05NFSv4: nfs4_stateid_is_current should return 'true' for an invalid stateidTrond Myklebust
2014-03-02NFS: Fix a delegation callback raceTrond Myklebust
2014-03-01NFSv4: Fix another nfs4_sequence corruptorTrond Myklebust
2014-02-19NFSv4: Clear the open state flags if the new stateid does not matchTrond Myklebust
2014-02-19NFSv4: Use correct locking when updating nfs4_state in nfs4_close_doneTrond Myklebust
2014-02-19NFSv4.1: Ensure that we free existing layout segments if we get a new layoutTrond Myklebust
2014-02-19NFSv4.1: Minor optimisation in get_layout_by_fh_locked()Trond Myklebust
2014-02-19NFSv4.1: Ensure that the layout recall callback matches layout stateidsTrond Myklebust
2014-02-19NFSv4: Don't update the open stateid unless it is newer than the old oneTrond Myklebust
2014-02-19NFSv4.1: Fix wraparound issues in pnfs_seqid_is_newer()Trond Myklebust
2014-02-19NFS fix error return in nfs4_select_rw_stateidAndy Adamson
2014-02-17NFSv4: Use the correct net namespace in nfs4_update_serverTrond Myklebust
2014-02-11NFS: Be more aggressive in using readdirplus for 'ls -l' situationsTrond Myklebust
2014-02-10NFS: Do not set NFS_INO_INVALID_LABEL unless server supports labeled NFSTrond Myklebust
2014-02-03Merge branch 'acl_fixes' into linux-nextTrond Myklebust
2014-02-03NFSv3: Fix return value of nfs3_proc_setaclsTrond Myklebust
2014-02-03NFSv3: Remove unused function nfs3_proc_set_default_aclTrond Myklebust
2014-02-01NFSv4.1: nfs4_destroy_session must call rpc_destroy_waitqueueTrond Myklebust
2014-02-01NFSv4: Fix memory corruption in nfs4_proc_open_confirmTrond Myklebust
2014-01-31nfs: fix setting of ACLs on file creation.Noah Massey
2014-01-31Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-01-31nfs: initialize the ACL support bits to zero.Malahal Naineni
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-30nfs: fix xattr inode op pointers when disabledChristoph Hellwig
2014-01-29NFSv4.1: CleanupTrond 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-28nfs: add memory barriers around NFS_INO_INVALID_DATA and NFS_INO_INVALIDATINGJeff Layton
2014-01-28Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-01-28NFS: Fix races in nfs_revalidate_mappingTrond Myklebust
2014-01-27sunrpc: turn warn_gssd() log message into a dprintk()Jeff Layton
2014-01-27NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mappingJeff Layton
2014-01-27nfs: handle servers that support only ALLOW ACE type.Malahal Naineni
2014-01-26nfs: use generic posix ACL infrastructure for v3 Posix ACLsChristoph Hellwig
2014-01-25fs: make posix_acl_create more usefulChristoph Hellwig
2014-01-22pnfs: Proper delay for NFS4ERR_RECALLCONFLICT in layout_get_doneBoaz Harrosh
2014-01-21pnfs: fix BUG in filelayout_recover_commit_reqsWeston Andros Adamson