1. 0081bd8 ceph: check directory's completeness before emitting directory entry by Yan, Zheng · 10 years ago
  2. a30be7c ceph: skip invalid dentry during dcache readdir by Yan, Zheng · 10 years ago
  3. 8a53f23 libceph: dump pool {read,write}_tier to debugfs by Ilya Dryomov · 10 years ago
  4. f31da0f libceph: output primary affinity values on osdmap updates by Ilya Dryomov · 10 years ago
  5. a56371d ceph: flush cap release queue when trimming session caps by Yan, Zheng · 10 years ago
  6. 4819301 ceph: don't grabs open file reference for aborted request by Yan, Zheng · 10 years ago
  7. ab86654 ceph: drop extra open file reference in ceph_atomic_open() by Yan, Zheng · 10 years ago
  8. 5400839 ceph: preallocate buffer for readdir reply by Yan, Zheng · 10 years ago
  9. 18cb95a libceph: enable PRIMARY_AFFINITY feature bit by Ilya Dryomov · 10 years ago
  10. c4c1228 libceph: redo ceph_calc_pg_primary() in terms of ceph_calc_pg_acting() by Ilya Dryomov · 10 years ago
  11. 47ec1f3 libceph: add support for osd primary affinity by Ilya Dryomov · 10 years ago
  12. 5e8d4d3 libceph: add support for primary_temp mappings by Ilya Dryomov · 10 years ago
  13. 8008ab1 libceph: return primary from ceph_calc_pg_acting() by Ilya Dryomov · 10 years ago
  14. ac97223 libceph: switch ceph_calc_pg_acting() to new helpers by Ilya Dryomov · 10 years ago
  15. 45966c3 libceph: introduce apply_temps() helper by Ilya Dryomov · 10 years ago
  16. 2bd93d4 libceph: introduce pg_to_raw_osds() and raw_to_up_osds() helpers by Ilya Dryomov · 10 years ago
  17. 2abebdb libceph: ceph_can_shift_osds(pool) and pool type defines by Ilya Dryomov · 10 years ago
  18. 246138f libceph: ceph_osd_{exists,is_up,is_down}(osd) definitions by Ilya Dryomov · 10 years ago
  19. ddf3a21 libceph: enable OSDMAP_ENC feature bit by Ilya Dryomov · 10 years ago
  20. 63a6993 libceph: primary_affinity decode bits by Ilya Dryomov · 10 years ago
  21. 2cfa34f libceph: primary_affinity infrastructure by Ilya Dryomov · 10 years ago
  22. d286de7 libceph: primary_temp decode bits by Ilya Dryomov · 10 years ago
  23. 9686f94 libceph: primary_temp infrastructure by Ilya Dryomov · 10 years ago
  24. 35a935d libceph: generalize ceph_pg_mapping by Ilya Dryomov · 10 years ago
  25. ec7af97 libceph: introduce get_osdmap_client_data_v() by Ilya Dryomov · 10 years ago
  26. 10db634 libceph: introduce decode{,_new}_pg_temp() and switch to them by Ilya Dryomov · 10 years ago
  27. 4d60351 libceph: switch osdmap_set_max_osd() to krealloc() by Ilya Dryomov · 10 years ago
  28. 433fbdd libceph: introduce decode{,_new}_pools() and switch to them by Ilya Dryomov · 10 years ago
  29. 0f70c7e libceph: rename __decode_pool{,_names}() to decode_pool{,_names}() by Ilya Dryomov · 10 years ago
  30. 53bbaba libceph: fix and clarify ceph_decode_need() sizes by Ilya Dryomov · 10 years ago
  31. 9464d00 libceph: nuke bogus encoding version check in osdmap_apply_incremental() by Ilya Dryomov · 10 years ago
  32. 86f1742 libceph: fixup error handling in osdmap_apply_incremental() by Ilya Dryomov · 10 years ago
  33. 9902e68 libceph: fix crush_decode() call site in osdmap_decode() by Ilya Dryomov · 10 years ago
  34. 2d88b2e libceph: check length of osdmap osd arrays by Ilya Dryomov · 10 years ago
  35. 3977058 libceph: safely decode max_osd value in osdmap_decode() by Ilya Dryomov · 10 years ago
  36. 597b52f libceph: fixup error handling in osdmap_decode() by Ilya Dryomov · 10 years ago
  37. a2505d6 libceph: split osdmap allocation and decode steps by Ilya Dryomov · 10 years ago
  38. 38a8d56 libceph: dump osdmap and enhance output on decode errors by Ilya Dryomov · 10 years ago
  39. 1c00240 libceph: dump pg_temp mappings to debugfs by Ilya Dryomov · 10 years ago
  40. 0a2800d libceph: do not prefix osd lines with \t in debugfs output by Ilya Dryomov · 10 years ago
  41. 35fea3a libceph: refer to osdmap directly in osdmap_show() by Ilya Dryomov · 10 years ago
  42. 07bd7de crush: support chooseleaf_vary_r tunable (tunables3) by default by Ilya Dryomov · 10 years ago
  43. d83ed85 crush: add SET_CHOOSELEAF_VARY_R step by Ilya Dryomov · 10 years ago
  44. e2b149c crush: add chooseleaf_vary_r tunable by Ilya Dryomov · 10 years ago
  45. 6ed1002 crush: allow crush rules to set (re)tries counts to 0 by Ilya Dryomov · 10 years ago
  46. 48a163d crush: fix off-by-one errors in total_tries refactor by Ilya Dryomov · 10 years ago
  47. cc48c3e ceph: don't include ceph.{file,dir}.layout vxattr in listxattr() by Yan, Zheng · 10 years ago
  48. 1e5c664 ceph: check buffer size in ceph_vxattrcb_layout() by Yan, Zheng · 10 years ago
  49. 00bd8ed ceph: fix null pointer dereference in discard_cap_releases() by Yan, Zheng · 10 years ago
  50. d90deda libceph: fix oops in ceph_msg_data_{pages,pagelist}_advance() by Yan, Zheng · 10 years ago
  51. 5f75ce5 ceph: Remove get/set acl on symlinks by Fabian Frederick · 10 years ago
  52. d9ffc4f ceph: set mds_wanted when MDS reply changes a cap to auth cap by Yan, Zheng · 10 years ago
  53. eb13e83 ceph: use fl->fl_file as owner identifier of flock and posix lock by Yan, Zheng · 10 years ago
  54. eb70c0c ceph: forbid mandatory file lock by Yan, Zheng · 10 years ago
  55. 0e8e95d ceph: use fl->fl_type to decide flock operation by Yan, Zheng · 10 years ago
  56. 8c93cd6 ceph: update i_max_size even if inode version does not change by Yan, Zheng · 10 years ago
  57. a255060 ceph: make sure write caps are registered with auth MDS by Yan, Zheng · 10 years ago
  58. c137a32 ceph: print inode number for LOOKUPINO request by Yan, Zheng · 10 years ago
  59. 19913b4 ceph: add get_name() NFS export callback by Yan, Zheng · 10 years ago
  60. 8996f4f ceph: fix ceph_fh_to_parent() by Yan, Zheng · 10 years ago
  61. 9017c2e ceph: add get_parent() NFS export callback by Yan, Zheng · 10 years ago
  62. 4f32b42 ceph: simplify ceph_fh_to_dentry() by Yan, Zheng · 10 years ago
  63. f1fc4fee ceph: fscache: Wait for completion of object initialization by Yunchuan Wen · 11 years ago
  64. 32d3e14 ceph: fscache: Update object store limit after file writing by Yunchuan Wen · 11 years ago
  65. 020c4bd ceph: fscache: add an interface to synchronize object store limit by Yunchuan Wen · 11 years ago
  66. 4b58c9b ceph: do not set r_old_dentry_dir on link() by Sage Weil · 11 years ago
  67. 844d87c ceph: do not assume r_old_dentry[_dir] always set together by Sage Weil · 11 years ago
  68. 752c8bd ceph: do not chain inode updates to parent fsync by Sage Weil · 11 years ago
  69. 180061a ceph: avoid useless ceph_get_dentry_parent_inode() in ceph_rename() by Sage Weil · 11 years ago
  70. 15289dc ceph: let MDS adjust readdir 'frag' by Yan, Zheng · 10 years ago
  71. dcd3cc0 ceph: fix reset_readdir() by Yan, Zheng · 10 years ago
  72. f049420 ceph: fix ceph_dir_llseek() by Yan, Zheng · 10 years ago
  73. 0ccd592 rbd: prefix rbd writes with CEPH_OSD_OP_SETALLOCHINT osd op by Ilya Dryomov · 10 years ago
  74. deb236b rbd: num_ops parameter for rbd_osd_req_create() by Ilya Dryomov · 10 years ago
  75. 7cc69d4 libceph: bump CEPH_OSD_MAX_OP to 3 by Ilya Dryomov · 10 years ago
  76. c647b8a libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd op by Ilya Dryomov · 10 years ago
  77. 7b25bf5 libceph: encode CEPH_OSD_OP_FLAG_* op flags by Ilya Dryomov · 10 years ago
  78. 42dd037 rbd: fix error paths in rbd_img_request_fill() by Ilya Dryomov · 10 years ago
  79. 62054da rbd: remove out_partial label in rbd_img_request_fill() by Ilya Dryomov · 10 years ago
  80. 9d52147 libceph: a per-osdc crush scratch buffer by Ilya Dryomov · 10 years ago
  81. 455c6fd Linux 3.14 by Linus Torvalds · 10 years ago
  82. fedc1ed Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  83. 01358e5 MAINTAINERS: resume as Documentation maintainer by Randy Dunlap · 10 years ago
  84. 915ac4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
  85. aa4af83 AUDIT: Allow login in non-init namespaces by Eric Paris · 10 years ago
  86. 00a1a05 ext4: atomically set inode->i_flags in ext4_set_inode_flags() by Theodore Ts'o · 10 years ago
  87. 38129a1 switch mnt_hash to hlist by Al Viro · 10 years ago
  88. 0b1b901 don't bother with propagate_mnt() unless the target is shared by Al Viro · 10 years ago
  89. 1d6a32a keep shadowed vfsmounts together by Al Viro · 10 years ago
  90. 0818bf2 resizable namespace.c hashes by Al Viro · 10 years ago
  91. 981e893 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  92. 0f2776e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  93. e4dbedc Input: mousedev - fix race when creating mixed device by Dmitry Torokhov · 10 years ago
  94. fc7392a Input: don't modify the id of ioctl-provided ff effect on upload failure by Elias Vanderstuyft · 10 years ago
  95. 638c323 rbd: drop an unsafe assertion by Alex Elder · 10 years ago
  96. 49d8137 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  97. 5f2feca Merge branch 'vlan_offloads' by David S. Miller · 10 years ago
  98. 2adb956 vlan: Warn the user if lowerdev has bad vlan features. by Vlad Yasevich · 10 years ago
  99. 3f8c707 veth: Turn off vlan rx acceleration in vlan_features by Vlad Yasevich · 10 years ago
  100. 8dd6e14 ifb: Remove vlan acceleration from vlan_features by Vlad Yasevich · 10 years ago