summaryrefslogtreecommitdiff
path: root/fs/nfs/inode.c
AgeCommit message (Expand)Author
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
2012-03-06NFS: Fix a typo in _nfs_display_fhandleTrond Myklebust
2012-03-02NFS: Add a client-side function to display NFS file handlesChuck Lever
2012-02-06NFS: make cb_ident_idr per net nsStanislav Kinsbursky
2012-02-06NFS: make nfs_client_list per net nsStanislav Kinsbursky
2012-02-06NFS: start printks w/ NFS: even if __func__ shownWeston Andros Adamson
2012-01-31SUNRPC: register RPC stats /proc entries in passed network namespace contextStanislav Kinsbursky
2012-01-31NFS: Optimise away unnecessary setattrs for open(O_TRUNC);Trond Myklebust
2012-01-31NFS: blocklayout pipe creation per network namespace context introducedStanislav Kinsbursky
2012-01-31NFS: DNS resolver cache per network namespace context introducedStanislav Kinsbursky
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2012-01-10Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-01-07NFSv4: Save the owner/group name string when doing openTrond Myklebust
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro