1. e6765b8 NSM: Remove include/linux/lockd/sm_inter.h by Chuck Lever · 16 years ago
  2. 501c1ed NLM: Remove redundant printk() in nlmclnt_lock() by Chuck Lever · 16 years ago
  3. cc77b15 lockd: dont return EAGAIN for a permanent error by Miklos Szeredi · 16 years ago
  4. a86dc49 SUNRPC: Remove the BKL from the callback functions by Trond Myklebust · 16 years ago
  5. d67d1c7 nfs: set correct fl_len in nlmclnt_test() by Felix Blyakher · 16 years ago
  6. 8e24eea fs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  7. d11d10c NLM/lockd: Ensure client locking calls use correct credentials by Trond Myklebust · 16 years ago
  8. 5f50c0c NLM/lockd: Fix a race when cancelling a blocking lock by Trond Myklebust · 16 years ago
  9. 6b4b3a7 NLM/lockd: Ensure that nlmclnt_cancel() returns results of the CANCEL call by Trond Myklebust · 16 years ago
  10. 8ec7ff7 NLM: Remove the signal masking in nlmclnt_proc/nlmclnt_cancel by Trond Myklebust · 16 years ago
  11. dc9d8d0 NLM/lockd: convert __nlm_async_call to use rpc_run_task() by Trond Myklebust · 16 years ago
  12. 5e7f37a NLM/lockd: Add a reference counter to struct nlm_rqst by Trond Myklebust · 16 years ago
  13. 4a9af59 NLM/lockd: Ensure we don't corrupt fl->fl_flags in nlmclnt_unlock() by Trond Myklebust · 16 years ago
  14. 65fdf7d NLM: Fix a bogus 'return' in nlmclnt_rpc_release by Trond Myklebust · 17 years ago
  15. 1093a60 NLM/NFS: Use cached nlm_host when calling nlmclnt_proc() by Chuck Lever · 17 years ago
  16. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  17. a995e9e NLM: Fix double free in __nlm_async_call by Trond Myklebust · 17 years ago
  18. e8c5c04 [PATCH] lockd endianness annotations by Al Viro · 18 years ago
  19. 225a719 [PATCH] struct path: convert lockd by Josef Sipek · 18 years ago
  20. 21b4e73 Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus by Trond Myklebust · 18 years ago
  21. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  22. c041b5f NLM: fix print format for tk_pid by Chuck Lever · 18 years ago
  23. 031d869 [PATCH] knfsd: make nlmclnt_next_cookie SMP safe by Olaf Kirch · 18 years ago
  24. db4e4c9 [PATCH] knfsd: when looking up a lockd host, pass hostname & length by Olaf Kirch · 18 years ago
  25. 977faf3 [PATCH] knfsd: hide use of lockd's h_monitored flag by Olaf Kirch · 18 years ago
  26. e9ff399 [PATCH] namespaces: utsname: switch to using uts namespaces by Serge E. Hallyn · 18 years ago
  27. f52720c [PATCH] fs: Removing useless casts by Panagiotis Issaris · 18 years ago
  28. 44c31be LOCKD: Teach lockd to use the new rpc_peeraddr() API by Chuck Lever · 18 years ago
  29. 01c3b86 NLM,NFSv4: Wait on local locks before we put RPC calls on the wire by Trond Myklebust · 18 years ago
  30. 9b07357 NLM,NFSv4: Don't put UNLOCK requests on the wire unless we hold a lock by Trond Myklebust · 18 years ago
  31. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  32. 28df955 NLM: Fix reclaim races by Trond Myklebust · 18 years ago
  33. d471662 lockd: Add helper for *_RES callbacks by Trond Myklebust · 18 years ago
  34. 9273723 NLM: Add nlmclnt_release_call by Trond Myklebust · 18 years ago
  35. e4cd038 NLM: Fix nlmclnt_test to not copy private part of locks by Trond Myklebust · 18 years ago
  36. 3a649b8 NLM: Simplify client locks by Trond Myklebust · 18 years ago
  37. 35576cb NLM: nlmclnt_cancel_callback should accept NLM_LCK_DENIED errors by Trond Myklebust · 18 years ago
  38. 4c060b5 lockd: Fix Oopses due to list manipulation errors. by Trond Myklebust · 18 years ago
  39. 26bcbf9 lockd: stop abusing file_lock_list by Christoph Hellwig · 18 years ago
  40. 5e1abf8 lockd: Clean up of the server-side GRANTED code by Trond Myklebust · 18 years ago
  41. 7bab377 lockd: Don't expose the process pid to the NLM server by Trond Myklebust · 18 years ago
  42. 36943fa NLM: nlm_alloc_call should not immediately fail on signal by Trond Myklebust · 18 years ago
  43. 30f4e20 [PATCH] NLM: Ensure we do not Oops in the case of an unlock by Trond Myklebust · 18 years ago
  44. aaaa994 NLM: Ensure that nlmclnt_cancel_callback() doesn't loop forever by Trond Myklebust · 18 years ago
  45. 16fb242 NLM: Fix arguments to NLM_CANCEL call by Trond Myklebust · 18 years ago
  46. f518e35a SUNRPC: get rid of cl_chatty by Chuck Lever · 19 years ago
  47. 963d8fe RPC: Clean up RPC task structure by Trond Myklebust · 19 years ago
  48. f99d49a [PATCH] kfree cleanup: fs by Jesper Juhl · 19 years ago
  49. 041e0e3 [PATCH] fs: fix-up schedule_timeout() usage by Nishanth Aravamudan · 19 years ago
  50. 3e1d1d2 [PATCH] Cleanup patch for process freezing by Christoph Lameter · 19 years ago
  51. ecdbf76 [PATCH] NLM: fix a client-side race on blocking locks. by Trond Myklebust · 19 years ago
  52. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago