summaryrefslogtreecommitdiff
path: root/fs/ceph/locks.c
AgeCommit message (Expand)Author
2017-11-13ceph: handle 'session get evicted while there are file locks'Yan, Zheng
2017-11-13ceph: optimize flock encoding during reconnectYan, Zheng
2017-11-13ceph: make lock_to_ceph_filelock() staticYan, Zheng
2017-11-13ceph: keep auth cap when inode has flocks or posix locksYan, Zheng
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-16fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington
2017-07-07ceph: don't re-send interrupted flock requestYan, Zheng
2016-10-03ceph: fix mandatory flock checkYan, Zheng
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington
2015-07-31ceph: fix ceph_encode_locks_to_buffer()Yan, Zheng
2015-02-16Revert "locks: keep a count of locks on the flctx lists"Jeff Layton
2015-01-16locks: keep a count of locks on the flctx listsJeff Layton
2015-01-16locks: add a dedicated spinlock to protect i_flctx listsJeff Layton
2015-01-16locks: convert posix locks to file_lock_contextJeff Layton
2015-01-16locks: move flock locks to file_lock_contextJeff Layton
2015-01-16ceph: move spinlocking into ceph_encode_locks_to_buffer and ceph_count_locksJeff Layton
2014-12-17ceph: fix file lock interruptionYan, Zheng
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease...Jeff Layton
2014-04-28ceph: reserve caps for file layout/lock MDS requestsYan, Zheng
2014-04-04ceph: use fl->fl_file as owner identifier of flock and posix lockYan, Zheng
2014-04-04ceph: forbid mandatory file lockYan, Zheng
2014-04-04ceph: use fl->fl_type to decide flock operationYan, Zheng
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-07-01ceph: fix up comment for ceph_count_locks() as to which lock to holdJim Schutt
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton
2013-05-17ceph: ceph_pagelist_append might sleep while atomicJim Schutt
2013-05-17ceph: add cpu_to_le32() calls when encoding a reconnect capabilityJim Schutt
2013-02-22new helper: file_inode(file)Al Viro
2011-06-07ceph: unwind canceled flock stateSage Weil
2011-06-07ceph: use ihold when we already have an inode refSage Weil
2010-12-01ceph: Behave better when handling file lock replies.Herb Shiu
2010-12-01ceph: pass lock information by struct file_lock instead of as individual params.Herb Shiu
2010-10-20ceph: preallocate flock state without locks heldGreg Farnum
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh
2010-08-25ceph: Fix warningsAlan Cox
2010-08-02ceph: add flock/fcntl lock supportGreg Farnum