1. 05a613d locks: print unsigned ino in /proc/locks by Amir Goldstein · 4 years, 5 months ago
  2. 5f43086 locking, fs/locks: Add missing file_sem locks by Peter Zijlstra · 8 years ago
  3. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  4. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  5. c35bcfd Merge tag 'locks-v4.9-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 8 years ago
  6. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  7. 87709e2 fs/locks: Use percpu_down_read_preempt_disable() by Peter Zijlstra · 8 years ago
  8. 7c3f654 fs/locks: Replace lg_local with a per-cpu spinlock by Peter Zijlstra · 9 years ago
  9. aba3766 fs/locks: Replace lg_global with a percpu-rwsem by Peter Zijlstra · 9 years ago
  10. 4d0c5ba vfs: do get_write_access() on upper layer of overlayfs by Miklos Szeredi · 8 years ago
  11. c568d68 locks: fix file locking on overlayfs by Miklos Szeredi · 8 years ago
  12. d67fd44 locks: Filter /proc/locks output on proc pid ns by Nikolay Borisov · 8 years ago
  13. 6343a21 locks: use file_inode() by Miklos Szeredi · 8 years ago
  14. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  15. fce205e Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  16. b4d629a locks: rename __posix_lock_file to posix_lock_inode by Jeff Layton · 8 years ago
  17. e24dada locks: prink more detail when there are leaked locks by Jeff Layton · 8 years ago
  18. f27a0fe locks: pass inode pointer to locks_free_lock_context by Jeff Layton · 8 years ago
  19. 1890910 locks: sprinkle some tracepoints around the file locking code by Jeff Layton · 8 years ago
  20. 0752ba8 locks: don't check for race with close when setting OFD lock by Jeff Layton · 8 years ago
  21. 7f3697e locks: fix unlock when fcntl_setlk races with a close by Jeff Layton · 8 years ago
  22. 9189922 fs: make locks.c explicitly non-modular by Paul Gortmaker · 8 years ago
  23. acc1557 locks: new locks_mandatory_area calling convention by Christoph Hellwig · 8 years ago
  24. 8ace5df locks: use list_first_entry_or_null() by Geliang Tang · 8 years ago
  25. 9e8925b locks: Allow disabling mandatory locking at compile time by Jeff Layton · 8 years ago
  26. 616fb38 locks: cleanup posix_lock_inode_wait and flock_lock_inode_wait by Benjamin Coddington · 9 years ago
  27. 4f65636 Move locks API users to locks_lock_inode_wait() by Benjamin Coddington · 9 years ago
  28. e55c34a locks: introduce locks_lock_inode_wait() by Benjamin Coddington · 9 years ago
  29. 6ca7d91 locks: Use more file_inode and fix a comment by Benjamin Coddington · 9 years ago
  30. 128a378 fs: fix data races on inode->i_flctx by Dmitry Vyukov · 9 years ago
  31. 7fadc59 fs: fix fs/locks.c kernel-doc warning by Randy Dunlap · 9 years ago
  32. ee296d7 locks: inline posix_lock_file_wait and flock_lock_file_wait by Jeff Layton · 9 years ago
  33. 29d01b2 locks: new helpers - flock_lock_inode_wait and posix_lock_inode_wait by Jeff Layton · 9 years ago
  34. bcd7f78 locks: have flock_lock_file take an inode pointer instead of a filp by Jeff Layton · 9 years ago
  35. 6c8c903 proc: show locks in /proc/pid/fdinfo/X by Andrey Vagin · 9 years ago
  36. 0429c2b locks: use cmpxchg to assign i_flctx pointer by Jeff Layton · 9 years ago
  37. 3648888 locks: get rid of WE_CAN_BREAK_LSLK_NOW dead code by Jeff Layton · 9 years ago
  38. cae80b3 locks: change lm_get_owner and lm_put_owner prototypes by Jeff Layton · 9 years ago
  39. 5c1c669 locks: don't allocate a lock context for an F_UNLCK request by Jeff Layton · 9 years ago
  40. 663d5af locks: Add lockdep assertion for blocked_lock_lock by Daniel Wagner · 9 years ago
  41. 9b8c869 locks: remove extraneous IS_POSIX and IS_FLOCK tests by Jeff Layton · 9 years ago
  42. 9cd2904 locks: Remove unnecessary IS_POSIX test by Daniel Wagner · 9 years ago
  43. a901125 locks: fix file_lock deletion inside loop by Yan, Zheng · 9 years ago
  44. a9b1b45 locks: fix generic_delete_lease tracepoint to use victim pointer by Jeff Layton · 9 years ago
  45. 0164bf0 locks: fix fasync_struct memory leak in lease upgrade/downgrade handling by Jeff Layton · 9 years ago
  46. 2e2f756f locks: fix list insertion when lock is split in two by Jeff Layton · 9 years ago
  47. 267f112 locks: remove conditional lock release in middle of flock_lock_file by Jeff Layton · 9 years ago
  48. c4e136c locks: only remove leases associated with the file being closed by Jeff Layton · 9 years ago
  49. e084c1b Revert "locks: keep a count of locks on the flctx lists" by Jeff Layton · 9 years ago
  50. 11afe9f fs: add FL_LAYOUT lease type by Christoph Hellwig · 9 years ago
  51. 2ab99ee fs: track fl_owner for leases by Christoph Hellwig · 9 years ago
  52. 8116bf4 locks: update comments that refer to inode->i_flock by Jeff Layton · 9 years ago
  53. 3d8e560 locks: consolidate NULL i_flctx checks in locks_remove_file by Jeff Layton · 9 years ago
  54. 9bd0f45 locks: keep a count of locks on the flctx lists by Jeff Layton · 9 years ago
  55. 7448cc3 locks: clean up the lm_change prototype by Jeff Layton · 9 years ago
  56. 6109c85 locks: add a dedicated spinlock to protect i_flctx lists by Jeff Layton · 9 years ago
  57. 8634b51 locks: convert lease handling to file_lock_context by Jeff Layton · 9 years ago
  58. bd61e0a locks: convert posix locks to file_lock_context by Jeff Layton · 9 years ago
  59. 5263e31 locks: move flock locks to file_lock_context by Jeff Layton · 9 years ago
  60. 4a075e3 locks: add a new struct file_locking_context pointer to struct inode by Jeff Layton · 9 years ago
  61. dd459bb locks: have locks_release_file use flock_lock_file to release generic flock locks by Jeff Layton · 9 years ago
  62. 6dee60f locks: add new struct list_head to struct file_lock by Jeff Layton · 9 years ago
  63. 52d304e locks: fix NULL-deref in generic_delete_lease by NeilBrown · 9 years ago
  64. 6e129d00 locks: flock_make_lock should return a struct file_lock (or PTR_ERR) by Jeff Layton · 10 years ago
  65. 7ca7631 locks: set fl_owner for leases to filp instead of current->files by Jeff Layton · 10 years ago
  66. 4d01b7f locks: give lm_break a return value by Jeff Layton · 10 years ago
  67. 03d12dd locks: __break_lease cleanup in preparation of allowing direct removal of leases by Jeff Layton · 10 years ago
  68. 843c6b2 locks: remove i_have_this_lease check from __break_lease by Jeff Layton · 10 years ago
  69. c45198e locks: move freeing of leases outside of i_lock by Jeff Layton · 10 years ago
  70. f82b4b6 locks: move i_lock acquisition into generic_*_lease handlers by Jeff Layton · 10 years ago
  71. 1c7dd2f locks: define a lm_setup handler for leases by Jeff Layton · 10 years ago
  72. e6f5c78 locks: plumb a "priv" pointer into the setlease routines by Jeff Layton · 10 years ago
  73. e51673a locks: clean up vfs_setlease kerneldoc comments by Jeff Layton · 10 years ago
  74. 0efaa7e locks: generic_delete_lease doesn't need a file_lock at all by Jeff Layton · 10 years ago
  75. bfe8602 locks: close potential race in lease_get_mtime by Jeff Layton · 10 years ago
  76. e0b93ed security: make security_file_set_fowner, f_setown and __f_setown void return by Jeff Layton · 10 years ago
  77. 699688a locks: remove lock_may_read and lock_may_write by Jeff Layton · 10 years ago
  78. f328296 locks: Copy fl_lmops information for conflock in locks_copy_conflock() by Kinglong Mee · 10 years ago
  79. 5c97d7b locks: New ops in lock_manager_operations for get/put owner by Kinglong Mee · 10 years ago
  80. 3fe0fff1 locks: Rename __locks_copy_lock() to locks_copy_conflock() by Kinglong Mee · 10 years ago
  81. f39b913 locks: pass correct "before" pointer to locks_unlink_lock in generic_add_lease by Jeff Layton · 10 years ago
  82. 2dfb928 locks: move locks_free_lock calls in do_fcntl_add_lease outside spinlock by Jeff Layton · 10 years ago
  83. ed9814d locks: defer freeing locks in locks_delete_lock until after i_lock has been dropped by Jeff Layton · 10 years ago
  84. b84d49f locks: don't reuse file_lock in __posix_lock_file by Jeff Layton · 10 years ago
  85. 566709b locks: don't call locks_release_private from locks_copy_lock by Jeff Layton · 10 years ago
  86. 8144f1f locks: show delegations as "DELEG" in /proc/locks by Jeff Layton · 10 years ago
  87. 73a8f5f locks: purge fl_owner_t from fs/locks.c by Christoph Hellwig · 10 years ago
  88. 0c27362 locks: set fl_owner for leases back to current->files by Jeff Layton · 10 years ago
  89. 62af4f1 locks: add some tracepoints in the lease handling code by Jeff Layton · 10 years ago
  90. 5315c26 fs/locks.c: replace seq_printf by seq_puts by Fabian Frederick · 10 years ago
  91. 130d1f9 locks: ensure that fl_owner is always initialized properly in flock and lease codepaths by Jeff Layton · 10 years ago
  92. cf01f4e locks: only validate the lock vs. f_mode in F_SETLK codepaths by Jeff Layton · 10 years ago
  93. cff2fce locks: rename FL_FILE_PVT and IS_FILE_PVT to use "*_OFDLCK" instead by Jeff Layton · 10 years ago
  94. 0d3f7a2 locks: rename file-private locks to "open file description locks" by Jeff Layton · 10 years ago
  95. f1c6bb2 locks: allow __break_lease to sleep even when break_time is 0 by Jeff Layton · 10 years ago
  96. 29723ad locks: make locks_mandatory_area check for file-private locks by Jeff Layton · 10 years ago
  97. d7a0698 locks: fix locks_mandatory_locked to respect file-private locks by Jeff Layton · 10 years ago
  98. 9047893 locks: require that flock->l_pid be set to 0 for file-private locks by Jeff Layton · 10 years ago
  99. 5d50ffd locks: add new fcntl cmd values for handling file private locks by Jeff Layton · 10 years ago
  100. 57b6532 locks: skip deadlock detection on FL_FILE_PVT locks by Jeff Layton · 10 years ago