Commit History

Author SHA1 Message Date
  Jeff Layton 6e129d0068 locks: flock_make_lock should return a struct file_lock (or PTR_ERR) 11 years ago
  Jeff Layton 7ca76311fe locks: set fl_owner for leases to filp instead of current->files 11 years ago
  Jeff Layton 4d01b7f5e7 locks: give lm_break a return value 11 years ago
  Jeff Layton 03d12ddf84 locks: __break_lease cleanup in preparation of allowing direct removal of leases 11 years ago
  Jeff Layton 843c6b2f4c locks: remove i_have_this_lease check from __break_lease 11 years ago
  Jeff Layton c45198eda2 locks: move freeing of leases outside of i_lock 11 years ago
  Jeff Layton f82b4b6780 locks: move i_lock acquisition into generic_*_lease handlers 11 years ago
  Jeff Layton 1c7dd2ff43 locks: define a lm_setup handler for leases 11 years ago
  Jeff Layton e6f5c78930 locks: plumb a "priv" pointer into the setlease routines 11 years ago
  Jeff Layton e51673aa5d locks: clean up vfs_setlease kerneldoc comments 11 years ago
  Jeff Layton 0efaa7e82f locks: generic_delete_lease doesn't need a file_lock at all 11 years ago
  Jeff Layton bfe8602436 locks: close potential race in lease_get_mtime 11 years ago
  Jeff Layton e0b93eddfe security: make security_file_set_fowner, f_setown and __f_setown void return 11 years ago
  Jeff Layton 699688a416 locks: remove lock_may_read and lock_may_write 11 years ago
  Kinglong Mee f328296e27 locks: Copy fl_lmops information for conflock in locks_copy_conflock() 11 years ago
  Kinglong Mee 5c97d7b147 locks: New ops in lock_manager_operations for get/put owner 11 years ago
  Kinglong Mee 3fe0fff18f locks: Rename __locks_copy_lock() to locks_copy_conflock() 11 years ago
  Jeff Layton f39b913cee locks: pass correct "before" pointer to locks_unlink_lock in generic_add_lease 11 years ago
  Jeff Layton 2dfb928f7e locks: move locks_free_lock calls in do_fcntl_add_lease outside spinlock 11 years ago
  Jeff Layton ed9814d858 locks: defer freeing locks in locks_delete_lock until after i_lock has been dropped 11 years ago
  Jeff Layton b84d49f944 locks: don't reuse file_lock in __posix_lock_file 11 years ago
  Jeff Layton 566709bd62 locks: don't call locks_release_private from locks_copy_lock 11 years ago
  Jeff Layton 8144f1f699 locks: show delegations as "DELEG" in /proc/locks 11 years ago
  Christoph Hellwig 73a8f5f7e6 locks: purge fl_owner_t from fs/locks.c 11 years ago
  Jeff Layton 0c27362998 locks: set fl_owner for leases back to current->files 11 years ago
  Jeff Layton 62af4f1f7d locks: add some tracepoints in the lease handling code 11 years ago
  Fabian Frederick 5315c26a6c fs/locks.c: replace seq_printf by seq_puts 11 years ago
  Jeff Layton 130d1f956a locks: ensure that fl_owner is always initialized properly in flock and lease codepaths 11 years ago
  Jeff Layton cf01f4eef9 locks: only validate the lock vs. f_mode in F_SETLK codepaths 11 years ago
  Jeff Layton cff2fce58b locks: rename FL_FILE_PVT and IS_FILE_PVT to use "*_OFDLCK" instead 11 years ago