summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-04-20NLM/lockd: Ensure client locking calls use correct credentialsTrond Myklebust1-9/+14
2008-04-20NFS: Remove the buggy lock-if-signalled case from do_setlk()Trond Myklebust1-10/+2
2008-04-20NLM/lockd: Fix a race when cancelling a blocking lockTrond Myklebust1-9/+34
2008-04-20NLM/lockd: Ensure that nlmclnt_cancel() returns results of the CANCEL callTrond Myklebust1-1/+10
2008-04-20NLM: Remove the signal masking in nlmclnt_proc/nlmclnt_cancelTrond Myklebust1-41/+1
2008-04-20NLM/lockd: convert __nlm_async_call to use rpc_run_task()Trond Myklebust1-10/+54
2008-04-20NLM/lockd: Add a reference counter to struct nlm_rqstTrond Myklebust1-0/+3
2008-04-20NFSv4: Ensure we don't corrupt fl->fl_flags in nfs4_proc_unlckTrond Myklebust1-0/+2
2008-04-20NLM/lockd: Ensure we don't corrupt fl->fl_flags in nlmclnt_unlock()Trond Myklebust1-6/+10
2008-04-20NFSv4: Only increment the sequence id if the server saw itTrond Myklebust2-7/+23
2008-04-20NFSv4: Remove bogus call to nfs4_drop_state_owner() in _nfs4_open_expired()Trond Myklebust1-4/+1
2008-04-20NFS: Ensure that rpc_run_task() errors are propagated back to the callerTrond Myklebust3-26/+40
2008-04-20NFS: Ensure that the write code cleans up properly when rpc_run_task() failsTrond Myklebust2-46/+71
2008-04-20NFS: Ensure that the read code cleans up properly when rpc_run_task() failsTrond Myklebust2-26/+46
2008-04-20NFS: Fix nfs_wb_page() to always exit with an error or a clean pageTrond Myklebust1-11/+12
2008-03-20lockd: introduce new function to encode private argument in SM_MON requestsChuck Lever1-6/+24
2008-03-20lockd: Fix up incorrect RPC buffer size calculations.Chuck Lever1-31/+8
2008-03-20lockd: document use of mon_id argument in SM_MON requestsChuck Lever1-0/+13
2008-03-20lockd: refactor SM_MON my_id argument encoderChuck Lever1-0/+19
2008-03-20lockd: refactor SM_MON mon_name argument encoderChuck Lever1-0/+25
2008-03-20lockd: Ensure NSM strings aren't longer than protocol allowsChuck Lever1-0/+9
2008-03-20NLM: NLM protocol version numbers are u32Chuck Lever1-9/+11
2008-03-20NLM: LOCKD fails to load if CONFIG_SYSCTL is not setChuck Lever1-0/+12
2008-03-20SUNRPC: Add a default setting for CONFIG_SUNRPC_BIND34Chuck Lever1-0/+1
2008-03-20SUNRPC: Update help Kconfig textChuck Lever1-13/+32
2008-03-20NFS: Always enable NFS direct I/OChuck Lever4-37/+1
2008-03-20NFS: Show most mount options via nfs_show_options()Chuck Lever1-2/+65
2008-03-20NFS: Save the values of the "mount*=" mount optionsChuck Lever1-0/+10
2008-03-20NFS: Save the value of the "port=" mount optionChuck Lever3-31/+11
2008-03-20NFS: Fix up data types of fields in nfs_parsed_mount_optionsChuck Lever1-3/+3
2008-03-20NFS: numeric mount parameters are unsignedChuck Lever1-13/+13
2008-03-20NFS: clean up short packet handling for NFSv4 readdirJeff Layton1-10/+27
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 Myklebust19-118/+332
2008-03-20nfs: don't ignore return value from nfs_pageio_add_requestFred Isaman2-2/+11
2008-03-18Merge branch 'audit.b49' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+22
2008-03-18[PATCH] export sessionid alongside the loginuid in procfsEric Paris1-0/+22
2008-03-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+2
2008-03-17Revert "unexport bio_{,un}map_user"Jens Axboe1-0/+2
2008-03-17hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakageAl Viro1-3/+15
2008-03-15nfsd: fix oops on access from high-numbered portsJ. Bruce Fields1-2/+2
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-13pagemap: proper read error handlingMarcelo Tosatti1-5/+13
2008-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-37/+116
2008-03-12net: fix build with CONFIG_NET=nAndrew Morton1-0/+2
2008-03-11ocfs2: Fix NULL pointer dereferences in o2netTao Ma1-5/+4