summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2011-03-24NFSv4.1 convert layoutcommit sync to booleanAndy Adamson6-10/+12
2011-03-24NFSv4.1 pnfs_layoutcommit_inode fixesAndy Adamson1-11/+19
2011-03-23NFSv4.1 remove temp code that prevented ds commitsFred Isaman1-4/+0
2011-03-23NFSv4.1: layoutcommitAndy Adamson8-2/+362
2011-03-23NFSv4.1: filelayout driver specific code for COMMITFred Isaman5-7/+265
2011-03-23NFSv4.1: remove GETATTR from ds commitsFred Isaman3-7/+16
2011-03-23NFSv4.1: add generic layer hooks for pnfs COMMITFred Isaman3-17/+102
2011-03-23NFSv4.1: alloc and free commit_bucketsFred Isaman2-0/+24
2011-03-23NFSv4.1: shift filelayout_free_lsegFred Isaman1-10/+10
2011-03-23NFSv4.1: pull out code from nfs_commit_releaseFred Isaman1-3/+9
2011-03-23NFSv4.1: pull error handling out of nfs_commit_listFred Isaman1-10/+16
2011-03-23NFSv4.1: add callback to nfs4_commit_doneFred Isaman1-4/+10
2011-03-23NFSv4.1: rearrange nfs_commit_rpcsetupFred Isaman1-27/+33
2011-03-23NFSv4.1: don't send COMMIT to ds for data sync writesFred Isaman1-1/+4
2011-03-23NFS: Detect loops in a readdir due to bad cookiesBryan Schumaker1-1/+27
2011-03-23NFS: Create nfs_open_dir_contextBryan Schumaker2-8/+47
2011-03-23NFS: Ensure that we update the readdir filp->f_pos correctlyTrond Myklebust1-1/+2
2011-03-22nfs4: Fix NULL dereference at d_alloc_and_lookup()Gusev Vitaliy1-0/+4
2011-03-21NFS: Fix a hang/infinite loop in nfs_wb_page()Trond Myklebust1-12/+19
2011-03-21FS: Use stable writes when not doing a bulk flushTrond Myklebust2-3/+16
2011-03-15nfs: BKL is no longer needed, so remove the includeStephen Rothwell1-1/+0
2011-03-11Cleanup: Factor out some cut-and-paste code.Rob Landley1-111/+44
2011-03-11cleanup: save 60 lines/100 bytes by combining two mostly duplicate functions.Rob Landley1-96/+33
2011-03-11NFS: account direct-io into task io accountingKonstantin Khlebnikov1-0/+5
2011-03-11NFSv4: Send unmapped uid/gids to the server when using auth_sysTrond Myklebust3-9/+46
2011-03-11NFSv4: Propagate the error NFS4ERR_BADOWNER to nfs4_do_setattrTrond Myklebust2-2/+3
2011-03-11NFSv4: cleanup idmapper functions to take an nfs_server argumentTrond Myklebust2-22/+20
2011-03-11NFSv4: Send unmapped uid/gids to the server if the idmapper failsTrond Myklebust1-4/+26
2011-03-11NFSv4: If the server sends us a numeric uid/gid then accept itTrond Myklebust1-2/+26
2011-03-11NFSv4.1: reject zero layout with zeroed stripe unitBenny Halevy1-2/+2
2011-03-11NFSv4.1: Clear lseg pointer in ->doio functionFred Isaman3-1/+4
2011-03-11NFSv4.1: rearrange ->doio argsFred Isaman3-37/+43
2011-03-11NFSv4.1: pnfs filelayout driver writeFred Isaman4-2/+126
2011-03-11NFSv4.1: remove GETATTR from ds writesFred Isaman2-4/+10
2011-03-11NFSv4.1: implement generic pnfs layer write switchAndy Adamson4-0/+45
2011-03-11NFSv4.1: trigger LAYOUTGET for writesFred Isaman3-12/+49
2011-03-11NFSv4.1: Send lseg down into nfs_write_rpcsetupFred Isaman1-2/+5
2011-03-11NFSv4.1: add callback to nfs4_write_doneFred Isaman1-4/+10
2011-03-11NFSv4.1: rearrange nfs_write_rpcsetupAndy Adamson1-36/+46
2011-03-11NFSv4.1: turn off pNFS on ds connection failureAndy Adamson4-9/+36
2011-03-11NFSv4.1 move deviceid cache to filelayout driverChristoph Hellwig5-263/+92
2011-03-11NFSv4.1: filelayout async error handlerAndy Adamson5-6/+113
2011-03-11NFSv4.1: filelayout readAndy Adamson5-2/+91
2011-03-11NFSv4.1: filelayout i/o helpersFred Isaman3-0/+108
2011-03-11NFSv4.1: data server connectionAndy Adamson5-2/+146
2011-03-11NFSv4.1: generic readAndy Adamson3-25/+88
2011-03-11NFSv4.1: shift pnfs_update_layout locationsFred Isaman6-35/+48
2011-03-11NFSv4.1: coelesce across layout stripesFred Isaman6-2/+68
2011-03-11NFSv4.1: lseg refcountingFred Isaman2-23/+59
2011-03-11NFSv4.1: add MDS mount DS only checkAndy Adamson2-0/+17