1. e1260be Merge 4.9.137 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  2. 5c22b67 lockd: fix access beyond unterminated strings in prints by Amir Goldstein · 6 years ago
  3. aef17a5 Merge 4.9.101 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  4. 117dd21 lockd: lost rollback of set_grace_period() in lockd_down_net() by Vasily Averin · 7 years ago
  5. 8683408 Merge 4.9.94 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  6. 75d34f1 lockd: fix lockd shutdown race by J. Bruce Fields · 7 years ago
  7. 24da2c8 BACKPORT: treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  8. 3df3127 lockd: double unregister of inetaddr notifiers by Vasily Averin · 7 years ago
  9. 97139d4 treewide: remove redundant #include <linux/kconfig.h> by Masahiro Yamada · 8 years ago
  10. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  11. cb7d224f lockd: unregister notifier blocks if the service fails to come up completely by Scott Mayhew · 8 years ago
  12. 84c60b1 drop redundant ->owner initializations by Al Viro · 8 years ago
  13. 2a29745 lockd: constify nlmsvc_binding structure by Julia Lawall · 8 years ago
  14. ea44463 lockd: use to_delayed_work by Geliang Tang · 8 years ago
  15. 0751ddf lockd: Register callbacks on the inetaddr_chain and inet6addr_chain by Scott Mayhew · 8 years ago
  16. 31c1feb Merge tag 'nfsd-4.4' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  17. 0d0f4aa lockd: get rid of reference-counted NSM RPC clients by Andrey Ryabinin · 9 years ago
  18. 4f65636 Move locks API users to locks_lock_inode_wait() by Benjamin Coddington · 9 years ago
  19. 0ad9547 lockd: create NSM handles per net namespace by Andrey Ryabinin · 9 years ago
  20. c87fb4a lockd: NLM grace period shouldn't block NFSv4 opens by J. Bruce Fields · 9 years ago
  21. b9e13cd nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operation by Jeff Layton · 9 years ago
  22. ea126e7 nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into it by Jeff Layton · 9 years ago
  23. 135dd00 nfsd: eliminate NFSD_DEBUG by Mark Salter · 9 years ago
  24. 6184514 Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  25. 6f83e5b Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  26. 4b4f858 Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 9 years ago
  27. 03a9a42 SUNRPC: NULL utsname dereference on NFS umount during namespace cleanup by Trond Myklebust · 9 years ago
  28. a584143 Merge branch 'locks-3.20' of git://git.samba.org/jlayton/linux into for-3.20 by J. Bruce Fields · 9 years ago
  29. 3c51991 sunrpc/lockd: fix references to the BKL by Jeff Layton · 9 years ago
  30. 6109c85 locks: add a dedicated spinlock to protect i_flctx lists by Jeff Layton · 9 years ago
  31. bd61e0a locks: convert posix locks to file_lock_context by Jeff Layton · 9 years ago
  32. 4cb7208 lockd: xdr: Remove unused function by Rickard Strandqvist · 9 years ago
  33. 06bed7d LOCKD: Fix a race when initialising nlmsvc_timeout by Trond Myklebust · 9 years ago
  34. 0b233b7 Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  35. cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  36. 0b5707e sunrpc: require svc_create callers to pass in meaningful shutdown routine by Jeff Layton · 9 years ago
  37. 2941b0e Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branch by J. Bruce Fields · 9 years ago
  38. 10b8956 lockd: eliminate LOCKD_DEBUG by Jeff Layton · 9 years ago
  39. 30e46ab lockd: get rid of ->f_path.dentry->d_sb by Al Viro · 10 years ago
  40. 9af94fc lockd: ratelimit "lockd: cannot monitor" messages by Jeff Layton · 10 years ago
  41. ef4a48c Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  42. 6dea073 Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  43. 25641c0 Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  44. 173b3af lockd: Try to reconnect if statd has moved by Benjamin Coddington · 10 years ago
  45. d68e3c4 lockd: add a /proc/fs/lockd/nlm_end_grace file by Jeff Layton · 10 years ago
  46. f779002 lockd: move lockd's grace period handling into its own module by Jeff Layton · 10 years ago
  47. 09802fd lockd: rip out deferred lock handling from testlock codepath by Jeff Layton · 10 years ago
  48. f328296 locks: Copy fl_lmops information for conflock in locks_copy_conflock() by Kinglong Mee · 10 years ago
  49. d0449b9 locks: Remove unused conf argument from lm_grant by Joe Perches · 10 years ago
  50. 7c17705 lockd: fix rpcbind crash on lockd startup failure by J. Bruce Fields · 10 years ago
  51. d4e8990 lockd: Do not start the lockd thread before we've set nlmsvc_rqst->rq_task by Trond Myklebust · 10 years ago
  52. d6a7ce4 lockd: Ensure that lockd_start_svc sets the server rq_task... by Trond Myklebust · 10 years ago
  53. 5eaaed4 fs: lockd: Use ktime_get_ns() by Thomas Gleixner · 10 years ago
  54. 5b174fd Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  55. 7ac9fe5 lockd: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 10 years ago
  56. d430e8d5 nfsd: move <linux/nfsd/export.h> to fs/nfsd by Christoph Hellwig · 10 years ago
  57. 9c69de4 nfsd: remove <linux/nfsd/nfsfh.h> by Christoph Hellwig · 10 years ago
  58. 12dd7ec lockd: avoid warning when CONFIG_SYSCTL undefined by Kees Cook · 10 years ago
  59. 679b033 lockd: ensure we tear down any live sockets when socket creation fails during lockd_up by Jeff Layton · 10 years ago
  60. 2ec197d lockd: send correct lock when granting a delayed lock. by NeilBrown · 10 years ago
  61. 9a1b6bf LOCKD: Don't call utsname()->nodename from nlmclnt_setlockargs by Trond Myklebust · 11 years ago
  62. 61f98b0 Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  63. 1c327d9 lockd: protect nlm_blocked access in nlmsvc_retry_blocked by David Jeffery · 11 years ago
  64. f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 11 years ago
  65. 3999e49 locks: add a new "lm_owner_key" lock operation by Jeff Layton · 11 years ago
  66. 1c8c601 locks: protect most of the file_lock handling with i_lock by Jeff Layton · 11 years ago
  67. f891a29 locks: drop the unused filp argument to posix_unblock_lock by Jeff Layton · 11 years ago
  68. 1dfd89a LOCKD: Ensure that nlmclnt_block resets block->b_status after a server reboot by Trond Myklebust · 11 years ago
  69. b666973 Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  70. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  71. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  72. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  73. 666b3d8 NLM: Ensure that we resend all pending blocking locks after a reclaim by Trond Myklebust · 11 years ago
  74. f25cc71 lockd: nlmclnt_reclaim(): avoid stack overflow by Tim Gardner · 11 years ago
  75. 5976687 sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.h by Jeff Layton · 11 years ago
  76. 2626934 lockd: Remove BUG_ON()s from fs/lockd/clntproc.c by Trond Myklebust · 12 years ago
  77. a2d30a5 lockd: Remove BUG_ON()s in fs/lockd/host.c by Trond Myklebust · 12 years ago
  78. 326ce0a lockd: Remove trivial BUG_ON()s from the NSM code by Trond Myklebust · 12 years ago
  79. aad56de lockd: Remove unnecessary BUG_ON()s in the xdr client code by Trond Myklebust · 12 years ago
  80. e498daa LOCKD: Clear ln->nsm_clnt only when ln->nsm_users is zero by Trond Myklebust · 12 years ago
  81. a4ee8d9 LOCKD: fix races in nsm_client_get by Trond Myklebust · 12 years ago
  82. cd0b16c NLM: nlm_lookup_file() may return NLMv4-specific error codes by Trond Myklebust · 12 years ago
  83. bd81cce Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  84. df632d3 Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  85. f474af7 nfs: disintegrate UAPI for nfs by J. Bruce Fields · 12 years ago
  86. cb7323f lockd: create and use per-net NSM RPC clients on MON/UNMON requests by Stanislav Kinsbursky · 12 years ago
  87. 303a7ce lockd: use rpc client's cl_nodename for id encoding by Stanislav Kinsbursky · 12 years ago
  88. e9406db lockd: per-net NSM client creation and destruction helpers introduced by Stanislav Kinsbursky · 12 years ago
  89. c5aa1e5 close the race in nlmsvc_free_block() by Al Viro · 12 years ago
  90. 5b444cc svcrpc: remove handling of unknown errors from svc_recv by J. Bruce Fields · 12 years ago
  91. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  92. bf88489 lockd: handle lockowner allocation failure in nlmclnt_proc() by Al Viro · 12 years ago
  93. 446945a lockd: shift grabbing a reference to nlm_host into nlm_alloc_call() by Al Viro · 12 years ago
  94. 5630f7f Lockd: move grace period management from lockd() to per-net functions by Stanislav Kinsbursky · 12 years ago
  95. 5ccb006 LockD: pass actual network namespace to grace period management functions by Stanislav Kinsbursky · 12 years ago
  96. db9c455 LockD: manage grace list per network namespace by Stanislav Kinsbursky · 12 years ago
  97. 9695c70 SUNRPC: service request network namespace helper introduced by Stanislav Kinsbursky · 12 years ago
  98. 08d44a3 LockD: make lockd manager allocated per network namespace by Stanislav Kinsbursky · 12 years ago
  99. 66547b0 LockD: manage grace period per network namespace by Stanislav Kinsbursky · 12 years ago
  100. e2edaa9 Lockd: add more debug to host shutdown functions by Stanislav Kinsbursky · 12 years ago