aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFS: Always enable NFS direct I/OChuck Lever2008-03-193-13/+1
* NFS: Show most mount options via nfs_show_options()Chuck Lever2008-03-191-2/+65
* NFS: Save the values of the "mount*=" mount optionsChuck Lever2008-03-191-0/+10
* NFS: Save the value of the "port=" mount optionChuck Lever2008-03-193-31/+11
* NFS: Fix up data types of fields in nfs_parsed_mount_optionsChuck Lever2008-03-191-3/+3
* NFS: numeric mount parameters are unsignedChuck Lever2008-03-191-13/+13
* NFS: clean up short packet handling for NFSv4 readdirJeff Layton2008-03-191-10/+27
* NFS: clean up short packet handling for NFSv3 readdirJeff Layton2008-03-191-9/+28
* NFS: clean up short packet handling for NFSv2 readdirJeff Layton2008-03-191-9/+28
* nfs: remove duplicate initializations of nfs_read_data fieldFred Isaman2008-03-191-2/+0
* nfs: nfs_redirty_requestFred2008-03-191-9/+14
* Merge branch 'hotfixes' into develTrond Myklebust2008-03-192-2/+11
|\
| * nfs: don't ignore return value from nfs_pageio_add_requestFred Isaman2008-03-192-2/+11
* | NFS: fix encode_fsinfo_maxszFred Isaman2008-03-141-1/+1
* | SUNRPC: Add a helper rpcauth_lookup_generic_cred()Trond Myklebust2008-03-144-7/+7
* | Merge commit 'origin' into develTrond Myklebust2008-03-084-4/+71
|\ \ | |/
| * Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-03-073-3/+7
| |\
| | * NFS: Fix dentry revalidation for NFSv4 referrals and mountpoint crossingsTrond Myklebust2008-03-071-0/+2
| | * NFS: Fix the fsid revalidation in nfs_update_inode()Trond Myklebust2008-03-071-2/+4
| | * NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.cTrond Myklebust2008-03-071-1/+1
| * | NFS: use new LSM interfaces to explicitly set mount optionsEric Paris2008-03-062-2/+65
| |/
* | Merge branch 'cleanups' into nextTrond Myklebust2008-02-281-15/+19
|\ \
| * | nfs: use GFP_NOFS preloads for radix-tree insertionNick Piggin2008-02-131-15/+19
* | | SUNRPC: Remove now-redundant RCU-safe rpc_task free pathTrond Myklebust2008-02-282-21/+3
* | | SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queuesTrond Myklebust2008-02-282-1/+7
* | | SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust2008-02-252-2/+2
* | | SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_taskTrond Myklebust2008-02-251-1/+1
* | | NFS: Ensure that the asynchronous RPC calls complete on nfsiod.Trond Myklebust2008-02-254-0/+13
* | | NFS: Add an nfsiod workqueueTrond Myklebust2008-02-252-0/+38
* | | NFS: Fix a deadlock with lazy umountTrond Myklebust2008-02-254-8/+23
* | | NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.cTrond Myklebust2008-02-251-1/+1
| |/ |/|
* | Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov2008-02-211-1/+1
* | nfs: fix sparse warningsHarvey Harrison2008-02-204-6/+6
* | NFS: flush signals before taking down callback threadJeff Layton2008-02-201-0/+1
* | Merge branch 'linus_origin' into hotfixesTrond Myklebust2008-02-152-17/+20
|\ \ | |/ |/|
| * Introduce path_put()Jan Blunck2008-02-141-1/+1
| * Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-142-16/+19
* | NFS: add missing spkm3 strings to mount option parserOlga Kornievskaia2008-02-131-0/+4
* | NFS: remove error field from nfs_readdir_descriptor_tJeff Layton2008-02-131-5/+3
* | NFS: missing spaces in KERN_WARNINGDan Muntz2008-02-131-2/+2
* | NFS: fix reference counting for NFSv4 callback threadJeff Layton2008-02-131-6/+12
|/
* NFS: Fix a potential file corruption issue when writingTrond Myklebust2008-02-071-3/+17
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-071-2/+2
* Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter2008-02-052-8/+6
* svc: Change services to use new svc_create_xprt serviceTom Tucker2008-02-011-2/+2
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-0110-64/+19
|\
| * NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox2007-12-0611-76/+19
* | NFSv4: Iterate through all nfs_clients when the server recalls a delegationTrond Myklebust2008-01-303-17/+58
* | NFSv4: Deal more correctly with duplicate delegationsTrond Myklebust2008-01-301-38/+51
* | NFS: Fix a potential race between umount and nfs_access_cache_shrinker()Trond Myklebust2008-01-301-1/+8