aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-29ceph: fix use-after-free in __ceph_remove_cap()Luis Henriques1-5/+5
2019-09-16ceph: remove incorrect comment above __send_capJeff Layton1-4/+0
2019-09-16ceph: remove CEPH_I_NOFLUSHJeff Layton1-10/+0
2019-09-16ceph: remove unneeded test in try_flush_capsJeff Layton1-1/+1
2019-09-16ceph: have __mark_caps_flushing return flush_tidJeff Layton1-10/+10
2019-09-16ceph: fix comments over ceph_add_capJeff Layton1-1/+3
2019-09-16ceph: fetch cap_gen under spinlock in ceph_add_capJeff Layton1-2/+7
2019-09-16ceph: remove ceph_get_cap_mds and __ceph_get_cap_mdsJeff Layton1-31/+0
2019-09-16ceph: invalidate all write mode filp after reconnectYan, Zheng1-0/+13
2019-09-16ceph: return -EIO if read/write against filp that lost file locksYan, Zheng1-6/+22
2019-09-16ceph: pass filp to ceph_get_caps()Yan, Zheng1-15/+17
2019-09-16ceph: track and report error of async metadata operationYan, Zheng1-7/+17
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques1-1/+4
2019-07-08ceph: more precise CEPH_CLIENT_CAPS_PENDING_CAPSNAPYan, Zheng1-11/+30
2019-07-08ceph: kick flushing and flush snaps before sending normal cap messageYan, Zheng1-4/+14
2019-07-08ceph: clear CEPH_I_KICK_FLUSH flag inside __kick_flushing_caps()Yan, Zheng1-9/+4
2019-07-08ceph: handle change_attr in cap messagesJeff Layton1-9/+10
2019-07-08ceph: handle btime in cap messagesJeff Layton1-6/+12
2019-07-08ceph: add selinux supportYan, Zheng1-0/+1
2019-07-08ceph: hold i_ceph_lock when removing caps for freeing inodeYan, Zheng1-4/+6
2019-06-05ceph: fix error handling in ceph_get_caps()Yan, Zheng1-11/+11
2019-06-05ceph: avoid iput_final() while holding mutex or in dispatch threadYan, Zheng1-4/+8
2019-05-07ceph: print inode number in __caps_issued_mask debugging messagesJeff Layton1-6/+6
2019-05-07ceph: simplify arguments and return semantics of try_get_cap_refsJeff Layton1-46/+30
2019-05-07ceph: fix comment over ceph_drop_caps_for_unlinkJeff Layton1-1/+1
2019-05-07ceph: remove superfluous inode_lock in ceph_fsyncJeff Layton1-3/+0
2019-03-05ceph: add mount option to limit caps countYan, Zheng1-7/+26
2019-03-05ceph: touch existing cap when handling replyYan, Zheng1-0/+4
2019-03-05ceph: send cap releases more aggressivelyYan, Zheng1-17/+12
2019-03-05ceph: split large reconnect into multiple messagesYan, Zheng1-0/+6
2019-01-21ceph: clear inode pointer when snap realm gets dropped by its inodeYan, Zheng1-0/+2
2018-12-26ceph: update wanted caps after resuming stale sessionYan, Zheng1-17/+23
2018-12-26ceph: skip updating 'wanted' caps if caps are already issuedYan, Zheng1-10/+17
2018-12-26ceph: don't request excl caps when mount is readonlyYan, Zheng1-2/+5
2018-12-26ceph: don't update importing cap's mseq when handing cap exportYan, Zheng1-1/+0
2018-10-22ceph: add non-blocking parameter to ceph_try_get_caps()Luis Henriques1-3/+4
2018-10-22ceph: set timeout conditionally in __cap_delay_requeueXuehan Xu1-6/+8
2018-10-22ceph: reset cap hold timeout only for requeued inodeChengguang Xu1-1/+1
2018-08-13ceph: refactor error handling code in ceph_reserve_caps()Chengguang Xu1-33/+13
2018-08-13ceph: refactor ceph_unreserve_caps()Chengguang Xu1-30/+36
2018-08-02ceph: use timespec64 for inode timestampArnd Bergmann1-13/+13
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-3/+3
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-3/+3
2018-06-04ceph: fix wrong check for the case of updating link countYan, Zheng1-2/+2
2018-06-04ceph: handle the new nfiles/nsubdirs fields in cap messageYan, Zheng1-5/+34
2018-06-04ceph: define argument structure for handle_cap_grantYan, Zheng1-54/+61
2018-06-04ceph: always get rstat from auth mdsYan, Zheng1-0/+2
2018-04-02ceph: quota: cache inode pointer in ceph_snap_realmLuis Henriques1-1/+3
2018-04-02ceph: optimizing cap reservationChengguang Xu1-29/+59
2018-04-02ceph: release unreserved caps if having enough available capsChengguang Xu1-1/+15