1. 03b8df8 iomap: standardize tracepoint formatting and storage by Darrick J. Wong · 3 years, 5 months ago
  2. 36ca794 mm/swap: consider max pages in iomap_swapfile_add_extent by Xu Yu · 3 years, 5 months ago
  3. 8d04fbe iomap: move loop control code to iter.c by Darrick J. Wong · 3 years, 5 months ago
  4. fad0a1a iomap: constify iomap_iter_srcmap by Christoph Hellwig · 3 years, 5 months ago
  5. b74b129 iomap: rework unshare flag by Christoph Hellwig · 3 years, 5 months ago
  6. 1b5c1e3 iomap: pass an iomap_iter to various buffered I/O helpers by Christoph Hellwig · 3 years, 5 months ago
  7. 57320a0 iomap: remove iomap_apply by Christoph Hellwig · 3 years, 5 months ago
  8. 3d99a1c iomap: switch iomap_swapfile_activate to use iomap_iter by Christoph Hellwig · 3 years, 5 months ago
  9. c4740bf iomap: switch iomap_seek_data to use iomap_iter by Christoph Hellwig · 3 years, 5 months ago
  10. 40670d1 iomap: switch iomap_seek_hole to use iomap_iter by Christoph Hellwig · 3 years, 5 months ago
  11. 6d8a128 iomap: switch iomap_bmap to use iomap_iter by Christoph Hellwig · 3 years, 5 months ago
  12. 7892386 iomap: switch iomap_fiemap to use iomap_iter by Christoph Hellwig · 3 years, 5 months ago
  13. a6d3d49 iomap: switch __iomap_dio_rw to use iomap_iter by Christoph Hellwig · 3 years, 5 months ago
  14. 253564b iomap: switch iomap_page_mkwrite to use iomap_iter by Christoph Hellwig · 3 years, 5 months ago
  15. 2aa3048 iomap: switch iomap_zero_range to use iomap_iter by Christoph Hellwig · 3 years, 5 months ago
  16. 8fc274d iomap: switch iomap_file_unshare to use iomap_iter by Christoph Hellwig · 3 years, 5 months ago
  17. ce83a02 iomap: switch iomap_file_buffered_write to use iomap_iter by Christoph Hellwig · 3 years, 5 months ago
  18. f6d48000 iomap: switch readahead and readpage to use iomap_iter by Christoph Hellwig · 3 years, 5 months ago
  19. f4b896c iomap: add the new iomap_iter model by Christoph Hellwig · 3 years, 5 months ago
  20. 740499c iomap: fix the iomap_readpage_actor return value for inline data by Christoph Hellwig · 3 years, 5 months ago
  21. 1acd9e9 iomap: mark the iomap argument to iomap_read_page_sync const by Christoph Hellwig · 3 years, 5 months ago
  22. 78c64b0 iomap: mark the iomap argument to iomap_read_inline_data const by Christoph Hellwig · 3 years, 5 months ago
  23. 1d25d0a iomap: remove the iomap arguments to ->page_{prepare,done} by Christoph Hellwig · 3 years, 5 months ago
  24. d9d381f3 iomap: fix a trivial comment typo in trace.h by Christoph Hellwig · 3 years, 5 months ago
  25. b69eea8 iomap: pass writeback errors to the mapping by Darrick J. Wong · 3 years, 5 months ago
  26. ae44f9c iomap: Add another assertion to inline data handling by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  27. ab069d5 iomap: Use kmap_local_page instead of kmap_atomic by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  28. f1f264b iomap: Fix some typos and bad grammar by Andreas Gruenbacher · 3 years, 6 months ago
  29. b405435 iomap: Support inline data with block size < page size by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  30. 69f4a26 iomap: support reading inline data from non-zero pos by Gao Xiang · 3 years, 6 months ago
  31. c1b79f1 iomap: simplify iomap_add_to_ioend by Christoph Hellwig · 3 years, 6 months ago
  32. d0364f9 iomap: simplify iomap_readpage_actor by Christoph Hellwig · 3 years, 6 months ago
  33. 229adf3 iomap: Don't create iomap_page objects in iomap_page_mkwrite_actor by Andreas Gruenbacher · 3 years, 6 months ago
  34. 637d337 iomap: Don't create iomap_page objects for inline files by Andreas Gruenbacher · 3 years, 6 months ago
  35. 8e1bcef iomap: Permit pages without an iop to enter writeback by Andreas Gruenbacher · 3 years, 6 months ago
  36. 49694d1 iomap: remove the length variable in iomap_seek_hole by Christoph Hellwig · 3 years, 6 months ago
  37. 3ac1d42 iomap: remove the length variable in iomap_seek_data by Christoph Hellwig · 3 years, 6 months ago
  38. d3acb15 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 7 months ago
  39. fd7353f iomap: use __set_page_dirty_nobuffers by Matthew Wilcox (Oracle) · 3 years, 7 months ago
  40. f0b65f3 iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing variant by Al Viro · 3 years, 9 months ago
  41. bc1bb41 generic_perform_write()/iomap_write_actor(): saner logics for short copy by Al Viro · 3 years, 8 months ago
  42. 076171a mm/filemap: fix readahead return types by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  43. 6e55249 iomap: remove unused private field from ioend by Brian Foster · 3 years, 9 months ago
  44. 985b71d iomap: use filemap_range_needs_writeback() for O_DIRECT reads by Jens Axboe · 3 years, 9 months ago
  45. b34b95e Merge tag 'iomap-5.13-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 9 months ago
  46. 4f0f586 treewide: Change list_sort to use const pointers by Sami Tolvanen · 3 years, 10 months ago
  47. ad89b66 iomap: improve the warnings from iomap_swapfile_activate by Christoph Hellwig · 3 years, 10 months ago
  48. 8ff0f3b Merge branch 'iomap-5.12-fixes' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 10 months ago
  49. a8affc0 block: rename BIO_MAX_PAGES to BIO_MAX_VECS by Christoph Hellwig · 3 years, 10 months ago
  50. 5808fec iomap: Fix negative assignment to unsigned sis->pages in iomap_swapfile_activate by Ritesh Harjani · 3 years, 11 months ago
  51. 03dc748 Merge tag 'xfs-5.12-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 11 months ago
  52. 3ab6608 Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 11 months ago
  53. 5f7136d block: Add bio_max_segs by Matthew Wilcox (Oracle) · 4 years ago
  54. 54fa39a iomap: use mapping_seek_hole_data by Matthew Wilcox (Oracle) · 3 years, 11 months ago
  55. 756b1c3 xfs: use current->journal_info for detecting transaction recursion by Dave Chinner · 3 years, 11 months ago
  56. 582cd91 Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  57. 4f016a3 Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years ago
  58. c3b0e88 iomap: support REQ_OP_ZONE_APPEND by Naohiro Aota · 4 years ago
  59. 3e1a88e bio: add a helper calculating nr segments to alloc by Pavel Begunkov · 4 years ago
  60. 213f627 iomap: add a IOMAP_DIO_OVERWRITE_ONLY flag by Christoph Hellwig · 4 years ago
  61. 2f63296 iomap: pass a flags argument to iomap_dio_rw by Christoph Hellwig · 4 years ago
  62. 5724be5 iomap: rename the flags variable in __iomap_dio_rw by Christoph Hellwig · 4 years ago
  63. bcfe06b mm: memcontrol: Use helpers to read page's memcg data by Roman Gushchin · 4 years, 2 months ago
  64. 50e7d6c iomap: clean up writeback state logic on writepage error by Brian Foster · 4 years, 3 months ago
  65. 763e4cd iomap: support partial page discard on writeback block mapping failure by Brian Foster · 4 years, 3 months ago
  66. 1a31182 iomap: Call inode_dio_end() before generic_write_sync() by Goldwyn Rodrigues · 4 years, 4 months ago
  67. c3d4ed1 iomap: Allow filesystem to call iomap_dio_complete without i_rwsem by Christoph Hellwig · 4 years, 4 months ago
  68. 4595a29 iomap: Set all uptodate bits for an Uptodate page by Matthew Wilcox (Oracle) · 4 years, 4 months ago
  69. 81ee8e5 iomap: Change calling convention for zeroing by Matthew Wilcox (Oracle) · 4 years, 4 months ago
  70. e25ba8c iomap: Convert iomap_write_end types by Matthew Wilcox (Oracle) · 4 years, 4 months ago
  71. 0fb2d72 iomap: Convert write_count to write_bytes_pending by Matthew Wilcox (Oracle) · 4 years, 4 months ago
  72. 7d63667 iomap: Convert read_count to read_bytes_pending by Matthew Wilcox (Oracle) · 4 years, 4 months ago
  73. 0a195b9 iomap: Support arbitrarily many blocks per page by Matthew Wilcox (Oracle) · 4 years, 4 months ago
  74. b21866f iomap: Use bitmap ops to set uptodate bits by Matthew Wilcox (Oracle) · 4 years, 4 months ago
  75. a6901d4 iomap: Use kzalloc to allocate iomap_page by Matthew Wilcox (Oracle) · 4 years, 4 months ago
  76. 24addd8 fs: Introduce i_blocks_per_page by Matthew Wilcox (Oracle) · 4 years, 4 months ago
  77. 7ed3cd1 iomap: Fix misplaced page flushing by Matthew Wilcox (Oracle) · 4 years, 4 months ago
  78. 6cc19c5 iomap: Use round_down/round_up macros in __iomap_write_begin by Nikolay Borisov · 4 years, 4 months ago
  79. 14284fe iomap: Mark read blocks uptodate in write_begin by Matthew Wilcox (Oracle) · 4 years, 4 months ago
  80. e6e7ca9 iomap: Clear page error before beginning a write by Matthew Wilcox (Oracle) · 4 years, 4 months ago
  81. c114bbc iomap: Fix direct I/O write consistency check by Andreas Gruenbacher · 4 years, 4 months ago
  82. a805c11 iomap: fix WARN_ON_ONCE() from unprivileged users by Qian Cai · 4 years, 4 months ago
  83. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  84. 60263d5 iomap: fall back to buffered writes for invalidation failures by Christoph Hellwig · 4 years, 6 months ago
  85. 54752de iomap: Only invalidate page cache pages on direct IO writes by Dave Chinner · 4 years, 6 months ago
  86. 856473c iomap: Make sure iomap_end is called after iomap_begin by Andreas Gruenbacher · 4 years, 7 months ago
  87. 593bd5e Merge tag 'iomap-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
  88. d4ff3b2 iomap: Fix unsharing of an extent >2GB on a 32-bit machine by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  89. 0b166a5 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 8 months ago
  90. 45dd052 fs: handle FIEMAP_FLAG_SYNC in fiemap_prep by Christoph Hellwig · 4 years, 8 months ago
  91. cddf8a2 fs: move fiemap range validation into the file systems instances by Christoph Hellwig · 4 years, 8 months ago
  92. 2732881 iomap: fix the iomap_fiemap prototype by Christoph Hellwig · 4 years, 8 months ago
  93. 10c5db2 fs: move the fiemap definitions out of fs.h by Christoph Hellwig · 4 years, 8 months ago
  94. f3cdc8a Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 8 months ago
  95. 750a02a Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 8 months ago
  96. 58aeb73 iomap: use attach/detach_page_private by Guoqing Jiang · 4 years, 8 months ago
  97. 9d24a13 iomap: convert from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 8 months ago
  98. d438834 fs: convert mpage_readpages to mpage_readahead by Matthew Wilcox (Oracle) · 4 years, 8 months ago
  99. 3ad99be iomap: remove lockdep_assert_held() by Goldwyn Rodrigues · 5 years ago
  100. 8cecd0b iomap: add a filesystem hook for direct I/O bio submission by Goldwyn Rodrigues · 6 years ago