1. a4d3100 ceph: fix use-after-free in __ceph_remove_cap() by Luis Henriques · 4 years, 7 months ago
  2. 370bb85 ceph: hold i_ceph_lock when removing caps for freeing inode by Yan, Zheng · 5 years ago
  3. 6fa22a7 ceph: don't update importing cap's mseq when handing cap export by Yan, Zheng · 5 years ago
  4. a703da4 ceph: unlock dangling spinlock in try_flush_caps() by Jeff Layton · 7 years ago
  5. e99b0ea ceph: try getting buffer capability for readahead/fadvise by Yan, Zheng · 8 years ago
  6. 8934e06 ceph: fix ceph_get_caps() interruption by Yan, Zheng · 7 years ago
  7. 48baa924 ceph: fix scheduler warning due to nested blocking by Nikolay Borisov · 8 years ago
  8. e4d2b16 ceph: fix null pointer dereference in ceph_flush_snaps() by Yan, Zheng · 8 years ago
  9. c8799fc ceph: optimize cap flush waiting by Yan, Zheng · 8 years ago
  10. ed9b430 ceph: cleanup ceph_flush_snaps() by Yan, Zheng · 8 years ago
  11. 7bc00fd ceph: kick cap flushes before sending other cap message by Yan, Zheng · 8 years ago
  12. 70220ac ceph: introduce an inode flag to indicates if snapflush is needed by Yan, Zheng · 8 years ago
  13. 13c2b57 ceph: avoid sending duplicated cap flush message by Yan, Zheng · 8 years ago
  14. 0e29438 ceph: unify cap flush and snapcap flush by Yan, Zheng · 8 years ago
  15. e4500b5 ceph: use list instead of rbtree to track cap flushes by Yan, Zheng · 8 years ago
  16. 3609404 ceph: update types of some local varibles by Yan, Zheng · 8 years ago
  17. 9a5530c ceph: wait unsafe sync writes for evicting inode by Yan, Zheng · 8 years ago
  18. 774a6a1 ceph: reduce i_nr_by_mode array size by Yan, Zheng · 8 years ago
  19. 779fe0f ceph: rados pool namespace support by Yan, Zheng · 8 years ago
  20. 7627151 libceph: define new ceph_file_layout structure by Yan, Zheng · 8 years ago
  21. f7f7e7a ceph: improve fscache revalidation by Yan, Zheng · 8 years ago
  22. 1464975 ceph: avoid unnecessary fscache invalidation/revlidation by Yan, Zheng · 8 years ago
  23. 9abd4db ceph: don't use truncate_pagecache() to invalidate read cache by Yan, Zheng · 8 years ago
  24. 7731032 ceph: renew caps for read/write if mds session got killed. by Yan, Zheng · 8 years ago
  25. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  26. d1eee0c ceph: encode ctime in cap message by Yan, Zheng · 8 years ago
  27. 5ea5c5e ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 support by Yan, Zheng · 8 years ago
  28. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  29. 68cd5b4 ceph: make fsync() wait unsafe requests that created/modified inode by Yan, Zheng · 9 years ago
  30. 5e804ac ceph: don't invalidate page cache when inode is no longer used by Yan, Zheng · 9 years ago
  31. 48fec5d ceph: EIO all operations after forced umount by Yan, Zheng · 9 years ago
  32. fc927cd ceph: always re-send cap flushes when MDS recovers by Yan, Zheng · 9 years ago
  33. fdd4e15 ceph: rework dcache readdir by Yan, Zheng · 9 years ago
  34. f66fd9f ceph: pre-allocate data structure that tracks caps flushing by Yan, Zheng · 9 years ago
  35. e548e9b ceph: re-send flushing caps (which are revoked) in reconnect stage by Yan, Zheng · 9 years ago
  36. a2971c8 ceph: send TID of the oldest pending caps flush to MDS by Yan, Zheng · 9 years ago
  37. 8310b08 ceph: track pending caps flushing globally by Yan, Zheng · 9 years ago
  38. 553adfd ceph: track pending caps flushing accurately by Yan, Zheng · 9 years ago
  39. da819c8 ceph: fix directory fsync by Yan, Zheng · 9 years ago
  40. 89b52fe ceph: fix flushing caps by Yan, Zheng · 9 years ago
  41. 4144599 ceph: don't include used caps in cap_wanted by Yan, Zheng · 9 years ago
  42. 745a8e3 ceph: don't pre-allocate space for cap release messages by Yan, Zheng · 9 years ago
  43. affbc19 ceph: make sure syncfs flushes all cap snaps by Yan, Zheng · 9 years ago
  44. 604d1b0 ceph: take snap_rwsem when accessing snap realm's cached_context by Yan, Zheng · 9 years ago
  45. 8605609 ceph: avoid sending unnessesary FLUSHSNAP message by Yan, Zheng · 9 years ago
  46. 5dda377c ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR reference by Yan, Zheng · 9 years ago
  47. 10183a6 ceph: check OSD caps before read/write by Yan, Zheng · 9 years ago
  48. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  49. 32ec439 ceph: hold on to exclusive caps on complete directories by Yan, Zheng · 9 years ago
  50. 571ade3 ceph: don't mark dirty caps when there is no auth cap by Yan, Zheng · 9 years ago
  51. db40cc1 ceph: keep i_snap_realm while there are writers by Yan, Zheng · 9 years ago
  52. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  53. c4d4a58 ceph: avoid block operation when !TASK_RUNNING (ceph_get_caps) by Yan, Zheng · 9 years ago
  54. d3383a8 ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync) by Yan, Zheng · 9 years ago
  55. 982d601 ceph: improve reference tracking for snaprealm by Yan, Zheng · 9 years ago
  56. 03f4fcb ceph: handle SESSION_FORCE_RO message by Yan, Zheng · 9 years ago
  57. e20d258 ceph: flush inline version by Yan, Zheng · 10 years ago
  58. 3738daa ceph: fetch inline data when getting Fcr cap refs by Yan, Zheng · 10 years ago
  59. 31c542a ceph: add inline data to pagecache by Yan, Zheng · 10 years ago
  60. fb01d1f ceph: parse inline data in MClientReply and MClientCaps by Yan, Zheng · 10 years ago
  61. e96a650 ceph, rbd: delete unnecessary checks before two function calls by SF Markus Elfring · 10 years ago
  62. 3231300 ceph: fix flush tid comparision by Yan, Zheng · 10 years ago
  63. ab6c2c3 ceph: fix bool assignments by Fabian Frederick · 10 years ago
  64. 6cd3bca ceph: move ceph_find_inode() outside the s_mutex by Yan, Zheng · 10 years ago
  65. 08a0f24 ceph: replace comma with a semicolon by Himangi Saraogi · 10 years ago
  66. ca665e0 mds: check cap ID when handling cap export message by Yan, Zheng · 10 years ago
  67. 2cd698b ceph: handle cap import atomically by Yan, Zheng · 10 years ago
  68. d9df278 ceph: pre-allocate ceph_cap struct for ceph_add_cap() by Yan, Zheng · 10 years ago
  69. f98a128 ceph: update inode fields according to issued caps by Yan, Zheng · 10 years ago
  70. c6bcda6 ceph: queue vmtruncate if necessary when handing cap grant/revoke by Yan, Zheng · 10 years ago
  71. fd7b95c ceph: avoid releasing caps that are being used by Yan, Zheng · 10 years ago
  72. d9ffc4f ceph: set mds_wanted when MDS reply changes a cap to auth cap by Yan, Zheng · 10 years ago
  73. a255060 ceph: make sure write caps are registered with auth MDS by Yan, Zheng · 10 years ago
  74. 11df2df ceph: add imported caps when handling cap export message by Yan, Zheng · 10 years ago
  75. 4ee6a91 ceph: remove exported caps when handling cap import message by Yan, Zheng · 10 years ago
  76. 9215aee ceph: check inode caps in ceph_d_revalidate by Yan, Zheng · 10 years ago
  77. 9563f88 ceph: fix cache revoke race by Yan, Zheng · 10 years ago
  78. d1b8780 ceph: use ceph_seq_cmp() to compare migrate_seq by Yan, Zheng · 11 years ago
  79. 4fe5978 ceph: handle cap export race in try_flush_caps() by Yan, Zheng · 11 years ago
  80. fc12c80 ceph: trivial comment fix by J. Bruce Fields · 10 years ago
  81. 7221fe4 ceph: add acl for cephfs by Guangliang Zhao · 11 years ago
  82. 99a9c27 ceph: handle race between cap reconnect and cap release by Yan, Zheng · 11 years ago
  83. a096b09 ceph: queue cap release in __ceph_remove_cap() by Yan, Zheng · 11 years ago
  84. a8d436f ceph: use d_invalidate() to invalidate aliases by Yan, Zheng · 11 years ago
  85. 99ccbd2 ceph: use fscache as a local presisent cache by Milosz Tanski · 11 years ago
  86. e907574 ceph: remove useless variable revoked_rdcache by Li Wang · 11 years ago
  87. 3871cbb ceph: fix request max size by Yan, Zheng · 11 years ago
  88. b0d7c22 ceph: introduce i_truncate_mutex by Yan, Zheng · 11 years ago
  89. ca20c99 ceph: trim deleted inode by Yan, Zheng · 11 years ago
  90. 6ee6b953 ceph: fix race between cap issue and revoke by Yan, Zheng · 11 years ago
  91. b1530f5 ceph: fix cap revoke race by Yan, Zheng · 11 years ago
  92. b415bf4 ceph: fix pending vmtruncate race by Yan, Zheng · 11 years ago
  93. 93faca6 ceph: Reconstruct the func ceph_reserve_caps. by majianpeng · 11 years ago
  94. 005c469 ceph: move inode to proper flushing list when auth MDS changes by Yan, Zheng · 11 years ago
  95. b8c2f3a ceph: check migrate seq before changing auth cap by Yan, Zheng · 11 years ago
  96. bb137f8 ceph: fix cap release race by Yan, Zheng · 11 years ago
  97. 37505d5 ceph: take i_mutex before getting Fw cap by Yan, Zheng · 11 years ago
  98. 2f276c5 ceph: use i_release_count to indicate dir's completeness by Yan, Zheng · 11 years ago
  99. a8673d6 ceph: use I_COMPLETE inode flag instead of D_COMPLETE flag by Yan, Zheng · 11 years ago
  100. 964266c ceph: set mds_want according to cap import message by Yan, Zheng · 11 years ago