Age | Commit message (Expand) | Author | Files | Lines |
2019-05-07 | ceph: print inode number in __caps_issued_mask debugging messages | Jeff Layton | 1 | -6/+6 |
2019-05-07 | ceph: simplify arguments and return semantics of try_get_cap_refs | Jeff Layton | 1 | -46/+30 |
2019-05-07 | ceph: fix comment over ceph_drop_caps_for_unlink | Jeff Layton | 1 | -1/+1 |
2019-05-07 | ceph: remove superfluous inode_lock in ceph_fsync | Jeff Layton | 1 | -3/+0 |
2019-03-05 | ceph: add mount option to limit caps count | Yan, Zheng | 1 | -7/+26 |
2019-03-05 | ceph: touch existing cap when handling reply | Yan, Zheng | 1 | -0/+4 |
2019-03-05 | ceph: send cap releases more aggressively | Yan, Zheng | 1 | -17/+12 |
2019-03-05 | ceph: split large reconnect into multiple messages | Yan, Zheng | 1 | -0/+6 |
2019-01-21 | ceph: clear inode pointer when snap realm gets dropped by its inode | Yan, Zheng | 1 | -0/+2 |
2018-12-26 | ceph: update wanted caps after resuming stale session | Yan, Zheng | 1 | -17/+23 |
2018-12-26 | ceph: skip updating 'wanted' caps if caps are already issued | Yan, Zheng | 1 | -10/+17 |
2018-12-26 | ceph: don't request excl caps when mount is readonly | Yan, Zheng | 1 | -2/+5 |
2018-12-26 | ceph: don't update importing cap's mseq when handing cap export | Yan, Zheng | 1 | -1/+0 |
2018-10-22 | ceph: add non-blocking parameter to ceph_try_get_caps() | Luis Henriques | 1 | -3/+4 |
2018-10-22 | ceph: set timeout conditionally in __cap_delay_requeue | Xuehan Xu | 1 | -6/+8 |
2018-10-22 | ceph: reset cap hold timeout only for requeued inode | Chengguang Xu | 1 | -1/+1 |
2018-08-13 | ceph: refactor error handling code in ceph_reserve_caps() | Chengguang Xu | 1 | -33/+13 |
2018-08-13 | ceph: refactor ceph_unreserve_caps() | Chengguang Xu | 1 | -30/+36 |
2018-08-02 | ceph: use timespec64 for inode timestamp | Arnd Bergmann | 1 | -13/+13 |
2018-06-15 | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -3/+3 |
2018-06-06 | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 1 | -3/+3 |
2018-06-04 | ceph: fix wrong check for the case of updating link count | Yan, Zheng | 1 | -2/+2 |
2018-06-04 | ceph: handle the new nfiles/nsubdirs fields in cap message | Yan, Zheng | 1 | -5/+34 |
2018-06-04 | ceph: define argument structure for handle_cap_grant | Yan, Zheng | 1 | -54/+61 |
2018-06-04 | ceph: always get rstat from auth mds | Yan, Zheng | 1 | -0/+2 |
2018-04-02 | ceph: quota: cache inode pointer in ceph_snap_realm | Luis Henriques | 1 | -1/+3 |
2018-04-02 | ceph: optimizing cap reservation | Chengguang Xu | 1 | -29/+59 |
2018-04-02 | ceph: release unreserved caps if having enough available caps | Chengguang Xu | 1 | -1/+15 |
2018-04-02 | ceph: optimizing cap allocation | Chengguang Xu | 1 | -0/+16 |
2018-04-02 | ceph: adding protection for showing cap reservation info | Chengguang Xu | 1 | -0/+4 |
2018-02-26 | ceph: flush dirty caps of unlinked inode ASAP | Zhi Zhang | 1 | -0/+26 |
2018-01-30 | ceph: improving efficiency of syncfs | Chengguang Xu | 1 | -1/+1 |
2018-01-29 | ceph: try to allocate enough memory for reserved caps | Zhi Zhang | 1 | -8/+53 |
2018-01-29 | ceph: fix race of queuing delayed caps | Yan, Zheng | 1 | -17/+16 |
2018-01-29 | ceph: delete unreachable code in ceph_check_caps() | Yan, Zheng | 1 | -12/+3 |
2018-01-29 | ceph: limit rate of cap import/export error messages | Yan, Zheng | 1 | -7/+15 |
2018-01-29 | ceph: fix incorrect snaprealm when adding caps | Yan, Zheng | 1 | -1/+13 |
2018-01-29 | ceph: use atomic_t for ceph_inode_info::i_shared_gen | Yan, Zheng | 1 | -1/+1 |
2018-01-29 | ceph: voluntarily drop Ax cap for requests that create new inode | Yan, Zheng | 1 | -6/+15 |
2017-11-13 | ceph: remove unused and redundant variable dropping | Colin Ian King | 1 | -2/+1 |
2017-11-13 | ceph: fix bool initialization/comparison | Thomas Meyer | 1 | -3/+3 |
2017-11-02 | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-25 | ceph: unlock dangling spinlock in try_flush_caps() | Jeff Layton | 1 | -1/+4 |
2017-09-06 | ceph: stop on-going cached readdir if mds revokes FILE_SHARED cap | Yan, Zheng | 1 | -6/+7 |
2017-09-06 | ceph: fix message order check in handle_cap_export() | Yan, Zheng | 1 | -1/+1 |
2017-09-06 | ceph: fix NULL pointer dereference in ceph_flush_snaps() | Yan, Zheng | 1 | -1/+1 |
2017-09-06 | ceph: adjust 36 checks for NULL pointers | Markus Elfring | 1 | -2/+2 |
2017-09-06 | ceph: make sure flushsnap messages are sent in proper order | Yan, Zheng | 1 | -5/+7 |
2017-09-06 | ceph: use errseq_t for writeback error reporting | Jeff Layton | 1 | -1/+1 |