summaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-03-031-0/+2
|\
| * nfs: don't allow nfs_find_actor to match inodes of the wrong typeJeff Layton2013-02-281-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-2/+2
|\ \
| * | new helper: file_inode(file)Al Viro2013-02-231-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-261-6/+6
|\ \ \ | |_|/ |/| |
| * | nfs: kuid and kgid conversions for nfs/inode.cEric W. Biederman2013-02-131-6/+6
| |/
* / Revert "NFS: add nfs_sb_deactive_async to avoid deadlock"Trond Myklebust2013-02-011-4/+1Star
|/
* NFS: Use FS-Cache invalidationDavid Howells2012-12-201-4/+16
* NFS: Ensure that we always drop inodes that have been marked as staleTrond Myklebust2012-12-141-0/+6
* NFS: Remove BUG_ON()s in the fs/nfs/inode.cTrond Myklebust2012-11-041-2/+2
* NFS: add nfs_sb_deactive_async to avoid deadlockWeston Andros Adamson2012-10-311-1/+4
* Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-10-101-5/+5
|\
| * NFS: Clean up helper function nfs4_select_rw_stateid()Trond Myklebust2012-09-281-4/+4
| * NFS: Convert nfs_get_lock_context to return an ERR_PTR on failureTrond Myklebust2012-09-281-1/+1
* | fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-031-0/+5
|/
* NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust2012-09-041-1/+1
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-08-011-0/+4
|\
| * nfs: disable data cache revalidation for swapfilesMel Gorman2012-08-011-0/+4
* | NFS: Convert v4 into a moduleBryan Schumaker2012-07-311-32/+32
* | NFS: Convert v3 into a moduleBryan Schumaker2012-07-311-0/+3
* | NFS: Convert v2 into a moduleBryan Schumaker2012-07-311-0/+10
* | NFS: Split out remaining NFS v4 inode functionsBryan Schumaker2012-07-311-22/+1Star
* | NFS: Add version registering frameworkBryan Schumaker2012-07-311-6/+3Star
|/
* NFS: Create an init_nfs_v4() functionBryan Schumaker2012-07-171-30/+37
* NFS: Create a return_delegation rpc opBryan Schumaker2012-06-291-1/+1
* NFS: Create a have_delegation rpc_opBryan Schumaker2012-06-291-1/+1
* NFS: Initialise commit_info.rpc_out when !defined(CONFIG_NFS_V4)Trond Myklebust2012-06-201-1/+1
* NFS: Ensure that setattr and getattr wait for O_DIRECT write completionTrond Myklebust2012-05-311-1/+4
* Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-05-291-69/+49Star
|\
| * NFSv4.1 add nfs_inode book keeping for mdsthresholdAndy Adamson2012-05-241-0/+2
| * NFSv4.1 cache mdsthreshold values on OPENAndy Adamson2012-05-241-0/+2
| * Fixed goto readability in nfs_update_inode.Matthew Treinish2012-05-191-17/+16Star
| * NFS: Adapt readdirplus to application usage patternsTrond Myklebust2012-05-021-2/+0Star
| * NFS: Simplify the cache invalidation codeTrond Myklebust2012-05-011-26/+3Star
| * NFS: Change attribute updates should set NFS_INO_REVAL_PAGECACHETrond Myklebust2012-05-011-1/+5
| * NFS: Simplify nfs_fhget()Trond Myklebust2012-05-011-17/+6Star
| * NFS: Optimise away nfs_check_inode_attributes() when holding a delegationTrond Myklebust2012-05-011-0/+2
| * NFS: Don't force page cache revalidations when holding a delegationTrond Myklebust2012-05-011-3/+10
| * NFS: create struct nfs_commit_infoFred Isaman2012-04-271-3/+3
* | vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-2/+2
|/
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-291-1/+0Star
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* | SUNRPC/NFS: Add Kbuild dependencies for NFS_DEBUG/RPC_DEBUGTrond Myklebust2012-03-201-1/+1
* | NFS: remove nfs_inode radix treeFred Isaman2012-03-101-1/+1
* | NFS: add fh_crc to debug outputWeston Andros Adamson2012-03-071-2/+4
* | NFS: add filehandle crc for debug displayWeston Andros Adamson2012-03-071-3/+20
* | NFS: Fix a typo in _nfs_display_fhandleTrond Myklebust2012-03-061-1/+1
* | NFS: Add a client-side function to display NFS file handlesChuck Lever2012-03-021-0/+45
* | NFS: make cb_ident_idr per net nsStanislav Kinsbursky2012-02-071-1/+1
* | NFS: make nfs_client_list per net nsStanislav Kinsbursky2012-02-071-0/+1