1. c1e62b8 locks: pass the cmd value to fcntl_getlk/getlk64 by Jeff Layton · 10 years ago
  2. 3fd80cd locks: report l_pid as -1 for FL_FILE_PVT locks by Jeff Layton · 10 years ago
  3. c918d42 locks: make /proc/locks show IS_FILE_PVT locks as type "FLPVT" by Jeff Layton · 10 years ago
  4. 78ed8a1 locks: rename locks_remove_flock to locks_remove_file by Jeff Layton · 10 years ago
  5. bce7560 locks: consolidate checks for compatible filp->f_mode values in setlk handlers by Jeff Layton · 10 years ago
  6. ef12e72 locks: fix posix lock range overflow handling by J. Bruce Fields · 10 years ago
  7. 8c3cac5 locks: eliminate BUG() call when there's an unexpected lock on file close by Jeff Layton · 10 years ago
  8. b03dfdec locks: add __acquires and __releases annotations to locks_start and locks_stop by Jeff Layton · 10 years ago
  9. 6ca10ed locks: remove "inline" qualifier from fl_link manipulation functions by Jeff Layton · 10 years ago
  10. 46dad76 locks: clean up comment typo by Jeff Layton · 10 years ago
  11. 24cbe78 locks: close potential race between setlease and open by Jeff Layton · 10 years ago
  12. 4fdb793 locks: missing unlock on error in generic_add_lease() by Dan Carpenter · 11 years ago
  13. df4e8d2 locks: implement delegations by J. Bruce Fields · 12 years ago
  14. 617588d locks: introduce new FL_DELEG lock flag by J. Bruce Fields · 13 years ago
  15. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  16. 7012b02 locks: move file_lock_list to a set of percpu hlist_heads and convert file_lock_lock to an lglock by Jeff Layton · 11 years ago
  17. 84d08fa helper for reading ->d_count by Al Viro · 11 years ago
  18. 7b2296a locks: give the blocked_hash its own spinlock by Jeff Layton · 11 years ago
  19. 3999e49 locks: add a new "lm_owner_key" lock operation by Jeff Layton · 11 years ago
  20. 48f7418 locks: turn the blocked_list into a hashtable by Jeff Layton · 11 years ago
  21. 139ca04 locks: convert fl_link to a hlist_node by Jeff Layton · 11 years ago
  22. 4e8c765 locks: avoid taking global lock if possible when waking up blocked waiters by Jeff Layton · 11 years ago
  23. 1c8c601 locks: protect most of the file_lock handling with i_lock by Jeff Layton · 11 years ago
  24. 8897469 locks: encapsulate the fl_link list handling by Jeff Layton · 11 years ago
  25. b9746ef locks: make "added" in __posix_lock_file a bool by Jeff Layton · 11 years ago
  26. 1cb3601 locks: comment cleanups and clarifications by Jeff Layton · 11 years ago
  27. d4f22d1 locks: make generic_add_lease and generic_delete_lease static by Jeff Layton · 11 years ago
  28. 1a9e64a cifs: use posix_unblock_lock instead of locks_delete_block by Jeff Layton · 11 years ago
  29. f891a29 locks: drop the unused filp argument to posix_unblock_lock by Jeff Layton · 11 years ago
  30. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  31. f474af7 nfs: disintegrate UAPI for nfs by J. Bruce Fields · 12 years ago
  32. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  33. 0ee5c6d vfs: don't treat fl_type as a bitmap by Jeff Layton · 12 years ago
  34. 068535f locks: remove unused lm_release_private by J. Bruce Fields · 12 years ago
  35. 08843b7 Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  36. 96d6d59 locks: move lease-specific code out of locks_delete_lock by J. Bruce Fields · 12 years ago
  37. 3b6e272 locks: prevent side-effects of locks_release_private before file_lock is initialized by Filipe Brandenburger · 12 years ago
  38. 0ec4f43 locks: fix checking of fcntl_setlease argument by J. Bruce Fields · 12 years ago
  39. 8d657eb Remove easily user-triggerable BUG from generic_setlease by Dave Jones · 12 years ago
  40. bdc6895 switch flock to fget_light/fput_light by Al Viro · 12 years ago
  41. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  42. 8e96e3b userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfs by Eric W. Biederman · 12 years ago
  43. 66189be CIFS: Fix VFS lock usage for oplocked files by Pavel Shilovsky · 12 years ago
  44. 6d4b9e3 vfs: fix handling of lock allocation failure in lease-break case by Linus Torvalds · 12 years ago
  45. 1442d16 Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  46. 395cf96 doc: fix broken references by Paul Bolle · 13 years ago
  47. 8335ebd leases: split up generic_setlease into lock/unlock cases by J. Bruce Fields · 13 years ago
  48. c1f24ef locks: setlease cleanup by J. Bruce Fields · 13 years ago
  49. 778fc54 locks: fix tracking of inprogress lease breaks by J. Bruce Fields · 13 years ago
  50. 710b721 locks: move F_INPROGRESS from fl_type to fl_flags field by J. Bruce Fields · 13 years ago
  51. ab83fa4 locks: minor lease cleanup by J. Bruce Fields · 13 years ago
  52. 8fb47a4 locks: rename lock-manager ops by J. Bruce Fields · 13 years ago
  53. ee19cc4 fs: locks: remove init_once by Miklos Szeredi · 13 years ago
  54. a51cb91 fs: fix lock initialization by Miklos Szeredi · 13 years ago
  55. dc87c55 Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  56. f32cb53 locks: use assign_type() by Namhyung Kim · 13 years ago
  57. ae7eb89 fs/locks.c: Remove stale FIXME left over from BKL conversion by Matt Fleming · 13 years ago
  58. 18bce37 Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  59. b7ab39f fs: dcache scale dentry refcount by Nick Piggin · 13 years ago
  60. 255c7cf locks: minor setlease cleanup by J. Bruce Fields · 14 years ago
  61. c45821d locks: eliminate fl_mylease callback by J. Bruce Fields · 14 years ago
  62. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  63. 8896b93 locks: remove dead lease error-handling code by J. Bruce Fields · 14 years ago
  64. 3df057a locks: fix leak on merging leases by J. Bruce Fields · 14 years ago
  65. bb8430a locks: remove fl_copy_lock lock_manager operation by Christoph Hellwig · 14 years ago
  66. 51ee4b8 locks: let the caller free file_lock on ->setlease failure by Christoph Hellwig · 14 years ago
  67. 05fa313 locks: fix setlease methods to free passed-in lock by J. Bruce Fields · 14 years ago
  68. 096657b locks: fix leaks on setlease errors by J. Bruce Fields · 14 years ago
  69. 0ceaf6c locks: prevent ENOMEM on lease unlock by J. Bruce Fields · 14 years ago
  70. 7420a8c Merge branch 'flock' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  71. 72f98e7 locks: turn lock_flocks into a spinlock by Arnd Bergmann · 14 years ago
  72. f7347ce fasync: re-organize fasync entry insertion to allow it under a spinlock by Linus Torvalds · 14 years ago
  73. c5b1f0d locks/nfsd: allocate file lock outside of spinlock by Arnd Bergmann · 14 years ago
  74. 99dc829 procfs: fix numbering in /proc/locks by Jerome Marchand · 14 years ago
  75. b89f432 fs/locks.c: prepare for BKL removal by Arnd Bergmann · 14 years ago
  76. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  77. 8737c93 Switch may_open() and break_lease() to passing O_... by Al Viro · 14 years ago
  78. c9404c9 Fix misspelling of "should" and "shouldn't" in comments. by Adam Buchbinder · 14 years ago
  79. 7b02196 const: make lock_manager_operations const by Alexey Dobriyan · 15 years ago
  80. 774a694 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  81. def01bc sched: Convert the only user of cond_resched_bkl to use cond_resched() by Frederic Weisbecker · 15 years ago
  82. 713c0ec security: fix security_file_lock cmd argument by Sten Spans · 15 years ago
  83. a9e61e2 lockd: call locks_release_private to cleanup per-filesystem state by Felix Blyakher · 15 years ago
  84. 002c897 [CVE-2009-0029] System call wrappers part 16 by Heiko Carstens · 15 years ago
  85. da9592e CRED: Wrap task credential accesses in the filesystem subsystem by David Howells · 16 years ago
  86. 88ed86f Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc by Linus Torvalds · 16 years ago
  87. d8ba7a3 proc: move rest of /proc/locks to fs/locks.c by Alexey Dobriyan · 16 years ago
  88. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  89. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  90. 764c76b locks: allow ->lock() to return FILE_LOCK_DEFERRED by Miklos Szeredi · 16 years ago
  91. b648a6d locks: cleanup code duplication by Miklos Szeredi · 16 years ago
  92. bde74e4 locks: add special return value for asynchronous locks by Miklos Szeredi · 16 years ago
  93. f9f48ec [patch 4/4] flock: remove unused fields from file_lock_operations by Denis V. Lunev · 16 years ago
  94. c3921ab Add new 'cond_resched_bkl()' helper function by Linus Torvalds · 16 years ago
  95. 0b2bac2 [PATCH] fix SMP ordering hole in fcntl_setlk() by Al Viro · 16 years ago
  96. 9f3acc3 [PATCH] split linux/file.h by Al Viro · 16 years ago
  97. 3dd7b71 Export __locks_copy_lock() so modular lockd builds by Roland Dreier · 16 years ago
  98. 1a747ee locks: don't call ->copy_lock methods on return of conflicting locks by J. Bruce Fields · 16 years ago
  99. 9d91cdc leases: remove unneeded variable from fcntl_setlease(). by David M. Richter · 16 years ago
  100. 1908555 leases: move lock allocation earlier in generic_setlease() by David M. Richter · 16 years ago