1. 3f38495 ceph: report mount root in session metadata by Yan, Zheng · 8 years ago
  2. d463a43 ceph: CEPH_FEATURE_MDSENC support by Yan, Zheng · 8 years ago
  3. 235a098 ceph: multiple filesystem support by Yan, Zheng · 8 years ago
  4. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  5. 132ca7e ceph: fix mounting same fs multiple times by Yan, Zheng · 8 years ago
  6. 34b759b ceph: kill ceph_empty_snapc by Ilya Dryomov · 8 years ago
  7. 133e915 ceph: don't enable rbytes mount option by default by Yan, Zheng · 8 years ago
  8. 82dcaba libceph: revamp subs code, switch to SUBSCRIBE2 protocol by Ilya Dryomov · 9 years ago
  9. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  10. e013f74 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  11. 48fec5d ceph: EIO all operations after forced umount by Yan, Zheng · 9 years ago
  12. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  13. f66fd9f ceph: pre-allocate data structure that tracks caps flushing by Yan, Zheng · 9 years ago
  14. a319bf5 libceph: store timeouts in jiffies, verify user input by Ilya Dryomov · 9 years ago
  15. 10183a6 ceph: check OSD caps before read/write by Yan, Zheng · 9 years ago
  16. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  17. ff7eeb8 ceph: show non-default options only by Ilya Dryomov · 9 years ago
  18. ff40f9a libceph, ceph: split ceph_show_options() by Ilya Dryomov · 9 years ago
  19. a149bb9 ceph: kstrdup() memory handling by Sanidhya Kashyap · 9 years ago
  20. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  21. 4533f6e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  22. 2a0b61c ceph: show nocephx_require_signatures and notcp_nodelay options by Ilya Dryomov · 9 years ago
  23. df0ce26 fs: remove default_backing_dev_info by Christoph Hellwig · 10 years ago
  24. e4d2750 ceph: remove call to bdi_unregister by Christoph Hellwig · 10 years ago
  25. 65a2266 ceph: support inline data feature by Yan, Zheng · 10 years ago
  26. ca3995a ceph: remove unused stringification macros by Ilya Dryomov · 10 years ago
  27. 97c85a8 ceph: introduce global empty snap context by Yan, Zheng · 10 years ago
  28. 1a0a397 dcache: d_obtain_alias callers don't all want DISCONNECTED by J. Bruce Fields · 10 years ago
  29. eb13e83 ceph: use fl->fl_file as owner identifier of flock and posix lock by Yan, Zheng · 10 years ago
  30. 45195e4 ceph: add acl, noacl options for cephfs mount by Sage Weil · 10 years ago
  31. 12b4629 libceph: all features fields must be u64 by Ilya Dryomov · 11 years ago
  32. 7221fe4 ceph: add acl for cephfs by Guangliang Zhao · 11 years ago
  33. 9f12bd1 ceph: drop unconnected inodes by Yan, Zheng · 11 years ago
  34. 99ccbd2 ceph: use fscache as a local presisent cache by Milosz Tanski · 11 years ago
  35. 5446429 ceph: avoid accessing invalid memory by Sasha Levin · 11 years ago
  36. 3bf5333 ceph: set up page array mempool with correct size by Alex Elder · 11 years ago
  37. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  38. 92a49fb ceph: fix statvfs fr_size by Sage Weil · 11 years ago
  39. 40889e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  40. d2cc4dd bdi_register: add __printf verification, fix arg mismatch by Joe Perches · 12 years ago
  41. 83aff95 libceph: remove 'osdtimeout' option by Sage Weil · 12 years ago
  42. 7035cdf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  43. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  44. c98f533 ceph: let path portion of mount "device" be optional by Alex Elder · 12 years ago
  45. cc8362b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  46. 1fe60e5 libceph: move feature bits to separate header by Sage Weil · 12 years ago
  47. 9249e17 VFS: Pass mount flags to sget() by David Howells · 12 years ago
  48. 56b59b4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  49. cffaba1 ceph: ensure Boolean options support both senses by Alex Elder · 12 years ago
  50. ee57741 rbd: make ceph_parse_options() return a pointer by Alex Elder · 12 years ago
  51. 3ce6cd1 ceph: avoid repeatedly computing the size of constant vxattr names by Alex Elder · 12 years ago
  52. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  53. 1a52bb0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  54. a40dc6c ceph: enable/disable dentry complete flags via mount option by Sage Weil · 13 years ago
  55. d46cfba ceph: always initialize the dentry in open_root_dentry() by Alex Elder · 13 years ago
  56. 3c5184e ceph: d_alloc_root() may fail by Al Viro · 13 years ago
  57. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  58. 2151937 ceph: fix rasize reporting by ceph_show_options by Sage Weil · 13 years ago
  59. 774ac21 ceph: initialize root dentry by Sage Weil · 13 years ago
  60. 0c6d4b4e2 ceph/super.c: quiet sparse noise by H Hartley Sweeten · 13 years ago
  61. 80db8be ceph: replace leading spaces with tabs by Noah Watkins · 13 years ago
  62. 6ab00d4 libceph: create messenger with client by Sage Weil · 13 years ago
  63. 83817e3 ceph: rename rsize -> rasize by Sage Weil · 13 years ago
  64. 259a187 ceph: fix memory leak by Noah Watkins · 13 years ago
  65. e985222 ceph: set up readahead size when rsize is not passed by Yehuda Sadeh · 13 years ago
  66. 8f04d42 ceph: report f_bfree based on kb_avail rather than diffing. by Greg Farnum · 13 years ago
  67. 8323c3a ceph: Move secret key parsing earlier. by Tommi Virtanen · 13 years ago
  68. 80456f8 ceph: move readahead default to fs/ceph from libceph by Sage Weil · 13 years ago
  69. ad1fee9 ceph: add ino32 mount option by Yehuda Sadeh · 13 years ago
  70. 50aac4f ceph: fix cap_wanted_delay_{min,max} mount option initialization by Sage Weil · 14 years ago
  71. 01e6acc ceph: fsc->*_wq's aren't used in memory reclaim path by Tejun Heo · 14 years ago
  72. 14303d2 ceph: implement DIRLAYOUTHASH feature to get dir layout from MDS by Sage Weil · 14 years ago
  73. a7f9fb2 convert ceph by Al Viro · 14 years ago
  74. 3d14c5d ceph: factor out libceph from Ceph file system by Yehuda Sadeh · 14 years ago
  75. e9d1774 ceph: do not ignore osd_idle_ttl mount option by Sage Weil · 14 years ago
  76. 2d9c98a ceph: make ->sync_fs not wait if wait==0 by Sage Weil · 14 years ago
  77. a8b763a ceph: use %pU to print uuid (fsid) by Sage Weil · 14 years ago
  78. c309f0a ceph: clean up fsid mount option by Sage Weil · 14 years ago
  79. e0f9f9e ceph: remove unused 'monport' mount option by Sage Weil · 14 years ago
  80. 3715166 ceph: do caps accounting per mds_client by Yehuda Sadeh · 14 years ago
  81. 00d5643 ceph: fix atomic64_t initialization on ia64 by Jeff Mahoney · 14 years ago
  82. 558d349 ceph: fix f_namelen reported by statfs by Sage Weil · 14 years ago
  83. b612a05 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  84. a922d38 ceph: close out mds, osd connections before stopping auth by Sage Weil · 14 years ago
  85. 7e34bc5 fs/ceph: Use ERR_CAST by Julia Lawall · 14 years ago
  86. 6e18824 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  87. 3981f2e ceph: should use deactivate_locked_super() on failure exits by Al Viro · 14 years ago
  88. 23804d9 ceph: specify max_bytes on readdir replies by Sage Weil · 14 years ago
  89. 31e0cf8 ceph: name bdi ceph-%d instead of major:minor by Sage Weil · 14 years ago
  90. 6e19a16 ceph: clean up mount options, ->show_options() by Sage Weil · 14 years ago
  91. 1bb7163 ceph: remove unused #includes by Huang Weiyi · 14 years ago
  92. 6822d00 ceph: wait for both monmap and osdmap when opening session by Sage Weil · 14 years ago
  93. 640ef79 ceph: use ceph_sb_to_client instead of ceph_client by Cheng Renquan · 14 years ago
  94. 5dfc589 ceph: unregister bdi before kill_anon_super releases device name by Sage Weil · 14 years ago
  95. c8f1658 ceph: print more useful version info on module load by Sage Weil · 14 years ago
  96. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  97. 422d2cb ceph: reset osd after relevant messages timed out by Yehuda Sadeh · 14 years ago
  98. 85ccce4 ceph: clean up readdir caps reservation by Sage Weil · 14 years ago
  99. f5a2041 ceph: put unused osd connections on lru by Yehuda Sadeh · 14 years ago
  100. 9bd2e6f ceph: allow renewal of auth credentials by Sage Weil · 14 years ago