aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-29fs: don't use igrab() while holding i_lockDave Chinner1-1/+2
2011-03-27NFS: Don't leak RPC clients in NFSv4 secinfo negotiationTrond Myklebust1-1/+3
2011-03-27NFS: Fix a hang in the writeback pathTrond Myklebust2-12/+5
2011-03-24Merge branch 'nfs-for-2.6.39' into nfs-for-nextTrond Myklebust15-189/+1190
2011-03-24Cleanup XDR parsing for LAYOUTGET, GETDEVICEINFOWeston Andros Adamson6-84/+226
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-24NFS: Determine initial mount securityBryan Schumaker1-2/+31
2011-03-24NFS: use secinfo when crossing mountpointsBryan Schumaker5-11/+142
2011-03-24NFS: Add secinfo procedureBryan Schumaker2-0/+170
2011-03-24NFS: lookup supports alternate clientBryan Schumaker7-48/+59
2011-03-24NFS: convert call_sync() to a functionBryan Schumaker1-23/+30
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-21nfs: lock() vs unlock() typoDan Carpenter1-2/+2
2011-03-17Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds22-692/+1434
2011-03-16Merge branch 'mnt_devname' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds7-160/+237
2011-03-16nfs: switch NFS from ->get_sb() to ->mount()Al Viro1-66/+66
2011-03-16nfs: stop mangling ->mnt_devname on NFSAl Viro1-23/+0
2011-03-16vfs: new superblock methods to override /proc/*/mount{s,info}Al Viro1-0/+28
2011-03-16nfs: nfs_do_{ref,sub}mount() superblock argument is redundantAl Viro3-18/+13
2011-03-16nfs: make nfs_path() work without vfsmountAl Viro4-62/+74
2011-03-16nfs: store devname at disconnected NFS rootsAl Viro3-4/+65
2011-03-16nfs: propagate devname to nfs{,4}_get_root()Al Viro3-9/+13
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
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