aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2008-03-07NFS: Fix dentry revalidation for NFSv4 referrals and mountpoint crossingsTrond Myklebust
2008-03-07NFS: Fix the fsid revalidation in nfs_update_inode()Trond Myklebust
2008-03-07NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.cTrond Myklebust
2008-03-06NFS: use new LSM interfaces to explicitly set mount optionsEric Paris
2008-02-28Merge branch 'cleanups' into nextTrond Myklebust
2008-02-28SUNRPC: Remove now-redundant RCU-safe rpc_task free pathTrond Myklebust
2008-02-28SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queuesTrond Myklebust
2008-02-25SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust
2008-02-25SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_taskTrond Myklebust
2008-02-25NFS: Ensure that the asynchronous RPC calls complete on nfsiod.Trond Myklebust
2008-02-25NFS: Add an nfsiod workqueueTrond Myklebust
2008-02-25NFS: Fix a deadlock with lazy umountTrond Myklebust
2008-02-25NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.cTrond Myklebust
2008-02-21Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov
2008-02-20nfs: fix sparse warningsHarvey Harrison
2008-02-20NFS: flush signals before taking down callback threadJeff Layton
2008-02-15Merge branch 'linus_origin' into hotfixesTrond Myklebust
2008-02-14Introduce path_put()Jan Blunck
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck
2008-02-13nfs: use GFP_NOFS preloads for radix-tree insertionNick Piggin
2008-02-13NFS: add missing spkm3 strings to mount option parserOlga Kornievskaia
2008-02-13NFS: remove error field from nfs_readdir_descriptor_tJeff Layton
2008-02-13NFS: missing spaces in KERN_WARNINGDan Muntz
2008-02-13NFS: fix reference counting for NFSv4 callback threadJeff Layton
2008-02-07NFS: Fix a potential file corruption issue when writingTrond Myklebust
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter
2008-02-01svc: Change services to use new svc_create_xprt serviceTom Tucker
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2008-01-30NFSv4: Iterate through all nfs_clients when the server recalls a delegationTrond Myklebust
2008-01-30NFSv4: Deal more correctly with duplicate delegationsTrond Myklebust
2008-01-30NFS: Fix a potential race between umount and nfs_access_cache_shrinker()Trond Myklebust
2008-01-30NFS: Add an asynchronous delegreturn operation for use in nfs_clear_inodeTrond Myklebust
2008-01-30nfs: convert NFS_*(inode) helpers to static inlineBenny Halevy
2008-01-30nfs: obliterate NFS_FLAGS macroBenny Halevy
2008-01-30NFS: Address memory leaks in the NFS client mount option parserChuck Lever
2008-01-30nfs4: allow nfsv4 acls on non-regular-filesJ. Bruce Fields
2008-01-30NFS: Optimise away the sigmask code in aio/dio reads and writesTrond Myklebust
2008-01-30NLM: Introduce an arguments structure for nlmclnt_init()Chuck Lever
2008-01-30NLM/NFS: Use cached nlm_host when calling nlmclnt_proc()Chuck Lever
2008-01-30NFS: Invoke nlmclnt_init during NFS mount processingChuck Lever
2008-01-30NFS: nfs_write_end clean upChuck Lever
2008-01-30NFS: Fix minor mixed sign comparison in NFS client's write logicChuck Lever
2008-01-30NFS: Use size_t for storing name lengthsChuck Lever
2008-01-30NFS: Fix use of copy_to_user() in idmap_pipe_upcallChuck Lever
2008-01-30NFS: Clean up fs/nfs/idmap.cChuck Lever
2008-01-30NFS: Fix the 'proto=' mount optionTrond Myklebust
2008-01-30NFS: Support per-mountpoint timeout parameters.Trond Myklebust
2008-01-30NFS: Ensure that we respect NFS_MAX_TCP_TIMEOUTTrond Myklebust
2008-01-30NFSv4: Add socket proto argument to setclientidTrond Myklebust