| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: more precise CEPH_CLIENT_CAPS_PENDING_CAPSNAP | Yan, Zheng | 2019-07-08 | 1 | -11/+30 |
* | ceph: kick flushing and flush snaps before sending normal cap message | Yan, Zheng | 2019-07-08 | 1 | -4/+14 |
* | ceph: clear CEPH_I_KICK_FLUSH flag inside __kick_flushing_caps() | Yan, Zheng | 2019-07-08 | 1 | -9/+4 |
* | ceph: handle change_attr in cap messages | Jeff Layton | 2019-07-08 | 1 | -9/+10 |
* | ceph: handle btime in cap messages | Jeff Layton | 2019-07-08 | 1 | -6/+12 |
* | ceph: add selinux support | Yan, Zheng | 2019-07-08 | 1 | -0/+1 |
* | ceph: hold i_ceph_lock when removing caps for freeing inode | Yan, Zheng | 2019-07-08 | 1 | -4/+6 |
* | ceph: fix error handling in ceph_get_caps() | Yan, Zheng | 2019-06-05 | 1 | -11/+11 |
* | ceph: avoid iput_final() while holding mutex or in dispatch thread | Yan, Zheng | 2019-06-05 | 1 | -4/+8 |
* | ceph: print inode number in __caps_issued_mask debugging messages | Jeff Layton | 2019-05-07 | 1 | -6/+6 |
* | ceph: simplify arguments and return semantics of try_get_cap_refs | Jeff Layton | 2019-05-07 | 1 | -46/+30 |
* | ceph: fix comment over ceph_drop_caps_for_unlink | Jeff Layton | 2019-05-07 | 1 | -1/+1 |
* | ceph: remove superfluous inode_lock in ceph_fsync | Jeff Layton | 2019-05-07 | 1 | -3/+0 |
* | ceph: add mount option to limit caps count | Yan, Zheng | 2019-03-05 | 1 | -7/+26 |
* | ceph: touch existing cap when handling reply | Yan, Zheng | 2019-03-05 | 1 | -0/+4 |
* | ceph: send cap releases more aggressively | Yan, Zheng | 2019-03-05 | 1 | -17/+12 |
* | ceph: split large reconnect into multiple messages | Yan, Zheng | 2019-03-05 | 1 | -0/+6 |
* | ceph: clear inode pointer when snap realm gets dropped by its inode | Yan, Zheng | 2019-01-21 | 1 | -0/+2 |
* | ceph: update wanted caps after resuming stale session | Yan, Zheng | 2018-12-26 | 1 | -17/+23 |
* | ceph: skip updating 'wanted' caps if caps are already issued | Yan, Zheng | 2018-12-26 | 1 | -10/+17 |
* | ceph: don't request excl caps when mount is readonly | Yan, Zheng | 2018-12-26 | 1 | -2/+5 |
* | ceph: don't update importing cap's mseq when handing cap export | Yan, Zheng | 2018-12-26 | 1 | -1/+0 |
* | ceph: add non-blocking parameter to ceph_try_get_caps() | Luis Henriques | 2018-10-22 | 1 | -3/+4 |
* | ceph: set timeout conditionally in __cap_delay_requeue | Xuehan Xu | 2018-10-22 | 1 | -6/+8 |
* | ceph: reset cap hold timeout only for requeued inode | Chengguang Xu | 2018-10-22 | 1 | -1/+1 |
* | ceph: refactor error handling code in ceph_reserve_caps() | Chengguang Xu | 2018-08-13 | 1 | -33/+13 |
* | ceph: refactor ceph_unreserve_caps() | Chengguang Xu | 2018-08-13 | 1 | -30/+36 |
* | ceph: use timespec64 for inode timestamp | Arnd Bergmann | 2018-08-02 | 1 | -13/+13 |
* | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2018-06-15 | 1 | -3/+3 |
|\ |
|
| * | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 2018-06-05 | 1 | -3/+3 |
* | | ceph: fix wrong check for the case of updating link count | Yan, Zheng | 2018-06-04 | 1 | -2/+2 |
* | | ceph: handle the new nfiles/nsubdirs fields in cap message | Yan, Zheng | 2018-06-04 | 1 | -5/+34 |
* | | ceph: define argument structure for handle_cap_grant | Yan, Zheng | 2018-06-04 | 1 | -54/+61 |
* | | ceph: always get rstat from auth mds | Yan, Zheng | 2018-06-04 | 1 | -0/+2 |
|/ |
|
* | ceph: quota: cache inode pointer in ceph_snap_realm | Luis Henriques | 2018-04-02 | 1 | -1/+3 |
* | ceph: optimizing cap reservation | Chengguang Xu | 2018-04-02 | 1 | -29/+59 |
* | ceph: release unreserved caps if having enough available caps | Chengguang Xu | 2018-04-02 | 1 | -1/+15 |
* | ceph: optimizing cap allocation | Chengguang Xu | 2018-04-02 | 1 | -0/+16 |
* | ceph: adding protection for showing cap reservation info | Chengguang Xu | 2018-04-02 | 1 | -0/+4 |
* | ceph: flush dirty caps of unlinked inode ASAP | Zhi Zhang | 2018-02-26 | 1 | -0/+26 |
* | ceph: improving efficiency of syncfs | Chengguang Xu | 2018-01-30 | 1 | -1/+1 |
* | ceph: try to allocate enough memory for reserved caps | Zhi Zhang | 2018-01-29 | 1 | -8/+53 |
* | ceph: fix race of queuing delayed caps | Yan, Zheng | 2018-01-29 | 1 | -17/+16 |
* | ceph: delete unreachable code in ceph_check_caps() | Yan, Zheng | 2018-01-29 | 1 | -12/+3 |
* | ceph: limit rate of cap import/export error messages | Yan, Zheng | 2018-01-29 | 1 | -7/+15 |
* | ceph: fix incorrect snaprealm when adding caps | Yan, Zheng | 2018-01-29 | 1 | -1/+13 |
* | ceph: use atomic_t for ceph_inode_info::i_shared_gen | Yan, Zheng | 2018-01-29 | 1 | -1/+1 |
* | ceph: voluntarily drop Ax cap for requests that create new inode | Yan, Zheng | 2018-01-29 | 1 | -6/+15 |
* | ceph: remove unused and redundant variable dropping | Colin Ian King | 2017-11-13 | 1 | -2/+1 |
* | ceph: fix bool initialization/comparison | Thomas Meyer | 2017-11-13 | 1 | -3/+3 |