aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner2-2/+2
2014-04-03mm: filemap: move radix tree hole searching hereJohannes Weiner1-1/+1
2014-03-09Merge tag 'nfs-for-3.14-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-29/+30
2014-03-05NFSv4: Fail the truncate() if the lock/open stateid is invalidTrond Myklebust1-3/+6
2014-03-05NFSv4.1 Fail data server I/O if stateid represents a lost lockAndy Adamson1-4/+6
2014-03-05NFSv4: Fix the return value of nfs4_select_rw_stateidTrond Myklebust1-11/+3
2014-03-05NFSv4: nfs4_stateid_is_current should return 'true' for an invalid stateidTrond Myklebust1-2/+3
2014-03-02NFS: Fix a delegation callback raceTrond Myklebust1-4/+7
2014-03-01NFSv4: Fix another nfs4_sequence corruptorTrond Myklebust1-5/+5
2014-02-20Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+1
2014-02-19Merge tag 'nfs-for-3.14-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-15/+35
2014-02-19NFS fix error return in nfs4_select_rw_stateidAndy Adamson1-1/+4
2014-02-17NFSv4: Use the correct net namespace in nfs4_update_serverTrond Myklebust3-10/+12
2014-02-10mm: fix page leak at nfs_symlink()Rafael Aquini1-0/+5
2014-02-10NFS: Do not set NFS_INO_INVALID_LABEL unless server supports labeled NFSTrond Myklebust2-4/+19
2014-02-03Merge branch 'acl_fixes' into linux-nextTrond Myklebust1-22/+12
2014-02-03nfs: include xattr.h from fs/nfs/nfs3proc.cTejun Heo1-0/+1
2014-02-03NFSv3: Fix return value of nfs3_proc_setaclsTrond Myklebust1-2/+11
2014-02-03NFSv3: Remove unused function nfs3_proc_set_default_aclTrond Myklebust1-19/+0
2014-02-01NFSv4.1: nfs4_destroy_session must call rpc_destroy_waitqueueTrond Myklebust3-7/+22
2014-02-01NFSv4: Fix memory corruption in nfs4_proc_open_confirmTrond Myklebust1-4/+4
2014-01-31nfs: fix setting of ACLs on file creation.Noah Massey1-1/+1
2014-01-31Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds9-35/+84
2014-01-31nfs: initialize the ACL support bits to zero.Malahal Naineni1-1/+1
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-25/+18
2014-01-30nfs: fix xattr inode op pointers when disabledChristoph Hellwig1-2/+2
2014-01-29NFSv4.1: CleanupTrond Myklebust1-4/+2
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 Adamson3-3/+11
2014-01-28nfs: add memory barriers around NFS_INO_INVALID_DATA and NFS_INO_INVALIDATINGJeff Layton3-3/+13
2014-01-28Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds15-257/+359
2014-01-28NFS: Fix races in nfs_revalidate_mappingTrond Myklebust1-14/+14
2014-01-27sunrpc: turn warn_gssd() log message into a dprintk()Jeff Layton1-4/+1
2014-01-27NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mappingJeff Layton4-6/+46
2014-01-27nfs: handle servers that support only ALLOW ACE type.Malahal Naineni1-4/+3
2014-01-26nfs: use generic posix ACL infrastructure for v3 Posix ACLsChristoph Hellwig4-264/+110
2014-01-25fs: make posix_acl_create more usefulChristoph Hellwig1-1/+1
2014-01-22pnfs: Proper delay for NFS4ERR_RECALLCONFLICT in layout_get_doneBoaz Harrosh1-4/+30
2014-01-21pnfs: fix BUG in filelayout_recover_commit_reqsWeston Andros Adamson1-4/+4
2014-01-20nfs4: fix discover_server_trunking use after freeWeston Andros Adamson1-6/+4
2014-01-19NFSv4.1: Handle errors correctly in nfs41_walk_client_listTrond Myklebust1-3/+5
2014-01-17nfs: always make sure page is up-to-date before extending a write to cover the entire pageScott Mayhew1-5/+6
2014-01-13nfs: page cache invalidation for dioChristoph Hellwig1-2/+27
2014-01-13nfs: take i_mutex during direct I/O readsChristoph Hellwig1-2/+12
2014-01-13nfs: merge nfs_direct_write into nfs_file_direct_writeChristoph Hellwig1-50/+41
2014-01-13nfs: merge nfs_direct_read into nfs_file_direct_readChristoph Hellwig1-58/+49
2014-01-13nfs: increment i_dio_count for reads, tooChristoph Hellwig1-3/+6
2014-01-13nfs: defer inode_dio_done call until size update is doneChristoph Hellwig1-17/+15
2014-01-13nfs: fix size updates for aio writesChristoph Hellwig1-5/+16