- 08a0f24 ceph: replace comma with a semicolon by Himangi Saraogi · 10 years ago
- ca665e0 mds: check cap ID when handling cap export message by Yan, Zheng · 11 years ago
- 2cd698b ceph: handle cap import atomically by Yan, Zheng · 11 years ago
- d9df278 ceph: pre-allocate ceph_cap struct for ceph_add_cap() by Yan, Zheng · 11 years ago
- f98a128 ceph: update inode fields according to issued caps by Yan, Zheng · 11 years ago
- c6bcda6 ceph: queue vmtruncate if necessary when handing cap grant/revoke by Yan, Zheng · 11 years ago
- fd7b95c ceph: avoid releasing caps that are being used by Yan, Zheng · 11 years ago
- d9ffc4f ceph: set mds_wanted when MDS reply changes a cap to auth cap by Yan, Zheng · 11 years ago
- a255060 ceph: make sure write caps are registered with auth MDS by Yan, Zheng · 11 years ago
- 11df2df ceph: add imported caps when handling cap export message by Yan, Zheng · 11 years ago
- 4ee6a91 ceph: remove exported caps when handling cap import message by Yan, Zheng · 11 years ago
- 9215aee ceph: check inode caps in ceph_d_revalidate by Yan, Zheng · 11 years ago
- 9563f88 ceph: fix cache revoke race by Yan, Zheng · 11 years ago
- d1b8780 ceph: use ceph_seq_cmp() to compare migrate_seq by Yan, Zheng · 11 years ago
- 4fe5978 ceph: handle cap export race in try_flush_caps() by Yan, Zheng · 11 years ago
- fc12c80 ceph: trivial comment fix by J. Bruce Fields · 11 years ago
- 7221fe4 ceph: add acl for cephfs by Guangliang Zhao · 11 years ago
- 99a9c27 ceph: handle race between cap reconnect and cap release by Yan, Zheng · 11 years ago
- a096b09 ceph: queue cap release in __ceph_remove_cap() by Yan, Zheng · 11 years ago
- a8d436f ceph: use d_invalidate() to invalidate aliases by Yan, Zheng · 11 years ago
- 99ccbd2 ceph: use fscache as a local presisent cache by Milosz Tanski · 11 years ago
- e907574 ceph: remove useless variable revoked_rdcache by Li Wang · 11 years ago
- 3871cbb ceph: fix request max size by Yan, Zheng · 11 years ago
- b0d7c22 ceph: introduce i_truncate_mutex by Yan, Zheng · 11 years ago
- ca20c99 ceph: trim deleted inode by Yan, Zheng · 11 years ago
- 6ee6b953 ceph: fix race between cap issue and revoke by Yan, Zheng · 11 years ago
- b1530f5 ceph: fix cap revoke race by Yan, Zheng · 11 years ago
- b415bf4 ceph: fix pending vmtruncate race by Yan, Zheng · 11 years ago
- 93faca6 ceph: Reconstruct the func ceph_reserve_caps. by majianpeng · 11 years ago
- 005c469 ceph: move inode to proper flushing list when auth MDS changes by Yan, Zheng · 11 years ago
- b8c2f3a ceph: check migrate seq before changing auth cap by Yan, Zheng · 11 years ago
- bb137f8 ceph: fix cap release race by Yan, Zheng · 11 years ago
- 37505d5 ceph: take i_mutex before getting Fw cap by Yan, Zheng · 12 years ago
- 2f276c5 ceph: use i_release_count to indicate dir's completeness by Yan, Zheng · 12 years ago
- a8673d6 ceph: use I_COMPLETE inode flag instead of D_COMPLETE flag by Yan, Zheng · 12 years ago
- 964266c ceph: set mds_want according to cap import message by Yan, Zheng · 12 years ago
- d40ee0d ceph: queue cap release when trimming cap by Yan, Zheng · 12 years ago
- 1cf0209 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
- bd2bae6 ceph: Convert kuids and kgids before printing them. by Eric W. Biederman · 12 years ago
- 05cb11c ceph: Translate between uid and gids in cap messages and kuids and kgids by Eric W. Biederman · 12 years ago
- 390306c ceph: check mds_wanted for imported cap by Yan, Zheng · 12 years ago
- 66f5869 ceph: allocate cap_release message when receiving cap import by Yan, Zheng · 12 years ago
- 395c312 ceph: allow revoking duplicated caps issued by non-auth MDS by Yan, Zheng · 12 years ago
- 8a92a11 ceph: move dirty inode to migrating list when clearing auth caps by Yan, Zheng · 12 years ago
- 0e5e177 ceph: call handle_cap_grant() for cap import message by Yan, Zheng · 12 years ago
- 0685235 ceph: Don't add dirty inode to dirty list if caps is in migration by Yan, Zheng · 12 years ago
- 5e62ad3 ceph: Don't update i_max_size when handling non-auth cap by Yan, Zheng · 12 years ago
- 4d1d053 ceph: Hold caps_list_lock when adjusting caps_{use, total}_count by Yan, Zheng · 12 years ago
- b905a7f ceph: convert to use le32_add_cpu() by Wei Yongjun · 12 years ago
- 6c073a7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
- d8fb02a ceph: create a new session lock to avoid lock inversion by Alex Elder · 13 years ago
- 5706b27 ceph: propagate umode_t by Al Viro · 13 years ago
- be65559 ceph: use i_ceph_lock instead of i_lock by Sage Weil · 13 years ago
- c6ffe10 ceph: use new D_COMPLETE dentry flag by Sage Weil · 13 years ago
- bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
- b61c276 libceph: don't complain on msgpool alloc failures by Sage Weil · 13 years ago
- 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
- 70b666c ceph: use ihold when we already have an inode ref by Sage Weil · 13 years ago
- db35405 ceph: fix cap flush race reentrancy by Sage Weil · 13 years ago
- 3540303 ceph: fix rare potential cap leak by Sage Weil · 13 years ago
- d3d0720 ceph: do not use i_wrbuffer_ref as refcount for Fb cap by Henry C Chang · 13 years ago
- fca65b4 ceph: do not call __mark_dirty_inode under i_lock by Sage Weil · 14 years ago
- 3772d26 ceph: use ihold() when i_lock is held by Sage Weil · 14 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- 7e57b81 ceph: avoid immediate cap check after import by Sage Weil · 14 years ago
- 088b3f5 ceph: fix flushing of caps vs cap import by Sage Weil · 14 years ago
- 24be0c4 ceph: fix erroneous cap flush to non-auth mds by Sage Weil · 14 years ago
- cd045cb ceph: fix rdcache_gen usage and invalidate by Sage Weil · 14 years ago
- feb4cc9 ceph: re-request max_size if cap auth changes by Sage Weil · 14 years ago
- 2f56f56 Revert "ceph: update issue_seq on cap grant" by Sage Weil · 14 years ago
- 18a3819 ceph: use mapping->nrpages to determine if mapping is empty by Sage Weil · 14 years ago
- 93afd44 ceph: only invalidate on check_caps if we actually have pages by Sage Weil · 14 years ago
- 3d14c5d ceph: factor out libceph from Ceph file system by Yehuda Sadeh · 15 years ago
- d91f243 ceph: update issue_seq on cap grant by Sage Weil · 14 years ago
- 21b559d ceph: send cap release message early on failed revoke. by Greg Farnum · 14 years ago
- a43fb73 ceph: check mapping to determine if FILE_CACHE cap is used by Sage Weil · 14 years ago
- e835124 ceph: only send one flushsnap per cap_snap per mds session by Sage Weil · 14 years ago
- cfc0bf6 ceph: stop sending FLUSHSNAPs when we hit a dirty capsnap by Sage Weil · 14 years ago
- 7d8cb26 ceph: maintain i_head_snapc when any caps are dirty, not just for data by Sage Weil · 14 years ago
- 4a625be ceph: include dirty xattrs state in snapped caps by Sage Weil · 14 years ago
- 082afec ceph: fix xattr cap writeback by Sage Weil · 14 years ago
- 0eb6cd4 ceph: only queue async writeback on cap revocation if there is dirty data by Sage Weil · 14 years ago
- ce1fbc8 ceph: support v2 client_caps encoding by Sage Weil · 14 years ago
- b8cd07e ceph: warn on missing snap realm by Sage Weil · 14 years ago
- 2bc5025 ceph: add ceph_get_cap_for_mds function. by Greg Farnum · 14 years ago
- 154f42c ceph: connect to export targets on cap export by Sage Weil · 14 years ago
- 3715166 ceph: do caps accounting per mds_client by Yehuda Sadeh · 14 years ago
- cd84db6 ceph: code cleanup by Yehuda Sadeh · 14 years ago
- ca81f3f ceph: skip if no auth cap in flush_snaps by Sage Weil · 14 years ago
- 3b454c4 ceph: simplify caps revocation, fix for multimds by Sage Weil · 14 years ago
- ee6b272 ceph: drop unused argument by Sage Weil · 14 years ago
- 2962507 ceph: perform lazy reads when file mode and caps permit by Sage Weil · 14 years ago
- 33caad3 ceph: perform lazy writes when file mode and caps permit by Sage Weil · 14 years ago
- 03066f2 ceph: use complete_all and wake_up_all by Yehuda Sadeh · 14 years ago
- 1dadcce ceph: fix dentry lease release by Sage Weil · 14 years ago
- 443b376 ceph: fix caps usage accounting for import (non-reserved) case by Sage Weil · 14 years ago
- ec97f88 ceph: only release clean, unused caps with mds requests by Sage Weil · 14 years ago
- 2b2300d ceph: try to send partial cap release on cap message on missing inode by Sage Weil · 14 years ago
- 3d7ded4 ceph: release cap on import if we don't have the inode by Sage Weil · 14 years ago
- 9dbd412 ceph: fix misleading/incorrect debug message by Sage Weil · 14 years ago