1. 3be20b6 Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 7 months ago
  2. 7b97d86 ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error handlers by zhangyi (F) · 4 years, 7 months ago
  3. 88ee9d5 ext4: support xattr gnu.* namespace for the Hurd by Jan (janneke) Nieuwenhuizen · 4 years, 8 months ago
  4. 8119853 ext4: mballoc: Use this_cpu_read instead of this_cpu_ptr by Ritesh Harjani · 4 years, 7 months ago
  5. 2ce3ee9 ext4: avoid utf8_strncasecmp() with unstable name by Eric Biggers · 4 years, 7 months ago
  6. 5adacca ext4: stop overwrite the errcode in ext4_setup_super by yangerkun · 4 years, 7 months ago
  7. cfb3c85 ext4: fix partial cluster initialization when splitting extent by Jeffle Xu · 4 years, 8 months ago
  8. 829b37b ext4: avoid race conditions when remounting with options that change dax by Theodore Ts'o · 4 years, 7 months ago
  9. 68cd449 Enable ext4 support for per-file/directory dax operations by Theodore Ts'o · 4 years, 7 months ago
  10. 595a56a Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 7 months ago
  11. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  12. 9daa0a2 Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years, 7 months ago
  13. 0b166a5 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 7 months ago
  14. 6b8ed62 ext4: avoid unnecessary transaction starts during writeback by Jan Kara · 4 years, 8 months ago
  15. 6e014c6 ext4: don't block for O_DIRECT if IOCB_NOWAIT is set by Jens Axboe · 4 years, 8 months ago
  16. ba98890 ext4: remove the access_ok() check in ext4_ioctl_get_es_cache by Christoph Hellwig · 4 years, 8 months ago
  17. 45dd052 fs: handle FIEMAP_FLAG_SYNC in fiemap_prep by Christoph Hellwig · 4 years, 8 months ago
  18. cddf8a2 fs: move fiemap range validation into the file systems instances by Christoph Hellwig · 4 years, 8 months ago
  19. 10c5db2 fs: move the fiemap definitions out of fs.h by Christoph Hellwig · 4 years, 8 months ago
  20. da565e7 ext4: remove the call to fiemap_check_flags in ext4_fiemap by Christoph Hellwig · 4 years, 8 months ago
  21. 03a5ed2 ext4: split _ext4_fiemap by Christoph Hellwig · 4 years, 8 months ago
  22. 328e24a ext4: fix fiemap size checks for bitmap files by Christoph Hellwig · 4 years, 8 months ago
  23. 175efa8 ext4: fix EXT4_MAX_LOGICAL_BLOCK macro by Ritesh Harjani · 4 years, 8 months ago
  24. 9f364e1 add comment for ext4_dir_entry_2 file_type member by Jonathan Grant · 4 years, 8 months ago
  25. dfcd448 ext4: drop ext4_journal_free_reserved() by Jan Kara · 4 years, 8 months ago
  26. 9937783 ext4: mballoc: use lock for checking free blocks while retrying by Ritesh Harjani · 4 years, 8 months ago
  27. 8ef123fe ext4: mballoc: refactor ext4_mb_good_group() by Ritesh Harjani · 4 years, 8 months ago
  28. 07b5b8e ext4: mballoc: introduce pcpu seqcnt for freeing PA to improve ENOSPC handling by Ritesh Harjani · 4 years, 8 months ago
  29. cf5e2ca ext4: mballoc: refactor ext4_mb_discard_preallocations() by Ritesh Harjani · 4 years, 8 months ago
  30. 53f86b1 ext4: mballoc: add blocks to PA list under same spinlock after allocating blocks by Ritesh Harjani · 4 years, 8 months ago
  31. de8ff14 ext4: add casefold flag to EXT4_INODE_* flags by Eric Biggers · 4 years, 8 months ago
  32. 8ad8d71 ext4: rework map struct instantiation in ext4_ext_map_blocks() by Eric Whitney · 4 years, 8 months ago
  33. 70aa155 ext4: make ext_debug() implementation to use pr_debug() by Ritesh Harjani · 4 years, 8 months ago
  34. d3df145 ext4: mballoc: make mb_debug() implementation to use pr_debug() by Ritesh Harjani · 4 years, 8 months ago
  35. 8ec2d31 ext4: replace EXT_DEBUG with __maybe_unused in ext4_ext_handle_unwritten_extents() by Ritesh Harjani · 4 years, 8 months ago
  36. ec8c60b ext4: improve ext_debug() msg in case of block allocation failure by Ritesh Harjani · 4 years, 8 months ago
  37. 6db0746 ext4: use BIT() macro for BH_** state bits by Ritesh Harjani · 4 years, 8 months ago
  38. 9bee577 ext4: balloc: use task_pid_nr() helper by Ritesh Harjani · 4 years, 8 months ago
  39. eb2b8eb ext4: mballoc: fix possible NULL ptr & remove BUG_ONs from DOUBLE_CHECK by Ritesh Harjani · 4 years, 8 months ago
  40. a345021 ext4: mballoc: refactor code inside DOUBLE_CHECK into separate function by Ritesh Harjani · 4 years, 8 months ago
  41. 4fca8f0 ext4: mballoc: make ext4_mb_use_preallocated() return type as bool by Ritesh Harjani · 4 years, 8 months ago
  42. f283529 ext4: mballoc: simplify error handling in ext4_init_mballoc() by Ritesh Harjani · 4 years, 8 months ago
  43. 004379d ext4: mballoc: fix few other format specifier in mb_debug() by Ritesh Harjani · 4 years, 8 months ago
  44. 36bad42 ext4: mballoc: correct the mb_debug() format specifier for pa_len var by Ritesh Harjani · 4 years, 8 months ago
  45. bbc4ec7 ext4: mballoc: add more mb_debug() msgs by Ritesh Harjani · 4 years, 8 months ago
  46. e68cf40 ext4: mballoc: refactor ext4_mb_show_ac() by Ritesh Harjani · 4 years, 8 months ago
  47. 212da3e ext4: mballoc: print bb_free info even when it is 0 by Ritesh Harjani · 4 years, 8 months ago
  48. 73c384c0 ext4: avoid ext4_error()'s caused by ENOMEM in the truncate path by Theodore Ts'o · 4 years, 8 months ago
  49. 08adf45 ext4: fix race between ext4_sync_parent() and rename() by Eric Biggers · 4 years, 8 months ago
  50. 80dd497 ext4: fix a typo in a comment by Christophe JAILLET · 4 years, 8 months ago
  51. be809e1 ext4: clean up ext4_ext_convert_to_initialized() error handling by Eric Whitney · 4 years, 8 months ago
  52. 779e265 ext4: clean up GET_BLOCKS_PRE_IO error handling by Eric Whitney · 4 years, 8 months ago
  53. bee6cf0 ext4: remove redundant GET_BLOCKS_CONVERT code by Eric Whitney · 4 years, 8 months ago
  54. ee802f8 ext4: remove dead GET_BLOCKS_ZERO code by Eric Whitney · 4 years, 8 months ago
  55. b60ca33 ext4: don't ignore return values from ext4_ext_dirty() by Harshad Shirwadkar · 4 years, 9 months ago
  56. 4209ae1 ext4: handle ext4_mark_inode_dirty errors by Harshad Shirwadkar · 4 years, 9 months ago
  57. 8418897 ext4: fix error pointer dereference by Jeffle Xu · 4 years, 9 months ago
  58. ceff86f ext4: Avoid freeing inodes on dirty list by Jan Kara · 4 years, 9 months ago
  59. 3bbd0ef ext4: fix buffer_head refcnt leak when ext4_iget() fails by Xiyu Yang · 4 years, 9 months ago
  60. c36a71b ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_max by Harshad Shirwadkar · 4 years, 9 months ago
  61. 39c0ae1 ext4: remove unnecessary comparisons to bool by Jason Yan · 4 years, 9 months ago
  62. 9e52484 ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flag by Eric Whitney · 4 years, 9 months ago
  63. 6b6aeff ext4: fix a style issue in fs/ext4/acl.c by Carlos Guerrero Álvarez · 4 years, 9 months ago
  64. 750a02a Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  65. a07f624 ext4: pass the inode to ext4_mpage_readpages by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  66. 6311f91f ext4: convert from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  67. 2c68423 mm: add page_cache_readahead_unbounded by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  68. d194e12 fs: ext4: default KUNIT_* fragments to KUNIT_ALL_TESTS by Anders Roxell · 4 years, 8 months ago
  69. afdb0f2 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 7 months ago
  70. 3f19b2a vfs, afs, ext4: Make the inode hash table RCU searchable by David Howells · 7 years ago
  71. b383a73 fs/ext4: Introduce DAX inode flag by Ira Weiny · 4 years, 7 months ago
  72. fcebc79 fs/ext4: Remove jflag variable by Ira Weiny · 4 years, 7 months ago
  73. 9cb20f9 fs/ext4: Make DAX mount option a tri-state by Ira Weiny · 4 years, 7 months ago
  74. 043546e fs/ext4: Only change S_DAX on inode load by Ira Weiny · 4 years, 7 months ago
  75. a8ab6d3 fs/ext4: Update ext4_should_use_dax() by Ira Weiny · 4 years, 7 months ago
  76. fc626fe fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYS by Ira Weiny · 4 years, 7 months ago
  77. 6c0d077 fs/ext4: Disallow verity if inode is DAX by Ira Weiny · 4 years, 7 months ago
  78. ff694ab fs/ext4: Narrow scope of DAX check in setflags by Ira Weiny · 4 years, 7 months ago
  79. 9398554 block: remove the error_sector argument to blkdev_issue_flush by Christoph Hellwig · 4 years, 8 months ago
  80. 959f758 ext4: fix fiemap size checks for bitmap files by Christoph Hellwig · 4 years, 8 months ago
  81. 9f44eda ext4: fix EXT4_MAX_LOGICAL_BLOCK macro by Ritesh Harjani · 4 years, 8 months ago
  82. ed318a6 fscrypt: support test_dummy_encryption=v2 by Eric Biggers · 4 years, 8 months ago
  83. ef5fd68 ext4: remove redundant variable has_bigalloc in ext4_fill_super by Kaixu Xia · 4 years, 9 months ago
  84. 781c036 ext4: remove unnecessary test_opt for DIOREAD_NOLOCK by Kaixu Xia · 4 years, 9 months ago
  85. 907ea52 ext4: convert BUG_ON's to WARN_ON's in mballoc.c by Theodore Ts'o · 4 years, 9 months ago
  86. a17a9d9 ext4: increase wait time needed before reuse of deleted inode numbers by Theodore Ts'o · 4 years, 9 months ago
  87. 6488141 ext4: remove set but not used variable 'es' in ext4_jbd2.c by Jason Yan · 4 years, 9 months ago
  88. 05ca87c ext4: remove set but not used variable 'es' by Jason Yan · 4 years, 9 months ago
  89. 801674f ext4: do not zeroout extents beyond i_disksize by Jan Kara · 4 years, 9 months ago
  90. 9033783 ext4: fix return-value types in several function comments by Josh Triplett · 4 years, 9 months ago
  91. d87f639 ext4: use non-movable memory for superblock readahead by Roman Gushchin · 4 years, 10 months ago
  92. c2a559b ext4: use matching invalidatepage in ext4_writepage by yangerkun · 4 years, 11 months ago
  93. 9c94b39 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 9 months ago
  94. 54d3adb ext4: save all error info in save_error_info() and drop ext4_set_errno() by Theodore Ts'o · 4 years, 10 months ago
  95. 1455c69 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 9 months ago
  96. 4b9fd8a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  97. df41460 ext4: fix incorrect group count in ext4_fill_super error message by Josh Triplett · 4 years, 10 months ago
  98. b9c538d ext4: fix incorrect inodes per group in error message by Josh Triplett · 4 years, 10 months ago
  99. 626b035 ext4: don't set dioread_nolock by default for blocksize < pagesize by Ritesh Harjani · 4 years, 10 months ago
  100. f1e67e3 fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_t by Thomas Gleixner · 5 years ago