1. 8848695 ceph: kill ceph alloc_page_vec() by Alex Elder · 11 years ago
  2. 94fe842 ceph: define ceph_writepages_osd_request() by Alex Elder · 11 years ago
  3. acead00 libceph: don't build request in ceph_osdc_new_request() by Alex Elder · 11 years ago
  4. 25d71cb ceph: use page_offset() in ceph_writepages_start() by Alex Elder · 11 years ago
  5. e0c5948 libceph: record byte count not page count by Alex Elder · 11 years ago
  6. 0fff87e libceph: separate read and write data by Alex Elder · 11 years ago
  7. 2ac2b7a6 libceph: distinguish page and bio requests by Alex Elder · 11 years ago
  8. 2794a82 libceph: separate osd request data info by Alex Elder · 11 years ago
  9. 153e516 libceph: don't assign page info in ceph_osdc_new_request() by Alex Elder · 11 years ago
  10. cf7b7e1 ceph: use calc_pages_for() in start_read() by Alex Elder · 11 years ago
  11. 7971bd9 ceph: revert commit 22cddde104 by Sage Weil · 11 years ago
  12. 1cf0209 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  13. 1b83bef libceph: update osd request/reply encoding by Sage Weil · 11 years ago
  14. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  15. a3bea47 ceph: kill ceph_osdc_new_request() "num_reply" parameter by Alex Elder · 11 years ago
  16. 2480882 ceph: kill ceph_osdc_writepages() "flags" parameter by Alex Elder · 11 years ago
  17. fbf8685 ceph: kill ceph_osdc_writepages() "dosync" parameter by Alex Elder · 11 years ago
  18. 87f979d ceph: kill ceph_osdc_writepages() "nofail" parameter by Alex Elder · 11 years ago
  19. 40889e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  20. 8884d53 libceph: Unlock unprocessed pages in start_read() error path by David Zafman · 12 years ago
  21. 22cddde ceph: Fix i_size update race by Sage Weil · 12 years ago
  22. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
  23. 6285bc2 ceph: avoid 32-bit page index overflow by Alex Elder · 12 years ago
  24. 6816282 ceph: propagate layout error on osd request creation by Sage Weil · 12 years ago
  25. 3ca9c3b ceph: Push file_update_time() into ceph_page_mkwrite() by Jan Kara · 12 years ago
  26. 61600ef ceph: check PG_Private flag before accessing page->private by Yan, Zheng · 12 years ago
  27. be65559 ceph: use i_ceph_lock instead of i_lock by Sage Weil · 13 years ago
  28. 3395734 libceph: fix double-free of page vector by Sage Weil · 13 years ago
  29. 0d66a48 ceph: implement (optional) max read size by Sage Weil · 13 years ago
  30. 7c27219 ceph: make readpages fully async by Sage Weil · 13 years ago
  31. 70b666c ceph: use ihold when we already have an inode ref by Sage Weil · 13 years ago
  32. 9d6fcb0 ceph: check return value for start_request in writepages by Sage Weil · 13 years ago
  33. 6b4a3b5 ceph: remove useless check by Sage Weil · 13 years ago
  34. 8c71897 ceph: handle ceph_osdc_new_request failure in ceph_writepages_start by Henry C Chang · 13 years ago
  35. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  36. 0444d76 fs: don't use igrab() while holding i_lock by Dave Chinner · 13 years ago
  37. 76db8ac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  38. b7495fc ceph: make page alignment explicit in osd interface by Sage Weil · 14 years ago
  39. 1b430be writeback: remove nonblocking/encountered_congestion references by Wu Fengguang · 14 years ago
  40. 3d14c5d ceph: factor out libceph from Ceph file system by Yehuda Sadeh · 14 years ago
  41. ae00d4f ceph: fix cap_snap and realm split by Sage Weil · 14 years ago
  42. a77d9f7 ceph: fix file offset wrapping at 4GB on 32-bit archs by Sage Weil · 14 years ago
  43. 7d8cb26 ceph: maintain i_head_snapc when any caps are dirty, not just for data by Sage Weil · 14 years ago
  44. 679ceac mm: exporting account_page_dirty by Michael Rubin · 14 years ago
  45. 213c99e ceph: whitespace cleanup by Sage Weil · 14 years ago
  46. 2962507 ceph: perform lazy reads when file mode and caps permit by Sage Weil · 14 years ago
  47. 640ef79 ceph: use ceph_sb_to_client instead of ceph_client by Cheng Renquan · 14 years ago
  48. 31459fe ceph: use __page_cache_alloc and add_to_page_cache_lru by Yehuda Sadeh · 14 years ago
  49. 54ad023 ceph: don't use writeback_control in writepages completion by Sage Weil · 14 years ago
  50. 7ff899d ceph: fix lockless caps check by Sage Weil · 14 years ago
  51. 96e35b4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  52. 6298a33 ceph: fix snap context reference leaks by Sage Weil · 14 years ago
  53. 80e755f ceph: allow writeback of snapped pages older than 'oldest' snapc by Sage Weil · 14 years ago
  54. 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
  55. 8f883c2 ceph: make write_begin wait propagate ERESTARTSYS by Sage Weil · 14 years ago
  56. 4ce1e9a ceph: move dereference after NULL test by Alexander Beregalov · 14 years ago
  57. e63dc5c ceph: remove page upon writeback completion if lost cache cap by Yehuda Sadeh · 14 years ago
  58. 3c6f6b7 ceph: cleanup async writeback, truncation, invalidate helpers by Sage Weil · 14 years ago
  59. 4af6b22 ceph: refactor ceph_write_begin, fix ceph_page_mkwrite by Yehuda Sadeh · 14 years ago
  60. b056c87 ceph: remove unused variable by Yehuda Sadeh · 14 years ago
  61. 79788c6 ceph: release all pages after successful osd write response by Sage Weil · 14 years ago
  62. ec7384e ceph: remove duplicate variable initialization by Julia Lawall · 14 years ago
  63. 2baba25 ceph: writeback congestion control by Yehuda Sadeh · 14 years ago
  64. dbd646a ceph: writepage grabs and releases inode by Yehuda Sadeh · 14 years ago
  65. 6b80518 ceph: allocate and parse mount args before client instance by Sage Weil · 15 years ago
  66. 1d3576f ceph: address space operations by Sage Weil · 15 years ago