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