aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-16NFS: nfs_getaclargs.acl_len is a size_tChuck Lever1-1/+2
2012-07-16NFS: Clean up TEST_STATEID and FREE_STATEID error reportingChuck Lever1-2/+29
2012-07-16NFS: Clean up nfs41_check_expired_stateid()Chuck Lever1-16/+61
2012-07-16NFS: State reclaim clears OPEN and LOCK stateChuck Lever1-11/+12
2012-07-16NFS: Don't free a state ID the server does not recognizeChuck Lever1-2/+5
2012-07-16NFS: Fix up TEST_STATEID and FREE_STATEID return code handlingChuck Lever1-11/+13
2012-07-16NFSv4.1 do not send LAYOUTRETURN on emtpy plh_segs listAndy Adamson1-4/+19
2012-07-16NFSv4.1 mark layout when already returnedAndy Adamson2-2/+27
2012-07-16NFSv4.1 don't send LAYOUTCOMMIT if data resent through MDSAndy Adamson1-0/+1
2012-07-16NFSv4.1 return the LAYOUT for each file with failed DS connection I/OAndy Adamson1-2/+1
2012-07-16Merge commit '9249e17fe094d853d1ef7475dd559a2cc7e23d42' into nfs-for-3.6Trond Myklebust7-227/+144
2012-07-14VFS: Pass mount flags to sget()David Howells1-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro1-6/+3
2012-07-14stop passing nameidata to ->lookup()Al Viro1-4/+4
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-6/+4
2012-07-14fs/nfs/dir.c: switch to passing nd->flags instead of nd wherever possibleAl Viro1-32/+19
2012-07-14nfs_lookup_verify_inode() - nd is *always* non-NULL hereAl Viro1-13/+10
2012-07-14switch nfs_lookup_check_intent() away from nameidataAl Viro1-5/+5
2012-07-14make finish_no_open() return intAl Viro1-2/+1
2012-07-14kill struct opendataAl Viro1-12/+8
2012-07-14make ->atomic_open() return intAl Viro1-30/+27
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro1-5/+6
2012-07-14nfs: don't use intents for checking atomic openMiklos Szeredi1-20/+4
2012-07-14nfs: don't use nd->intent.open.flagsMiklos Szeredi1-5/+4
2012-07-14nfs: clean up ->create in nfs_rpc_opsMiklos Szeredi4-69/+14
2012-07-14nfs: implement i_op->atomic_open()Miklos Szeredi1-86/+97
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro1-1/+1
2012-07-10NFSv4: Fix an NFSv4 mount regressionTrond Myklebust1-0/+2
2012-07-08NFS: Fix list manipulation snafus in fs/nfs/direct.cTrond Myklebust1-1/+5
2012-06-29NFS: Create custom NFS v4 write_inode() functionBryan Schumaker3-3/+12
2012-06-29NFS: Create an write_pageio_init() functionBryan Schumaker7-22/+18
2012-06-29NFS: Create an read_pageio_init() functionBryan Schumaker7-23/+15
2012-06-29NFS: Create an alloc_client rpc_opBryan Schumaker6-14/+32
2012-06-29NFS: Create a free_client rpc_opBryan Schumaker6-9/+15
2012-06-29NFS: Create a return_delegation rpc opBryan Schumaker8-17/+26
2012-06-29NFS: Create a have_delegation rpc_opBryan Schumaker9-16/+24
2012-06-29NFS: Create a v4-specific fsync functionBryan Schumaker1-8/+32
2012-06-29NFS: Use nfs4_destroy_server() to clean up NFS v4Bryan Schumaker4-22/+9
2012-06-29NFS: set_pnfs_layoutdriver() from nfs4_proc_fsinfo()Bryan Schumaker2-2/+7
2012-06-29NFSv4.1 handle OPEN O_CREATE mdsthresholdAndy Adamson1-1/+3
2012-06-28NFS: Simplify NFSv4.1 KconfigTrond Myklebust1-4/+5
2012-06-28NFSv4.1: Use session max response size for GETDEVICEINFO gdia_maxcountAndy Adamson1-1/+1
2012-06-28NFS: Cleanup - only store the write verifier in struct nfs_pageTrond Myklebust4-14/+20
2012-06-28NFSv4: Decode getdevicelist should use nfs4_verifierTrond Myklebust1-2/+2
2012-06-28SUNRPC: Remove unused function xdr_encode_pagesTrond Myklebust1-3/+1
2012-06-28NFSv4.1: Clean up nfs4_reclaim_leaseTrond Myklebust1-17/+35
2012-06-28NFSv4.1: Cleanup - move nfs4_has_session tests out of state manager loopTrond Myklebust1-3/+6
2012-06-28NFSv4.1: Clean up nfs4_recall_slot()Trond Myklebust1-5/+6
2012-06-28NFSv4.1: Handle slot recalls before doing state recoveryTrond Myklebust1-11/+10
2012-06-28NFS: add more context to state manager error mesgsWeston Andros Adamson1-2/+14