aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/inode.c
AgeCommit message (Expand)Author
2014-11-21nfs: Fix use of uninitialized variable in nfs_getattr()Jan Kara
2014-07-06NFS: Don't declare inode uptodate unless all attributes were checkedTrond Myklebust
2013-04-08NFS: Add functionality to allow waiting on all outstanding reads to completeTrond Myklebust
2013-03-25NFS: __nfs_find_lock_context needs to check ctx->lock_context for a match tooTrond Myklebust
2013-03-02Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-02-27nfs: don't allow nfs_find_actor to match inodes of the wrong typeJeff Layton
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-13nfs: kuid and kgid conversions for nfs/inode.cEric W. Biederman
2013-02-01Revert "NFS: add nfs_sb_deactive_async to avoid deadlock"Trond Myklebust
2012-12-20NFS: Use FS-Cache invalidationDavid Howells
2012-12-14NFS: Ensure that we always drop inodes that have been marked as staleTrond Myklebust
2012-11-04NFS: Remove BUG_ON()s in the fs/nfs/inode.cTrond Myklebust
2012-10-31NFS: add nfs_sb_deactive_async to avoid deadlockWeston Andros Adamson
2012-10-10Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-09-28NFS: Clean up helper function nfs4_select_rw_stateid()Trond Myklebust
2012-09-28NFS: Convert nfs_get_lock_context to return an ERR_PTR on failureTrond Myklebust
2012-09-04NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-07-31nfs: disable data cache revalidation for swapfilesMel Gorman
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker
2012-07-30NFS: Convert v3 into a moduleBryan Schumaker
2012-07-30NFS: Convert v2 into a moduleBryan Schumaker
2012-07-30NFS: Split out remaining NFS v4 inode functionsBryan Schumaker
2012-07-30NFS: Add version registering frameworkBryan Schumaker
2012-07-17NFS: Create an init_nfs_v4() functionBryan Schumaker
2012-06-29NFS: Create a return_delegation rpc opBryan Schumaker
2012-06-29NFS: Create a have_delegation rpc_opBryan Schumaker
2012-06-19NFS: Initialise commit_info.rpc_out when !defined(CONFIG_NFS_V4)Trond Myklebust
2012-05-31NFS: Ensure that setattr and getattr wait for O_DIRECT write completionTrond Myklebust
2012-05-29Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-05-24NFSv4.1 add nfs_inode book keeping for mdsthresholdAndy Adamson
2012-05-24NFSv4.1 cache mdsthreshold values on OPENAndy Adamson
2012-05-19Fixed goto readability in nfs_update_inode.Matthew Treinish
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-05-01NFS: Adapt readdirplus to application usage patternsTrond Myklebust
2012-05-01NFS: Simplify the cache invalidation codeTrond Myklebust
2012-05-01NFS: Change attribute updates should set NFS_INO_REVAL_PAGECACHETrond Myklebust
2012-05-01NFS: Simplify nfs_fhget()Trond Myklebust
2012-05-01NFS: Optimise away nfs_check_inode_attributes() when holding a delegationTrond Myklebust
2012-05-01NFS: Don't force page cache revalidations when holding a delegationTrond Myklebust
2012-04-27NFS: create struct nfs_commit_infoFred Isaman
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-20SUNRPC/NFS: Add Kbuild dependencies for NFS_DEBUG/RPC_DEBUGTrond Myklebust
2012-03-10NFS: remove nfs_inode radix treeFred Isaman
2012-03-07NFS: add fh_crc to debug outputWeston Andros Adamson
2012-03-07NFS: add filehandle crc for debug displayWeston Andros Adamson