1. c403c3a2 ceph: promote to unsigned long long before shifting by Matthew Wilcox (Oracle) · 4 years, 4 months ago
  2. 7edf1ec ceph: don't SetPageError on readpage errors by Jeff Layton · 4 years, 4 months ago
  3. 1cc1699 ceph: fold ceph_update_writeable_page into ceph_write_begin by Jeff Layton · 4 years, 8 months ago
  4. 6390987 ceph: fold ceph_sync_writepages into writepage_nounlock by Jeff Layton · 4 years, 6 months ago
  5. 9b4862e ceph: fold ceph_sync_readpages into ceph_readpage by Jeff Layton · 4 years, 8 months ago
  6. d45156b ceph: don't call ceph_update_writeable_page from page_mkwrite by Jeff Layton · 4 years, 8 months ago
  7. 18d620f ceph: break out writeback of incompatible snap context to separate function by Jeff Layton · 4 years, 8 months ago
  8. 0b98acd libceph, rbd, ceph: "blacklist" -> "blocklist" by Ilya Dryomov · 4 years, 4 months ago
  9. 2e16929 ceph: have ceph_writepages_start call pagevec_lookup_range_tag by Jeff Layton · 4 years, 4 months ago
  10. a0102bd ceph: move sb->wb_pagevec_pool to be a global mempool by Jeff Layton · 4 years, 6 months ago
  11. 97e27aa ceph: add read/write latency metric support by Xiubo Li · 4 years, 10 months ago
  12. cb03c14 ceph: switch to page_mkwrite_check_truncate in ceph_page_mkwrite by Andreas Gruenbacher · 5 years ago
  13. 5107d7d ceph: move ceph_osdc_{read,write}pages to ceph.ko by Xiubo Li · 5 years ago
  14. 7083747 ceph: don't ClearPageChecked in ceph_invalidatepage() by Jeff Layton · 5 years ago
  15. 96ac915 ceph: use release_pages() directly by John Hubbard · 5 years ago
  16. 249c1df ceph: don't freeze during write page faults by Jeff Layton · 5 years ago
  17. b72b13e ceph: don't SetPageError on writepage errors by Jeff Layton · 6 years ago
  18. 131d7eb ceph: auto reconnect after blacklisted by Yan, Zheng · 5 years ago
  19. 5e3ded1 ceph: pass filp to ceph_get_caps() by Yan, Zheng · 5 years ago
  20. c95f1c5 ceph: clear page dirty before invalidate page by Erqi Chen · 5 years ago
  21. 5c30835 ceph: increment change_attribute on local changes by Jeff Layton · 6 years ago
  22. c64a2b0 ceph: use vmf_error() in ceph_filemap_fault() by Souptick Joarder · 6 years ago
  23. f86196e fs: don't open code lru_to_page() by Nikolay Borisov · 6 years ago
  24. 2ee9dd9 ceph: add non-blocking parameter to ceph_try_get_caps() by Luis Henriques · 6 years ago
  25. 2449984 ceph: adding new return type vm_fault_t by Souptick Joarder · 6 years ago
  26. fac02dd libceph: use timespec64 for r_mtime by Arnd Bergmann · 7 years ago
  27. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  28. dc594c3 Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  29. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  30. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  31. c843d13 libceph: make abort_on_full a per-osdc setting by Ilya Dryomov · 7 years ago
  32. 1582af2 ceph: don't wait on writeback when there is no more dirty pages by Yan, Zheng · 7 years ago
  33. af9cc40 ceph: invalidate pages that beyond EOF in ceph_writepages_start() by Yan, Zheng · 7 years ago
  34. 7373768 ceph: change variable name to follow common rule by Chengguang Xu · 7 years ago
  35. 08c1ac5 libceph, ceph: move ceph_calc_file_object_mapping() to striper.c by Ilya Dryomov · 7 years ago
  36. dccbf08 libceph, ceph: change ceph_calc_file_object_mapping() signature by Ilya Dryomov · 7 years ago
  37. 314c473 ceph: fix un-balanced fsc->writeback_count update by Yan, Zheng · 7 years ago
  38. 5d98830 ceph: track read contexts in ceph_file_info by Yan, Zheng · 7 years ago
  39. 8667982 mm, pagevec: remove cold parameter for pagevecs by Mel Gorman · 7 years ago
  40. 67fd707 mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() by Jan Kara · 7 years ago
  41. 4be9029 ceph: use pagevec_lookup_range_nr_tag() by Jan Kara · 7 years ago
  42. 0ed75fc ceph: use pagevec_lookup_range_tag() by Jan Kara · 7 years ago
  43. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  44. f275635 ceph: wait on writeback after writing snapshot data by Yan, Zheng · 7 years ago
  45. 7e1ee54 ceph: fix capsnap dirty pages accounting by Yan, Zheng · 7 years ago
  46. 2a2d927 ceph: ignore wbc->range_{start,end} when write back snapshot data by Yan, Zheng · 7 years ago
  47. 590e9d9 ceph: fix "range cyclic" mode writepages by Yan, Zheng · 7 years ago
  48. 0e5ecac ceph: cleanup local variables in ceph_writepages_start() by Yan, Zheng · 7 years ago
  49. 0713e5f ceph: optimize pagevec iterating in ceph_writepages_start() by Yan, Zheng · 7 years ago
  50. 05455e1 ceph: make writepage_nounlock() invalidate page that beyonds EOF by Yan, Zheng · 7 years ago
  51. 1f934b0 ceph: properly get capsnap's size in get_oldest_context() by Yan, Zheng · 7 years ago
  52. b072d77 ceph: remove stale check in ceph_invalidatepage() by Yan, Zheng · 7 years ago
  53. d37b1d9 ceph: adjust 36 checks for NULL pointers by Markus Elfring · 7 years ago
  54. 1c0a9c2 ceph: include snapc in debug message of write by Yan, Zheng · 7 years ago
  55. 3fb99d4 ceph: nuke startsync op by Yanhu Cao · 8 years ago
  56. 95cca2b ceph: limit osd write size by Yan, Zheng · 8 years ago
  57. aa18792 ceph: limit osd read size to CEPH_MSG_MAX_DATA_LEN by Yan, Zheng · 8 years ago
  58. dd2bc47 ceph: fix readpage from fscache by Yan, Zheng · 7 years ago
  59. 4398688 ceph: cleanup writepage_nounlock() by Yan, Zheng · 8 years ago
  60. fa71fef ceph: redirty page when writepage_nounlock() skips unwritable page by Yan, Zheng · 8 years ago
  61. f2b0c45 ceph: remove useless page->mapping check in writepage_nounlock() by Yan, Zheng · 8 years ago
  62. efb0ca7 ceph: update the 'approaching max_size' code by Yan, Zheng · 8 years ago
  63. 26c5eaa Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  64. 26544c62 ceph: when seeing write errors on an inode, switch to sync writes by Jeff Layton · 8 years ago
  65. 6fc1fe5e Revert "ceph: SetPageError() for writeback pages if writepages fails" by Jeff Layton · 8 years ago
  66. a1f4020 libceph: allow requests to return immediately on full conditions if caller wishes by Jeff Layton · 8 years ago
  67. 09dc9fc ceph: Convert to separately allocated bdi by Jan Kara · 8 years ago
  68. f361bf4 sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependency by Ingo Molnar · 8 years ago
  69. b2deee2 Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  70. 9340747 fs: add i_blocksize() by Fabian Frederick · 8 years ago
  71. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  72. 54ea004 libceph, rbd, ceph: WRITE | ONDISK -> WRITE by Ilya Dryomov · 8 years ago
  73. 55f2a04 ceph: remove special ack vs commit behavior by Ilya Dryomov · 8 years ago
  74. d641df8 ceph: update readpages osd request according to size of pages by Yan, Zheng · 8 years ago
  75. 52953d5 ceph: cleanup ACCESS_ONCE -> READ_ONCE by Seraphime Kirkovski · 8 years ago
  76. 84fcc2d ceph: fix get_oldest_context() by Geng, Jichao · 8 years ago
  77. 0110c35 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  78. 80e80fb ceph: avoid creating orphan object when checking pool permission by Yan, Zheng · 8 years ago
  79. 5f743e4 ceph: record truncate size/seq for snap data writeback by Yan, Zheng · 8 years ago
  80. 2b1ac85 ceph: try getting buffer capability for readahead/fadvise by Yan, Zheng · 8 years ago
  81. b9de313 fix ceph_write_end() by Al Viro · 8 years ago
  82. e55f1a1 ceph: remove warning when ceph_releasepage() is called on dirty page by NeilBrown · 8 years ago
  83. 1afe478 ceph: fix error handling of start_read() by Yan, Zheng · 8 years ago
  84. 779fe0f ceph: rados pool namespace support by Yan, Zheng · 9 years ago
  85. 7627151 libceph: define new ceph_file_layout structure by Yan, Zheng · 9 years ago
  86. 46b59b2 ceph: disable fscache when inode is opened for write by Yan, Zheng · 9 years ago
  87. 368e358 ceph: call __fscache_uncache_page() if readpages fails by Yan, Zheng · 9 years ago
  88. a10c38a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  89. b109eec6 ceph: SetPageError() for writeback pages if writepages fails by Yan, Zheng · 9 years ago
  90. ad15ec0 ceph: handle interrupted ceph_writepage() by Yan, Zheng · 9 years ago
  91. a78bbd4 ceph: make ceph_update_writeable_page() uninterruptible by Yan, Zheng · 9 years ago
  92. f0b33df ceph: handle -EAGAIN returned by ceph_update_writeable_page() by Yan, Zheng · 9 years ago
  93. 6ce026e ceph: make fault/page_mkwrite return VM_FAULT_OOM for -ENOMEM by Yan, Zheng · 9 years ago
  94. 4f7e89f ceph: block non-fatal signals for fault/page_mkwrite by Yan, Zheng · 9 years ago
  95. 6c93df5 ceph: don't call truncate_pagecache in ceph_writepages_start by Yan, Zheng · 9 years ago
  96. fe5da05 libceph: redo callbacks and factor out MOSDOpReply decoding by Ilya Dryomov · 9 years ago
  97. 85e084f libceph: drop msg argument from ceph_osdc_callback_t by Ilya Dryomov · 9 years ago
  98. bb873b539 libceph: switch to calc_target(), part 2 by Ilya Dryomov · 9 years ago
  99. 63244fa libceph: introduce ceph_osd_request_target, calc_target() by Ilya Dryomov · 9 years ago
  100. d30291b libceph: variable-sized ceph_object_id by Ilya Dryomov · 9 years ago