aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/scm/linux/kernel/git/dhowells/linux-asm_systemLinus 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
2012-02-06NFS: make cb_ident_idr per net nsStanislav Kinsbursky1-1/+1
2012-02-06NFS: make nfs_client_list per net nsStanislav Kinsbursky1-0/+1
2012-02-06NFS: start printks w/ NFS: even if __func__ shownWeston Andros Adamson1-1/+1
2012-01-31SUNRPC: register RPC stats /proc entries in passed network namespace contextStanislav Kinsbursky1-3/+3
2012-01-31NFS: Optimise away unnecessary setattrs for open(O_TRUNC);Trond Myklebust1-2/+2
2012-01-31NFS: blocklayout pipe creation per network namespace context introducedStanislav Kinsbursky1-0/+1
2012-01-31NFS: DNS resolver cache per network namespace context introducedStanislav Kinsbursky1-3/+30
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2012-01-10Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+2
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+2
2012-01-07NFSv4: Save the owner/group name string when doing openTrond Myklebust1-0/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2012-01-03pull manipulations of rpc_cred inside alloc_nfs_open_context()Al Viro1-20/+20
2011-12-06Freezer / sunrpc / NFS: don't allow TASK_KILLABLE sleeps to block the freezerJeff Layton1-1/+2
2011-11-04nfs: when attempting to open a directory, fall back on normal lookup (try #5)Jeff Layton1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-2/+2
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-10-18NFS: Use the inode->i_version to cache NFSv4 change attribute informationTrond Myklebust1-8/+8
2011-07-20nfs_open_context doesn't need struct path eitherAl Viro1-9/+11
2011-06-15NFSv4.1: allow nfs_fhget to succeed with mounted on fileidAndy Adamson1-1/+2
2011-06-15NFS41: do not update isize if inode needs layoutcommitPeng Tao1-1/+2
2011-05-29Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-1/+2
2011-05-29pnfs: layoutreturnBenny Halevy1-1/+2
2011-05-27NFS: nfs_update_inode: print current and new inode size in debug outputHarshula Jayasuriya1-2/+6
2011-03-24Merge branch 'nfs-for-2.6.39' into nfs-for-nextTrond Myklebust1-1/+1
2011-03-24NFS: use secinfo when crossing mountpointsBryan Schumaker1-3/+5
2011-03-23NFSv4.1: filelayout driver specific code for COMMITFred Isaman1-0/+1
2011-03-23NFS: Create nfs_open_dir_contextBryan Schumaker1-1/+0