1. 2729cfd ext4: use ext4_journal_start/stop for fast commit transactions by Harshad Shirwadkar · 3 years ago
  2. c03098d Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 3 years, 2 months ago
  3. 4fdccaa iomap: Add done_before argument to iomap_dio_rw by Andreas Gruenbacher · 3 years, 5 months ago
  4. 3e08773 block: switch polling to be bio based by Christoph Hellwig · 3 years, 3 months ago
  5. 111c1aa Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 3 years, 4 months ago
  6. 188c299 ext4: Support for checksumming from journal triggers by Jan Kara · 3 years, 4 months ago
  7. d4f5258 ext4: Convert to use mapping->invalidate_lock by Jan Kara · 3 years, 11 months ago
  8. 9f67672 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 3 years, 8 months ago
  9. 5899593 ext4: Fix occasional generic/418 failure by Jan Kara · 3 years, 9 months ago
  10. 4db5c2e ext4: convert to fileattr by Miklos Szeredi · 3 years, 9 months ago
  11. 2f63296 iomap: pass a flags argument to iomap_dio_rw by Christoph Hellwig · 4 years ago
  12. 5a3b590 ext4: don't leak old mountpoint samples by Theodore Ts'o · 4 years ago
  13. a3f5cf1 ext4: drop ext4_handle_dirty_super() by Jan Kara · 4 years ago
  14. 05c2c00 ext4: protect superblock modifications with a buffer lock by Jan Kara · 4 years ago
  15. 9b5f6c9 ext4: make s_mount_flags modifications atomic by Harshad Shirwadkar · 4 years, 2 months ago
  16. a3114fe ext4: remove unnecessary fast commit calls from ext4_file_mmap by Harshad Shirwadkar · 4 years, 2 months ago
  17. aa75f4d ext4: main fast-commit commit path by Harshad Shirwadkar · 4 years, 2 months ago
  18. 766ef1e ext4: flag as supporting buffered async reads by Jens Axboe · 4 years, 5 months ago
  19. d723b99 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 4 months ago
  20. 27bc446 ext4: limit the length of per-inode prealloc list by brookxu · 4 years, 4 months ago
  21. 0b3171b ext4: do not block RWF_NOWAIT dio write on unallocated space by Jan Kara · 4 years, 6 months ago
  22. e030a28 ext4: fix coding style in file.c by Dio Putra · 4 years, 7 months ago
  23. 60263d5 iomap: fall back to buffered writes for invalidation failures by Christoph Hellwig · 4 years, 5 months ago
  24. 6e014c6 ext4: don't block for O_DIRECT if IOCB_NOWAIT is set by Jens Axboe · 4 years, 7 months ago
  25. 4209ae1 ext4: handle ext4_mark_inode_dirty errors by Harshad Shirwadkar · 4 years, 8 months ago
  26. 72f9da1 ext4: start to support iopoll method by Xiaoguang Wang · 5 years ago
  27. 8cd115b ext4: Optimize ext4 DIO overwrites by Jan Kara · 5 years ago
  28. bc6385d ext4: Move to shared i_rwsem even without dioread_nolock mount opt by Ritesh Harjani · 5 years ago
  29. aa9714d0 ext4: Start with shared i_rwsem in case of DIO instead of exclusive by Ritesh Harjani · 5 years ago
  30. f629afe ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAIT by Ritesh Harjani · 5 years ago
  31. 378f32b ext4: introduce direct I/O write using iomap infrastructure by Matthew Bobrowski · 5 years ago
  32. 0b9f230 ext4: move inode extension check out from ext4_iomap_alloc() by Matthew Bobrowski · 5 years ago
  33. 569342d ext4: move inode extension/truncate code out from ->iomap_end() callback by Matthew Bobrowski · 5 years ago
  34. b1b4705 ext4: introduce direct I/O read using iomap infrastructure by Matthew Bobrowski · 5 years ago
  35. 09edf4d ext4: introduce new callback for IOMAP_REPORT by Matthew Bobrowski · 5 years ago
  36. 70cb0d0 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  37. c93d8f8 ext4: add basic fs-verity support by Eric Biggers · 5 years ago
  38. 991f523 ext4: remove unnecessary error check by Shi Siyuan · 5 years ago
  39. f8c3500 Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
  40. e46bfc3 ext4: disable map_sync for async flush by Pankaj Gupta · 5 years ago
  41. 02b016c ext4: enforce the immutable flag on open files by Theodore Ts'o · 6 years ago
  42. 57a0da2 ext4: fix data corruption caused by overlapping unaligned and aligned IO by Lukas Czerner · 6 years ago
  43. 372a03e ext4: fix data corruption caused by unaligned direct AIO by Lukas Czerner · 6 years ago
  44. e1fb4a0 dax: remove VM_MIXEDMAP for fsdax and device dax by Dave Jiang · 6 years ago
  45. db6516a ext4: do not update s_last_mounted of a frozen fs by Amir Goldstein · 7 years ago
  46. 833a950 ext4: factor out helper ext4_sample_last_mounted() by Amir Goldstein · 7 years ago
  47. 71fe9899 fs: ext4: add new return type vm_fault_t by Souptick Joarder · 7 years ago
  48. 2244642 ext4: fix ENOSPC handling in DAX page fault handler by Jan Kara · 7 years ago
  49. c0b2462 dax: pass detailed error code from dax_iomap_fault() by Jan Kara · 7 years ago
  50. 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
  51. ae9a8c4 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  52. 32190f0 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 7 years ago
  53. b8a6176 ext4: Support for synchronous DAX faults by Jan Kara · 7 years ago
  54. 497f692 ext4: Simplify error handling in ext4_dax_huge_fault() by Jan Kara · 7 years ago
  55. 9a0dd42 dax: Allow dax_iomap_fault() to return pfn by Jan Kara · 7 years ago
  56. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  57. 09a5c31 ext4: switch to fscrypt_file_open() by Eric Biggers · 7 years ago
  58. 545052e ext4: Switch to iomap for SEEK_HOLE / SEEK_DATA by Christoph Hellwig · 7 years ago
  59. e253d98 Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  60. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  61. d34fc1a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  62. 397162f mm: remove nr_pages argument from pagevec_lookup{,_range}() by Jan Kara · 7 years ago
  63. dec0da7 ext4: use pagevec_lookup_range() in ext4_find_unwritten_pgoff() by Jan Kara · 7 years ago
  64. d72dc8a mm: make pagevec_lookup() update index by Jan Kara · 7 years ago
  65. 91d25ba dax: use common 4k zero page for dax mmap reads by Ross Zwisler · 7 years ago
  66. 91f9943 fs: support RWF_NOWAIT for buffered reads by Christoph Hellwig · 7 years ago
  67. fd96b8d ext4: fix fault handling when mounted with -o dax,ro by Randy Dodgen · 7 years ago
  68. 1bd8d6c ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsets by Darrick J. Wong · 7 years ago
  69. fcf5ea1 ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesize by Jan Kara · 7 years ago
  70. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  71. bc2c642 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  72. 66e0aaa ext4: don't bother checking for encryption key in ->mmap() by Eric Biggers · 8 years ago
  73. 728fbc0 ext4: nowait aio support by Goldwyn Rodrigues · 8 years ago
  74. 624327f ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff() by Eryu Guan · 8 years ago
  75. 3f1d5ba ext4: fix off-by-in in loop termination in ext4_find_unwritten_pgoff() by Jan Kara · 8 years ago
  76. 7d95edd ext4: fix SEEK_HOLE by Jan Kara · 8 years ago
  77. fb26a1c ext4: return to starting transaction in ext4_dax_huge_fault() by Jan Kara · 8 years ago
  78. 99652ea ext4: Add statx support by David Howells · 8 years ago
  79. c791ace mm: replace FAULT_FLAG_SIZE with parameter to huge_fault by Dave Jiang · 8 years ago
  80. a2d5816 mm,fs,dax: change ->pmd_fault to ->huge_fault by Dave Jiang · 8 years ago
  81. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  82. f420039 mm, dax: change pmd_fault() to take only vmf parameter by Dave Jiang · 8 years ago
  83. d8a849e mm, dax: make pmd_fault() and friends be the same as fault() by Dave Jiang · 8 years ago
  84. ff5462e ext4: fix DAX write locking by Christoph Hellwig · 8 years ago
  85. 0db1ff2 ext4: add shutdown bit and check for it by Theodore Ts'o · 8 years ago
  86. 1db1754 ext4: Simplify DAX fault path by Jan Kara · 8 years ago
  87. e2ae766 ext4: convert DAX faults to iomap infrastructure by Jan Kara · 8 years ago
  88. 776722e ext4: DAX iomap write support by Jan Kara · 8 years ago
  89. 364443c ext4: convert DAX reads to iomap infrastructure by Jan Kara · 8 years ago
  90. 213bcd9 ext4: factor out checks from ext4_file_write_iter() by Jan Kara · 8 years ago
  91. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  92. b66484c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  93. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  94. dbe6ec8 ext2/4, xfs: call thp_get_unmapped_area() for pmd mappings by Toshi Kani · 8 years ago
  95. 51e8137 ext4: remove plugging from ext4_file_write_iter() by Jan Kara · 8 years ago
  96. 4b0524a ext4: allow unlocked direct IO when pages are cached by Jan Kara · 8 years ago
  97. 518eaa6 ext4: create EXT4_MAX_BLOCKS() macro by Fabian Frederick · 8 years ago
  98. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  99. 6b52499 dax: remote unused fault wrappers by Ross Zwisler · 8 years ago
  100. a7550b3 ext4 crypto: migrate into vfs's crypto engine by Jaegeuk Kim · 8 years ago