aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-3/+1
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-5/+27
2013-08-22NFS: Add event tracing for generic NFS eventsTrond Myklebust1-3/+26
2013-08-22NFS: refactor code for calculating the crc32 hash of a filehandleTrond Myklebust1-2/+1
2013-08-07NFS: Remove unnecessary call to nfs_setsecurity in nfs_fhget()Trond Myklebust1-1/+0
2013-08-07NFS: Fix writeback performance issue on cache invalidationTrond Myklebust1-2/+8
2013-07-09NFS: Make nfs_attribute_cache_expired() non-staticScott Mayhew1-1/+1
2013-07-09Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-26/+110
2013-06-28Merge branch 'labeled-nfs' into linux-nextTrond Myklebust1-12/+97
2013-06-18NFSv4: Move the DNS resolver into the NFSv4 moduleTrond Myklebust1-10/+1
2013-06-08NFS: Client implementation of Labeled-NFSDavid Quigley1-7/+54
2013-06-08NFS: Add label lifecycle managementDavid Quigley1-3/+12
2013-06-08NFS:Add labels to client function prototypesDavid Quigley1-2/+3
2013-06-08NFSv4: Introduce new label structureSteve Dickson1-0/+28
2013-06-06NFSv4: Close another NFSv4 recovery raceTrond Myklebust1-4/+12
2013-05-12freezer: add unsafe versions of freezable helpers for NFSColin Cross1-1/+1
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/viro/vfsLinus Torvalds1-2/+2
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus 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