summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2012-07-16NFSv4.1 do not send LAYOUTRETURN on emtpy plh_segs listAndy Adamson
2012-07-16NFSv4.1 mark layout when already returnedAndy Adamson
2012-07-16NFSv4.1 don't send LAYOUTCOMMIT if data resent through MDSAndy Adamson
2012-07-16NFSv4.1 return the LAYOUT for each file with failed DS connection I/OAndy Adamson
2012-07-16Merge commit '9249e17fe094d853d1ef7475dd559a2cc7e23d42' into nfs-for-3.6Trond Myklebust
2012-07-14VFS: Pass mount flags to sget()David Howells
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro
2012-07-14fs/nfs/dir.c: switch to passing nd->flags instead of nd wherever possibleAl Viro
2012-07-14nfs_lookup_verify_inode() - nd is *always* non-NULL hereAl Viro
2012-07-14switch nfs_lookup_check_intent() away from nameidataAl Viro
2012-07-14make finish_no_open() return intAl Viro
2012-07-14kill struct opendataAl Viro
2012-07-14make ->atomic_open() return intAl Viro
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro
2012-07-14nfs: don't use intents for checking atomic openMiklos Szeredi
2012-07-14nfs: don't use nd->intent.open.flagsMiklos Szeredi
2012-07-14nfs: clean up ->create in nfs_rpc_opsMiklos Szeredi
2012-07-14nfs: implement i_op->atomic_open()Miklos Szeredi
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro
2012-07-10NFSv4: Fix an NFSv4 mount regressionTrond Myklebust
2012-07-08NFS: Fix list manipulation snafus in fs/nfs/direct.cTrond Myklebust
2012-06-29NFS: Create custom NFS v4 write_inode() functionBryan Schumaker
2012-06-29NFS: Create an write_pageio_init() functionBryan Schumaker
2012-06-29NFS: Create an read_pageio_init() functionBryan Schumaker
2012-06-29NFS: Create an alloc_client rpc_opBryan Schumaker
2012-06-29NFS: Create a free_client rpc_opBryan Schumaker
2012-06-29NFS: Create a return_delegation rpc opBryan Schumaker
2012-06-29NFS: Create a have_delegation rpc_opBryan Schumaker
2012-06-29NFS: Create a v4-specific fsync functionBryan Schumaker
2012-06-29NFS: Use nfs4_destroy_server() to clean up NFS v4Bryan Schumaker
2012-06-29NFS: set_pnfs_layoutdriver() from nfs4_proc_fsinfo()Bryan Schumaker
2012-06-29NFSv4.1 handle OPEN O_CREATE mdsthresholdAndy Adamson
2012-06-28NFS: Simplify NFSv4.1 KconfigTrond Myklebust
2012-06-28NFSv4.1: Use session max response size for GETDEVICEINFO gdia_maxcountAndy Adamson
2012-06-28NFS: Cleanup - only store the write verifier in struct nfs_pageTrond Myklebust
2012-06-28NFSv4: Decode getdevicelist should use nfs4_verifierTrond Myklebust
2012-06-28SUNRPC: Remove unused function xdr_encode_pagesTrond Myklebust
2012-06-28NFSv4.1: Clean up nfs4_reclaim_leaseTrond Myklebust
2012-06-28NFSv4.1: Cleanup - move nfs4_has_session tests out of state manager loopTrond Myklebust
2012-06-28NFSv4.1: Clean up nfs4_recall_slot()Trond Myklebust
2012-06-28NFSv4.1: Handle slot recalls before doing state recoveryTrond Myklebust
2012-06-28NFS: add more context to state manager error mesgsWeston Andros Adamson
2012-06-28NFSv3: Don't open code stream position calculation in decode_getacl3resokTrond Myklebust
2012-06-28NFSv4: Simplify the GETATTR attribute length calculationTrond Myklebust
2012-06-28NFS: Let xdr_read_pages() check for buffer overflowsTrond Myklebust
2012-06-24NFSv2/v3: Remove incorrect dprintks from the readdir reply codeTrond Myklebust
2012-06-20NFS: Force the legacy idmapper to be single threadedBryan Schumaker
2012-06-19NFS: Initialise commit_info.rpc_out when !defined(CONFIG_NFS_V4)Trond Myklebust