aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd
AgeCommit message (Expand)AuthorFilesLines
2004-08-22[PATCH] kNFSd: get rid of open_private_fileNeil Brown4-21/+21
2004-07-12[PATCH] sparse: more fs/* NULL noise removalAlexander Viro1-2/+2
2004-06-30[PATCH] sparse: NULL vs 0 - filesystemsMika Kukkonen1-2/+2
2004-06-23[PATCH] sparse: fixes for "assignment expression in conditional" in fs/*Andrew Morton3-8/+8
2004-04-10Lockd: Fix waiting on the server grace period.Trond Myklebust2-17/+30
2004-03-13NFSv2/v3 locking: A patch to ensure that blocks which are not going to time outTrond Myklebust1-1/+1
2004-03-13NFSv2/v3 locking: Patch by Patrice Dumas to ensure that the server index bloc...Trond Myklebust3-11/+19
2004-03-13NFSv2/v3 locking: Patch by Patrice Dumas that adds a check to ensure we reallyTrond Myklebust1-1/+1
2004-03-13NFSv2/v3 locking: Patch by Patrice Dumas to implement nlmsvc_proc_granted_res.Trond Myklebust2-4/+36
2004-03-13RPC,NFSv2/v3/v4: Ensure that xprt_create_proto() and rpc_create_client() returnTrond Myklebust2-10/+10
2004-03-06[PATCH] kill a dead function in lockdAndrew Morton1-13/+0
2004-02-25[PATCH] Kill bogus __KERNEL_SYSCALLS usageAndrew Morton2-5/+0
2003-11-16[PATCH] Fix double module_put in lockdHerbert Xu1-1/+1
2003-09-06[PATCH] janitor: remove unneeded version.h #includesRandy Dunlap1-1/+0
2003-08-17[PATCH] make NFS lockd port numbers assignable at run timeJamie Lokier1-38/+129
2003-08-01[PATCH] don't init statics to 0 (fs/)Randy Dunlap1-2/+2
2003-07-18[PATCH] module_put_and_exitRusty Russell2-7/+10
2003-06-26[PATCH] Provoide refrigerator support for nfsdNeil Brown1-3/+0
2003-06-20[PATCH] Fix suspend with NFS mounts activeAndrew Morton1-2/+5
2003-05-07Ensure that Lockd and the NSM (statd) clients always use privilegedTrond Myklebust2-9/+6
2003-03-21[PATCH] remove __NO_VERSION__ from lockdAlan Cox1-1/+0
2003-03-14[PATCH] kNFSd: Fix deadlock problem in lockd.Neil Brown1-2/+6
2003-02-10Sanitize kernel daemon signal handling and process naming.Linus Torvalds2-13/+5
2003-02-06Split up "struct signal_struct" into "signal" and "sighand" parts.Linus Torvalds2-15/+15
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski1-2/+0
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-2/+0
2002-11-16[PATCH] More rpc cleanup...Trond Myklebust3-29/+30
2002-11-16[PATCH] cleanup: switch to passing *(struct rpc_procinfo) in rpc_message.Trond Myklebust4-137/+75
2002-10-30[PATCH] kNFSd: Convert nfsd to use a list of pages instead of one big bufferNeil Brown2-39/+0
2002-10-15[PATCH] kNFSd: Reorganise rpc program version management.Neil Brown1-4/+5
2002-10-11[PATCH] kNFSd: Move auth domain lookup into svcauthNeil Brown1-0/+1
2002-10-11[PATCH] kNFSd: pre-zero response for lockd _msg requests.Neil Brown2-0/+10
2002-09-28[PATCH] atomic-thread-signalsIngo Molnar2-15/+15
2002-09-14Use CLONE_KERNEL for the common kernel thread flags.Linus Torvalds1-1/+1
2002-09-12[PATCH] kNFSd 3: Increase separation between lockd and nfsd.Neil Brown8-119/+40
2002-09-12[PATCH] kNFSd 2: Lockd to shutdown without engaging with nfsdNeil Brown3-2/+41
2002-09-12[PATCH] kNFSd 1: New structure initialisers for lockd.Neil Brown6-91/+82
2002-09-09[PATCH] sleeping file locksMatthew Wilcox2-15/+6
2002-09-03[PATCH] daemonize() calls reparent_to_init cleanupRusty Russell2-2/+0
2002-08-28[PATCH] have lockd and rpciod drop locks on exitRobert Love1-0/+1
2002-08-14[PATCH] lockd shouldn't call posix_unblock_lock hereMatthew Wilcox1-1/+0
2002-07-16[PATCH] RPC over UDP congestion control updates [1/8]Trond Myklebust2-11/+9
2002-05-24kbuild: Use standard multi-part object declaration in fs/*Kai Germaschewski1-12/+5
2002-05-06[PATCH] PATCH - kNFSd - Remove flowcontrol problems with lockd/tcpNeil Brown2-44/+54
2002-04-03[PATCH] named structure initialisers for fs/Dave Jones4-47/+76
2002-03-10[PATCH] PATCH - knfsd fixes for 2.5.6Neil Brown2-0/+4
2002-02-25[PATCH] PATCH 14/16: NFSD: TCP: Declare max response sizes for NFS and NLMNeil Brown2-52/+54
2002-02-11Fix recalc_sigpending handling.David S. Miller2-6/+6
2002-02-09[PATCH] ->s_id cleanupsAlexander Viro2-13/+9
2002-02-08[PATCH] includes cleanup, 2nd try.Dave Jones6-6/+6
2002-02-06[PATCH] thread information blockDavid Howells1-1/+1
2002-02-05v2.5.2.6 -> v2.5.3v2.5.3Linus Torvalds1-1/+1
2002-02-04v2.5.1.5 -> v2.5.1.6Linus Torvalds1-8/+12
2002-02-04v2.4.12.5 -> v2.4.12.6Linus Torvalds1-0/+1
2002-02-04v2.4.12 -> v2.4.12.1Linus Torvalds3-15/+36
2002-02-04v2.4.10.5 -> v2.4.10.6Linus Torvalds1-5/+9
2002-02-04v2.4.10.2 -> v2.4.10.3Linus Torvalds1-2/+24
2002-02-04v2.4.10.1 -> v2.4.10.2Linus Torvalds10-78/+126
2002-02-04v2.4.9.15 -> v2.4.10Linus Torvalds2-10/+10
2002-02-04v2.4.9.12 -> v2.4.9.13Linus Torvalds2-13/+15
2002-02-04v2.4.9.9 -> v2.4.9.10Linus Torvalds1-14/+20
2002-02-04v2.4.9.4 -> v2.4.9.5Linus Torvalds1-0/+5
2002-02-04v2.4.5 -> v2.4.5.1Linus Torvalds1-1/+1
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds5-5/+5
2002-02-04Import changesetLinus Torvalds14-0/+5408