summaryrefslogtreecommitdiff
path: root/fs/ceph/locks.c
Commit message (Expand)AuthorAgeFilesLines
* filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+1
* ceph: avoid use-after-free in ceph_fl_release_lock()Xiubo Li2023-01-021-2/+18
* ceph: switch to vfs_inode_has_locks() to fix file lock bugXiubo Li2023-01-021-4/+0
* ceph: use locks_inode_context helperJeff Layton2022-11-301-2/+2
* ceph: eliminate req->r_wait_for_completion from ceph_mds_requestJeff Layton2022-03-011-4/+4
* Merge tag 'ceph-for-5.16-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2021-11-131-0/+6
|\
| * ceph: shut down access to inode when async create failsJeff Layton2021-11-081-0/+6
* | locks: remove LOCK_MAND flock lock supportJeff Layton2021-09-101-3/+0
|/
* fs: remove mandatory file locking supportJeff Layton2021-08-231-3/+0
* ceph: fix up some warnings on W=1 buildsJeff Layton2020-12-141-4/+4
* ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li2020-10-121-1/+1
* ceph: check if file lock exists before sending unlock requestYan, Zheng2020-03-301-2/+29
* ceph: return -EIO if read/write against filp that lost file locksYan, Zheng2019-09-161-2/+6
* ceph: don't try fill file_lock on unsuccessful GETFILELOCK replyJeff Layton2019-08-221-2/+1
* ceph: remove duplicated filelock ref increaseZhi Zhang2019-05-071-13/+0
* ceph: add newline to end of debug message formatChengguang Xu2018-04-021-10/+10
* ceph: handle 'session get evicted while there are file locks'Yan, Zheng2017-11-131-12/+40
* ceph: optimize flock encoding during reconnectYan, Zheng2017-11-131-7/+10
* ceph: make lock_to_ceph_filelock() staticYan, Zheng2017-11-131-31/+31
* ceph: keep auth cap when inode has flocks or posix locksYan, Zheng2017-11-131-9/+53
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington2017-07-161-1/+1
* ceph: don't re-send interrupted flock requestYan, Zheng2017-07-071-1/+24
* ceph: fix mandatory flock checkYan, Zheng2016-10-031-2/+2
* Move locks API users to locks_lock_inode_wait()Benjamin Coddington2015-10-221-2/+2
* 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