aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2014-03-09Merge tag 'nfs-for-3.14-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
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-20Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-02-19Merge tag 'nfs-for-3.14-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
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-10mm: fix page leak at nfs_symlink()Rafael Aquini
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-03nfs: include xattr.h from fs/nfs/nfs3proc.cTejun Heo
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
2014-01-20nfs4: fix discover_server_trunking use after freeWeston Andros Adamson
2014-01-19NFSv4.1: Handle errors correctly in nfs41_walk_client_listTrond Myklebust
2014-01-17nfs: always make sure page is up-to-date before extending a write to cover th...Scott Mayhew
2014-01-13nfs: page cache invalidation for dioChristoph Hellwig
2014-01-13nfs: take i_mutex during direct I/O readsChristoph Hellwig
2014-01-13nfs: merge nfs_direct_write into nfs_file_direct_writeChristoph Hellwig
2014-01-13nfs: merge nfs_direct_read into nfs_file_direct_readChristoph Hellwig
2014-01-13nfs: increment i_dio_count for reads, tooChristoph Hellwig
2014-01-13nfs: defer inode_dio_done call until size update is doneChristoph Hellwig
2014-01-13nfs: fix size updates for aio writesChristoph Hellwig
2014-01-13nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAMEWeston Andros Adamson
2014-01-13NFSv4.1: Fix a race in nfs4_write_inodeTrond Myklebust