1. 002c897 [CVE-2009-0029] System call wrappers part 16 by Heiko Carstens · 15 years ago
  2. da9592e CRED: Wrap task credential accesses in the filesystem subsystem by David Howells · 16 years ago
  3. 88ed86f Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc by Linus Torvalds · 16 years ago
  4. d8ba7a3 proc: move rest of /proc/locks to fs/locks.c by Alexey Dobriyan · 16 years ago
  5. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  6. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  7. 764c76b locks: allow ->lock() to return FILE_LOCK_DEFERRED by Miklos Szeredi · 16 years ago
  8. b648a6d locks: cleanup code duplication by Miklos Szeredi · 16 years ago
  9. bde74e4 locks: add special return value for asynchronous locks by Miklos Szeredi · 16 years ago
  10. f9f48ec [patch 4/4] flock: remove unused fields from file_lock_operations by Denis V. Lunev · 16 years ago
  11. c3921ab Add new 'cond_resched_bkl()' helper function by Linus Torvalds · 16 years ago
  12. 0b2bac2 [PATCH] fix SMP ordering hole in fcntl_setlk() by Al Viro · 16 years ago
  13. 9f3acc3 [PATCH] split linux/file.h by Al Viro · 16 years ago
  14. 3dd7b71 Export __locks_copy_lock() so modular lockd builds by Roland Dreier · 16 years ago
  15. 1a747ee locks: don't call ->copy_lock methods on return of conflicting locks by J. Bruce Fields · 16 years ago
  16. 9d91cdc leases: remove unneeded variable from fcntl_setlease(). by David M. Richter · 16 years ago
  17. 1908555 leases: move lock allocation earlier in generic_setlease() by David M. Richter · 16 years ago
  18. 288b2fd leases: when unlocking, skip locking-related steps by David M. Richter · 16 years ago
  19. 5fcc60c leases: fix a return-value mixup by David M. Richter · 16 years ago
  20. cb68837 fs: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  21. 19e729a locks: fix possible infinite loop in fcntl(F_SETLKW) over nfs by J. Bruce Fields · 16 years ago
  22. a6b9191 fs: fix kernel-doc notation warnings by Randy Dunlap · 16 years ago
  23. 6c5f3e7 Pidns: make full use of xxx_vnr() calls by Pavel Emelyanov · 16 years ago
  24. ab1f161 pid-namespaces-vs-locks-interaction by Vitaliy Gusev · 16 years ago
  25. 4321e01 file locks: Use wait_event_interruptible_timeout() by Matthew Wilcox · 16 years ago
  26. b533184 locks: clarify posix_locks_deadlock by J. Bruce Fields · 17 years ago
  27. 97855b4 locks: fix possible infinite loop in posix deadlock detection by J. Bruce Fields · 17 years ago
  28. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  29. 7f8ada9 Rework /proc/locks via seq_files and seq_list helpers by Pavel Emelyanov · 17 years ago
  30. 094f282 fs/locks.c: use list_for_each_entry() instead of list_for_each() by Matthias Kaehlcke · 17 years ago
  31. a16877c Cleanup macros for distinguishing mandatory locks by Pavel Emelyanov · 17 years ago
  32. 85c5958 locks: Fix potential OOPS in generic_setlease() by Pavel Emelyanov · 17 years ago
  33. f0c1cd0 Use list_first_entry in locks_wake_up_blocks by Pavel Emelyanov · 17 years ago
  34. 02888f4 locks: fix flock_lock_file() comment by J. Bruce Fields · 17 years ago
  35. 84d535a Memory shortage can result in inconsistent flocks state by Pavel Emelyanov · 17 years ago
  36. 526985b locks: kill redundant local variable by J. Bruce Fields · 18 years ago
  37. b842e24 locks: reverse order of posix_locks_conflict() arguments by J. Bruce Fields · 17 years ago
  38. 0e2f6db Leases can be hidden by flocks by Pavel Emelyanov · 17 years ago
  39. 0af1a45 rename setlease to generic_setlease by Christoph Hellwig · 17 years ago
  40. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  41. 6924c55 locks: fix vfs_test_lock() comment by J. Bruce Fields · 17 years ago
  42. 6d34ac1 locks: make posix_test_lock() interface more consistent by J. Bruce Fields · 17 years ago
  43. 4698afe locks: export setlease to filesystems by J. Bruce Fields · 17 years ago
  44. f9ffed2 locks: provide a file lease method enabling cluster-coherent leases by J. Bruce Fields · 18 years ago
  45. a9933ce locks: rename lease functions to reflect locks.c conventions by J. Bruce Fields · 17 years ago
  46. 6d5e8b0 locks: share more common lease code by J. Bruce Fields · 17 years ago
  47. e32b8ee locks: clean up lease_alloc() by J. Bruce Fields · 17 years ago
  48. d2ab0b0c locks: convert an -EINVAL return to a BUG by J. Bruce Fields · 17 years ago
  49. 87250dd leases: minor break_lease() comment clarification by david m. richter · 17 years ago
  50. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  51. 129a84d locks: fix F_GETLK regression (failure to find conflicts) by J. Bruce Fields · 17 years ago
  52. 2d56d3c Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  53. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  54. 2beb661 locks: add fl_grant callback for asynchronous lock return by Marc Eshel · 18 years ago
  55. 9b9d2ab locks: add lock cancel command by Marc Eshel · 17 years ago
  56. 150b393 locks: allow {vfs,posix}_lock_file to return conflicting lock by Marc Eshel · 17 years ago
  57. 7723ec9 locks: factor out generic/filesystem switch from setlock code by Marc Eshel · 17 years ago
  58. 3ee17ab locks: factor out generic/filesystem switch from test_lock by J. Bruce Fields · 17 years ago
  59. 9d6a8c5 locks: give posix_test_lock same interface as ->lock by Marc Eshel · 17 years ago
  60. 70cc648 locks: make ->lock release private data before returning in GETLK case by J. Bruce Fields · 17 years ago
  61. c2fa1b8 locks: create posix-to-flock helper functions by J. Bruce Fields · 17 years ago
  62. 226a998 locks: trivial removal of unnecessary parentheses by J. Bruce Fields · 17 years ago
  63. 0f7fc9e [PATCH] VFS: change struct file to use struct path by Josef "Jeff" Sipek · 18 years ago
  64. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  65. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  66. 609d7fa [PATCH] file: modify struct fown_struct to use a struct pid by Eric W. Biederman · 18 years ago
  67. f5579f8 [PATCH] VFS: Use SEEK_{SET, CUR, END} instead of hardcoded values by Josef 'Jeff' Sipek · 18 years ago
  68. 74361cb [PATCH] fcntl(F_SETSIG) fix by Trond Myklebust · 18 years ago
  69. f07f18d VFS: Add support for the FL_ACCESS flag to flock_lock_file() by Trond Myklebust · 18 years ago
  70. f475ae9 VFS: Allow caller to determine if BSD or posix locks were actually freed by Trond Myklebust · 18 years ago
  71. b0904e1 [PATCH] fs/locks.c: make posix_locks_deadlock() static by Adrian Bunk · 18 years ago
  72. 75e1fcc [PATCH] vfs: add lock owner argument to flush operation by Miklos Szeredi · 18 years ago
  73. ff7b86b [PATCH] locks: clean up locks_remove_posix() by Miklos Szeredi · 18 years ago
  74. 39005d0 [PATCH] locks: don't do unnecessary allocations by Miklos Szeredi · 18 years ago
  75. 0d9a490 [PATCH] locks: don't unnecessarily fail posix lock operations by Miklos Szeredi · 18 years ago
  76. c89681e [PATCH] remove steal_locks() by Miklos Szeredi · 18 years ago
  77. 9cedc19 [PATCH] Return error in case flock_lock_file failure by Kirill Korotaev · 18 years ago
  78. 75dff55 [PATCH] fs/locks.c: Fix lease_init by Trond Myklebust · 18 years ago
  79. ca99c1d [PATCH] Fix file lookup without ref by Dipankar Sarma · 18 years ago
  80. 993dfa8 [PATCH] fs/locks.c: Fix sys_flock() race by Trond Myklebust · 18 years ago
  81. 5ce2964 [PATCH] locks: don't panic by Miklos Szeredi · 18 years ago
  82. 5842add [PATCH] VFS,fs/locks.c,NFSD4: add race_free posix_lock_file_conf() interface by Andy Adamson · 18 years ago
  83. 6dc0fe8 [PATCH] VFS,fs/locks.c: cleanup locks_insert_block by J. Bruce Fields · 18 years ago
  84. fa3536c [PATCH] Use __read_mostly on some hot fs variables by Eric Dumazet · 18 years ago
  85. 26bcbf9 lockd: stop abusing file_lock_list by Christoph Hellwig · 18 years ago
  86. 0996905 lockd: posix_test_lock() should not call locks_copy_lock() by Trond Myklebust · 18 years ago
  87. 8dc7c31 locks,lockd: fix race in nlmsvc_testlock by Andy Adamson · 18 years ago
  88. 2e0af86 locks: remove unused posix_block_lock by Andy Adamson · 18 years ago
  89. 47831f3 VFS: Fix __posix_lock_file() copy of private lock area by Trond Myklebust · 18 years ago
  90. 33443c4 [PATCH] tiny: Uninline some fslocks.c functions by Matt Mackall · 18 years ago
  91. 64a318e NLM: Further cancel fixes by J. Bruce Fields · 18 years ago
  92. 5996a29 NLM: don't unlock on cancel requests by J. Bruce Fields · 18 years ago
  93. f3a9388 [PATCH] VFS: local denial-of-service with file leases by Chris Wright · 19 years ago
  94. dc15ae1 [PATCH] VFS: Fix memory leak with file leases by J. Bruce Fields · 19 years ago
  95. 4c780a4 Fix Connectathon locking test failure by Trond Myklebust · 19 years ago
  96. 449231d From: Olaf Kirch <okir@suse.de> [PATCH] Fix miscompare in __posix_lock_file by Olaf Kirch · 19 years ago
  97. 4fb3a53 [PATCH] files: fix preemption issues by Dipankar Sarma · 19 years ago
  98. badf166 [PATCH] files: break up files struct by Dipankar Sarma · 19 years ago
  99. c293621 [PATCH] stale POSIX lock handling by Peter Staubach · 19 years ago
  100. 7eaae28 [PATCH] coverity: fs/locks.c flp null check by KAMBAROV, ZAUR · 19 years ago