1. 4c67dbe iomap: partially revert 4721a601099 (simulated directio short read on EFAULT) by Darrick J. Wong · 6 years ago
  2. b59116f iomap: Fix pipe page leakage during splicing by Jan Kara · 4 years, 8 months ago
  3. c3a62b6 iomap: readpages doesn't zero page tail beyond EOF by Dave Chinner · 6 years ago
  4. 807a597 iomap: dio data corruption and spurious errors when pipes fill by Dave Chinner · 6 years ago
  5. b61fdcd iomap: sub-block dio needs to zeroout beyond EOF by Dave Chinner · 6 years ago
  6. ac3ec5a iomap: FUA is wrong for DIO O_DSYNC writes into unwritten extents by Dave Chinner · 6 years ago
  7. d9ba842 iomap: fix a use after free in iomap_dio_rw by Christoph Hellwig · 6 years ago
  8. d23792f iomap: get/put the page in iomap_page_create/release() by Piotr Jaroszynski · 6 years ago
  9. c9dcb87 iomap: don't search past page end in iomap_is_partially_uptodate by Eric Sandeen · 6 years ago
  10. 38d072a iomap: Revert "fs/iomap.c: get/put the page in iomap_page_create/release()" by Dave Chinner · 6 years ago
  11. 498a6e6 fs/iomap.c: get/put the page in iomap_page_create/release() by Piotr Jaroszynski · 6 years ago
  12. 561295a iomap: set page dirty after partial delalloc on mkwrite by Brian Foster · 6 years ago
  13. c22fc16 Merge tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  14. 781fca5 Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  15. 7d5e049 iomap: fix WARN_ON_ONCE on uninitialized variable by Darrick J. Wong · 6 years ago
  16. 161fa27 Merge branch 'iomap-4.19-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  17. 10259de iomap: Switch to offset_in_page for clarity by Andreas Gruenbacher · 6 years ago
  18. 79b3dbe fs: fix iomap_bmap position calculation by Eric Sandeen · 6 years ago
  19. 9dc55f1 iomap: add support for sub-pagesize buffered I/O without buffer heads by Christoph Hellwig · 6 years ago
  20. 806a147 iomap: add inline data support to iomap_readpage_actor by Andreas Gruenbacher · 6 years ago
  21. ec181f6 iomap: support direct I/O to inline data by Andreas Gruenbacher · 6 years ago
  22. 0923043 iomap: refactor iomap_dio_actor by Christoph Hellwig · 6 years ago
  23. c03cea4 iomap: add initial support for writes without buffer heads by Christoph Hellwig · 6 years ago
  24. 72b4daa iomap: add an iomap-based readpage and readpages implementation by Christoph Hellwig · 6 years ago
  25. 63899c6 iomap: add a page_done callback by Christoph Hellwig · 6 years ago
  26. 19e0c58 iomap: generic inline data handling by Andreas Gruenbacher · 6 years ago
  27. ebf00be iomap: complete partial direct I/O writes synchronously by Andreas Gruenbacher · 6 years ago
  28. a205f0c Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  29. 4a18998 Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  30. 117a148 iomap: fsync swap files before iterating mappings by Darrick J. Wong · 6 years ago
  31. afd9d6a fs: use ->is_partially_uptodate in page_cache_seek_hole_data by Christoph Hellwig · 6 years ago
  32. bd56b3e fs: remove the buffer_unwritten check in page_seek_hole_data by Christoph Hellwig · 6 years ago
  33. 8a78cb1 fs: move page_cache_seek_hole_data to iomap.c by Christoph Hellwig · 6 years ago
  34. 89eb190 iomap: add an iomap-based bmap implementation by Christoph Hellwig · 6 years ago
  35. 57fc505 iomap: add a iomap_sector helper by Christoph Hellwig · 6 years ago
  36. 6533b4e iomap: use __bio_add_page in iomap_dio_zero by Christoph Hellwig · 6 years ago
  37. 19319b5 iomap: inline data should be an iomap type, not a flag by Christoph Hellwig · 6 years ago
  38. 087e566 fs: iomap dio set bio prio from kiocb prio by Adam Manzanares · 6 years ago
  39. 19e1296 iomap: don't allow holes in swapfiles by Omar Sandoval · 6 years ago
  40. ec60192 iomap: provide more useful errors for invalid swap files by Omar Sandoval · 6 years ago
  41. 6748212 iomap: add a swapfile activation function by Darrick J. Wong · 6 years ago
  42. 3460cac iomap: Use FUA for pure data O_DSYNC DIO writes by Dave Chinner · 6 years ago
  43. 4f8ff44 iomap: iomap_dio_rw() handles all sync writes by Dave Chinner · 6 years ago
  44. 0c6dda7 iomap: warn on zero-length mappings by Darrick J. Wong · 7 years ago
  45. 5a9d929 iomap: report collisions between directio and buffered writes to userspace by Darrick J. Wong · 7 years ago
  46. 16382e1 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  47. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  48. ae9a8c4 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  49. ea435e1 block: add a poll_fn callback to struct request_queue by Christoph Hellwig · 7 years ago
  50. 5e25c26 fs: invalidate page cache after end_io() in dio completion by Eryu Guan · 7 years ago
  51. cfe057f iomap_dio_actor(): fix iov_iter bugs by Al Viro · 7 years ago
  52. 9ca250a iomap: Add IOMAP_F_DATA_INLINE flag by Andreas Gruenbacher · 7 years ago
  53. 19fe5f6 iomap: Switch from blkno to disk offset by Andreas Gruenbacher · 7 years ago
  54. 02a2b05 Merge tag 'xfs-4.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  55. 546e7be iomap_dio_rw: Allocate AIO completion queue before submitting dio by Chandan Rajendra · 7 years ago
  56. 332391a fs: Fix page cache inconsistency when mixing buffered and AIO DIO by Lukas Czerner · 7 years ago
  57. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  58. e7647fb iomap: return VM_FAULT_* codes from iomap_page_mkwrite by Christoph Hellwig · 7 years ago
  59. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  60. e28ae8e iomap: fix integer truncation issues in the zeroing and dirtying helpers by Christoph Hellwig · 7 years ago
  61. a80099a Merge tag 'xfs-4.13-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  62. d6ab17f vfs: in iomap seek_{hole,data}, return -ENXIO for negative offsets by Darrick J. Wong · 7 years ago
  63. 642338b Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  64. 0ed3b0d vfs: Add iomap_seek_hole and iomap_seek_data helpers by Andreas Gruenbacher · 7 years ago
  65. 45d06cf fs: add O_DIRECT and aio support for sending down write life time hints by Jens Axboe · 7 years ago
  66. a38d124 fs: Introduce IOMAP_NOWAIT by Goldwyn Rodrigues · 7 years ago
  67. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 7 years ago
  68. c718a97 fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flag by Tetsuo Handa · 7 years ago
  69. d484467 Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  70. 53ef7d0 Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  71. 55635ba fs: fix data invalidation in the cleancache during direct IO by Andrey Ryabinin · 7 years ago
  72. cccbce6 filesystem-dax: convert to dax_direct_access() by Dan Williams · 8 years ago
  73. a008c31 iomap_dio_rw: Prevent reading file data beyond iomap_dio->i_size by Chandan Rajendra · 7 years ago
  74. c771c14 iomap: invalidate page caches should be after iomap_dio_complete() in direct write by Eryu Guan · 7 years ago
  75. f361bf4 sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependency by Ingo Molnar · 7 years ago
  76. 9340747 fs: add i_blocksize() by Fabian Frederick · 7 years ago
  77. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 7 years ago
  78. a27fcb0 Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  79. d1908f5 fs: break out of iomap_file_buffered_write on fatal signals by Michal Hocko · 7 years ago
  80. 8ff6daa iomap: constify struct iomap_ops by Christoph Hellwig · 8 years ago
  81. 5cc60ae Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  82. ff6a929 iomap: implement direct I/O by Christoph Hellwig · 8 years ago
  83. e3df41f Merge branch 'xfs-4.10-misc-fixes-2' into iomap-4.10-directio by Dave Chinner · 8 years ago
  84. a2f6d9c Merge branch 'dax-4.10-iomap-pmd' into origin by Theodore Ts'o · 8 years ago
  85. 9484ab1 dax: Introduce IOMAP_FAULT flag by Jan Kara · 8 years ago
  86. c663e29 fs: Do to trim high file position bits in iomap_page_mkwrite_actor by Jan Kara · 8 years ago
  87. d33fd77 iomap: add IOMAP_REPORT by Christoph Hellwig · 8 years ago
  88. a1f45e6 Merge branch 'iomap-4.9-dax' into for-next by Dave Chinner · 8 years ago
  89. befb503 iomap: expose iomap_apply outside iomap.c by Christoph Hellwig · 8 years ago
  90. e43c460 iomap: add a flag to report shared extents by Darrick J. Wong · 8 years ago
  91. 5f4e575 fs: add iomap_file_dirty by Christoph Hellwig · 8 years ago
  92. 17de0a9 iomap: don't set FIEMAP_EXTENT_MERGED for extent based filesystems by Christoph Hellwig · 8 years ago
  93. f20ac7a iomap: mark ->iomap_end as optional by Christoph Hellwig · 8 years ago
  94. ac2dc05 iomap: prepare iomap_fiemap for attribute mappings by Dave Chinner · 8 years ago
  95. 8896b8f iomap: fiemap should honor the FIEMAP_FLAG_SYNC flag by Dave Chinner · 8 years ago
  96. 274c887 iomap: remove superflous pagefault_disable from iomap_write_actor by Christoph Hellwig · 8 years ago
  97. 97dd8c9 iomap: remove superflous mark_page_accessed from iomap_write_actor by Christoph Hellwig · 8 years ago
  98. 8be9f56 fs: iomap based fiemap implementation by Christoph Hellwig · 8 years ago
  99. 9a286f0 fs: support DAX based iomap zeroing by Christoph Hellwig · 8 years ago
  100. ae259a9 fs: introduce iomap infrastructure by Christoph Hellwig · 8 years ago