- 81f148a ceph: invalidate all write mode filp after reconnect by Yan, Zheng · 5 years ago
- ff5d913 ceph: return -EIO if read/write against filp that lost file locks by Yan, Zheng · 5 years ago
- 5e3ded1 ceph: pass filp to ceph_get_caps() by Yan, Zheng · 5 years ago
- f4b9786 ceph: track and report error of async metadata operation by Yan, Zheng · 5 years ago
- 12fe3dd ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob() by Luis Henriques · 5 years ago
- 49ada6e ceph: more precise CEPH_CLIENT_CAPS_PENDING_CAPSNAP by Yan, Zheng · 5 years ago
- d6cee9d ceph: kick flushing and flush snaps before sending normal cap message by Yan, Zheng · 5 years ago
- 054f8d4 ceph: clear CEPH_I_KICK_FLUSH flag inside __kick_flushing_caps() by Yan, Zheng · 5 years ago
- 176c77c ceph: handle change_attr in cap messages by Jeff Layton · 5 years ago
- ec62b89 ceph: handle btime in cap messages by Jeff Layton · 5 years ago
- ac6713c ceph: add selinux support by Yan, Zheng · 5 years ago
- d6e4781 ceph: hold i_ceph_lock when removing caps for freeing inode by Yan, Zheng · 5 years ago
- 7b2f936 ceph: fix error handling in ceph_get_caps() by Yan, Zheng · 6 years ago
- 3e1d045 ceph: avoid iput_final() while holding mutex or in dispatch thread by Yan, Zheng · 6 years ago
- 5ddc61f ceph: print inode number in __caps_issued_mask debugging messages by Jeff Layton · 6 years ago
- 1199d7d ceph: simplify arguments and return semantics of try_get_cap_refs by Jeff Layton · 6 years ago
- a452bc0 ceph: fix comment over ceph_drop_caps_for_unlink by Jeff Layton · 6 years ago
- ffb61c5 ceph: remove superfluous inode_lock in ceph_fsync by Jeff Layton · 6 years ago
- fe33032 ceph: add mount option to limit caps count by Yan, Zheng · 6 years ago
- 32f6511 ceph: touch existing cap when handling reply by Yan, Zheng · 6 years ago
- e3ec8d6 ceph: send cap releases more aggressively by Yan, Zheng · 6 years ago
- 81c5a14 ceph: split large reconnect into multiple messages by Yan, Zheng · 6 years ago
- d95e674 ceph: clear inode pointer when snap realm gets dropped by its inode by Yan, Zheng · 6 years ago
- d2f8bb2 ceph: update wanted caps after resuming stale session by Yan, Zheng · 6 years ago
- fdac94f ceph: skip updating 'wanted' caps if caps are already issued by Yan, Zheng · 6 years ago
- 8a2ac3a ceph: don't request excl caps when mount is readonly by Yan, Zheng · 6 years ago
- 3c1392d ceph: don't update importing cap's mseq when handing cap export by Yan, Zheng · 6 years ago
- 2ee9dd9 ceph: add non-blocking parameter to ceph_try_get_caps() by Luis Henriques · 6 years ago
- 6680288 ceph: set timeout conditionally in __cap_delay_requeue by Xuehan Xu · 6 years ago
- 3167893 ceph: reset cap hold timeout only for requeued inode by Chengguang Xu · 6 years ago
- e5bc08d ceph: refactor error handling code in ceph_reserve_caps() by Chengguang Xu · 6 years ago
- 7bf8f73 ceph: refactor ceph_unreserve_caps() by Chengguang Xu · 6 years ago
- 9bbeab4 ceph: use timespec64 for inode timestamp by Arnd Bergmann · 6 years ago
- 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 6 years ago
- 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
- fa46674 ceph: fix wrong check for the case of updating link count by Yan, Zheng · 6 years ago
- 4985d6f ceph: handle the new nfiles/nsubdirs fields in cap message by Yan, Zheng · 7 years ago
- a1c6b83 ceph: define argument structure for handle_cap_grant by Yan, Zheng · 7 years ago
- 49a9f4f ceph: always get rstat from auth mds by Yan, Zheng · 7 years ago
- e3161f1 ceph: quota: cache inode pointer in ceph_snap_realm by Luis Henriques · 7 years ago
- 79cd674 ceph: optimizing cap reservation by Chengguang Xu · 7 years ago
- b517c1d ceph: release unreserved caps if having enough available caps by Chengguang Xu · 7 years ago
- e327ce0 ceph: optimizing cap allocation by Chengguang Xu · 7 years ago
- b884014 ceph: adding protection for showing cap reservation info by Chengguang Xu · 7 years ago
- 6ef0bc6 ceph: flush dirty caps of unlinked inode ASAP by Zhi Zhang · 7 years ago
- 16515a6 ceph: improving efficiency of syncfs by Chengguang Xu · 7 years ago
- e30ee58 ceph: try to allocate enough memory for reserved caps by Zhi Zhang · 7 years ago
- 0f439c7 ceph: fix race of queuing delayed caps by Yan, Zheng · 7 years ago
- ee612d9 ceph: delete unreachable code in ceph_check_caps() by Yan, Zheng · 7 years ago
- d84b37f ceph: limit rate of cap import/export error messages by Yan, Zheng · 7 years ago
- 7d9c919 ceph: fix incorrect snaprealm when adding caps by Yan, Zheng · 7 years ago
- 97aeb6b ceph: use atomic_t for ceph_inode_info::i_shared_gen by Yan, Zheng · 7 years ago
- 222b7f9 ceph: voluntarily drop Ax cap for requests that create new inode by Yan, Zheng · 7 years ago
- bb0581f ceph: remove unused and redundant variable dropping by Colin Ian King · 7 years ago
- 7271efa ceph: fix bool initialization/comparison by Thomas Meyer · 7 years ago
- ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 6c2838f ceph: unlock dangling spinlock in try_flush_caps() by Jeff Layton · 7 years ago
- 15b51bd ceph: stop on-going cached readdir if mds revokes FILE_SHARED cap by Yan, Zheng · 7 years ago
- fa0aa3b ceph: fix message order check in handle_cap_export() by Yan, Zheng · 7 years ago
- c858a07 ceph: fix NULL pointer dereference in ceph_flush_snaps() by Yan, Zheng · 7 years ago
- d37b1d9 ceph: adjust 36 checks for NULL pointers by Markus Elfring · 7 years ago
- 24d063a ceph: make sure flushsnap messages are sent in proper order by Yan, Zheng · 7 years ago
- b74fcea ceph: use errseq_t for writeback error reporting by Jeff Layton · 7 years ago
- 9556971 ceph: new cap message flags indicate if there is pending capsnap by Yan, Zheng · 7 years ago
- 4b9f204 ceph: avoid accessing freeing inode in ceph_check_delayed_caps() by Yan, Zheng · 7 years ago
- efb0ca7 ceph: update the 'approaching max_size' code by Yan, Zheng · 7 years ago
- 84eea8c ceph: re-request max size after importing caps by Yan, Zheng · 8 years ago
- 92475f0 ceph: handle epoch barriers in cap messages by Jeff Layton · 8 years ago
- 805692d ceph: convert ceph_cap_snap.nref from atomic_t to refcount_t by Elena Reshetova · 8 years ago
- 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- 55f2a04 ceph: remove special ack vs commit behavior by Ilya Dryomov · 8 years ago
- c1944fe ceph: avoid calling ceph_renew_caps() infinitely by Yan, Zheng · 8 years ago
- 00f06cb ceph: make sure flushing inode in proper session's cap_flushing list by Yan, Zheng · 8 years ago
- eb65b91 ceph: avoid updating mds_wanted too frequently by Yan, Zheng · 8 years ago
- 52953d5 ceph: cleanup ACCESS_ONCE -> READ_ONCE by Seraphime Kirkovski · 8 years ago
- ca6c8ae ceph: pass parent inode info to ceph_encode_dentry_release if we have it by Jeff Layton · 8 years ago
- adf0d68 ceph: fix unsafe dcache access in ceph_encode_dentry_release by Jeff Layton · 8 years ago
- 6e09d0f ceph: fix ceph_get_caps() interruption by Yan, Zheng · 8 years ago
- dc24de8 ceph: properly set issue_seq for cap release by Yan, Zheng · 8 years ago
- 1e4ef0c ceph: add flags parameter to send_cap_msg by Jeff Layton · 8 years ago
- 43b2967 ceph: update cap message struct version to 10 by Jeff Layton · 8 years ago
- 0ff8bfb ceph: define new argument structure for send_cap_msg by Jeff Layton · 8 years ago
- 9670079 ceph: move xattr initialzation before the encoding past the ceph_mds_caps by Jeff Layton · 8 years ago
- 4945a08 ceph: fix minor typo in unsafe_request_wait by Jeff Layton · 8 years ago
- 2b1ac85 ceph: try getting buffer capability for readahead/fadvise by Yan, Zheng · 8 years ago
- 5c341ee3 ceph: fix scheduler warning due to nested blocking by Nikolay Borisov · 8 years ago
- e4d2b16 ceph: fix null pointer dereference in ceph_flush_snaps() by Yan, Zheng · 8 years ago
- c8799fc ceph: optimize cap flush waiting by Yan, Zheng · 8 years ago
- ed9b430 ceph: cleanup ceph_flush_snaps() by Yan, Zheng · 8 years ago
- 7bc00fd ceph: kick cap flushes before sending other cap message by Yan, Zheng · 8 years ago
- 70220ac ceph: introduce an inode flag to indicates if snapflush is needed by Yan, Zheng · 8 years ago
- 13c2b57 ceph: avoid sending duplicated cap flush message by Yan, Zheng · 8 years ago
- 0e29438 ceph: unify cap flush and snapcap flush by Yan, Zheng · 8 years ago
- e4500b5 ceph: use list instead of rbtree to track cap flushes by Yan, Zheng · 8 years ago
- 3609404 ceph: update types of some local varibles by Yan, Zheng · 8 years ago
- 9a5530c ceph: wait unsafe sync writes for evicting inode by Yan, Zheng · 8 years ago
- 774a6a1 ceph: reduce i_nr_by_mode array size by Yan, Zheng · 8 years ago
- 779fe0f ceph: rados pool namespace support by Yan, Zheng · 9 years ago
- 7627151 libceph: define new ceph_file_layout structure by Yan, Zheng · 9 years ago