1. e5bc08d ceph: refactor error handling code in ceph_reserve_caps() by Chengguang Xu · 6 years ago
  2. 7bf8f73 ceph: refactor ceph_unreserve_caps() by Chengguang Xu · 6 years ago
  3. 9bbeab4 ceph: use timespec64 for inode timestamp by Arnd Bergmann · 7 years ago
  4. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  5. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  6. fa46674 ceph: fix wrong check for the case of updating link count by Yan, Zheng · 7 years ago
  7. 4985d6f ceph: handle the new nfiles/nsubdirs fields in cap message by Yan, Zheng · 7 years ago
  8. a1c6b83 ceph: define argument structure for handle_cap_grant by Yan, Zheng · 7 years ago
  9. 49a9f4f ceph: always get rstat from auth mds by Yan, Zheng · 7 years ago
  10. e3161f1 ceph: quota: cache inode pointer in ceph_snap_realm by Luis Henriques · 7 years ago
  11. 79cd674 ceph: optimizing cap reservation by Chengguang Xu · 7 years ago
  12. b517c1d ceph: release unreserved caps if having enough available caps by Chengguang Xu · 7 years ago
  13. e327ce0 ceph: optimizing cap allocation by Chengguang Xu · 7 years ago
  14. b884014 ceph: adding protection for showing cap reservation info by Chengguang Xu · 7 years ago
  15. 6ef0bc6 ceph: flush dirty caps of unlinked inode ASAP by Zhi Zhang · 7 years ago
  16. 16515a6 ceph: improving efficiency of syncfs by Chengguang Xu · 7 years ago
  17. e30ee58 ceph: try to allocate enough memory for reserved caps by Zhi Zhang · 7 years ago
  18. 0f439c7 ceph: fix race of queuing delayed caps by Yan, Zheng · 7 years ago
  19. ee612d9 ceph: delete unreachable code in ceph_check_caps() by Yan, Zheng · 7 years ago
  20. d84b37f ceph: limit rate of cap import/export error messages by Yan, Zheng · 7 years ago
  21. 7d9c919 ceph: fix incorrect snaprealm when adding caps by Yan, Zheng · 7 years ago
  22. 97aeb6b ceph: use atomic_t for ceph_inode_info::i_shared_gen by Yan, Zheng · 7 years ago
  23. 222b7f9 ceph: voluntarily drop Ax cap for requests that create new inode by Yan, Zheng · 7 years ago
  24. bb0581f ceph: remove unused and redundant variable dropping by Colin Ian King · 7 years ago
  25. 7271efa ceph: fix bool initialization/comparison by Thomas Meyer · 7 years ago
  26. 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
  27. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  28. 6c2838f ceph: unlock dangling spinlock in try_flush_caps() by Jeff Layton · 7 years ago
  29. 15b51bd ceph: stop on-going cached readdir if mds revokes FILE_SHARED cap by Yan, Zheng · 7 years ago
  30. fa0aa3b ceph: fix message order check in handle_cap_export() by Yan, Zheng · 7 years ago
  31. c858a07 ceph: fix NULL pointer dereference in ceph_flush_snaps() by Yan, Zheng · 7 years ago
  32. d37b1d9 ceph: adjust 36 checks for NULL pointers by Markus Elfring · 7 years ago
  33. 24d063a ceph: make sure flushsnap messages are sent in proper order by Yan, Zheng · 7 years ago
  34. b74fcea ceph: use errseq_t for writeback error reporting by Jeff Layton · 7 years ago
  35. 9556971 ceph: new cap message flags indicate if there is pending capsnap by Yan, Zheng · 7 years ago
  36. 4b9f204 ceph: avoid accessing freeing inode in ceph_check_delayed_caps() by Yan, Zheng · 8 years ago
  37. efb0ca7 ceph: update the 'approaching max_size' code by Yan, Zheng · 8 years ago
  38. 84eea8c ceph: re-request max size after importing caps by Yan, Zheng · 8 years ago
  39. 92475f0 ceph: handle epoch barriers in cap messages by Jeff Layton · 8 years ago
  40. 805692d ceph: convert ceph_cap_snap.nref from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  41. 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
  42. 55f2a04 ceph: remove special ack vs commit behavior by Ilya Dryomov · 8 years ago
  43. c1944fe ceph: avoid calling ceph_renew_caps() infinitely by Yan, Zheng · 8 years ago
  44. 00f06cb ceph: make sure flushing inode in proper session's cap_flushing list by Yan, Zheng · 8 years ago
  45. eb65b91 ceph: avoid updating mds_wanted too frequently by Yan, Zheng · 8 years ago
  46. 52953d5 ceph: cleanup ACCESS_ONCE -> READ_ONCE by Seraphime Kirkovski · 8 years ago
  47. ca6c8ae ceph: pass parent inode info to ceph_encode_dentry_release if we have it by Jeff Layton · 8 years ago
  48. adf0d68 ceph: fix unsafe dcache access in ceph_encode_dentry_release by Jeff Layton · 8 years ago
  49. 6e09d0f ceph: fix ceph_get_caps() interruption by Yan, Zheng · 8 years ago
  50. dc24de8 ceph: properly set issue_seq for cap release by Yan, Zheng · 8 years ago
  51. 1e4ef0c ceph: add flags parameter to send_cap_msg by Jeff Layton · 8 years ago
  52. 43b2967 ceph: update cap message struct version to 10 by Jeff Layton · 8 years ago
  53. 0ff8bfb ceph: define new argument structure for send_cap_msg by Jeff Layton · 8 years ago
  54. 9670079 ceph: move xattr initialzation before the encoding past the ceph_mds_caps by Jeff Layton · 8 years ago
  55. 4945a08 ceph: fix minor typo in unsafe_request_wait by Jeff Layton · 8 years ago
  56. 2b1ac85 ceph: try getting buffer capability for readahead/fadvise by Yan, Zheng · 8 years ago
  57. 5c341ee3 ceph: fix scheduler warning due to nested blocking by Nikolay Borisov · 8 years ago
  58. e4d2b16 ceph: fix null pointer dereference in ceph_flush_snaps() by Yan, Zheng · 8 years ago
  59. c8799fc ceph: optimize cap flush waiting by Yan, Zheng · 9 years ago
  60. ed9b430 ceph: cleanup ceph_flush_snaps() by Yan, Zheng · 9 years ago
  61. 7bc00fd ceph: kick cap flushes before sending other cap message by Yan, Zheng · 9 years ago
  62. 70220ac ceph: introduce an inode flag to indicates if snapflush is needed by Yan, Zheng · 9 years ago
  63. 13c2b57 ceph: avoid sending duplicated cap flush message by Yan, Zheng · 9 years ago
  64. 0e29438 ceph: unify cap flush and snapcap flush by Yan, Zheng · 9 years ago
  65. e4500b5 ceph: use list instead of rbtree to track cap flushes by Yan, Zheng · 9 years ago
  66. 3609404 ceph: update types of some local varibles by Yan, Zheng · 9 years ago
  67. 9a5530c ceph: wait unsafe sync writes for evicting inode by Yan, Zheng · 9 years ago
  68. 774a6a1 ceph: reduce i_nr_by_mode array size by Yan, Zheng · 9 years ago
  69. 779fe0f ceph: rados pool namespace support by Yan, Zheng · 9 years ago
  70. 7627151 libceph: define new ceph_file_layout structure by Yan, Zheng · 9 years ago
  71. f7f7e7a ceph: improve fscache revalidation by Yan, Zheng · 9 years ago
  72. 1464975 ceph: avoid unnecessary fscache invalidation/revlidation by Yan, Zheng · 9 years ago
  73. 9abd4db ceph: don't use truncate_pagecache() to invalidate read cache by Yan, Zheng · 9 years ago
  74. 7731032 ceph: renew caps for read/write if mds session got killed. by Yan, Zheng · 9 years ago
  75. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  76. d1eee0c ceph: encode ctime in cap message by Yan, Zheng · 9 years ago
  77. 5ea5c5e ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 support by Yan, Zheng · 9 years ago
  78. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  79. 68cd5b4 ceph: make fsync() wait unsafe requests that created/modified inode by Yan, Zheng · 9 years ago
  80. 5e804ac ceph: don't invalidate page cache when inode is no longer used by Yan, Zheng · 9 years ago
  81. 48fec5d ceph: EIO all operations after forced umount by Yan, Zheng · 10 years ago
  82. fc927cd ceph: always re-send cap flushes when MDS recovers by Yan, Zheng · 10 years ago
  83. fdd4e15 ceph: rework dcache readdir by Yan, Zheng · 10 years ago
  84. f66fd9f ceph: pre-allocate data structure that tracks caps flushing by Yan, Zheng · 10 years ago
  85. e548e9b ceph: re-send flushing caps (which are revoked) in reconnect stage by Yan, Zheng · 10 years ago
  86. a2971c8 ceph: send TID of the oldest pending caps flush to MDS by Yan, Zheng · 10 years ago
  87. 8310b08 ceph: track pending caps flushing globally by Yan, Zheng · 10 years ago
  88. 553adfd ceph: track pending caps flushing accurately by Yan, Zheng · 10 years ago
  89. da819c8 ceph: fix directory fsync by Yan, Zheng · 10 years ago
  90. 89b52fe ceph: fix flushing caps by Yan, Zheng · 10 years ago
  91. 4144599 ceph: don't include used caps in cap_wanted by Yan, Zheng · 10 years ago
  92. 745a8e3 ceph: don't pre-allocate space for cap release messages by Yan, Zheng · 10 years ago
  93. affbc19 ceph: make sure syncfs flushes all cap snaps by Yan, Zheng · 10 years ago
  94. 604d1b0 ceph: take snap_rwsem when accessing snap realm's cached_context by Yan, Zheng · 10 years ago
  95. 8605609 ceph: avoid sending unnessesary FLUSHSNAP message by Yan, Zheng · 10 years ago
  96. 5dda377c ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR reference by Yan, Zheng · 10 years ago
  97. 10183a6 ceph: check OSD caps before read/write by Yan, Zheng · 10 years ago
  98. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  99. 32ec439 ceph: hold on to exclusive caps on complete directories by Yan, Zheng · 10 years ago
  100. 571ade3 ceph: don't mark dirty caps when there is no auth cap by Yan, Zheng · 10 years ago