1. c02cb7b ceph: add a new metric to keep track of remote object copies by Luís Henriques · 3 years, 2 months ago
  2. 17e9fc9 ceph: clean-up metrics data structures to reduce code duplication by Luís Henriques · 3 years, 2 months ago
  3. cbed4ff ceph: split 'metric' debugfs file into several files by Luís Henriques · 3 years, 2 months ago
  4. 903f4fec ceph: add IO size metrics support by Xiubo Li · 3 years, 8 months ago
  5. 8ae99ae ceph: rename the metric helpers by Xiubo Li · 3 years, 9 months ago
  6. 247b1f1 ceph: add status debugfs file by Xiubo Li · 4 years, 2 months ago
  7. 1dd8d47 ceph: metrics for opened files, pinned caps and opened inodes by Xiubo Li · 4 years, 4 months ago
  8. 3a8ebe0 ceph: add column 'mds' to show caps in more user friendly by Yanhu Cao · 4 years, 4 months ago
  9. ebce3eb ceph: fix inode number handling on arches with 32-bit ino_t by Jeff Layton · 4 years, 4 months ago
  10. 2c81ef2 ceph: remove redundant initialization of variable mds by Colin Ian King · 4 years, 5 months ago
  11. 4f1d756 ceph: add global total_caps to count the mdsc's total caps number by Xiubo Li · 4 years, 6 months ago
  12. 70c9482 ceph: add metadata perf metric support by Xiubo Li · 4 years, 9 months ago
  13. 97e27aa ceph: add read/write latency metric support by Xiubo Li · 4 years, 9 months ago
  14. 1af16d5 ceph: add caps perf metric for each superblock by Xiubo Li · 4 years, 9 months ago
  15. f9009ef ceph: add dentry lease metric support by Xiubo Li · 4 years, 9 months ago
  16. d51cfc5 bdi: use bdi_dev_name() to get device name by Yufen Yu · 4 years, 8 months ago
  17. 072eaf3 libceph: drop CEPH_DEFINE_SHOW_FUNC by Ilya Dryomov · 5 years ago
  18. b38c9eb ceph: add possible_max_rank and make the code more readable by Xiubo Li · 5 years ago
  19. 3a3430a ceph: show tasks waiting on caps in debugfs caps file by Jeff Layton · 5 years ago
  20. 3e8730f ceph: don't return a value from void function by John Hubbard · 5 years ago
  21. d9b9c89 Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  22. 13c4173 ceph: silence a checker warning in mdsc_show() by Dan Carpenter · 6 years ago
  23. 1a829ff ceph: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  24. b726ec9 libceph: make ceph_pr_addr take an struct ceph_entity_addr pointer by Jeff Layton · 6 years ago
  25. f77f21b ceph: use __getname/__putname in ceph_mdsc_build_path by Jeff Layton · 6 years ago
  26. ff4a80b ceph: dump granular cap info in "caps" debugfs file by Jeff Layton · 6 years ago
  27. 8d9c090 ceph: remove dentry_lru file from debugfs by Yan, Zheng · 6 years ago
  28. 11e1478 libceph, ceph: change permission for readonly debugfs entries by Chengguang Xu · 7 years ago
  29. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  30. d37b1d9 ceph: adjust 36 checks for NULL pointers by Markus Elfring · 7 years ago
  31. 26c5eaa Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  32. 76201b6 ceph: allow connecting to mds whose rank >= mdsmap::m_max_mds by Yan, Zheng · 8 years ago
  33. 09dc9fc ceph: Convert to separately allocated bdi by Jan Kara · 8 years ago
  34. bc2de10d ceph: convert bools in ceph_mds_request to a new r_req_flags field by Jeff Layton · 8 years ago
  35. aeda081 ceph: don't show symlink target in debugfs/mdsc by Yan, Zheng · 9 years ago
  36. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  37. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  38. 14ed970 ceph: additional debugfs output by John Spray · 10 years ago
  39. 3364d11 fs/ceph/debugfs.c: replace seq_printf by seq_puts by Fabian Frederick · 11 years ago
  40. c137a32 ceph: print inode number for LOOKUPINO request by Yan, Zheng · 11 years ago
  41. 844d87c ceph: do not assume r_old_dentry[_dir] always set together by Sage Weil · 12 years ago
  42. d1c338a libceph: delay debugfs initialization until we learn global_id by Sage Weil · 12 years ago
  43. 41b02e1 ceph: explicitly reference rename old_dentry parent dir in request by Sage Weil · 13 years ago
  44. 21f3b5f ceph: remove debugfs debug cruft by Sage Weil · 14 years ago
  45. 4af25fd ceph: drop redundant r_mds field by Sage Weil · 14 years ago
  46. 6f453ed ceph: fix debugfs warnings by Randy Dunlap · 14 years ago
  47. 3d14c5d ceph: factor out libceph from Ceph file system by Yehuda Sadeh · 15 years ago
  48. f44c389 ceph: ceph_mdsc_build_path() returns an ERR_PTR by Dan Carpenter · 14 years ago
  49. 213c99e ceph: whitespace cleanup by Sage Weil · 14 years ago
  50. a8b763a ceph: use %pU to print uuid (fsid) by Sage Weil · 14 years ago
  51. bfaf148 ceph: fix caps debugfs entry by Yehuda Sadeh · 15 years ago
  52. f8c76f6 ceph: make mon client statfs handling more generic by Yehuda Sadeh · 15 years ago
  53. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  54. 4fc51be ceph: use rbtree for pg pools; decode new osdmap format by Sage Weil · 15 years ago
  55. 85ccce4 ceph: clean up readdir caps reservation by Sage Weil · 15 years ago
  56. 85ff03f ceph: use rbtree for mon statfs requests by Sage Weil · 15 years ago
  57. 44ca18f ceph: use rbtree for mds requests by Sage Weil · 15 years ago
  58. 7740a42 ceph: display pgid in debugfs osd request dump by Sage Weil · 15 years ago
  59. 2baba25 ceph: writeback congestion control by Yehuda Sadeh · 15 years ago
  60. 06edf04 ceph: include link to bdi in debugfs by Sage Weil · 15 years ago
  61. 0743304 ceph: fix debugfs entry, simplify fsid checks by Sage Weil · 15 years ago
  62. 039934b ceph: build cleanly without CONFIG_DEBUG_FS by Sage Weil · 15 years ago
  63. 76aa844 ceph: debugfs by Sage Weil · 15 years ago