summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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-1919-118/+332
| | |\ \ \ \
| | * | | | | 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-0872-846/+962
| | |\ \ \ \ \
| | * \ \ \ \ \ 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
* | | | | | | | | knfsd: clear both setuid and setgid whenever a chown is doneJeff Layton2008-04-231-13/+14
* | | | | | | | | knfsd: get rid of imode variable in nfsd_setattrJeff Layton2008-04-231-3/+1
* | | | | | | | | NLM: don't let lockd exit on unexpected svc_recv errors (try #2)Jeff Layton2008-04-231-6/+12
* | | | | | | | | NFS: don't let nfs_callback_svc exit on unexpected svc_recv errors (try #2)Jeff Layton2008-04-231-6/+12
* | | | | | | | | nfsd: use static memory for callback program and statsOlga Kornievskaia2008-04-231-11/+17
* | | | | | | | | nfsd: fix commentJ. Bruce Fields2008-04-231-1/+1
* | | | | | | | | lockd: Fix stale nlmsvc_unlink_block commentJ. Bruce Fields2008-04-231-2/+1
* | | | | | | | | NFSD: Remove NFSv4 dependency on NFSv3Chuck Lever2008-04-231-1/+2
* | | | | | | | | SUNRPC: Remove PROC_FS dependencyChuck Lever2008-04-231-1/+0
* | | | | | | | | NFSD: Use "depends on" for PROC_FS dependencyChuck Lever2008-04-231-2/+1
* | | | | | | | | nfsd: move most of fh_verify to separate functionJ. Bruce Fields2008-04-231-105/+123
* | | | | | | | | nfsd: initialize lease type in nfs4_open_delegation()Felix Blyakher2008-04-231-2/+2
* | | | | | | | | NFS: convert nfs4 callback thread to kthread APIJeff Layton2008-04-231-38/+35
* | | | | | | | | nfsd: fix sparse warning in vfs.cHarvey Harrison2008-04-231-1/+1
* | | | | | | | | nfsd: fix sparse warningsHarvey Harrison2008-04-234-13/+7
* | | | | | | | | lockd: convert nsm_mutex to a spinlockJ. Bruce Fields2008-04-231-15/+19
* | | | | | | | | lockd: clean up __nsm_find()J. Bruce Fields2008-04-231-16/+16
* | | | | | | | | lockd: fix race in nlm_release()J. Bruce Fields2008-04-231-6/+4
* | | | | | | | | lockd: fix sparse warning in svcshare.cHarvey Harrison2008-04-231-1/+2
* | | | | | | | | make nfsd_create_setattr() staticAdrian Bunk2008-04-231-1/+1
* | | | | | | | | NFSD: Remove redundant "select" clauses in fs/KconfigChuck Lever2008-04-231-2/+0
* | | | | | | | | NFSD: Move "select NFSD_V2_ACL if NFSD_V3_ACL"Chuck Lever2008-04-231-1/+1
* | | | | | | | | NFSD: Move "select FS_POSIX_ACL if NFSD_V4"Chuck Lever2008-04-231-2/+2
* | | | | | | | | NFSD: Update help text for CONFIG_NFSDChuck Lever2008-04-231-29/+47
* | | | | | | | | NFSD: Remove NFSD_TCP kernel build optionChuck Lever2008-04-232-12/+0
* | | | | | | | | nfsd: clarify readdir/mountpoint-crossing codeJ. Bruce Fields2008-04-231-3/+10
OpenPOWER on IntegriCloud