1. 0aa300a BACKPORT: FROMGIT: mm: Cleanup faultaround and finish_fault() codepaths by Kirill A. Shutemov · 4 years, 1 month ago
  2. 25219db xfs: fix fallocate functions when rtextsize is larger than 1 by Darrick J. Wong · 4 years, 3 months ago
  3. 5ffce3c xfs: force the log after remapping a synchronous-writes file by Darrick J. Wong · 4 years, 5 months ago
  4. b17164e xfs: don't update mtime on COW faults by Mikulas Patocka · 4 years, 5 months ago
  5. 5631c5e Merge tag 'xfs-5.9-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 5 months ago
  6. 0e4656a Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 5 months ago
  7. 60263d5 iomap: fall back to buffered writes for invalidation failures by Christoph Hellwig · 4 years, 6 months ago
  8. 80e543a xfs: use ENOTBLK for direct I/O to buffered I/O fallback by Christoph Hellwig · 4 years, 6 months ago
  9. 1319ebe xfs: add an inode item lock by Dave Chinner · 4 years, 7 months ago
  10. cd647d5 xfs: use MMAPLOCK around filemap_map_pages() by Dave Chinner · 4 years, 7 months ago
  11. e2aaee9 xfs: move helpers that lock and unlock two inodes against userspace IO by Darrick J. Wong · 4 years, 7 months ago
  12. 10b4bd6 xfs: refactor locking and unlocking two inodes against userspace IO by Darrick J. Wong · 4 years, 7 months ago
  13. 451d34e xfs: fix xfs_reflink_remap_prep calling conventions by Darrick J. Wong · 4 years, 7 months ago
  14. f89fb73 xfs: flag files as supporting buffered async reads by Jens Axboe · 4 years, 8 months ago
  15. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  16. daf8396 xfs: move the per-fork nextents fields into struct xfs_ifork by Christoph Hellwig · 4 years, 8 months ago
  17. 5833112 xfs: reflink should force the log out if mounted with wsync by Christoph Hellwig · 4 years, 10 months ago
  18. 54fbdd1 xfs: factor out a new xfs_log_force_inode helper by Christoph Hellwig · 4 years, 10 months ago
  19. 7b53b86 xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_read by Christoph Hellwig · 5 years ago
  20. 06566fd xfs: remove the mappedbno argument to xfs_da_reada_buf by Christoph Hellwig · 5 years ago
  21. 249bd90 xfs: properly serialise fallocate against AIO+DIO by Dave Chinner · 5 years ago
  22. 360c09c xfs: consolidate preallocation in xfs_file_fallocate by Christoph Hellwig · 5 years ago
  23. f9acc19 xfs: use xfs_inode_buftarg in xfs_file_dio_aio_write by Christoph Hellwig · 5 years ago
  24. 30fa529 xfs: add a xfs_inode_buftarg helper by Christoph Hellwig · 5 years ago
  25. f150b42 xfs: split the iomap ops for buffered vs direct writes by Christoph Hellwig · 5 years ago
  26. 690c2a3 xfs: split out a new set of read-only iomap ops by Christoph Hellwig · 5 years ago
  27. 906753b xfs: Use iomap_dio_rw to wait for unaligned direct IO by Jan Kara · 5 years ago
  28. 13ef954 iomap: Allow forcing of waiting for running DIO in iomap_dio_rw() by Jan Kara · 5 years ago
  29. 4ef5b13 Merge tag 'iomap-5.4-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  30. 838c4f3 iomap: move the iomap_dio_rw ->end_io callback into a structure by Christoph Hellwig · 5 years ago
  31. 6fe7b99 iomap: split size and error for iomap_dio_rw ->end_io by Matthew Bobrowski · 5 years ago
  32. 40144e4 xfs: Fix stale data exposure when readahead races with hole punch by Jan Kara · 5 years ago
  33. f8c3500 Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  34. b21fec4 xfs: disable map_sync for async flush by Pankaj Gupta · 6 years ago
  35. 73d30d4 xfs: remove XFS_TRANS_NOFS by Christoph Hellwig · 6 years ago
  36. 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
  37. 8c3f406 xfs: use file_modified() helper by Amir Goldstein · 6 years ago
  38. 1fdeaea xfs: abort unaligned nowait directio early by Darrick J. Wong · 6 years ago
  39. 2032a8a xfs: serialize unaligned dio writes against all other dio writes by Brian Foster · 6 years ago
  40. 80201fe Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  41. 81214ba iomap: wire up the iopoll method by Christoph Hellwig · 6 years ago
  42. 66ae56a xfs: introduce an always_cow mode by Christoph Hellwig · 6 years ago
  43. 60271ab7 xfs: fix SEEK_DATA for speculative COW fork preallocation by Christoph Hellwig · 6 years ago
  44. da034bc xfs: make xfs_file_remap_range() static by Eric Biggers · 6 years ago
  45. 3fc9f5e xfs: remove xfs_reflink_remap_range by Darrick J. Wong · 6 years ago
  46. 3f68c1f xfs: support returning partial reflink results by Darrick J. Wong · 6 years ago
  47. 42ec3d4 vfs: make remap_file_range functions take and return bytes completed by Darrick J. Wong · 6 years ago
  48. a91ae49b vfs: pass remap flags to generic_remap_file_range_prep by Darrick J. Wong · 6 years ago
  49. 2e5dfc9 vfs: combine the clone and dedupe into a single remap_file_range by Darrick J. Wong · 6 years ago
  50. d9a185f Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 6 years ago
  51. e1fb4a0 dax: remove VM_MIXEDMAP for fsdax and device dax by Dave Jiang · 6 years ago
  52. e25ff83 xfs: Close race between direct IO and xfs_break_layouts() by Dave Jiang · 6 years ago
  53. a4722a6 xfs: remove unused iolock arg from xfs_break_dax_layouts by Eric Sandeen · 7 years ago
  54. 87eb5eb vfs: dedupe: rationalize args by Miklos Szeredi · 7 years ago
  55. 5740c99 vfs: dedupe: return int by Miklos Szeredi · 7 years ago
  56. a205f0c Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  57. 7d3bf61 Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  58. b568457 Merge branch 'for-4.18/dax' into libnvdimm-for-next by Dan Williams · 7 years ago
  59. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  60. 05edd88 fs: xfs: Change return type to vm_fault_t by Souptick Joarder · 7 years ago
  61. d6dc57e xfs, dax: introduce xfs_break_dax_layouts() by Dan Williams · 7 years ago
  62. 69eb5fa xfs: prepare xfs_break_layouts() for another layout type by Dan Williams · 7 years ago
  63. c63a8ea xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCL by Dan Williams · 7 years ago
  64. 4f8ff44 iomap: iomap_dio_rw() handles all sync writes by Dave Chinner · 7 years ago
  65. ed5c3e6 xfs: move generic_write_sync calls inwards by Dave Chinner · 7 years ago
  66. 021ba8e xfs: cap the length of deduplication requests by Darrick J. Wong · 7 years ago
  67. 7d83fb1 xfs: prevent creating negative-sized file via INSERT_RANGE by Darrick J. Wong · 7 years ago
  68. f5c54717 xfs: remove xfs_zero_range by Christoph Hellwig · 7 years ago
  69. 656de4f xfs: merge _xfs_log_force_lsn and xfs_log_force_lsn by Christoph Hellwig · 7 years ago
  70. c0b2462 dax: pass detailed error code from dax_iomap_fault() by Jan Kara · 7 years ago
  71. 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
  72. a39e596 xfs: support for synchronous DAX faults by Christoph Hellwig · 7 years ago
  73. 7b565c9 xfs: Implement xfs_filemap_pfn_mkwrite() using __xfs_filemap_fault() by Jan Kara · 7 years ago
  74. 9a0dd42 dax: Allow dax_iomap_fault() to return pfn by Jan Kara · 7 years ago
  75. a5c46e5 xfs: scrub directory metadata by Darrick J. Wong · 7 years ago
  76. 942491c xfs: fix AIM7 regression by Christoph Hellwig · 7 years ago
  77. 749f24f xfs: Fix bool initialization/comparison by Thomas Meyer · 7 years ago
  78. ee70daa xfs: update i_size after unwritten conversion in dio completion by Eryu Guan · 7 years ago
  79. d20a5e3 xfs: report zeroed or not correctly in xfs_zero_range() by Eryu Guan · 7 years ago
  80. 64671ba xfs: kill meaningless variable 'zero' by Eryu Guan · 7 years ago
  81. e253d98 Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  82. d34fc1a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  83. 91d25ba dax: use common 4k zero page for dax mmap reads by Ross Zwisler · 7 years ago
  84. 91f9943 fs: support RWF_NOWAIT for buffered reads by Christoph Hellwig · 7 years ago
  85. d522d56 xfs: consolidate the various page fault handlers by Christoph Hellwig · 7 years ago
  86. e7647fb iomap: return VM_FAULT_* codes from iomap_page_mkwrite by Christoph Hellwig · 7 years ago
  87. 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
  88. 088737f Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 8 years ago
  89. 1b18027 xfs: minimal conversion to errseq_t writeback error reporting by Jeff Layton · 8 years ago
  90. 9b2970a xfs: Switch to iomap for SEEK_HOLE / SEEK_DATA by Christoph Hellwig · 8 years ago
  91. cf2cb78 xfs: free cowblocks and retry on buffered write ENOSPC by Brian Foster · 8 years ago
  92. acb9553 xfs: pass along transaction context when reading directory block buffers by Darrick J. Wong · 8 years ago
  93. 29a5d29 xfs: nowait aio support by Goldwyn Rodrigues · 8 years ago
  94. a54fba8 xfs: Move handling of missing page into one place in xfs_find_get_desired_pgoff() by Jan Kara · 8 years ago
  95. d7fd242 xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff() by Jan Kara · 8 years ago
  96. 5375023 xfs: Fix missed holes in SEEK_HOLE implementation by Jan Kara · 8 years ago
  97. 8affebe xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff() by Eryu Guan · 8 years ago
  98. 9340747 fs: add i_blocksize() by Fabian Frederick · 8 years ago
  99. c791ace mm: replace FAULT_FLAG_SIZE with parameter to huge_fault by Dave Jiang · 8 years ago
  100. a2d5816 mm,fs,dax: change ->pmd_fault to ->huge_fault by Dave Jiang · 8 years ago