1. 1d3f872 ceph: just skip unrecognized info in ceph_reply_info_extra by Jeff Layton · 5 years ago
  2. 71a228b ceph: reconnect connection if session hang in opening state by Erqi Chen · 5 years ago
  3. 533a281 ceph: eliminate session->s_trim_caps by Jeff Layton · 6 years ago
  4. 131d7eb ceph: auto reconnect after blacklisted by Yan, Zheng · 5 years ago
  5. d468e72 ceph: add helper function that forcibly reconnects to ceph cluster. by Yan, Zheng · 5 years ago
  6. f4b9786 ceph: track and report error of async metadata operation by Yan, Zheng · 5 years ago
  7. a35ead3 ceph: add change_attr field to ceph_inode_info by Jeff Layton · 6 years ago
  8. 245ce99 ceph: add btime field to ceph_inode_info by Jeff Layton · 6 years ago
  9. 428138c ceph: remove request from waiting list before unregister by Yan, Zheng · 6 years ago
  10. 6f0f597 ceph: don't blindly unregister session that is in opening state by Yan, Zheng · 6 years ago
  11. 8f2a98ef ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg() by Yan, Zheng · 6 years ago
  12. 41883ba ceph: use READ_ONCE to access d_parent in RCU critical section by Yan, Zheng · 6 years ago
  13. 193e7b3 ceph: carry snapshot creation time with inodes by David Disseldorp · 6 years ago
  14. d6b8bd6 ceph: fix ceph_mdsc_build_path to not stop on first component by Jeff Layton · 6 years ago
  15. 3e1d045 ceph: avoid iput_final() while holding mutex or in dispatch thread by Yan, Zheng · 6 years ago
  16. 4198aba ceph: fix unaligned access in ceph_send_cap_releases by Jeff Layton · 6 years ago
  17. 488f528 ceph: just call get_session in __ceph_lookup_mds_session by Jeff Layton · 6 years ago
  18. 8340f22 ceph: move wait for mds request into helper function by Jeff Layton · 6 years ago
  19. 86bda53 ceph: have ceph_mdsc_do_request call ceph_mdsc_submit_request by Jeff Layton · 6 years ago
  20. 111c708 ceph: after an MDS request, do callback and completions by Jeff Layton · 6 years ago
  21. c1dfc27 ceph: use pathlen values returned by set_request_path_attr by Jeff Layton · 6 years ago
  22. f77f21b ceph: use __getname/__putname in ceph_mdsc_build_path by Jeff Layton · 6 years ago
  23. 964fff7 ceph: use ceph_mdsc_build_path instead of clone_dentry_name by Jeff Layton · 6 years ago
  24. 69a10fb ceph: fix potential use-after-free in ceph_mdsc_build_path by Jeff Layton · 6 years ago
  25. f5d77269 ceph: make iterate_session_caps a public symbol by Jeff Layton · 6 years ago
  26. 0c44a8e ceph: quota: fix quota subdir mounts by Luis Henriques · 6 years ago
  27. 3765918 ceph: fix ci->i_head_snapc leak by Yan, Zheng · 6 years ago
  28. 1bcb344 ceph: only use d_name directly when parent is locked by Jeff Layton · 6 years ago
  29. fe33032 ceph: add mount option to limit caps count by Yan, Zheng · 6 years ago
  30. 37c4efc ceph: periodically trim stale dentries by Yan, Zheng · 6 years ago
  31. 1e9c2eb ceph: delete stale dentry when last reference is dropped by Yan, Zheng · 6 years ago
  32. e3ec8d6 ceph: send cap releases more aggressively by Yan, Zheng · 6 years ago
  33. 0879687 ceph: support getting ceph.dir.pin vxattr by Yan, Zheng · 6 years ago
  34. b37fe1f ceph: support versioned reply by Yan, Zheng · 6 years ago
  35. 75c9627 ceph: map snapid to anonymous bdev ID by Yan, Zheng · 7 years ago
  36. 81c5a14 ceph: split large reconnect into multiple messages by Yan, Zheng · 6 years ago
  37. 84bf395 ceph: decode feature bits in session message by Yan, Zheng · 6 years ago
  38. 5ccedf1 ceph: don't encode inode pathes into reconnect message by Yan, Zheng · 6 years ago
  39. d2f8bb2 ceph: update wanted caps after resuming stale session by Yan, Zheng · 6 years ago
  40. 23c625c libceph: assume argonaut on the server side by Ilya Dryomov · 6 years ago
  41. 0d9c1ab libceph: preallocate message data items by Ilya Dryomov · 6 years ago
  42. 89486833 libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist() by Ilya Dryomov · 6 years ago
  43. 33165d4 libceph: introduce ceph_pagelist_alloc() by Ilya Dryomov · 6 years ago
  44. 0fcf6c0 ceph: don't drop message if it contains more data than expected by Yan, Zheng · 6 years ago
  45. 342ce18 ceph: support cephfs' own feature bits by Yan, Zheng · 7 years ago
  46. d554849 ceph: change to void return type for __do_request() by Chengguang Xu · 6 years ago
  47. 719784b ceph: add new field max_file_size in ceph_fs_client by Chengguang Xu · 7 years ago
  48. 6daca13 libceph: add authorizer challenge by Ilya Dryomov · 6 years ago
  49. 0ed1e90 ceph: use timespec64 for r_stamp by Arnd Bergmann · 7 years ago
  50. 9bbeab4 ceph: use timespec64 for inode timestamp by Arnd Bergmann · 7 years ago
  51. 63ecae7 ceph: stop using current_kernel_time() by Arnd Bergmann · 7 years ago
  52. dfeb84d ceph: fix incorrect use of strncpy by Yan, Zheng · 7 years ago
  53. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  54. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  55. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  56. d557c48 ceph: quota: add counter for snaprealms with quota by Luis Henriques · 7 years ago
  57. fb18a57 ceph: quota: add initial infrastructure to support cephfs quotas by Luis Henriques · 7 years ago
  58. 7aac453 ceph: rename function drop_leases() to a more descriptive name by Yan, Zheng · 7 years ago
  59. 50c55ae ceph: fix invalid point dereference for error case in mdsc destroy by Chengguang Xu · 7 years ago
  60. 98cfda8 ceph: return proper bool type to caller instead of pointer by Chengguang Xu · 7 years ago
  61. 47474d0 ceph: optimize mds session register by Chengguang Xu · 7 years ago
  62. 4c069a5 ceph: add newline to end of debug message format by Chengguang Xu · 7 years ago
  63. e30ee58 ceph: try to allocate enough memory for reserved caps by Zhi Zhang · 7 years ago
  64. 8d8f371 ceph: cleanup traceless reply handling for rename by Yan, Zheng · 7 years ago
  65. 040d786 ceph: drop negative child dentries before try pruning inode's alias by Yan, Zheng · 7 years ago
  66. ec1dff2 ceph: silence sparse endianness warning in encode_caps_cb by Jeff Layton · 7 years ago
  67. c8a96a3 ceph: clean up spinlocking and list handling around cleanup_cap_releases() by Jeff Layton · 7 years ago
  68. 76bd6ec ceph: -EINVAL on decoding failure in ceph_mdsc_handle_fsmap() by Ilya Dryomov · 7 years ago
  69. b3f8d68 ceph: handle 'session get evicted while there are file locks' by Yan, Zheng · 7 years ago
  70. 4deb14a ceph: optimize flock encoding during reconnect by Yan, Zheng · 7 years ago
  71. 89aa593 ceph: keep auth cap when inode has flocks or posix locks by Yan, Zheng · 7 years ago
  72. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  73. 38f340c ceph: fix __choose_mds() for LSSNAP request by Yan, Zheng · 7 years ago
  74. 717e6f2 ceph: avoid panic in create_session_open_msg() if utsname() returns NULL by Yan, Zheng · 7 years ago
  75. d37b1d9 ceph: adjust 36 checks for NULL pointers by Markus Elfring · 7 years ago
  76. 92776fd ceph: properly set snap follows for cap reconnect by Yan, Zheng · 7 years ago
  77. 5d37ca1 ceph: send LSSNAP request to auth mds of directory inode by Yan, Zheng · 7 years ago
  78. 62a65f3 ceph: avoid invalid memory dereference in the middle of umount by Yan, Zheng · 8 years ago
  79. 5619901 ceph: use current_kernel_time() to get request time stamp by Yan, Zheng · 8 years ago
  80. 26c5eaa Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  81. 1134e09 fs: ceph: CURRENT_TIME with ktime_get_real_ts() by Deepa Dinamani · 8 years ago
  82. 92475f0 ceph: handle epoch barriers in cap messages by Jeff Layton · 8 years ago
  83. 7916254 ceph: make seeky readdir more efficient by Yan, Zheng · 8 years ago
  84. 2827528 ceph: close stopped mds' session by Yan, Zheng · 8 years ago
  85. 0a07fc8 ceph: fix potential use-after-free by Yan, Zheng · 8 years ago
  86. 76201b6 ceph: allow connecting to mds whose rank >= mdsmap::m_max_mds by Yan, Zheng · 8 years ago
  87. 0e1a5ee libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  88. 3997c01 ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  89. f107548 ceph: tidy some white space in get_nonsnap_parent() by Dan Carpenter · 8 years ago
  90. df963ea ceph: remove req from unsafe list when unregistering it by Jeff Layton · 8 years ago
  91. 3dd69aa ceph: add a new flag to indicate whether parent is locked by Jeff Layton · 8 years ago
  92. bc2de10d ceph: convert bools in ceph_mds_request to a new r_req_flags field by Jeff Layton · 8 years ago
  93. f5a03b0 ceph: drop session argument to ceph_fill_trace by Jeff Layton · 8 years ago
  94. 52953d5 ceph: cleanup ACCESS_ONCE -> READ_ONCE by Seraphime Kirkovski · 8 years ago
  95. ca6c8ae ceph: pass parent inode info to ceph_encode_dentry_release if we have it by Jeff Layton · 8 years ago
  96. fd36a71 ceph: pass parent dir ino info to build_dentry_path by Jeff Layton · 8 years ago
  97. c6b0b65 ceph: clean up unsafe d_parent accesses in build_dentry_path by Jeff Layton · 8 years ago
  98. 30c7123 ceph: clean up unsafe d_parent access in __choose_mds by Jeff Layton · 8 years ago
  99. 6df8c9d ceph: fix bad endianness handling in parse_reply_info_extra by Jeff Layton · 8 years ago
  100. cc8e834 ceph: fix mds cluster availability check by Yan, Zheng · 8 years ago