1. a57d906 ceph: flush pending works before shutdown super by Yan, Zheng · 7 years ago
  2. 12b69d5 ceph: abort osd requests on force umount by Yan, Zheng · 7 years ago
  3. 6dd4940 ceph: show wsize only if non-default by Ilya Dryomov · 7 years ago
  4. 9122eed ceph: quota: report root dir quota usage in statfs by Luis Henriques · 7 years ago
  5. bb48bd4 ceph: optimize memory usage by Chengguang Xu · 7 years ago
  6. bc4b5ad ceph: mark the cap cache as unreclaimable by Chengguang Xu · 7 years ago
  7. 4d8969a ceph: use seq_show_option for string type options by Chengguang Xu · 7 years ago
  8. 7ae7a82 ceph: keep consistent semantic in fscache related option combination by Chengguang Xu · 7 years ago
  9. 4c069a5 ceph: add newline to end of debug message format by Chengguang Xu · 7 years ago
  10. 1c78924 ceph: fix potential memory leak in init_caches() by Chengguang Xu · 7 years ago
  11. 1810673 ceph: fix dentry leak when failing to init debugfs by Chengguang Xu · 7 years ago
  12. 937441f libceph, ceph: avoid memory leak when specifying same option several times by Chengguang Xu · 7 years ago
  13. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  14. 080a330 ceph: present consistent fsid, regardless of arch endianness by Jeff Layton · 7 years ago
  15. d37b1d9 ceph: adjust 36 checks for NULL pointers by Markus Elfring · 7 years ago
  16. 06d7437 ceph: more accurate statfs by Douglas Fuller · 7 years ago
  17. 4214fb1 ceph: validate correctness of some mount options by Yan, Zheng · 7 years ago
  18. 95cca2b ceph: limit osd write size by Yan, Zheng · 7 years ago
  19. aa18792 ceph: limit osd read size to CEPH_MSG_MAX_DATA_LEN by Yan, Zheng · 7 years ago
  20. 2ae409d ceph: remove unused cap_release_safety mount option by Yan, Zheng · 7 years ago
  21. 1d8f836 ceph: new mount option that specifies fscache uniquifier by Yan, Zheng · 7 years ago
  22. 62a65f3 ceph: avoid invalid memory dereference in the middle of umount by Yan, Zheng · 7 years ago
  23. 26c5eaa Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  24. 74da4a0f libceph, ceph: always advertise all supported features by Ilya Dryomov · 8 years ago
  25. 09dc9fc ceph: Convert to separately allocated bdi by Jan Kara · 8 years ago
  26. 55f2a04 ceph: remove special ack vs commit behavior by Ilya Dryomov · 8 years ago
  27. 7c94ba2 ceph: set io_pages bdi hint by Andreas Gerstmayr · 8 years ago
  28. 59331c2 Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  29. c4364f8 Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linus by Al Viro · 8 years ago
  30. e9e427f ceph: check availability of mds cluster on mount by Yan, Zheng · 8 years ago
  31. ad5cb12 ceph: switch to use of ->d_init() by Al Viro · 8 years ago
  32. 18fc8ab ceph: unify dentry_operations instances by Al Viro · 8 years ago
  33. 31ca587 ceph: fix uninitialized dentry pointer in ceph_real_mount() by Geert Uytterhoeven · 8 years ago
  34. ce2728a ceph: avoid accessing / when mounting a subpath by Yan, Zheng · 8 years ago
  35. 6b1a9a6 ceph: Mark the file cache as unreclaimable by Nikolay Borisov · 8 years ago
  36. 430afba ceph: mount non-default filesystem by name by Yan, Zheng · 8 years ago
  37. 9a5530c ceph: wait unsafe sync writes for evicting inode by Yan, Zheng · 8 years ago
  38. 3f38495 ceph: report mount root in session metadata by Yan, Zheng · 9 years ago
  39. d463a43 ceph: CEPH_FEATURE_MDSENC support by Yan, Zheng · 9 years ago
  40. 235a098 ceph: multiple filesystem support by Yan, Zheng · 9 years ago
  41. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  42. 132ca7e ceph: fix mounting same fs multiple times by Yan, Zheng · 9 years ago
  43. 34b759b ceph: kill ceph_empty_snapc by Ilya Dryomov · 9 years ago
  44. 133e915 ceph: don't enable rbytes mount option by default by Yan, Zheng · 9 years ago
  45. 82dcaba libceph: revamp subs code, switch to SUBSCRIBE2 protocol by Ilya Dryomov · 9 years ago
  46. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  47. e013f74 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  48. 48fec5d ceph: EIO all operations after forced umount by Yan, Zheng · 9 years ago
  49. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  50. f66fd9f ceph: pre-allocate data structure that tracks caps flushing by Yan, Zheng · 9 years ago
  51. a319bf5 libceph: store timeouts in jiffies, verify user input by Ilya Dryomov · 10 years ago
  52. 10183a6 ceph: check OSD caps before read/write by Yan, Zheng · 10 years ago
  53. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  54. ff7eeb8 ceph: show non-default options only by Ilya Dryomov · 10 years ago
  55. ff40f9a libceph, ceph: split ceph_show_options() by Ilya Dryomov · 10 years ago
  56. a149bb9 ceph: kstrdup() memory handling by Sanidhya Kashyap · 10 years ago
  57. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  58. 4533f6e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  59. 2a0b61c ceph: show nocephx_require_signatures and notcp_nodelay options by Ilya Dryomov · 10 years ago
  60. df0ce26 fs: remove default_backing_dev_info by Christoph Hellwig · 10 years ago
  61. e4d2750 ceph: remove call to bdi_unregister by Christoph Hellwig · 10 years ago
  62. 65a2266 ceph: support inline data feature by Yan, Zheng · 10 years ago
  63. ca3995a ceph: remove unused stringification macros by Ilya Dryomov · 10 years ago
  64. 97c85a8 ceph: introduce global empty snap context by Yan, Zheng · 10 years ago
  65. 1a0a397 dcache: d_obtain_alias callers don't all want DISCONNECTED by J. Bruce Fields · 11 years ago
  66. eb13e83 ceph: use fl->fl_file as owner identifier of flock and posix lock by Yan, Zheng · 11 years ago
  67. 45195e4 ceph: add acl, noacl options for cephfs mount by Sage Weil · 11 years ago
  68. 12b4629 libceph: all features fields must be u64 by Ilya Dryomov · 11 years ago
  69. 7221fe4 ceph: add acl for cephfs by Guangliang Zhao · 11 years ago
  70. 9f12bd1 ceph: drop unconnected inodes by Yan, Zheng · 11 years ago
  71. 99ccbd2 ceph: use fscache as a local presisent cache by Milosz Tanski · 11 years ago
  72. 5446429 ceph: avoid accessing invalid memory by Sasha Levin · 11 years ago
  73. 3bf5333 ceph: set up page array mempool with correct size by Alex Elder · 12 years ago
  74. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 12 years ago
  75. 92a49fb ceph: fix statvfs fr_size by Sage Weil · 12 years ago
  76. 40889e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  77. d2cc4dd bdi_register: add __printf verification, fix arg mismatch by Joe Perches · 12 years ago
  78. 83aff95 libceph: remove 'osdtimeout' option by Sage Weil · 12 years ago
  79. 7035cdf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  80. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  81. c98f533 ceph: let path portion of mount "device" be optional by Alex Elder · 12 years ago
  82. cc8362b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  83. 1fe60e5 libceph: move feature bits to separate header by Sage Weil · 12 years ago
  84. 9249e17 VFS: Pass mount flags to sget() by David Howells · 12 years ago
  85. 56b59b4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  86. cffaba1 ceph: ensure Boolean options support both senses by Alex Elder · 13 years ago
  87. ee57741 rbd: make ceph_parse_options() return a pointer by Alex Elder · 13 years ago
  88. 3ce6cd1 ceph: avoid repeatedly computing the size of constant vxattr names by Alex Elder · 13 years ago
  89. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  90. 1a52bb0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  91. a40dc6c ceph: enable/disable dentry complete flags via mount option by Sage Weil · 13 years ago
  92. d46cfba ceph: always initialize the dentry in open_root_dentry() by Alex Elder · 13 years ago
  93. 3c5184e ceph: d_alloc_root() may fail by Al Viro · 13 years ago
  94. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  95. 2151937 ceph: fix rasize reporting by ceph_show_options by Sage Weil · 13 years ago
  96. 774ac21 ceph: initialize root dentry by Sage Weil · 13 years ago
  97. 0c6d4b4e2 ceph/super.c: quiet sparse noise by H Hartley Sweeten · 13 years ago
  98. 80db8be ceph: replace leading spaces with tabs by Noah Watkins · 13 years ago
  99. 6ab00d4 libceph: create messenger with client by Sage Weil · 13 years ago
  100. 83817e3 ceph: rename rsize -> rasize by Sage Weil · 13 years ago