1. f902b216 ext4: fix bogus warning in ext4_update_dx_flag() by Jan Kara · 4 years, 1 month ago
  2. 704c231 ext4: drop fast_commit from /proc/mounts by Theodore Ts'o · 4 years, 1 month ago
  3. d196e229 Revert "ext4: fix superblock checksum calculation race" by Theodore Ts'o · 4 years, 2 months ago
  4. a72b38ee ext4: handle dax mount option collision by Harshad Shirwadkar · 4 years, 2 months ago
  5. fa329e273 ext4: fix sparse warnings in fast_commit code by Theodore Ts'o · 4 years, 2 months ago
  6. 99c880d ext4: cleanup fast commit mount options by Harshad Shirwadkar · 4 years, 2 months ago
  7. 9b5f6c9 ext4: make s_mount_flags modifications atomic by Harshad Shirwadkar · 4 years, 2 months ago
  8. da0c5d2 ext4: issue fsdev cache flush before starting fast commit by Harshad Shirwadkar · 4 years, 2 months ago
  9. 556e031 ext4: disable fast commit with data journalling by Harshad Shirwadkar · 4 years, 2 months ago
  10. 1ceecb5 ext4: fix inode dirty check in case of fast commits by Harshad Shirwadkar · 4 years, 2 months ago
  11. a3114fe ext4: remove unnecessary fast commit calls from ext4_file_mmap by Harshad Shirwadkar · 4 years, 2 months ago
  12. 764b3fd ext4: mark buf dirty before submitting fast commit buffer by Harshad Shirwadkar · 4 years, 2 months ago
  13. a740762 ext4: fix code documentatioon by Harshad Shirwadkar · 4 years, 2 months ago
  14. f6634e2 ext4: dedpulicate the code to wait on inode that's being committed by Harshad Shirwadkar · 4 years, 2 months ago
  15. 0bce577 jbd2: don't pass tid to jbd2_fc_end_commit_fallback() by Harshad Shirwadkar · 4 years, 2 months ago
  16. a1e5e465 ext4: clean up the JBD2 API that initializes fast commits by Harshad Shirwadkar · 4 years, 2 months ago
  17. ede7dc7 jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufs by Harshad Shirwadkar · 4 years, 2 months ago
  18. a80f7fc ext4: fixup ext4_fc_track_* functions' signature by Harshad Shirwadkar · 4 years, 2 months ago
  19. 5b552ad ext4: drop redundant calls ext4_fc_track_range by Harshad Shirwadkar · 4 years, 2 months ago
  20. b21ebf1 ext4: mark fc ineligible if inode gets evictied due to mem pressure by Harshad Shirwadkar · 4 years, 2 months ago
  21. a44ad68 ext4: describe fast_commit feature flags by Harshad Shirwadkar · 4 years, 2 months ago
  22. 7067b26 ext4: unlock xattr_sem properly in ext4_inline_data_truncate() by Joseph Qi · 4 years, 2 months ago
  23. e121bd4 ext4: silence an uninitialized variable warning by Dan Carpenter · 4 years, 2 months ago
  24. 174fe5b ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTA by Kaixu Xia · 4 years, 2 months ago
  25. 58130a6 Merge tag 'ext4_for_linus_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 2 months ago
  26. 6694875 ext4: indicate that fast_commit is available via /sys/fs/ext4/feature/... by Theodore Ts'o · 4 years, 2 months ago
  27. f8f4acb ext4: use generic casefolding support by Daniel Rosenberg · 4 years, 2 months ago
  28. d7dce9e ext4: do not use extent after put_bh by yangerkun · 4 years, 2 months ago
  29. 8c9be1e ext4: use IS_ERR() for error checking of path by Harshad Shirwadkar · 4 years, 2 months ago
  30. b5b1816 ext4: fix mmap write protection for data=journal mode by Jan Kara · 4 years, 2 months ago
  31. ababea7 ext4: use s_mount_flags instead of s_mount_state for fast commit state by Harshad Shirwadkar · 4 years, 2 months ago
  32. e029c5f ext4: make num of fast commit blocks configurable by Harshad Shirwadkar · 4 years, 2 months ago
  33. d0520df ext4: properly check for dirty state in ext4_inode_datasync_dirty() by Andrea Righi · 4 years, 2 months ago
  34. 5112e9a ext4: fix double locking in ext4_fc_commit_dentry_updates() by Harshad Shirwadkar · 4 years, 2 months ago
  35. 0eac1102e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 2 months ago
  36. 96485e4 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 2 months ago
  37. 1322181 ext4: fix invalid inode checksum by Luo Meng · 4 years, 2 months ago
  38. ce8c59d ext4: add fast commit stats in procfs by Harshad Shirwadkar · 4 years, 3 months ago
  39. 0f0672f ext4: add a mount opt to forcefully turn fast commits on by Harshad Shirwadkar · 4 years, 3 months ago
  40. 8016e29 ext4: fast commit recovery path by Harshad Shirwadkar · 4 years, 3 months ago
  41. 5b849b5 jbd2: fast commit recovery path by Harshad Shirwadkar · 4 years, 3 months ago
  42. aa75f4d ext4: main fast-commit commit path by Harshad Shirwadkar · 4 years, 3 months ago
  43. ff780b9 jbd2: add fast commit machinery by Harshad Shirwadkar · 4 years, 3 months ago
  44. 6866d7b ext4 / jbd2: add fast commit initialization by Harshad Shirwadkar · 4 years, 3 months ago
  45. 995a3ed ext4: add fast_commit feature and handling for extended mount options by Harshad Shirwadkar · 4 years, 3 months ago
  46. e0770e9 ext4: Detect already used quota file early by Jan Kara · 4 years, 3 months ago
  47. d3e7d20 ext4: use the normal helper to get the actual inode by Kaixu Xia · 4 years, 3 months ago
  48. d1e18b8 ext4: fix bs < ps issue reported with dioread_nolock mount opt by Ritesh Harjani · 4 years, 3 months ago
  49. afb585a ext4: data=journal: write-protect pages on j_submit_inode_data_buffers() by Mauricio Faria de Oliveira · 4 years, 3 months ago
  50. 64a9f14 ext4: data=journal: fixes for ext4_page_mkwrite() by Mauricio Faria de Oliveira · 4 years, 3 months ago
  51. 342af94 jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data_buffers() by Mauricio Faria de Oliveira · 4 years, 3 months ago
  52. 8394a6a ext4: introduce ext4_sb_bread_unmovable() to replace sb_bread_unmovable() by zhangyi (F) · 4 years, 3 months ago
  53. 0a846f4 ext4: use ext4_sb_bread() instead of sb_bread() by zhangyi (F) · 4 years, 3 months ago
  54. 5df1d41 ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmovable() by zhangyi (F) · 4 years, 3 months ago
  55. 60c776e ext4: use ext4_buffer_uptodate() in __ext4_get_inode_loc() by zhangyi (F) · 4 years, 3 months ago
  56. 2d069c0 ext4: use common helpers in all places reading metadata buffers by zhangyi (F) · 4 years, 3 months ago
  57. fa491b1 ext4: introduce new metadata buffer read helpers by zhangyi (F) · 4 years, 3 months ago
  58. d9befed ext4: clear buffer verified flag if read meta block from disk by zhangyi (F) · 4 years, 3 months ago
  59. af8c53c ext4: limit entries returned when counting fsmap records by Darrick J. Wong · 4 years, 3 months ago
  60. addd752 ext4: make mb_check_counter per group by Chunguang Xu · 4 years, 3 months ago
  61. 9d1f9b2 ext4: delete invalid comments near mb_buddy_adjust_border by Chunguang Xu · 4 years, 3 months ago
  62. 9704a32 ext4: fix bdev write error check failed when mount fs with ro by Zhang Xiaoxu · 4 years, 3 months ago
  63. dd0db94 ext4: rename system_blks to s_system_blks inside ext4_sb_info by Chunguang Xu · 4 years, 3 months ago
  64. ee7ed3a ext4: rename journal_dev to s_journal_dev inside ext4_sb_info by Chunguang Xu · 4 years, 3 months ago
  65. 2be7d71 ext4: add trace exit in exception path. by Zhang Qilong · 4 years, 3 months ago
  66. 9faac62 ext4: optimize file overwrites by Ritesh Harjani · 4 years, 4 months ago
  67. 7eb90a2 ext4: remove unused including <linux/version.h> by Tian Tao · 4 years, 4 months ago
  68. acaa532 ext4: fix superblock checksum calculation race by Constantine Sapuntzakis · 4 years, 4 months ago
  69. c9e8716 ext4: fix error handling code in add_new_gdb by Dinghao Liu · 4 years, 4 months ago
  70. aa2f779 ext4: disallow modifying DAX inode flag if inline_data has been set by Xiao Yang · 4 years, 4 months ago
  71. 15ed285 ext4: remove unused argument from ext4_(inc|dec)_count by Nikolay Borisov · 4 years, 4 months ago
  72. 81e8c3c ext4: do not interpret high bytes if 64bit feature is disabled by Petr Malat · 4 years, 4 months ago
  73. b483bb7 ext4: delete duplicated words + other fixes by Randy Dunlap · 4 years, 5 months ago
  74. 766ef1e ext4: flag as supporting buffered async reads by Jens Axboe · 4 years, 5 months ago
  75. cb8d53d ext4: fix leaking sysfs kobject after failed mount by Eric Biggers · 4 years, 3 months ago
  76. 5b3dc19 ext4: discard preallocations before releasing group lock by Jan Kara · 4 years, 3 months ago
  77. 70022da ext4: fix dead loop in ext4_mb_new_blocks by Ye Bin · 4 years, 4 months ago
  78. 0e6895b ext4: implement swap_activate aops using iomap by Ritesh Harjani · 4 years, 4 months ago
  79. 73bb49d mm/readahead: make page_cache_ra_unbounded take a readahead_control by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  80. c8c868a fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *' by Eric Biggers · 4 years, 4 months ago
  81. ac4acb1 fscrypt: handle test_dummy_encryption in more logical way by Eric Biggers · 4 years, 4 months ago
  82. 02ce531 ext4: use fscrypt_prepare_new_inode() and fscrypt_set_context() by Eric Biggers · 4 years, 4 months ago
  83. 177cc0e ext4: factor out ext4_xattr_credits_for_new_inode() by Eric Biggers · 4 years, 4 months ago
  84. 6d1349c [PATCH] reduce boilerplate in fsid handling by Al Viro · 4 years, 4 months ago
  85. 8b10fe6 fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer by Jeff Layton · 4 years, 5 months ago
  86. e309428 Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 4 months ago
  87. 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
  88. 27bc446 ext4: limit the length of per-inode prealloc list by brookxu · 4 years, 5 months ago
  89. 66d5e02 ext4: reorganize if statement of ext4_mb_release_context() by brookxu · 4 years, 5 months ago
  90. c55ee7d ext4: add mb_debug logging when there are lost chunks by brookxu · 4 years, 5 months ago
  91. 7ca4fcb ext4: Fix comment typo "the the". by kyoungho koo · 4 years, 8 months ago
  92. 70d7ced ext4: change to use fallthrough macro by Shijie Luo · 4 years, 5 months ago
  93. 2fe34d29 ext4: remove unused parameter of ext4_generic_delete_entry function by Kyoungho Koo · 4 years, 5 months ago
  94. e0d438c mballoc: replace seq_printf with seq_puts by Xu Wang · 4 years, 5 months ago
  95. dddcd2f ext4: optimize the implementation of ext4_mb_good_group() by brookxu · 4 years, 5 months ago
  96. 051e2ce ext4: delete invalid comments near ext4_mb_check_limits() by brookxu · 4 years, 5 months ago
  97. e9a3cd4 ext4: fix typos in ext4_mb_regular_allocator() comment by brookxu · 4 years, 5 months ago
  98. 7303cb5 ext4: fix checking of directory entry validity for inline directories by Jan Kara · 4 years, 5 months ago
  99. 377254b fs: prevent BUG_ON in submit_bh_wbc() by Xianting Tian · 4 years, 5 months ago
  100. 0f5bde1 ext4: correctly restore system zone info when remount fails by Jan Kara · 4 years, 5 months ago