1. 2f75e9e ceph: replace hold_mutex flag with goto by Sage Weil · 11 years ago
  2. 0e5dd45 ceph: Move the place for EOLDSNAPC handle in ceph_aio_write to easily understand by majianpeng · 11 years ago
  3. 6f60f88 ceph: fix freeing inode vs removing session caps race by Yan, Zheng · 11 years ago
  4. 2fbcbff ceph: Add check returned value on func ceph_calc_ceph_pg. by majianpeng · 11 years ago
  5. 7ab9b38 ceph: Don't use ceph-sync-mode for synchronous-fs. by majianpeng · 11 years ago
  6. 688bac4 ceph: cleanup types in striped_read() by Dan Carpenter · 11 years ago
  7. ca20c99 ceph: trim deleted inode by Yan, Zheng · 11 years ago
  8. 85ce127a ceph: wake up writer if vmtruncate work get blocked by Yan, Zheng · 11 years ago
  9. ad88f23 ceph: drop CAP_LINK_SHARED when sending "link" request to MDS by Yan, Zheng · 11 years ago
  10. c338c07 ceph: fix null pointer dereference by Nathaniel Yazdani · 11 years ago
  11. 494ddd1 ceph: Don't forget the 'up_read(&osdc->map_sem)' if met error. by majianpeng · 11 years ago
  12. 9a5889a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  13. 84d08fa helper for reading ->d_count by Al Viro · 11 years ago
  14. 6ee6b953 ceph: fix race between cap issue and revoke by Yan, Zheng · 11 years ago
  15. b1530f5 ceph: fix cap revoke race by Yan, Zheng · 11 years ago
  16. b415bf4 ceph: fix pending vmtruncate race by Yan, Zheng · 11 years ago
  17. 5446429 ceph: avoid accessing invalid memory by Sasha Levin · 11 years ago
  18. 93faca6 ceph: Reconstruct the func ceph_reserve_caps. by majianpeng · 11 years ago
  19. fb3101b ceph: Free mdsc if alloc mdsc->mdsmap failed. by majianpeng · 11 years ago
  20. 0405a14 ceph: remove sb_start/end_write in ceph_aio_write. by Jianpeng Ma · 11 years ago
  21. c62988e ceph: avoid meaningless calling ceph_caps_revoking if sync_mode == WB_SYNC_ALL. by majianpeng · 11 years ago
  22. a1dc193 ceph: fix sleeping function called from invalid context. by majianpeng · 11 years ago
  23. 005c469 ceph: move inode to proper flushing list when auth MDS changes by Yan, Zheng · 11 years ago
  24. 667ca05 ceph: clear migrate seq when MDS restarts by Yan, Zheng · 11 years ago
  25. b8c2f3a ceph: check migrate seq before changing auth cap by Yan, Zheng · 11 years ago
  26. fc2744a ceph: fix race between page writeback and truncate by Yan, Zheng · 11 years ago
  27. 3803da4 ceph: reset iov_len when discarding cap release messages by Yan, Zheng · 11 years ago
  28. bb137f8 ceph: fix cap release race by Yan, Zheng · 11 years ago
  29. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  30. 46a1c2c vfs: export lseek_execute() to modules by Jie Liu · 11 years ago
  31. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  32. 6af8652 ceph: tidy ceph_mdsmap_decode() a little by Dan Carpenter · 11 years ago
  33. c213b50 ceph: improve error handling in ceph_mdsmap_decode by Emil Goode · 11 years ago
  34. 4d1bf79 ceph: fix up comment for ceph_count_locks() as to which lock to hold by Jim Schutt · 11 years ago
  35. 1c8c601 locks: protect most of the file_lock handling with i_lock by Jeff Layton · 11 years ago
  36. 77acfa2 [readdir] convert ceph by Al Viro · 11 years ago
  37. 8d7a8fe Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  38. 569d39f ceph: use ->invalidatepage() length argument by Lukas Czerner · 11 years ago
  39. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  40. 39be95e ceph: ceph_pagelist_append might sleep while atomic by Jim Schutt · 11 years ago
  41. c420276 ceph: add cpu_to_le32() calls when encoding a reconnect capability by Jim Schutt · 11 years ago
  42. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  43. 812164f8 ceph: use ceph_create_snap_context() by Alex Elder · 11 years ago
  44. 406e2c9 libceph: kill off osd data write_request parameters by Alex Elder · 11 years ago
  45. ac7f29b ceph: fix printk format warnings in file.c by Randy Dunlap · 11 years ago
  46. 1ac0fc8 ceph: fix race between writepages and truncate by Yan, Zheng · 11 years ago
  47. 03d254e ceph: apply write checks in ceph_aio_write by Yan, Zheng · 11 years ago
  48. 37505d5 ceph: take i_mutex before getting Fw cap by Yan, Zheng · 11 years ago
  49. 26be880 libceph: change how "safe" callback is used by Alex Elder · 11 years ago
  50. 7d7d51c ceph: let osd client clean up for interrupted request by Alex Elder · 11 years ago
  51. 0b93267 ceph: fix symlink inode operations by Yan, Zheng · 11 years ago
  52. a84cd29 ceph: Use pseudo-random numbers to choose mds by Sam Lang · 11 years ago
  53. 90af360 libceph: add, don't set data for a message by Alex Elder · 11 years ago
  54. a4ce40a libceph: combine initializing and setting osd data by Alex Elder · 11 years ago
  55. c99d2d4 libceph: specify osd op by index in request by Alex Elder · 11 years ago
  56. 8c042b0 libceph: add data pointers in osd op structures by Alex Elder · 11 years ago
  57. 7952873 libceph: keep source rather than message osd op array by Alex Elder · 11 years ago
  58. 87060c1 libceph: a few more osd data cleanups by Alex Elder · 11 years ago
  59. 43bfe5d libceph: define osd data initialization helpers by Alex Elder · 11 years ago
  60. e5975c7 ceph: build osd request message later for writepages by Alex Elder · 11 years ago
  61. 02ee07d libceph: hold off building osd request by Alex Elder · 11 years ago
  62. 8848695 ceph: kill ceph alloc_page_vec() by Alex Elder · 11 years ago
  63. 94fe842 ceph: define ceph_writepages_osd_request() by Alex Elder · 11 years ago
  64. acead00 libceph: don't build request in ceph_osdc_new_request() by Alex Elder · 11 years ago
  65. 25d71cb ceph: use page_offset() in ceph_writepages_start() by Alex Elder · 11 years ago
  66. 3bf5333 ceph: set up page array mempool with correct size by Alex Elder · 11 years ago
  67. 27859f9 libceph: wrap auth ops in wrapper functions by Sage Weil · 11 years ago
  68. 0bed9b5 libceph: add update_authorizer auth method by Sage Weil · 11 years ago
  69. 022f3e2 ceph: fix buffer pointer advance in ceph_sync_write by Henry C Chang · 11 years ago
  70. 2f276c5 ceph: use i_release_count to indicate dir's completeness by Yan, Zheng · 11 years ago
  71. ebf18f4 ceph: only set message data pointers if non-empty by Alex Elder · 11 years ago
  72. 27fa838 libceph: isolate other message data fields by Alex Elder · 11 years ago
  73. f1baeb2 libceph: set page info with byte length by Alex Elder · 11 years ago
  74. 02afca6 libceph: isolate message page field manipulation by Alex Elder · 11 years ago
  75. e0c5948 libceph: record byte count not page count by Alex Elder · 11 years ago
  76. 0fff87e libceph: separate read and write data by Alex Elder · 11 years ago
  77. 2ac2b7a6 libceph: distinguish page and bio requests by Alex Elder · 11 years ago
  78. 2794a82 libceph: separate osd request data info by Alex Elder · 11 years ago
  79. 153e516 libceph: don't assign page info in ceph_osdc_new_request() by Alex Elder · 11 years ago
  80. 3a42b6c ceph: simplify ceph_sync_write() page_align calculation by Alex Elder · 11 years ago
  81. cf7b7e1 ceph: use calc_pages_for() in start_read() by Alex Elder · 11 years ago
  82. 54ae075 libceph: no need for alignment for mds message by Alex Elder · 11 years ago
  83. 53ded49 libceph: define mds_alloc_msg() method by Alex Elder · 11 years ago
  84. 41766f8 libceph: rename ceph_calc_object_layout() by Alex Elder · 11 years ago
  85. ec02a2f libceph: kill ceph_msg->pagelist_count by Alex Elder · 11 years ago
  86. 3f99969 ceph: acquire i_mutex in __ceph_do_pending_vmtruncate by Yan, Zheng · 11 years ago
  87. 6070e0c ceph: don't early drop Fw cap by Yan, Zheng · 11 years ago
  88. 7971bd9 ceph: revert commit 22cddde104 by Sage Weil · 11 years ago
  89. a8673d6 ceph: use I_COMPLETE inode flag instead of D_COMPLETE flag by Yan, Zheng · 11 years ago
  90. 964266c ceph: set mds_want according to cap import message by Yan, Zheng · 11 years ago
  91. d40ee0d ceph: queue cap release when trimming cap by Yan, Zheng · 11 years ago
  92. 8a03449 ceph: fix LSSNAP regression by Yan, Zheng · 11 years ago
  93. d4b515f libceph: distinguish page array and pagelist count by Alex Elder · 11 years ago
  94. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  95. 1cf0209 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  96. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  97. 1b83bef libceph: update osd request/reply encoding by Sage Weil · 11 years ago
  98. 2169aea libceph: calculate placement based on the internal data types by Sage Weil · 11 years ago
  99. 4f6a7e5 ceph: update support for PGID64, PGPOOL3, OSDENC protocol features by Sage Weil · 11 years ago
  100. 5b191d9 libceph: decode into cpu-native ceph_pg type by Sage Weil · 11 years ago