summaryrefslogtreecommitdiffstats
path: root/fs/nfs
AgeCommit message (Expand)Author
2011-04-12nfs: don't call __mark_inode_dirty while holding i_lockDave Chinner
2011-04-08Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2011-04-07NFS: Change initial mount authflavor only when server returns NFS4ERR_WRONGSECBryan Schumaker
2011-04-06NFS: Fix a signed vs. unsigned secinfo bugBryan Schumaker
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-29fs: don't use igrab() while holding i_lockDave Chinner
2011-03-27NFS: Don't leak RPC clients in NFSv4 secinfo negotiationTrond Myklebust
2011-03-27NFS: Fix a hang in the writeback pathTrond Myklebust
2011-03-24Merge branch 'nfs-for-2.6.39' into nfs-for-nextTrond Myklebust
2011-03-24Cleanup XDR parsing for LAYOUTGET, GETDEVICEINFOWeston Andros Adamson
2011-03-24NFSv4.1 convert layoutcommit sync to booleanAndy Adamson
2011-03-24NFSv4.1 pnfs_layoutcommit_inode fixesAndy Adamson
2011-03-24NFS: Determine initial mount securityBryan Schumaker
2011-03-24NFS: use secinfo when crossing mountpointsBryan Schumaker
2011-03-24NFS: Add secinfo procedureBryan Schumaker
2011-03-24NFS: lookup supports alternate clientBryan Schumaker
2011-03-24NFS: convert call_sync() to a functionBryan Schumaker
2011-03-23NFSv4.1 remove temp code that prevented ds commitsFred Isaman
2011-03-23NFSv4.1: layoutcommitAndy Adamson
2011-03-23NFSv4.1: filelayout driver specific code for COMMITFred Isaman
2011-03-23NFSv4.1: remove GETATTR from ds commitsFred Isaman
2011-03-23NFSv4.1: add generic layer hooks for pnfs COMMITFred Isaman
2011-03-23NFSv4.1: alloc and free commit_bucketsFred Isaman
2011-03-23NFSv4.1: shift filelayout_free_lsegFred Isaman
2011-03-23NFSv4.1: pull out code from nfs_commit_releaseFred Isaman
2011-03-23NFSv4.1: pull error handling out of nfs_commit_listFred Isaman
2011-03-23NFSv4.1: add callback to nfs4_commit_doneFred Isaman
2011-03-23NFSv4.1: rearrange nfs_commit_rpcsetupFred Isaman
2011-03-23NFSv4.1: don't send COMMIT to ds for data sync writesFred Isaman
2011-03-23NFS: Detect loops in a readdir due to bad cookiesBryan Schumaker
2011-03-23NFS: Create nfs_open_dir_contextBryan Schumaker
2011-03-23NFS: Ensure that we update the readdir filp->f_pos correctlyTrond Myklebust
2011-03-22nfs4: Fix NULL dereference at d_alloc_and_lookup()Gusev Vitaliy
2011-03-21NFS: Fix a hang/infinite loop in nfs_wb_page()Trond Myklebust
2011-03-21FS: Use stable writes when not doing a bulk flushTrond Myklebust
2011-03-21nfs: lock() vs unlock() typoDan Carpenter
2011-03-17Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds
2011-03-16Merge branch 'mnt_devname' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2011-03-16nfs: switch NFS from ->get_sb() to ->mount()Al Viro
2011-03-16nfs: stop mangling ->mnt_devname on NFSAl Viro
2011-03-16vfs: new superblock methods to override /proc/*/mount{s,info}Al Viro
2011-03-16nfs: nfs_do_{ref,sub}mount() superblock argument is redundantAl Viro
2011-03-16nfs: make nfs_path() work without vfsmountAl Viro
2011-03-16nfs: store devname at disconnected NFS rootsAl Viro
2011-03-16nfs: propagate devname to nfs{,4}_get_root()Al Viro
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2011-03-15nfs: BKL is no longer needed, so remove the includeStephen Rothwell
2011-03-11Cleanup: Factor out some cut-and-paste code.Rob Landley
2011-03-11cleanup: save 60 lines/100 bytes by combining two mostly duplicate functions.Rob Landley
2011-03-11NFS: account direct-io into task io accountingKonstantin Khlebnikov