Commit History

作者 SHA1 備註 提交日期
  Al Viro 5955102c99 wrappers for ->i_mutex access 9 年之前
  Linus Torvalds fce205e9da Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 9 年之前
  Jeff Layton b4d629a39e locks: rename __posix_lock_file to posix_lock_inode 9 年之前
  Jeff Layton e24dadab08 locks: prink more detail when there are leaked locks 9 年之前
  Jeff Layton f27a0fe083 locks: pass inode pointer to locks_free_lock_context 9 年之前
  Jeff Layton 1890910fd0 locks: sprinkle some tracepoints around the file locking code 9 年之前
  Jeff Layton 0752ba807b locks: don't check for race with close when setting OFD lock 9 年之前
  Jeff Layton 7f3697e24d locks: fix unlock when fcntl_setlk races with a close 9 年之前
  Paul Gortmaker 9189922675 fs: make locks.c explicitly non-modular 9 年之前
  Christoph Hellwig acc15575e7 locks: new locks_mandatory_area calling convention 9 年之前
  Geliang Tang 8ace5dfb98 locks: use list_first_entry_or_null() 9 年之前
  Jeff Layton 9e8925b67a locks: Allow disabling mandatory locking at compile time 9 年之前
  Benjamin Coddington 616fb38fa7 locks: cleanup posix_lock_inode_wait and flock_lock_inode_wait 9 年之前
  Benjamin Coddington 4f6563677a Move locks API users to locks_lock_inode_wait() 9 年之前
  Benjamin Coddington e55c34a66f locks: introduce locks_lock_inode_wait() 9 年之前
  Benjamin Coddington 6ca7d91012 locks: Use more file_inode and fix a comment 10 年之前
  Dmitry Vyukov 128a378522 fs: fix data races on inode->i_flctx 10 年之前
  Randy Dunlap 7fadc59cc8 fs: fix fs/locks.c kernel-doc warning 10 年之前
  Jeff Layton ee296d7c57 locks: inline posix_lock_file_wait and flock_lock_file_wait 10 年之前
  Jeff Layton 29d01b22ea locks: new helpers - flock_lock_inode_wait and posix_lock_inode_wait 10 年之前
  Jeff Layton bcd7f78d07 locks: have flock_lock_file take an inode pointer instead of a filp 10 年之前
  Andrey Vagin 6c8c90319c proc: show locks in /proc/pid/fdinfo/X 10 年之前
  Jeff Layton 0429c2b5c1 locks: use cmpxchg to assign i_flctx pointer 10 年之前
  Jeff Layton 3648888e90 locks: get rid of WE_CAN_BREAK_LSLK_NOW dead code 10 年之前
  Jeff Layton cae80b305e locks: change lm_get_owner and lm_put_owner prototypes 10 年之前
  Jeff Layton 5c1c669a1b locks: don't allocate a lock context for an F_UNLCK request 10 年之前
  Daniel Wagner 663d5af750 locks: Add lockdep assertion for blocked_lock_lock 10 年之前
  Jeff Layton 9b8c86956d locks: remove extraneous IS_POSIX and IS_FLOCK tests 10 年之前
  Daniel Wagner 9cd29044bd locks: Remove unnecessary IS_POSIX test 10 年之前
  Yan, Zheng a901125c65 locks: fix file_lock deletion inside loop 10 年之前