aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/locks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-1/+1
2013-07-01ceph: fix up comment for ceph_count_locks() as to which lock to holdJim Schutt1-1/+1
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton1-1/+1
2013-05-17ceph: ceph_pagelist_append might sleep while atomicJim Schutt1-29/+47
2013-05-17ceph: add cpu_to_le32() calls when encoding a reconnect capabilityJim Schutt1-2/+5
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2011-06-07ceph: unwind canceled flock stateSage Weil1-10/+16
2011-06-07ceph: use ihold when we already have an inode refSage Weil1-1/+2
2010-12-01ceph: Behave better when handling file lock replies.Herb Shiu1-8/+30
2010-12-01ceph: pass lock information by struct file_lock instead of as individual params.Herb Shiu1-37/+21
2010-10-20ceph: preallocate flock state without locks heldGreg Farnum1-2/+15
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh1-3/+3
2010-08-25ceph: Fix warningsAlan Cox1-5/+9
2010-08-02ceph: add flock/fcntl lock supportGreg Farnum1-0/+256