1. d8ad2ce Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 2 years, 11 months ago
  2. f340b3d fs/ext4: fix comments mentioning i_mutex by hongnanli · 3 years ago
  3. 8fca8a2 ext4: fix incorrect type issue during replay_del_range by Xin Yin · 3 years ago
  4. 7c268d4 ext4: fix potential NULL pointer dereference in ext4_fill_super() by Lukas Czerner · 3 years ago
  5. cdce59a ext4: fix error handling in ext4_fc_record_modified_inode() by Ritesh Harjani · 3 years ago
  6. 09355d9 ext4: remove redundant max inline_size check in ext4_da_write_inline_data_begin() by Ritesh Harjani · 3 years ago
  7. 897026a ext4: fix error handling in ext4_restore_inline_data() by Ritesh Harjani · 3 years ago
  8. bdc8a53 ext4: fast commit may miss file actions by Xin Yin · 3 years ago
  9. e85c81b ext4: fast commit may not fallback for ineligible commit by Xin Yin · 3 years ago
  10. 31a074a ext4: modify the logic of ext4_mb_new_blocks_simple by Xin Yin · 3 years ago
  11. 599ea31 ext4: prevent used blocks from being allocated during fast commit replay by Xin Yin · 3 years ago
  12. 630c128 Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode by Linus Torvalds · 2 years, 11 months ago
  13. 0a4ee51 mm: remove cleancache by Christoph Hellwig · 3 years ago
  14. 359745d proc: remove PDE_DATA() completely by Muchun Song · 3 years ago
  15. 5298d4b unicode: clean up the Kconfig symbol confusion by Christoph Hellwig · 3 years ago
  16. 6661224 Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode by Linus Torvalds · 3 years ago
  17. f56caed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  18. 4034247 mm: introduce memalloc_retry_wait() by NeilBrown · 3 years ago
  19. 3acbdbf Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 3 years ago
  20. 6eeaf88 ext4: don't use the orphan list when migrating an inode by Theodore Ts'o · 3 years ago
  21. a2e3965 ext4: use BUG_ON instead of if condition followed by BUG by xu xin · 3 years ago
  22. da9e480 ext4: fix a copy and paste typo by Dan Carpenter · 3 years ago
  23. e81c930 ext4: set csum seed in tmp inode while migrating to extents by Luís Henriques · 3 years ago
  24. ae6ec19 ext4: remove unnecessary 'offset' assignment by luo penghao · 3 years, 1 month ago
  25. a6dbc76 ext4: remove redundant o_start statement by luo penghao · 3 years, 1 month ago
  26. 037e7c5 ext4: drop an always true check by Adam Borowski · 3 years, 1 month ago
  27. fac888b ext4: remove unused assignments by luo penghao · 3 years, 2 months ago
  28. a660be9 ext4: remove redundant statement by luo penghao · 3 years, 2 months ago
  29. effc5b3 ext4: remove useless resetting io_end_size in mpage_process_page() by Nghia Le · 3 years, 2 months ago
  30. 4a69aec ext4: allow to change s_last_trim_minblks via sysfs by Lukas Czerner · 3 years, 2 months ago
  31. 2327fb2 ext4: change s_last_trim_minblks type to unsigned long by Lukas Czerner · 3 years, 2 months ago
  32. bbc605c ext4: implement support for get/set fs label by Lukas Czerner · 3 years ago
  33. 4c1bd5a ext4: only set EXT4_MOUNT_QUOTA when journalled quota file is specified by Lukas Czerner · 3 years ago
  34. 13b215a ext4: don't use kfree() on rcu protected pointer sbi->s_qf_names by Lukas Czerner · 3 years ago
  35. 173b6e3 ext4: avoid trim error on fs with small groups by Jan Kara · 3 years, 2 months ago
  36. 5c48a7d ext4: fix an use-after-free issue about data=journal writeback mode by Zhang Yi · 3 years ago
  37. 298b5c5 ext4: fix null-ptr-deref in '__ext4_journal_ensure_credits' by Ye Bin · 3 years ago
  38. c27c29c ext4: initialize err_blk before calling __ext4_get_inode_loc by Harshad Shirwadkar · 3 years, 1 month ago
  39. 8c80fb3 ext4: fix a possible ABBA deadlock due to busy PA by Chunguang Xu · 3 years, 1 month ago
  40. dfac1a1 ext4: replace snprintf in show functions with sysfs_emit by Qing Wang · 3 years, 3 months ago
  41. 4013d47 ext4: make sure to reset inode lockdep class when quota enabling fails by Jan Kara · 3 years, 3 months ago
  42. 15fc69b ext4: make sure quota gets properly shutdown on error by Jan Kara · 3 years, 3 months ago
  43. 380a009 ext4: Fix BUG_ON in ext4_bread when write quota data by Ye Bin · 3 years ago
  44. ab047d5 ext4: destroy ext4_fc_dentry_cachep kmemcache on module removal by Sebastian Andrzej Siewior · 3 years ago
  45. 9725958 ext4: fast commit may miss tracking unwritten range during ftruncate by Xin Yin · 3 years ago
  46. 0b5b5a6 ext4: use ext4_ext_remove_space() for fast commit replay delete range by Xin Yin · 3 years ago
  47. 5e4d0eb ext4: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGE by Xin Yin · 3 years ago
  48. d1199b9 ext4: update fast commit TODOs by Harshad Shirwadkar · 3 years ago
  49. 0915e46 ext4: simplify updating of fast commit stats by Harshad Shirwadkar · 3 years ago
  50. 7bbbe24 ext4: drop ineligible txn start stop APIs by Harshad Shirwadkar · 3 years ago
  51. 2729cfd ext4: use ext4_journal_start/stop for fast commit transactions by Harshad Shirwadkar · 3 years ago
  52. 960e0ab ext4: fix i_version handling on remount by Lukas Czerner · 3 years ago
  53. 4437992 ext4: remove lazytime/nolazytime mount options handled by MS_LAZYTIME by Lukas Czerner · 3 years ago
  54. 4c24672 ext4: don't fail remount if journalling mode didn't change by Lukas Czerner · 3 years ago
  55. ba2e524 ext4: Remove unused match_table_t tokens by Lukas Czerner · 3 years, 2 months ago
  56. cebe85d ext4: switch to the new mount api by Lukas Czerner · 3 years, 2 months ago
  57. 97d8a67 ext4: change token2str() to use ext4_param_specs by Lukas Czerner · 3 years, 2 months ago
  58. 02f960f ext4: clean up return values in handle_mount_opt() by Lukas Czerner · 3 years, 2 months ago
  59. 7edfd85 ext4: Completely separate options parsing and sb setup by Lukas Czerner · 3 years, 2 months ago
  60. 6e47a3cc ext4: get rid of super block and sbi from handle_mount_ops() by Lukas Czerner · 3 years, 2 months ago
  61. b6bd243 ext4: check ext2/3 compatibility outside handle_mount_opt() by Lukas Czerner · 3 years, 2 months ago
  62. e6e268c ext4: move quota configuration out of handle_mount_opt() by Lukas Czerner · 3 years, 2 months ago
  63. da812f6 ext4: Allow sb to be NULL in ext4_msg() by Lukas Czerner · 3 years, 2 months ago
  64. 461c3af ext4: Change handle_mount_opt() to use fs_parameter by Lukas Czerner · 3 years, 2 months ago
  65. 4c94bff ext4: move option validation to a separate function by Lukas Czerner · 3 years, 2 months ago
  66. e5a185c ext4: Add fs parameter specifications for mount options by Lukas Czerner · 3 years, 2 months ago
  67. de20511 fsdax: shift partition offset handling into the file systems by Christoph Hellwig · 3 years, 1 month ago
  68. cd913c7 dax: return the partition offset from fs_dax_get_by_bdev by Christoph Hellwig · 3 years, 1 month ago
  69. 952da06 iomap: add a IOMAP_DAX flag by Christoph Hellwig · 3 years, 1 month ago
  70. 89b93a7 ext4: cleanup the dax handling in ext4_fill_super by Christoph Hellwig · 3 years, 1 month ago
  71. c6f4046 fsdax: decouple zeroing from the iomap buffered I/O code by Christoph Hellwig · 3 years, 1 month ago
  72. 7b0800d dax: remove dax_capable by Christoph Hellwig · 3 years, 1 month ago
  73. debe436 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 3 years, 2 months ago
  74. 2acda75 Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 2 months ago
  75. 124e7c6 ext4: fix error code saved on super block during file system abort by Gabriel Krisman Bertazi · 3 years, 2 months ago
  76. 1ebf217 ext4: inline data inode fast commit replay fixes by Harshad Shirwadkar · 3 years, 2 months ago
  77. 6c31a68 ext4: commit inline data during fast commit by Harshad Shirwadkar · 3 years, 2 months ago
  78. afcc4e3 ext4: scope ret locally in ext4_try_to_trim_range() by Lukas Bulwahn · 3 years, 4 months ago
  79. 3bbef91 ext4: remove an unused variable warning with CONFIG_QUOTA=n by Austin Kim · 3 years, 4 months ago
  80. d4ffeeb ext4: fix boolreturn.cocci warnings in fs/ext4/name.c by Jing Yangyang · 3 years, 4 months ago
  81. de01f48 ext4: prevent getting empty inode buffer by Zhang Yi · 3 years, 4 months ago
  82. 9a1bf32 ext4: move ext4_fill_raw_inode() related functions by Zhang Yi · 3 years, 4 months ago
  83. 664bd38 ext4: factor out ext4_fill_raw_inode() by Zhang Yi · 3 years, 4 months ago
  84. 0f2f87d ext4: prevent partial update of the extent blocks by Zhang Yi · 3 years, 4 months ago
  85. 9c6e071 ext4: check for inconsistent extents between index and leaf block by Zhang Yi · 3 years, 4 months ago
  86. 8dd27fe ext4: check for out-of-order index extents in ext4_valid_extent_entries() by Zhang Yi · 3 years, 4 months ago
  87. 31d21d2 ext4: convert from atomic_t to refcount_t on ext4_io_end->count by Xiyu Yang · 3 years, 5 months ago
  88. 1811bc4 ext4: refresh the ext4_ext_path struct after dropping i_data_sem. by yangerkun · 3 years, 4 months ago
  89. 4268496 ext4: ensure enough credits in ext4_ext_shift_path_extents by yangerkun · 3 years, 4 months ago
  90. 83c5688 ext4: correct the left/middle/right debug message for binsearch by yangerkun · 3 years, 4 months ago
  91. 39fec68 ext4: fix lazy initialization next schedule time computation in more granular unit by Shaoying Xu · 3 years, 4 months ago
  92. 3eda41d Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks" by Eric Whitney · 3 years, 3 months ago
  93. 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
  94. cd3e8ea Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 3 years, 2 months ago
  95. 9a089b2 ext4: Send notifications on error by Gabriel Krisman Bertazi · 3 years, 2 months ago
  96. 4fdccaa iomap: Add done_before argument to iomap_dio_rw by Andreas Gruenbacher · 3 years, 5 months ago
  97. 5513b24 ext4: use sb_bdev_nr_blocks by Christoph Hellwig · 3 years, 2 months ago
  98. 3e08773 block: switch polling to be bio based by Christoph Hellwig · 3 years, 3 months ago
  99. 49bd03c unicode: pass a UNICODE_AGE() tripple to utf8_load by Christoph Hellwig · 3 years, 3 months ago
  100. aa8bf29 ext4: simplify ext4_sb_read_encoding by Christoph Hellwig · 3 years, 3 months ago