1. 8974eeb ceph: record 'offset' for each entry of readdir result by Yan, Zheng · 9 years ago
  2. 956d39d ceph: define 'end/complete' in readdir reply as bit flags by Yan, Zheng · 9 years ago
  3. 2a5beea ceph: define struct for dir entry in readdir reply by Yan, Zheng · 9 years ago
  4. a78600e ceph: simplify 'offset in frag' by Yan, Zheng · 9 years ago
  5. 1cd42a4 ceph: remove unnecessary checks in __dcache_readdir by Yan, Zheng · 9 years ago
  6. c530cd2 ceph: search cache postion for dcache readdir by Yan, Zheng · 9 years ago
  7. 04303d8 ceph: use CEPH_MDS_OP_RMXATTR request to remove xattr by Yan, Zheng · 9 years ago
  8. 3f38495 ceph: report mount root in session metadata by Yan, Zheng · 9 years ago
  9. aeda081 ceph: don't show symlink target in debugfs/mdsc by Yan, Zheng · 9 years ago
  10. 6c93df5 ceph: don't call truncate_pagecache in ceph_writepages_start by Yan, Zheng · 9 years ago
  11. 7731032 ceph: renew caps for read/write if mds session got killed. by Yan, Zheng · 9 years ago
  12. d463a43 ceph: CEPH_FEATURE_MDSENC support by Yan, Zheng · 9 years ago
  13. 235a098 ceph: multiple filesystem support by Yan, Zheng · 9 years ago
  14. 737cc81e libceph: support for subscribing to "mdsmap.<id>" maps by Ilya Dryomov · 8 years ago
  15. 7cca78c libceph: replace ceph_monc_request_next_osdmap() by Ilya Dryomov · 9 years ago
  16. b4f3479 libceph: take osdc->lock in osdmap_show() and dump flags in hex by Ilya Dryomov · 9 years ago
  17. 4609245 libceph: pool deletion detection by Ilya Dryomov · 9 years ago
  18. d0b1970 libceph: async MON client generic requests by Ilya Dryomov · 9 years ago
  19. b07d3c4 libceph: support for checking on status of watch by Ilya Dryomov · 9 years ago
  20. 1907920 libceph: support for sending notifies by Ilya Dryomov · 9 years ago
  21. 922dab6 libceph, rbd: ceph_osd_linger_request, watch/notify v2 by Ilya Dryomov · 8 years ago
  22. c525f03 rbd: rbd_dev_header_unwatch_sync() variant by Ilya Dryomov · 9 years ago
  23. 42b0696 libceph: wait_request_timeout() by Ilya Dryomov · 9 years ago
  24. 3540bfd libceph: request_init() and request_release_checks() by Ilya Dryomov · 9 years ago
  25. 5aea3dc libceph: a major OSD client update by Ilya Dryomov · 9 years ago
  26. 9dd2845 libceph: protect osdc->osd_lru list with a spinlock by Ilya Dryomov · 9 years ago
  27. 7a28f59 libceph: allocate ceph_osd with GFP_NOFAIL by Ilya Dryomov · 9 years ago
  28. 0247a0c libceph: osd_init() and osd_cleanup() by Ilya Dryomov · 9 years ago
  29. 42c1b12 libceph: handle_one_map() by Ilya Dryomov · 9 years ago
  30. e5253a7 libceph: allocate dummy osdmap in ceph_osdc_init() by Ilya Dryomov · 9 years ago
  31. fbca963 libceph: schedule tick from ceph_osdc_init() by Ilya Dryomov · 9 years ago
  32. b37ee1b libceph: move schedule_delayed_work() in ceph_osdc_init() by Ilya Dryomov · 9 years ago
  33. fe5da05 libceph: redo callbacks and factor out MOSDOpReply decoding by Ilya Dryomov · 9 years ago
  34. 85e084f libceph: drop msg argument from ceph_osdc_callback_t by Ilya Dryomov · 9 years ago
  35. bb873b539 libceph: switch to calc_target(), part 2 by Ilya Dryomov · 8 years ago
  36. a66dd38 libceph: switch to calc_target(), part 1 by Ilya Dryomov · 9 years ago
  37. 63244fa libceph: introduce ceph_osd_request_target, calc_target() by Ilya Dryomov · 9 years ago
  38. 04812ac libceph: pi->min_size, pi->last_force_request_resend by Ilya Dryomov · 9 years ago
  39. f984cb7 libceph: make pgid_cmp() global by Ilya Dryomov · 9 years ago
  40. f81f163 libceph: rename ceph_calc_pg_primary() by Ilya Dryomov · 9 years ago
  41. 6f3bfd4 libceph: ceph_osds, ceph_pg_to_up_acting_osds() by Ilya Dryomov · 9 years ago
  42. d9591f5 libceph: rename ceph_oloc_oid_to_pg() by Ilya Dryomov · 9 years ago
  43. 985c167 libceph: fix ceph_eversion encoding by Ilya Dryomov · 9 years ago
  44. fcd00b6 libceph: DEFINE_RB_FUNCS macro by Ilya Dryomov · 9 years ago
  45. 42a2c09 libceph: open-code remove_{all,old}_osds() by Ilya Dryomov · 9 years ago
  46. 0c0a8de libceph: nuke unused fields and functions by Ilya Dryomov · 9 years ago
  47. c41d13a rbd: use header_oid instead of header_name by Ilya Dryomov · 9 years ago
  48. d30291b libceph: variable-sized ceph_object_id by Ilya Dryomov · 9 years ago
  49. 711da55 libceph: change how osd_op_reply message size is calculated by Ilya Dryomov · 9 years ago
  50. 13d1ad1 libceph: move message allocation out of ceph_osdc_alloc_request() by Ilya Dryomov · 9 years ago
  51. 8412728 libceph: grab snapc in ceph_osdc_alloc_request() by Ilya Dryomov · 9 years ago
  52. 3ed97d6 libceph: make ceph_osdc_put_request() accept NULL by Ilya Dryomov · 9 years ago
  53. 663ae2c rbd: get/put img_request in rbd_img_request_submit() by Ilya Dryomov · 8 years ago
  54. 2dcd0af Linux 4.6 by Linus Torvalds · 8 years ago
  55. 5f95063 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  56. 272911b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  57. 98397fc arm64: bpf: jit JMP_JSET_{X,K} by Zi Shen Lim · 9 years ago
  58. 626abd5 net/route: enforce hoplimit max value by Paolo Abeni · 9 years ago
  59. 31b0b38 nf_conntrack: avoid kernel pointer value leak in slab name by Linus Torvalds · 9 years ago
  60. 6ba5b85 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  61. b915065 Merge branch 'xgene-fixes' by David S. Miller · 9 years ago
  62. e2f2d9a drivers: net: xgene: fix register offset by Iyappan Subramanian · 9 years ago
  63. 3bb502f drivers: net: xgene: fix statistics counters race condition by Iyappan Subramanian · 9 years ago
  64. 1b090a4 drivers: net: xgene: fix ununiform latency across queues by Iyappan Subramanian · 9 years ago
  65. 46a22d2 drivers: net: xgene: fix sharing of irqs by Iyappan Subramanian · 9 years ago
  66. b30cfd2 drivers: net: xgene: fix IPv4 forward crash by Iyappan Subramanian · 9 years ago
  67. 1410b74 Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  68. da92223 Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 9 years ago
  69. 65643e3 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  70. f7f4d43 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  71. 1875946 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  72. c3548b7 Merge tag 'regulator-fix-v4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 9 years ago
  73. c42b8fe Merge tag 'regmap-fix-v4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 9 years ago
  74. 90fa7c7 Merge tag 'media/v4.6-6' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 9 years ago
  75. 9dcf8a5 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  76. dc0f2f8 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  77. 9689dab Merge remote-tracking branches 'regulator/fix/axp20x', 'regulator/fix/da9063', 'regulator/fix/gpio' and 'regulator/fix/s2mps11' into regulator-linus by Mark Brown · 9 years ago
  78. 2a2cd52 Merge remote-tracking branches 'regmap/fix/be', 'regmap/fix/doc' and 'regmap/fix/spmi' into regmap-linus by Mark Brown · 9 years ago
  79. 066a0e0 Merge remote-tracking branch 'regmap/fix/mmio' into regmap-linus by Mark Brown · 9 years ago
  80. e02aacb Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 9 years ago
  81. 72eec92 xen-netback: fix extra_info handling in xenvif_tx_err() by Paul Durrant · 9 years ago
  82. 636fa4a Merge tag 'perf-urgent-for-mingo-20160512' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 9 years ago
  83. a2ccb68 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  84. 6d0a07e mm: thp: calculate the mapcount correctly for THP pages during WP faults by Andrea Arcangeli · 9 years ago
  85. 7496fea ksm: fix conflict between mmput and scan_get_next_rmap_item by Zhou Chengming · 9 years ago
  86. c25a1e0 ocfs2: fix posix_acl_create deadlock by Junxiao Bi · 9 years ago
  87. 5ee0fbd ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hang by Junxiao Bi · 9 years ago
  88. 2073dba net: mvneta: bm: fix dependencies again by Arnd Bergmann · 9 years ago
  89. 02c9c0e Merge tag 'keys-fixes-20160512' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 9 years ago
  90. e5ad8b6 Merge tag 'sound-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
  91. ed1e33d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  92. 42ef8a7 perf stat: Fallback to user only counters when perf_event_paranoid > 1 by Arnaldo Carvalho de Melo · 9 years ago
  93. 0809482 perf evsel: Handle EACCESS + perf_event_paranoid=2 in fallback() by Arnaldo Carvalho de Melo · 9 years ago
  94. c47b9e0 drm/amdgpu: fix DP mode validation by Alex Deucher · 9 years ago
  95. ff0bd44 drm/radeon: fix DP mode validation by Alex Deucher · 9 years ago
  96. 7d17391 perf evsel: Improve EPERM error handling in open_strerror() by Arnaldo Carvalho de Melo · 9 years ago
  97. 422ce5a Merge tag 'pinctrl-v4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 9 years ago
  98. f7c17d2 workqueue: fix rebind bound workers warning by Wanpeng Li · 9 years ago
  99. 8a934cc Merge tag 'at91-fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91 into fixes by Arnd Bergmann · 9 years ago
  100. 09be4c8 cgroup: fix compile warning by Felipe Balbi · 9 years ago