1. c039b99 iomap: use a srcmap for a read-modify-write I/O by Goldwyn Rodrigues · 5 years ago
  2. eb81cf9 iomap: renumber IOMAP_HOLE to 0 by Christoph Hellwig · 5 years ago
  3. 3590c4d iomap: ignore non-shared or non-data blocks in xfs_file_dirty by Christoph Hellwig · 5 years ago
  4. 65a60e8 iomap: better document the IOMAP_F_* flags by Christoph Hellwig · 5 years ago
  5. ab08b01 iomap: move struct iomap_page out of iomap.h by Christoph Hellwig · 5 years ago
  6. 598ecfb iomap: lift the xfs writeback code to iomap by Christoph Hellwig · 5 years ago
  7. 7684e2c iomap: iomap that extends beyond EOF should be marked dirty by Dave Chinner · 5 years ago
  8. 13ef954 iomap: Allow forcing of waiting for running DIO in iomap_dio_rw() by Jan Kara · 5 years ago
  9. 838c4f3 iomap: move the iomap_dio_rw ->end_io callback into a structure by Christoph Hellwig · 5 years ago
  10. 6fe7b99 iomap: split size and error for iomap_dio_rw ->end_io by Matthew Bobrowski · 5 years ago
  11. 5d90730 iomap: move internal declarations into fs/iomap/ by Darrick J. Wong · 6 years ago
  12. db07443 iomap: move the direct IO code into a separate file by Darrick J. Wong · 6 years ago
  13. 8d3e72a iomap: don't mark the inode dirty in iomap_write_end by Andreas Gruenbacher · 6 years ago
  14. df0db3e iomap: Add a page_prepare callback by Andreas Gruenbacher · 6 years ago
  15. 81214ba iomap: wire up the iopoll method by Christoph Hellwig · 6 years ago
  16. 5780a02 fs/iomap.c: change return type to vm_fault_t by Souptick Joarder · 6 years ago
  17. 9dc55f1 iomap: add support for sub-pagesize buffered I/O without buffer heads by Christoph Hellwig · 7 years ago
  18. c03cea4 iomap: add initial support for writes without buffer heads by Christoph Hellwig · 7 years ago
  19. 72b4daa iomap: add an iomap-based readpage and readpages implementation by Christoph Hellwig · 7 years ago
  20. e184fde iomap: add private pointer to struct iomap by Andreas Gruenbacher · 7 years ago
  21. 63899c6 iomap: add a page_done callback by Christoph Hellwig · 7 years ago
  22. 19e0c58 iomap: generic inline data handling by Andreas Gruenbacher · 7 years ago
  23. 89eb190 iomap: add an iomap-based bmap implementation by Christoph Hellwig · 7 years ago
  24. 7ee66c0 iomap: move IOMAP_F_BOUNDARY to gfs2 by Christoph Hellwig · 7 years ago
  25. 9ecac0e iomap: fix the comment describing IOMAP_NOWAIT by Christoph Hellwig · 7 years ago
  26. 19319b5 iomap: inline data should be an iomap type, not a flag by Christoph Hellwig · 7 years ago
  27. 6748212 iomap: add a swapfile activation function by Darrick J. Wong · 7 years ago
  28. a3841f9 Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  29. 29309a4 Merge tag 'gfs2-4.15.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 7 years ago
  30. ae9a8c4 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  31. caa51d2 dax, iomap: Add support for synchronous faults by Jan Kara · 7 years ago
  32. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  33. 3974320 GFS2: Implement iomap for block_map by Bob Peterson · 8 years ago
  34. 9ca250a iomap: Add IOMAP_F_DATA_INLINE flag by Andreas Gruenbacher · 7 years ago
  35. 19fe5f6 iomap: Switch from blkno to disk offset by Andreas Gruenbacher · 7 years ago
  36. 642338b Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  37. 0ed3b0d vfs: Add iomap_seek_hole and iomap_seek_data helpers by Andreas Gruenbacher · 8 years ago
  38. a38d124 fs: Introduce IOMAP_NOWAIT by Goldwyn Rodrigues · 8 years ago
  39. fa5d932 ext2, ext4, xfs: retrieve dax_device for iomap operations by Dan Williams · 8 years ago
  40. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  41. 8ff6daa iomap: constify struct iomap_ops by Christoph Hellwig · 8 years ago
  42. ff6a929 iomap: implement direct I/O by Christoph Hellwig · 8 years ago
  43. e3df41f Merge branch 'xfs-4.10-misc-fixes-2' into iomap-4.10-directio by Dave Chinner · 8 years ago
  44. 9484ab1 dax: Introduce IOMAP_FAULT flag by Jan Kara · 8 years ago
  45. d33fd77 iomap: add IOMAP_REPORT by Christoph Hellwig · 8 years ago
  46. a1f45e6 Merge branch 'iomap-4.9-dax' into for-next by Dave Chinner · 8 years ago
  47. ecd5072 iomap: add IOMAP_F_NEW flag by Christoph Hellwig · 8 years ago
  48. e43c460 iomap: add a flag to report shared extents by Darrick J. Wong · 8 years ago
  49. 5f4e575 fs: add iomap_file_dirty by Christoph Hellwig · 8 years ago
  50. 17de0a9 iomap: don't set FIEMAP_EXTENT_MERGED for extent based filesystems by Christoph Hellwig · 8 years ago
  51. 8be9f56 fs: iomap based fiemap implementation by Christoph Hellwig · 9 years ago
  52. ae259a9 fs: introduce iomap infrastructure by Christoph Hellwig · 9 years ago
  53. 199a31c fs: move struct iomap from exportfs.h to a separate header by Christoph Hellwig · 9 years ago