1. 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  2. b8072d5 Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 5 years ago
  3. 50b8b3f Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  4. 3b266a5 Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  5. e25645b Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 5 years ago
  6. 1c1ff48 Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
  7. dfdeeb4 Merge branch 'tt/misc' into dev by Theodore Ts'o · 5 years ago
  8. c7df4a1 ext4: work around deleting a file with i_nlink == 0 safely by Theodore Ts'o · 5 years ago
  9. 4ea9993 ext4: add more paranoia checking in ext4_expand_extra_isize handling by Theodore Ts'o · 5 years ago
  10. 565333a ext4: fix a bug in ext4_wait_for_tail_page_commit by yangerkun · 5 years ago
  11. 5500221 ext4: bio_alloc with __GFP_DIRECT_RECLAIM never fails by Gao Xiang · 5 years ago
  12. ebc11f7 ext4: code cleanup for get_next_id by Chengguang Xu · 5 years ago
  13. f4c2d37 ext4: fix leak of quota reservations by Jan Kara · 5 years ago
  14. 1e1a76e ext4: remove unused variable warning in parse_options() by Olof Johansson · 5 years ago
  15. 196624e ext4: Enable encryption for subpage-sized blocks by Chandan Rajendra · 5 years ago
  16. 1f60719 ext4: support STATX_ATTR_VERITY by Eric Biggers · 5 years ago
  17. 4d06bfb ext4: Add error handling for io_end_vec struct allocation by Ritesh Harjani · 5 years ago
  18. b925acb ext4: add support for IV_INO_LBLK_64 encryption policies by Eric Biggers · 5 years ago
  19. 8d0d47e Merge branch 'mb/dio' into master by Theodore Ts'o · 5 years ago
  20. a6d404084 Merge branch 'jk/jbd2-revoke-overflow' by Theodore Ts'o · 5 years ago
  21. 83448bd ext4: Reserve revoke credits for freed blocks by Jan Kara · 5 years ago
  22. fdc3ef8 jbd2: Reserve space for revoke descriptor blocks by Jan Kara · 5 years ago
  23. a9a8344 ext4, jbd2: Provide accessor function for handle credits by Jan Kara · 5 years ago
  24. a413036 ext4: Provide function to handle transaction restarts by Jan Kara · 5 years ago
  25. f2890730 ext4: Avoid unnecessary revokes in ext4_alloc_branch() by Jan Kara · 5 years ago
  26. 6cb367c ext4: Use ext4_journal_extend() instead of jbd2_journal_extend() by Jan Kara · 5 years ago
  27. 321238f ext4: Fix ext4_should_journal_data() for EA inodes by Jan Kara · 5 years ago
  28. 65db869 ext4: Fix credit estimate for final inode freeing by Jan Kara · 5 years ago
  29. 378f32b ext4: introduce direct I/O write using iomap infrastructure by Matthew Bobrowski · 5 years ago
  30. 9b88f9f ext4: Do not iput inode under running transaction by Jan Kara · 5 years ago
  31. a9e2632 ext4: Move marking of handle as sync to ext4_add_nondir() by Jan Kara · 5 years ago
  32. 3eaf9cc6 ext4: update ext4_sync_file() to not use __generic_file_fsync() by Matthew Bobrowski · 5 years ago
  33. 0b9f230 ext4: move inode extension check out from ext4_iomap_alloc() by Matthew Bobrowski · 5 years ago
  34. 569342d ext4: move inode extension/truncate code out from ->iomap_end() callback by Matthew Bobrowski · 5 years ago
  35. b1b4705 ext4: introduce direct I/O read using iomap infrastructure by Matthew Bobrowski · 5 years ago
  36. 09edf4d ext4: introduce new callback for IOMAP_REPORT by Matthew Bobrowski · 5 years ago
  37. f063db5 ext4: split IOMAP_WRITE branch in ext4_iomap_begin() into helper by Matthew Bobrowski · 5 years ago
  38. c8fdfe29 ext4: move set iomap routines into a separate helper ext4_set_iomap() by Matthew Bobrowski · 5 years ago
  39. 2e9b51d ext4: iomap that extends beyond EOF should be marked dirty by Matthew Bobrowski · 5 years ago
  40. 548feeb ext4: update direct I/O read lock pattern for IOCB_NOWAIT by Matthew Bobrowski · 5 years ago
  41. 53e5cca ext4: reorder map.m_flags checks within ext4_iomap_begin() by Matthew Bobrowski · 5 years ago
  42. f21bdbb Merge branch 'iomap-for-next' into mb/dio by Theodore Ts'o · 5 years ago
  43. 7212b95 fs: Use dquot_load_quota_inode() from filesystems by Jan Kara · 5 years ago
  44. 1cbeab1 ext4: add kunit test for decoding extended timestamps by Iurii Zaikin · 5 years ago
  45. 314999d fs: compat_ioctl: move FITRIM emulation into file systems by Arnd Bergmann · 6 years ago
  46. c33fbe8 ext4: Enable blocksize < pagesize for dioread_nolock by Ritesh Harjani · 5 years ago
  47. c8cc881 ext4: Add support for blocksize < pagesize in dioread_nolock by Ritesh Harjani · 5 years ago
  48. 2943fdb ext4: Refactor mpage_map_and_submit_buffers function by Ritesh Harjani · 5 years ago
  49. a00713e ext4: Add API to bring in support for unwritten io_end_vec conversion by Ritesh Harjani · 5 years ago
  50. 821ff38 ext4: keep uniform naming convention for io & io_end variables by Ritesh Harjani · 5 years ago
  51. c039b99 iomap: use a srcmap for a read-modify-write I/O by Goldwyn Rodrigues · 5 years ago
  52. 3f2dc27 Merge branch 'entropy' by Linus Torvalds · 5 years ago
  53. 02f03c4 Revert "Revert "ext4: make __ext4_get_inode_loc plug"" by Linus Torvalds · 5 years ago
  54. 70cb0d0 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  55. cfb82e1 Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  56. f60c55a Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
  57. 734d1ed Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
  58. 72dbcf7 Revert "ext4: make __ext4_get_inode_loc plug" by Linus Torvalds · 5 years ago
  59. cba465b ext4: Reduce ext4 timestamp warnings by Deepa Dinamani · 5 years ago
  60. 6456ca6 ext4: fix kernel oops caused by spurious casefold flag by Theodore Ts'o · 5 years ago
  61. 0642ea2 ext4 crypto: fix to check feature status before get policy by Chao Yu · 5 years ago
  62. 4881c49 ext4: Initialize timestamps limits by Deepa Dinamani · 7 years ago
  63. 9ba5554 ext4: fix integer overflow when calculating commit interval by zhangyi (F) · 5 years ago
  64. 520f897 ext4: use percpu_counters for extent_status cache hits/misses by Yang Guo · 5 years ago
  65. 7727ae5 ext4: fix potential use after free after remounting with noblock_validity by zhangyi (F) · 5 years ago
  66. c1e8220 ext4: fix punch hole for inline_data file systems by Theodore Ts'o · 5 years ago
  67. 8fcc3a5 ext4: rework reserved cluster accounting when invalidating pages by Eric Whitney · 5 years ago
  68. 7963e5a ext4: treat buffers with write errors as containing valid data by ZhangXiaoxu · 5 years ago
  69. e3d550c ext4: fix warning inside ext4_convert_unwritten_extents_endio by Rakesh Pandit · 5 years ago
  70. 22cfe4b ext4: add fs-verity read support by Eric Biggers · 5 years ago
  71. c93d8f8 ext4: add basic fs-verity support by Eric Biggers · 5 years ago
  72. 29b3692 ext4: wire up new fscrypt ioctls by Eric Biggers · 5 years ago
  73. 7a14826 ext4: set error return correctly when ext4_htree_store_dirent fails by Colin Ian King · 5 years ago
  74. cd2d992 ext4: drop legacy pre-1970 encoding workaround by Theodore Ts'o · 5 years ago
  75. bb5835e ext4: add new ioctl EXT4_IOC_GET_ES_CACHE by Theodore Ts'o · 5 years ago
  76. 1ad3ea6 ext4: add a new ioctl EXT4_IOC_GETSTATE by Theodore Ts'o · 5 years ago
  77. b0c013e ext4: add a new ioctl EXT4_IOC_CLEAR_ES_CACHE by Theodore Ts'o · 5 years ago
  78. 991f523 ext4: remove unnecessary error check by Shi Siyuan · 5 years ago
  79. 4e34323 ext4: fix warning when turn on dioread_nolock and inline_data by yangerkun · 5 years ago
  80. 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
  81. 9637d51 Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  82. 5010fe9 Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  83. 2e75675 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  84. 34e51a5 blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner() by Tejun Heo · 6 years ago
  85. e46bfc3 ext4: disable map_sync for async flush by Pankaj Gupta · 5 years ago
  86. 96fcaf8 ext4: fix coverity warning on error path of filename setup by Gabriel Krisman Bertazi · 5 years ago
  87. 78e9605 ext4: replace ktype default_attrs with default_groups by Kimberly Brown · 5 years ago
  88. f991492 vfs: teach vfs_ioc_fssetxattr_check to check project id info by Darrick J. Wong · 6 years ago
  89. 7b0e492 vfs: create a generic checking function for FS_IOC_FSSETXATTR by Darrick J. Wong · 6 years ago
  90. 5aca284 vfs: create a generic checking and prep function for FS_IOC_SETFLAGS by Darrick J. Wong · 6 years ago
  91. 7633b08 ext4: rename htree_inline_dir_to_tree() to ext4_inlinedir_to_tree() by Theodore Ts'o · 6 years ago
  92. ddce3b9 ext4: refactor initialize_dirent_tail() by Theodore Ts'o · 6 years ago
  93. f036adb ext4: rename "dirent_csum" functions to use "dirblock" by Theodore Ts'o · 6 years ago
  94. 4e19d6b ext4: allow directory holes by Theodore Ts'o · 6 years ago
  95. 73131fb ext4: use jbd2_inode dirty range scoping by Ross Zwisler · 6 years ago
  96. c708b1c ext4: remove redundant assignment to node by Colin Ian King · 6 years ago
  97. 3ae7256 ext4: optimize case-insensitive lookups by Gabriel Krisman Bertazi · 6 years ago
  98. b03755a ext4: make __ext4_get_inode_loc plug by zhangjs · 6 years ago
  99. c60990b ext4: clean up kerneldoc warnigns when building with W=1 by Theodore Ts'o · 6 years ago
  100. 7ddf79a ext4: only set project inherit bit for directory by Wang Shilong · 6 years ago