1. 1442d16 Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  2. 395cf96 doc: fix broken references by Paul Bolle · 13 years ago
  3. 8335ebd leases: split up generic_setlease into lock/unlock cases by J. Bruce Fields · 13 years ago
  4. c1f24ef locks: setlease cleanup by J. Bruce Fields · 13 years ago
  5. 778fc54 locks: fix tracking of inprogress lease breaks by J. Bruce Fields · 13 years ago
  6. 710b721 locks: move F_INPROGRESS from fl_type to fl_flags field by J. Bruce Fields · 13 years ago
  7. ab83fa4 locks: minor lease cleanup by J. Bruce Fields · 13 years ago
  8. 8fb47a4 locks: rename lock-manager ops by J. Bruce Fields · 13 years ago
  9. ee19cc4 fs: locks: remove init_once by Miklos Szeredi · 13 years ago
  10. a51cb91 fs: fix lock initialization by Miklos Szeredi · 13 years ago
  11. dc87c55 Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  12. f32cb53 locks: use assign_type() by Namhyung Kim · 13 years ago
  13. ae7eb89 fs/locks.c: Remove stale FIXME left over from BKL conversion by Matt Fleming · 13 years ago
  14. 18bce37 Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  15. b7ab39f fs: dcache scale dentry refcount by Nick Piggin · 13 years ago
  16. 255c7cf locks: minor setlease cleanup by J. Bruce Fields · 14 years ago
  17. c45821d locks: eliminate fl_mylease callback by J. Bruce Fields · 14 years ago
  18. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  19. 8896b93 locks: remove dead lease error-handling code by J. Bruce Fields · 14 years ago
  20. 3df057a locks: fix leak on merging leases by J. Bruce Fields · 14 years ago
  21. bb8430a locks: remove fl_copy_lock lock_manager operation by Christoph Hellwig · 14 years ago
  22. 51ee4b8 locks: let the caller free file_lock on ->setlease failure by Christoph Hellwig · 14 years ago
  23. 05fa313 locks: fix setlease methods to free passed-in lock by J. Bruce Fields · 14 years ago
  24. 096657b locks: fix leaks on setlease errors by J. Bruce Fields · 14 years ago
  25. 0ceaf6c locks: prevent ENOMEM on lease unlock by J. Bruce Fields · 14 years ago
  26. 7420a8c Merge branch 'flock' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  27. 72f98e7 locks: turn lock_flocks into a spinlock by Arnd Bergmann · 14 years ago
  28. f7347ce fasync: re-organize fasync entry insertion to allow it under a spinlock by Linus Torvalds · 14 years ago
  29. c5b1f0d locks/nfsd: allocate file lock outside of spinlock by Arnd Bergmann · 14 years ago
  30. 99dc829 procfs: fix numbering in /proc/locks by Jerome Marchand · 14 years ago
  31. b89f432 fs/locks.c: prepare for BKL removal by Arnd Bergmann · 14 years ago
  32. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  33. 8737c93 Switch may_open() and break_lease() to passing O_... by Al Viro · 14 years ago
  34. c9404c9 Fix misspelling of "should" and "shouldn't" in comments. by Adam Buchbinder · 15 years ago
  35. 7b02196 const: make lock_manager_operations const by Alexey Dobriyan · 15 years ago
  36. 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
  37. def01bc sched: Convert the only user of cond_resched_bkl to use cond_resched() by Frederic Weisbecker · 15 years ago
  38. 713c0ec security: fix security_file_lock cmd argument by Sten Spans · 15 years ago
  39. a9e61e2 lockd: call locks_release_private to cleanup per-filesystem state by Felix Blyakher · 15 years ago
  40. 002c897 [CVE-2009-0029] System call wrappers part 16 by Heiko Carstens · 15 years ago
  41. da9592e CRED: Wrap task credential accesses in the filesystem subsystem by David Howells · 16 years ago
  42. 88ed86f Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc by Linus Torvalds · 16 years ago
  43. d8ba7a3 proc: move rest of /proc/locks to fs/locks.c by Alexey Dobriyan · 16 years ago
  44. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  45. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  46. 764c76b locks: allow ->lock() to return FILE_LOCK_DEFERRED by Miklos Szeredi · 16 years ago
  47. b648a6d locks: cleanup code duplication by Miklos Szeredi · 16 years ago
  48. bde74e4 locks: add special return value for asynchronous locks by Miklos Szeredi · 16 years ago
  49. f9f48ec [patch 4/4] flock: remove unused fields from file_lock_operations by Denis V. Lunev · 16 years ago
  50. c3921ab Add new 'cond_resched_bkl()' helper function by Linus Torvalds · 16 years ago
  51. 0b2bac2 [PATCH] fix SMP ordering hole in fcntl_setlk() by Al Viro · 16 years ago
  52. 9f3acc3 [PATCH] split linux/file.h by Al Viro · 16 years ago
  53. 3dd7b71 Export __locks_copy_lock() so modular lockd builds by Roland Dreier · 16 years ago
  54. 1a747ee locks: don't call ->copy_lock methods on return of conflicting locks by J. Bruce Fields · 16 years ago
  55. 9d91cdc leases: remove unneeded variable from fcntl_setlease(). by David M. Richter · 16 years ago
  56. 1908555 leases: move lock allocation earlier in generic_setlease() by David M. Richter · 16 years ago
  57. 288b2fd leases: when unlocking, skip locking-related steps by David M. Richter · 16 years ago
  58. 5fcc60c leases: fix a return-value mixup by David M. Richter · 16 years ago
  59. cb68837 fs: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  60. 19e729a locks: fix possible infinite loop in fcntl(F_SETLKW) over nfs by J. Bruce Fields · 16 years ago
  61. a6b9191 fs: fix kernel-doc notation warnings by Randy Dunlap · 16 years ago
  62. 6c5f3e7 Pidns: make full use of xxx_vnr() calls by Pavel Emelyanov · 16 years ago
  63. ab1f161 pid-namespaces-vs-locks-interaction by Vitaliy Gusev · 16 years ago
  64. 4321e01 file locks: Use wait_event_interruptible_timeout() by Matthew Wilcox · 16 years ago
  65. b533184 locks: clarify posix_locks_deadlock by J. Bruce Fields · 17 years ago
  66. 97855b4 locks: fix possible infinite loop in posix deadlock detection by J. Bruce Fields · 17 years ago
  67. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  68. 7f8ada9 Rework /proc/locks via seq_files and seq_list helpers by Pavel Emelyanov · 17 years ago
  69. 094f282 fs/locks.c: use list_for_each_entry() instead of list_for_each() by Matthias Kaehlcke · 17 years ago
  70. a16877c Cleanup macros for distinguishing mandatory locks by Pavel Emelyanov · 17 years ago
  71. 85c5958 locks: Fix potential OOPS in generic_setlease() by Pavel Emelyanov · 17 years ago
  72. f0c1cd0 Use list_first_entry in locks_wake_up_blocks by Pavel Emelyanov · 17 years ago
  73. 02888f4 locks: fix flock_lock_file() comment by J. Bruce Fields · 17 years ago
  74. 84d535a Memory shortage can result in inconsistent flocks state by Pavel Emelyanov · 17 years ago
  75. 526985b locks: kill redundant local variable by J. Bruce Fields · 18 years ago
  76. b842e24 locks: reverse order of posix_locks_conflict() arguments by J. Bruce Fields · 17 years ago
  77. 0e2f6db Leases can be hidden by flocks by Pavel Emelyanov · 17 years ago
  78. 0af1a45 rename setlease to generic_setlease by Christoph Hellwig · 17 years ago
  79. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  80. 6924c55 locks: fix vfs_test_lock() comment by J. Bruce Fields · 17 years ago
  81. 6d34ac1 locks: make posix_test_lock() interface more consistent by J. Bruce Fields · 17 years ago
  82. 4698afe locks: export setlease to filesystems by J. Bruce Fields · 17 years ago
  83. f9ffed2 locks: provide a file lease method enabling cluster-coherent leases by J. Bruce Fields · 18 years ago
  84. a9933ce locks: rename lease functions to reflect locks.c conventions by J. Bruce Fields · 17 years ago
  85. 6d5e8b0 locks: share more common lease code by J. Bruce Fields · 17 years ago
  86. e32b8ee locks: clean up lease_alloc() by J. Bruce Fields · 17 years ago
  87. d2ab0b0c locks: convert an -EINVAL return to a BUG by J. Bruce Fields · 17 years ago
  88. 87250dd leases: minor break_lease() comment clarification by david m. richter · 17 years ago
  89. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  90. 129a84d locks: fix F_GETLK regression (failure to find conflicts) by J. Bruce Fields · 17 years ago
  91. 2d56d3c Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  92. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  93. 2beb661 locks: add fl_grant callback for asynchronous lock return by Marc Eshel · 18 years ago
  94. 9b9d2ab locks: add lock cancel command by Marc Eshel · 17 years ago
  95. 150b393 locks: allow {vfs,posix}_lock_file to return conflicting lock by Marc Eshel · 17 years ago
  96. 7723ec9 locks: factor out generic/filesystem switch from setlock code by Marc Eshel · 17 years ago
  97. 3ee17ab locks: factor out generic/filesystem switch from test_lock by J. Bruce Fields · 17 years ago
  98. 9d6a8c5 locks: give posix_test_lock same interface as ->lock by Marc Eshel · 17 years ago
  99. 70cc648 locks: make ->lock release private data before returning in GETLK case by J. Bruce Fields · 17 years ago
  100. c2fa1b8 locks: create posix-to-flock helper functions by J. Bruce Fields · 17 years ago