summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2008-03-20NFS: clean up short packet handling for NFSv3 readdirJeff Layton1-9/+28
2008-03-20NFS: clean up short packet handling for NFSv2 readdirJeff Layton1-9/+28
2008-03-20nfs: remove duplicate initializations of nfs_read_data fieldFred Isaman1-2/+0
2008-03-20nfs: nfs_redirty_requestFred1-9/+14
2008-03-20Merge branch 'hotfixes' into develTrond Myklebust2-2/+11
2008-03-20nfs: don't ignore return value from nfs_pageio_add_requestFred Isaman2-2/+11
2008-03-14NFS: fix encode_fsinfo_maxszFred Isaman1-1/+1
2008-03-14SUNRPC: Add a helper rpcauth_lookup_generic_cred()Trond Myklebust4-7/+7
2008-03-08Merge commit 'origin' into develTrond Myklebust4-4/+71
2008-03-07Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds3-3/+7
2008-03-07NFS: Fix dentry revalidation for NFSv4 referrals and mountpoint crossingsTrond Myklebust1-0/+2
2008-03-07NFS: Fix the fsid revalidation in nfs_update_inode()Trond Myklebust1-2/+4
2008-03-07NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.cTrond Myklebust1-1/+1
2008-03-06NFS: use new LSM interfaces to explicitly set mount optionsEric Paris2-2/+65
2008-02-29Merge branch 'cleanups' into nextTrond Myklebust1-15/+19
2008-02-29SUNRPC: Remove now-redundant RCU-safe rpc_task free pathTrond Myklebust2-21/+3
2008-02-29SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queuesTrond Myklebust2-1/+7
2008-02-26SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust2-2/+2
2008-02-26SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_taskTrond Myklebust1-1/+1
2008-02-26NFS: Ensure that the asynchronous RPC calls complete on nfsiod.Trond Myklebust4-0/+13
2008-02-26NFS: Add an nfsiod workqueueTrond Myklebust2-0/+38
2008-02-26NFS: Fix a deadlock with lazy umountTrond Myklebust4-8/+23
2008-02-26NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.cTrond Myklebust1-1/+1
2008-02-22Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov1-1/+1
2008-02-21nfs: fix sparse warningsHarvey Harrison4-6/+6
2008-02-20NFS: flush signals before taking down callback threadJeff Layton1-0/+1
2008-02-15Merge branch 'linus_origin' into hotfixesTrond Myklebust2-17/+20
2008-02-15Introduce path_put()Jan Blunck1-1/+1
2008-02-15Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2-16/+19
2008-02-14nfs: use GFP_NOFS preloads for radix-tree insertionNick Piggin1-15/+19
2008-02-14NFS: add missing spkm3 strings to mount option parserOlga Kornievskaia1-0/+4
2008-02-14NFS: remove error field from nfs_readdir_descriptor_tJeff Layton1-5/+3
2008-02-14NFS: missing spaces in KERN_WARNINGDan Muntz1-2/+2
2008-02-14NFS: fix reference counting for NFSv4 callback threadJeff Layton1-6/+12
2008-02-08NFS: Fix a potential file corruption issue when writingTrond Myklebust1-3/+17
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells1-2/+2
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter2-8/+6
2008-02-02svc: Change services to use new svc_create_xprt serviceTom Tucker1-2/+2
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-64/+19
2008-01-30NFSv4: Iterate through all nfs_clients when the server recalls a delegationTrond Myklebust3-17/+58
2008-01-30NFSv4: Deal more correctly with duplicate delegationsTrond Myklebust1-38/+51
2008-01-30NFS: Fix a potential race between umount and nfs_access_cache_shrinker()Trond Myklebust1-1/+8
2008-01-30NFS: Add an asynchronous delegreturn operation for use in nfs_clear_inodeTrond Myklebust5-16/+41
2008-01-30nfs: convert NFS_*(inode) helpers to static inlineBenny Halevy1-1/+1
2008-01-30nfs: obliterate NFS_FLAGS macroBenny Halevy3-8/+8
2008-01-30NFS: Address memory leaks in the NFS client mount option parserChuck Lever1-0/+2
2008-01-30nfs4: allow nfsv4 acls on non-regular-filesJ. Bruce Fields1-4/+0
2008-01-30NFS: Optimise away the sigmask code in aio/dio reads and writesTrond Myklebust1-8/+5
2008-01-30NLM: Introduce an arguments structure for nlmclnt_init()Chuck Lever1-7/+10
2008-01-30NLM/NFS: Use cached nlm_host when calling nlmclnt_proc()Chuck Lever2-2/+6