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