1. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  2. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  3. 4531126 ceph: remove unnecessary NULL check by Yan, Zheng · 8 years ago
  4. 34b759b ceph: kill ceph_empty_snapc by Ilya Dryomov · 8 years ago
  5. ce43559 ceph: fix a wrong comparison by Anton Protopopov · 8 years ago
  6. 5b64640 ceph: scattered page writeback by Yan, Zheng · 8 years ago
  7. 5ea5c5e ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 support by Yan, Zheng · 8 years ago
  8. 99c88e6 ceph: use i_size_{read,write} to get/set i_size by Yan, Zheng · 8 years ago
  9. 458c470 ceph: Avoid to propagate the invalid page point by Minfei Huang · 8 years ago
  10. f9cac5a ceph: fix double page_unlock() in page_mkwrite() by Yan, Zheng · 8 years ago
  11. c62d255 mm, fs: introduce mapping_gfp_constraint() by Michal Hocko · 9 years ago
  12. e013f74 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  13. 7cbea8d mm: mark most vm_operations_struct const by Kirill A. Shutemov · 9 years ago
  14. 4383868 ceph: improve readahead for file holes by Yan, Zheng · 9 years ago
  15. a341d4d ceph: invalidate dirty pages after forced umount by Yan, Zheng · 9 years ago
  16. 48fec5d ceph: EIO all operations after forced umount by Yan, Zheng · 9 years ago
  17. e1966b4 ceph: fix ceph_writepages_start() by Yan, Zheng · 9 years ago
  18. 687265e ceph: switch some GFP_NOFS memory allocation to GFP_KERNEL by Yan, Zheng · 9 years ago
  19. f66fd9f ceph: pre-allocate data structure that tracks caps flushing by Yan, Zheng · 9 years ago
  20. 5dda377c ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR reference by Yan, Zheng · 9 years ago
  21. 7b06a82 ceph: use empty snap context for uninline_data and get_pool_perm by Yan, Zheng · 9 years ago
  22. 10183a6 ceph: check OSD caps before read/write by Yan, Zheng · 9 years ago
  23. 144cba1 libceph: allow setting osd_req_op's flags by Yan, Zheng · 9 years ago
  24. 1204c46 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  25. ec137c1 ceph: fix uninline data function by Yan, Zheng · 9 years ago
  26. c1d00b2 ceph: properly release page upon error by Taesoo Kim · 9 years ago
  27. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  28. 4533f6e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  29. fcc02d2 ceph: fix reading inline data when i_size > PAGE_SIZE by Yan, Zheng · 9 years ago
  30. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 9 years ago
  31. 0668ff5 ceph: use %zu for len in ceph_fill_inline_data() by Ilya Dryomov · 9 years ago
  32. 021b77b ceph: do_sync is never initialized by Dan Carpenter · 10 years ago
  33. 28127bd ceph: convert inline data to normal data before data write by Yan, Zheng · 10 years ago
  34. 8370124 ceph: sync read inline data by Yan, Zheng · 10 years ago
  35. 3738daa ceph: fetch inline data when getting Fcr cap refs by Yan, Zheng · 10 years ago
  36. 31c542a ceph: add inline data to pagecache by Yan, Zheng · 10 years ago
  37. 715e4cd libceph: specify position of extent operation by Yan, Zheng · 10 years ago
  38. a4483e8 ceph: remove redundant code for max file size verification by Chao Yu · 10 years ago
  39. 6d87c22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  40. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  41. f3ae1b9 fs/ceph: replace pr_warning by pr_warn by Fabian Frederick · 10 years ago
  42. 23cd573 ceph: refactor readpage_nounlock() to make the logic clearer by Zhang Zhen · 10 years ago
  43. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  44. 37b52fe ceph: fix dout() compile warnings in ceph_filemap_fault() by Ilya Dryomov · 10 years ago
  45. 1830280 ceph fscache: Uncaching no data page from fscache in readpage() by Li Wang · 10 years ago
  46. 61f6881 ceph: check caps in filemap_fault and page_mkwrite by Yan, Zheng · 11 years ago
  47. f36132a ceph: Clean up if error occurred in finish_read() by Li Wang · 11 years ago
  48. 56f91aa ceph: Avoid data inconsistency due to d-cache aliasing in readpage() by Li Wang · 11 years ago
  49. ff638b7 ceph: allocate non-zero page to fscache in readpage() by Li Wang · 11 years ago
  50. d4d3aa3 ceph: page still marked private_2 by Milosz Tanski · 11 years ago
  51. 76be778 ceph: clean PgPrivate2 on returning from readpages by Milosz Tanski · 11 years ago
  52. 99ccbd2 ceph: use fscache as a local presisent cache by Milosz Tanski · 11 years ago
  53. 7d6e1f5 ceph: use vfs __set_page_dirty_nobuffers interface instead of doing it inside filesystem by Sha Zhengju · 11 years ago
  54. b150f5c1 ceph: cleanup the logic in ceph_invalidatepage by Milosz Tanski · 11 years ago
  55. ee3e542 Merge remote-tracking branch 'linus/master' into testing by Sage Weil · 11 years ago
  56. fe2a801 ceph: Remove bogus check in invalidatepage by Milosz Tanski · 11 years ago
  57. 9a5889a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  58. c62988e ceph: avoid meaningless calling ceph_caps_revoking if sync_mode == WB_SYNC_ALL. by majianpeng · 11 years ago
  59. fc2744a ceph: fix race between page writeback and truncate by Yan, Zheng · 11 years ago
  60. 569d39f ceph: use ->invalidatepage() length argument by Lukas Czerner · 11 years ago
  61. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  62. 406e2c9 libceph: kill off osd data write_request parameters by Alex Elder · 11 years ago
  63. 1ac0fc8 ceph: fix race between writepages and truncate by Yan, Zheng · 11 years ago
  64. a4ce40a libceph: combine initializing and setting osd data by Alex Elder · 11 years ago
  65. c99d2d4 libceph: specify osd op by index in request by Alex Elder · 11 years ago
  66. 8c042b0 libceph: add data pointers in osd op structures by Alex Elder · 11 years ago
  67. 7952873 libceph: keep source rather than message osd op array by Alex Elder · 11 years ago
  68. 87060c1 libceph: a few more osd data cleanups by Alex Elder · 11 years ago
  69. 43bfe5d libceph: define osd data initialization helpers by Alex Elder · 11 years ago
  70. e5975c7 ceph: build osd request message later for writepages by Alex Elder · 11 years ago
  71. 02ee07d libceph: hold off building osd request by Alex Elder · 11 years ago
  72. 8848695 ceph: kill ceph alloc_page_vec() by Alex Elder · 11 years ago
  73. 94fe842 ceph: define ceph_writepages_osd_request() by Alex Elder · 11 years ago
  74. acead00 libceph: don't build request in ceph_osdc_new_request() by Alex Elder · 11 years ago
  75. 25d71cb ceph: use page_offset() in ceph_writepages_start() by Alex Elder · 11 years ago
  76. e0c5948 libceph: record byte count not page count by Alex Elder · 11 years ago
  77. 0fff87e libceph: separate read and write data by Alex Elder · 11 years ago
  78. 2ac2b7a6 libceph: distinguish page and bio requests by Alex Elder · 11 years ago
  79. 2794a82 libceph: separate osd request data info by Alex Elder · 11 years ago
  80. 153e516 libceph: don't assign page info in ceph_osdc_new_request() by Alex Elder · 11 years ago
  81. cf7b7e1 ceph: use calc_pages_for() in start_read() by Alex Elder · 11 years ago
  82. 7971bd9 ceph: revert commit 22cddde104 by Sage Weil · 11 years ago
  83. 1cf0209 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  84. 1b83bef libceph: update osd request/reply encoding by Sage Weil · 11 years ago
  85. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  86. a3bea47 ceph: kill ceph_osdc_new_request() "num_reply" parameter by Alex Elder · 11 years ago
  87. 2480882 ceph: kill ceph_osdc_writepages() "flags" parameter by Alex Elder · 11 years ago
  88. fbf8685 ceph: kill ceph_osdc_writepages() "dosync" parameter by Alex Elder · 11 years ago
  89. 87f979d ceph: kill ceph_osdc_writepages() "nofail" parameter by Alex Elder · 11 years ago
  90. 40889e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  91. 8884d53 libceph: Unlock unprocessed pages in start_read() error path by David Zafman · 12 years ago
  92. 22cddde ceph: Fix i_size update race by Sage Weil · 12 years ago
  93. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
  94. 6285bc2 ceph: avoid 32-bit page index overflow by Alex Elder · 12 years ago
  95. 6816282 ceph: propagate layout error on osd request creation by Sage Weil · 12 years ago
  96. 3ca9c3b ceph: Push file_update_time() into ceph_page_mkwrite() by Jan Kara · 12 years ago
  97. 61600ef ceph: check PG_Private flag before accessing page->private by Yan, Zheng · 12 years ago
  98. be65559 ceph: use i_ceph_lock instead of i_lock by Sage Weil · 13 years ago
  99. 3395734 libceph: fix double-free of page vector by Sage Weil · 13 years ago
  100. 0d66a48 ceph: implement (optional) max read size by Sage Weil · 13 years ago