summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | nfs: return negative error value from nfs{,4}_stat_to_errnoBenny Halevy2008-04-193-95/+95
| | * | | | | | NLM/lockd: Ensure client locking calls use correct credentialsTrond Myklebust2008-04-191-9/+14
| | * | | | | | NFS: Remove the buggy lock-if-signalled case from do_setlk()Trond Myklebust2008-04-191-10/+2
| | * | | | | | NLM/lockd: Fix a race when cancelling a blocking lockTrond Myklebust2008-04-191-9/+34
| | * | | | | | NLM/lockd: Ensure that nlmclnt_cancel() returns results of the CANCEL callTrond Myklebust2008-04-191-1/+10
| | * | | | | | NLM: Remove the signal masking in nlmclnt_proc/nlmclnt_cancelTrond Myklebust2008-04-191-41/+1
| | * | | | | | NLM/lockd: convert __nlm_async_call to use rpc_run_task()Trond Myklebust2008-04-191-10/+54
| | * | | | | | NLM/lockd: Add a reference counter to struct nlm_rqstTrond Myklebust2008-04-191-0/+3
| | * | | | | | NFSv4: Ensure we don't corrupt fl->fl_flags in nfs4_proc_unlckTrond Myklebust2008-04-191-0/+2
| | * | | | | | NLM/lockd: Ensure we don't corrupt fl->fl_flags in nlmclnt_unlock()Trond Myklebust2008-04-191-6/+10
| | * | | | | | NFSv4: Only increment the sequence id if the server saw itTrond Myklebust2008-04-192-7/+23
| | * | | | | | NFSv4: Remove bogus call to nfs4_drop_state_owner() in _nfs4_open_expired()Trond Myklebust2008-04-191-4/+1
| | * | | | | | NFS: Ensure that rpc_run_task() errors are propagated back to the callerTrond Myklebust2008-04-193-26/+40
| | * | | | | | NFS: Ensure that the write code cleans up properly when rpc_run_task() failsTrond Myklebust2008-04-192-46/+71
| | * | | | | | NFS: Ensure that the read code cleans up properly when rpc_run_task() failsTrond Myklebust2008-04-192-26/+46
| | * | | | | | NFS: Fix nfs_wb_page() to always exit with an error or a clean pageTrond Myklebust2008-04-191-11/+12
| | * | | | | | lockd: introduce new function to encode private argument in SM_MON requestsChuck Lever2008-03-191-6/+24
| | * | | | | | lockd: Fix up incorrect RPC buffer size calculations.Chuck Lever2008-03-191-31/+8
| | * | | | | | lockd: document use of mon_id argument in SM_MON requestsChuck Lever2008-03-191-0/+13
| | * | | | | | lockd: refactor SM_MON my_id argument encoderChuck Lever2008-03-191-0/+19
| | * | | | | | lockd: refactor SM_MON mon_name argument encoderChuck Lever2008-03-191-0/+25
| | * | | | | | lockd: Ensure NSM strings aren't longer than protocol allowsChuck Lever2008-03-191-0/+9
| | * | | | | | NLM: NLM protocol version numbers are u32Chuck Lever2008-03-191-9/+11
| | * | | | | | NLM: LOCKD fails to load if CONFIG_SYSCTL is not setChuck Lever2008-03-191-0/+12
| | * | | | | | SUNRPC: Add a default setting for CONFIG_SUNRPC_BIND34Chuck Lever2008-03-191-0/+1
| | * | | | | | SUNRPC: Update help Kconfig textChuck Lever2008-03-191-13/+32
| | * | | | | | NFS: Always enable NFS direct I/OChuck Lever2008-03-194-37/+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-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
OpenPOWER on IntegriCloud