summaryrefslogtreecommitdiffstats
path: root/fs/ceph/locks.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix ceph_encode_locks_to_buffer()Yan, Zheng2015-07-311-1/+1
* Revert "locks: keep a count of locks on the flctx lists"Jeff Layton2015-02-161-2/+7
* locks: keep a count of locks on the flctx listsJeff Layton2015-01-161-9/+2
* locks: add a dedicated spinlock to protect i_flctx listsJeff Layton2015-01-161-4/+4
* locks: convert posix locks to file_lock_contextJeff Layton2015-01-161-32/+26
* locks: move flock locks to file_lock_contextJeff Layton2015-01-161-7/+16
* ceph: move spinlocking into ceph_encode_locks_to_buffer and ceph_count_locksJeff Layton2015-01-161-0/+4
* ceph: fix file lock interruptionYan, Zheng2014-12-171-10/+54
* locks: ensure that fl_owner is always initialized properly in flock and lease...Jeff Layton2014-06-021-8/+2
* ceph: reserve caps for file layout/lock MDS requestsYan, Zheng2014-04-281-0/+1
* ceph: use fl->fl_file as owner identifier of flock and posix lockYan, Zheng2014-04-041-20/+41
* ceph: forbid mandatory file lockYan, Zheng2014-04-041-0/+12
* ceph: use fl->fl_type to decide flock operationYan, Zheng2014-04-041-12/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-07-091-1/+1
|\
| * ceph: fix up comment for ceph_count_locks() as to which lock to holdJim Schutt2013-07-011-1/+1
* | locks: protect most of the file_lock handling with i_lockJeff Layton2013-06-291-1/+1
|/
* ceph: ceph_pagelist_append might sleep while atomicJim Schutt2013-05-171-29/+47
* ceph: add cpu_to_le32() calls when encoding a reconnect capabilityJim Schutt2013-05-171-2/+5
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* ceph: unwind canceled flock stateSage Weil2011-06-071-10/+16
* ceph: use ihold when we already have an inode refSage Weil2011-06-071-1/+2
* ceph: Behave better when handling file lock replies.Herb Shiu2010-12-011-8/+30
* ceph: pass lock information by struct file_lock instead of as individual params.Herb Shiu2010-12-011-37/+21
* ceph: preallocate flock state without locks heldGreg Farnum2010-10-201-2/+15
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-201-3/+3
* ceph: Fix warningsAlan Cox2010-08-251-5/+9
* ceph: add flock/fcntl lock supportGreg Farnum2010-08-021-0/+256
OpenPOWER on IntegriCloud