1. 291adeb lockd: Make two symbols static by YueHaibing · 6 years ago
  2. 9de3ec1 lockd: prepare nlm_lockowner for use by the server by Benjamin Coddington · 6 years ago
  3. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  4. ae67bd3 SUNRPC: Fix up task signalling by Trond Myklebust · 6 years ago
  5. e6b9257 Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  6. a52458b NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'. by NeilBrown · 6 years ago
  7. b8eee0e lockd: Show pid of lockd for remote locks by Benjamin Coddington · 6 years ago
  8. 64bed6c nfsd: fix leaked file lock with nfs exported overlayfs by Amir Goldstein · 6 years ago
  9. fbca30c lockd: convert nlm_rqst.a_count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  10. 431f125 lockd: convert nlm_lockowner.count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  11. b1ece73 lockd: Introduce nlmclnt_operations by Benjamin Coddington · 8 years ago
  12. 4f65636 Move locks API users to locks_lock_inode_wait() by Benjamin Coddington · 9 years ago
  13. 9a1b6bf LOCKD: Don't call utsname()->nodename from nlmclnt_setlockargs by Trond Myklebust · 11 years ago
  14. 1dfd89a LOCKD: Ensure that nlmclnt_block resets block->b_status after a server reboot by Trond Myklebust · 12 years ago
  15. b666973 Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  16. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  17. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  18. 666b3d8 NLM: Ensure that we resend all pending blocking locks after a reclaim by Trond Myklebust · 12 years ago
  19. f25cc71 lockd: nlmclnt_reclaim(): avoid stack overflow by Tim Gardner · 12 years ago
  20. 2626934 lockd: Remove BUG_ON()s from fs/lockd/clntproc.c by Trond Myklebust · 12 years ago
  21. bf88489 lockd: handle lockowner allocation failure in nlmclnt_proc() by Al Viro · 12 years ago
  22. 446945a lockd: shift grabbing a reference to nlm_host into nlm_alloc_call() by Al Viro · 12 years ago
  23. 82c2c8b lockd: properly convert be32 values in debug messages by Vasily Averin · 14 years ago
  24. 0b76011 NLM: Don't hang forever on NLM unlock requests by Trond Myklebust · 14 years ago
  25. 8ea6ecc lockd: Create client-side nlm_host cache by Chuck Lever · 14 years ago
  26. 7db836d lockd: Split nlm_release_call() by Chuck Lever · 14 years ago
  27. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  28. 6318594 lockd: Remove BKL from the client by Bryan Schumaker · 14 years ago
  29. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  30. 6aed628 const: make file_lock_operations const by Alexey Dobriyan · 15 years ago
  31. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  32. 6c9dc42 lockd: Update NSM state from SM_MON replies by Chuck Lever · 16 years ago
  33. 5cd973c NFSv4/NLM: Push file locking BKL dependencies down into the NLM layer by Trond Myklebust · 16 years ago
  34. e6765b8 NSM: Remove include/linux/lockd/sm_inter.h by Chuck Lever · 16 years ago
  35. 501c1ed NLM: Remove redundant printk() in nlmclnt_lock() by Chuck Lever · 16 years ago
  36. cc77b15 lockd: dont return EAGAIN for a permanent error by Miklos Szeredi · 16 years ago
  37. a86dc49 SUNRPC: Remove the BKL from the callback functions by Trond Myklebust · 17 years ago
  38. d67d1c7 nfs: set correct fl_len in nlmclnt_test() by Felix Blyakher · 16 years ago
  39. 8e24eea fs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  40. d11d10c NLM/lockd: Ensure client locking calls use correct credentials by Trond Myklebust · 17 years ago
  41. 5f50c0c NLM/lockd: Fix a race when cancelling a blocking lock by Trond Myklebust · 17 years ago
  42. 6b4b3a7 NLM/lockd: Ensure that nlmclnt_cancel() returns results of the CANCEL call by Trond Myklebust · 17 years ago
  43. 8ec7ff7 NLM: Remove the signal masking in nlmclnt_proc/nlmclnt_cancel by Trond Myklebust · 17 years ago
  44. dc9d8d0 NLM/lockd: convert __nlm_async_call to use rpc_run_task() by Trond Myklebust · 17 years ago
  45. 5e7f37a NLM/lockd: Add a reference counter to struct nlm_rqst by Trond Myklebust · 17 years ago
  46. 4a9af59 NLM/lockd: Ensure we don't corrupt fl->fl_flags in nlmclnt_unlock() by Trond Myklebust · 17 years ago
  47. 65fdf7d NLM: Fix a bogus 'return' in nlmclnt_rpc_release by Trond Myklebust · 17 years ago
  48. 1093a60 NLM/NFS: Use cached nlm_host when calling nlmclnt_proc() by Chuck Lever · 17 years ago
  49. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  50. a995e9e NLM: Fix double free in __nlm_async_call by Trond Myklebust · 18 years ago
  51. e8c5c04 [PATCH] lockd endianness annotations by Al Viro · 18 years ago
  52. 225a719 [PATCH] struct path: convert lockd by Josef Sipek · 18 years ago
  53. 21b4e73 Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus by Trond Myklebust · 18 years ago
  54. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  55. c041b5f NLM: fix print format for tk_pid by Chuck Lever · 18 years ago
  56. 031d869 [PATCH] knfsd: make nlmclnt_next_cookie SMP safe by Olaf Kirch · 18 years ago
  57. db4e4c9 [PATCH] knfsd: when looking up a lockd host, pass hostname & length by Olaf Kirch · 18 years ago
  58. 977faf3 [PATCH] knfsd: hide use of lockd's h_monitored flag by Olaf Kirch · 18 years ago
  59. e9ff399 [PATCH] namespaces: utsname: switch to using uts namespaces by Serge E. Hallyn · 18 years ago
  60. f52720c [PATCH] fs: Removing useless casts by Panagiotis Issaris · 18 years ago
  61. 44c31be LOCKD: Teach lockd to use the new rpc_peeraddr() API by Chuck Lever · 18 years ago
  62. 01c3b86 NLM,NFSv4: Wait on local locks before we put RPC calls on the wire by Trond Myklebust · 19 years ago
  63. 9b07357 NLM,NFSv4: Don't put UNLOCK requests on the wire unless we hold a lock by Trond Myklebust · 19 years ago
  64. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  65. 28df955 NLM: Fix reclaim races by Trond Myklebust · 19 years ago
  66. d471662 lockd: Add helper for *_RES callbacks by Trond Myklebust · 19 years ago
  67. 9273723 NLM: Add nlmclnt_release_call by Trond Myklebust · 19 years ago
  68. e4cd038 NLM: Fix nlmclnt_test to not copy private part of locks by Trond Myklebust · 19 years ago
  69. 3a649b8 NLM: Simplify client locks by Trond Myklebust · 19 years ago
  70. 35576cb NLM: nlmclnt_cancel_callback should accept NLM_LCK_DENIED errors by Trond Myklebust · 19 years ago
  71. 4c060b5 lockd: Fix Oopses due to list manipulation errors. by Trond Myklebust · 19 years ago
  72. 26bcbf9 lockd: stop abusing file_lock_list by Christoph Hellwig · 19 years ago
  73. 5e1abf8 lockd: Clean up of the server-side GRANTED code by Trond Myklebust · 19 years ago
  74. 7bab377 lockd: Don't expose the process pid to the NLM server by Trond Myklebust · 19 years ago
  75. 36943fa NLM: nlm_alloc_call should not immediately fail on signal by Trond Myklebust · 19 years ago
  76. 30f4e20 [PATCH] NLM: Ensure we do not Oops in the case of an unlock by Trond Myklebust · 19 years ago
  77. aaaa994 NLM: Ensure that nlmclnt_cancel_callback() doesn't loop forever by Trond Myklebust · 19 years ago
  78. 16fb242 NLM: Fix arguments to NLM_CANCEL call by Trond Myklebust · 19 years ago
  79. f518e35a SUNRPC: get rid of cl_chatty by Chuck Lever · 19 years ago
  80. 963d8fe RPC: Clean up RPC task structure by Trond Myklebust · 19 years ago
  81. f99d49a [PATCH] kfree cleanup: fs by Jesper Juhl · 19 years ago
  82. 041e0e3 [PATCH] fs: fix-up schedule_timeout() usage by Nishanth Aravamudan · 19 years ago
  83. 3e1d1d2 [PATCH] Cleanup patch for process freezing by Christoph Lameter · 20 years ago
  84. ecdbf76 [PATCH] NLM: fix a client-side race on blocking locks. by Trond Myklebust · 20 years ago
  85. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago