1. d7f5f1b Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 3 years, 9 months ago
  2. 64395d9 ext4: initialize ret to suppress smatch warning by Theodore Ts'o · 3 years, 9 months ago
  3. 512c15e ext4: stop inode update before return by Pan Bian · 4 years ago
  4. 8210bb2 ext4: fix rename whiteout with fast commit by Harshad Shirwadkar · 3 years, 10 months ago
  5. 2a4ae3b ext4: fix timer use-after-free on failed mount by Jan Kara · 3 years, 10 months ago
  6. 7d8bd3c ext4: fix potential error in ext4_do_update_inode by Shijie Luo · 3 years, 10 months ago
  7. 6b22489 ext4: do not try to set xattr into ea_inode if value is empty by zhangyi (F) · 3 years, 10 months ago
  8. 5dccdc5 ext4: do not iput inode under running transaction in ext4_rename() by zhangyi (F) · 3 years, 10 months ago
  9. b7ff91f ext4: find old entry again if failed to rename whiteout by zhangyi (F) · 3 years, 10 months ago
  10. f053cf7 ext4: fix error handling in ext4_end_enable_verity() by Eric Biggers · 3 years, 10 months ago
  11. a8affc0 block: rename BIO_MAX_PAGES to BIO_MAX_VECS by Christoph Hellwig · 3 years, 10 months ago
  12. c915fb8 ext4: fix bh ref count on error paths by Zhaolong Zhang · 3 years, 10 months ago
  13. f91436d fs/ext4: fix integer overflow in s_log_groups_per_flex by Sabyrzhan Tasbolatov · 3 years, 10 months ago
  14. 163f0ec1 ext4: add reclaim checks to xattr code by Jan Kara · 3 years, 10 months ago
  15. efc6134 ext4: shrink race window in ext4_should_retry_alloc() by Eric Whitney · 3 years, 10 months ago
  16. 3ab6608 Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
  17. 5f7136d block: Add bio_max_segs by Matthew Wilcox (Oracle) · 4 years ago
  18. 6f9972b Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 3 years, 10 months ago
  19. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
  20. d61c6a5 Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 10 months ago
  21. 582cd91 Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
  22. 4f016a3 Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 10 months ago
  23. 0a76945 ext4: add .kunitconfig fragment to enable ext4-specific tests by Daniel Latypov · 3 years, 11 months ago
  24. 302fdad ext: EXT4_KUNIT_TESTS should depend on EXT4_FS instead of selecting it by Geert Uytterhoeven · 4 years ago
  25. 3258386 ext4: reset retry counter when ext4_alloc_file_blocks() makes progress by Eric Whitney · 4 years ago
  26. e17fe65 fs-verity: add FS_IOC_READ_VERITY_METADATA ioctl by Eric Biggers · 4 years ago
  27. b5776e7 ext4: fix potential htree index checksum corruption by Theodore Ts'o · 3 years, 11 months ago
  28. c6c818e ext4: factor out htree rep invariant check by Vinicius Tinti · 4 years ago
  29. 96e7c02d ext4: Change list_for_each* to list_for_each_entry* by Daejun Park · 4 years ago
  30. 027f14f ext4: don't try to processed freed blocks until mballoc is initialized by Theodore Ts'o · 4 years ago
  31. 59ebc7f ext4: use DEFINE_MUTEX() for mutex lock by Zheng Yongjun · 4 years ago
  32. c6bf3f0 block: use an on-stack bio in blkdev_issue_flush by Christoph Hellwig · 4 years ago
  33. 14f3db5 ext4: support idmapped mounts by Christian Brauner · 4 years ago
  34. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  35. 0d56a45 stat: handle idmapped mounts by Christian Brauner · 4 years ago
  36. e65ce2a acl: handle idmapped mounts by Christian Brauner · 4 years ago
  37. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
  38. 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  39. 2f63296 iomap: pass a flags argument to iomap_dio_rw by Christoph Hellwig · 4 years ago
  40. 0bc9bc1 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years ago
  41. e9f5335 ext4: remove expensive flush on fast commit by Daejun Park · 4 years ago
  42. 6b4b8e6 ext4: fix bug for rename with RENAME_WHITEOUT by yangerkun · 4 years ago
  43. 31e203e ext4: fix wrong list_splice in ext4_fc_cleanup by Daejun Park · 4 years ago
  44. 23dd561 ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERR by Yi Li · 4 years ago
  45. ed296c6 ext4: simplify i_state checks in __ext4_update_other_inode_time() by Eric Biggers · 4 years ago
  46. e2728c5 fs: don't call ->dirty_inode for lazytime timestamp updates by Eric Biggers · 4 years ago
  47. 555a6e8 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years ago
  48. 5a3b590 ext4: don't leak old mountpoint samples by Theodore Ts'o · 4 years ago
  49. a3f5cf1 ext4: drop ext4_handle_dirty_super() by Jan Kara · 4 years ago
  50. dfd56c2 ext4: fix superblock checksum failure when setting password salt by Jan Kara · 4 years ago
  51. e92ad03 ext4: use sbi instead of EXT4_SB(sb) in ext4_update_super() by Jan Kara · 4 years ago
  52. 2d01ddc ext4: save error info to sb through journal if available by Jan Kara · 4 years ago
  53. 05c2c00 ext4: protect superblock modifications with a buffer lock by Jan Kara · 4 years ago
  54. 4392fbc ext4: drop sync argument of ext4_commit_super() by Jan Kara · 4 years ago
  55. be99393 ext4: remove unnecessary wbc parameter from ext4_bio_write_page by Lei Chen · 4 years, 1 month ago
  56. e789ca0 ext4: combine ext4_handle_error() and save_error_info() by Jan Kara · 4 years ago
  57. 82ef137 ext4: avoid s_mb_prefetch to be zero in individual scenarios by Chunguang Xu · 4 years, 1 month ago
  58. c92dc85 ext4: defer saving error info from atomic context by Jan Kara · 4 years, 1 month ago
  59. ff49c86 Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years ago
  60. 02a7780 ext4: simplify ext4 error translation by Jan Kara · 4 years, 1 month ago
  61. 4067662 ext4: move functions in super.c by Jan Kara · 4 years, 1 month ago
  62. 014c9ca ext4: make ext4_abort() use __ext4_error() by Jan Kara · 4 years, 1 month ago
  63. 93c20bc ext4: standardize error message in ext4_protect_reserved_inode() by Jan Kara · 4 years, 1 month ago
  64. 81414b4 ext4: remove redundant sb checksum recomputation by Jan Kara · 4 years, 1 month ago
  65. b08070e ext4: don't remount read-only with errors=continue on reboot by Jan Kara · 4 years, 1 month ago
  66. 46e294e ext4: fix deadlock with fs freezing and EA inodes by Jan Kara · 4 years, 1 month ago
  67. 941ba12 ext4: make fast_commit.h byte identical with e2fsprogs/fast_commit.h by Harshad Shirwadkar · 4 years, 1 month ago
  68. 5a150bd ext4: fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 1 month ago
  69. b1b7dce ext4: add docs about fast commit idempotence by Harshad Shirwadkar · 4 years, 1 month ago
  70. 03505c5 ext4: remove the unused EXT4_CURRENT_REV macro by Kaixu Xia · 4 years, 2 months ago
  71. bc18546 ext4: fix an IS_ERR() vs NULL check by Dan Carpenter · 4 years, 2 months ago
  72. c920076 ext4: check for invalid block size early when mounting a file system by Theodore Ts'o · 4 years, 1 month ago
  73. cca4155 ext4: fix a memory leak of ext4_free_data by Chunguang Xu · 4 years, 2 months ago
  74. ac7ac46 Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  75. 706451d Merge tag 'linux-kselftest-kunit-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years ago
  76. 7c7fdaf Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 1 month ago
  77. 41fca96 ext4: delete nonsensical (commented-out) code inside ext4_xattr_block_set() by Chunguang Xu · 4 years, 2 months ago
  78. 8041ac6 ext4: update ext4_data_block_valid related comments by Chunguang Xu · 4 years, 2 months ago
  79. ce3cca3 ext4: simplify the code of mb_find_order_for_block by Chunguang Xu · 4 years, 2 months ago
  80. 6bd97bf ext4: remove redundant mb_regenerate_buddy() by Chunguang Xu · 4 years, 2 months ago
  81. 837c23f ext4: use ASSERT() to replace J_ASSERT() by Chunguang Xu · 4 years, 2 months ago
  82. ca9b404 ext4: print quota journalling mode on (re-)mount by Roman Anufriev · 4 years, 2 months ago
  83. f177ee0 ext4: add helpers for checking whether quota can be enabled/is journalled by Roman Anufriev · 4 years, 2 months ago
  84. face525 ext4: remove redundant assignment of variable ex by Colin Ian King · 4 years, 2 months ago
  85. 46bac53 ext4: remove the null check of bio_vec page by Xianting Tian · 4 years, 2 months ago
  86. 7b721e6 ext4: remove redundant operation that set bh to NULL by Kaixu Xia · 4 years, 2 months ago
  87. bb9cd91 fscrypt: Have filesystems handle their d_ops by Daniel Rosenberg · 4 years, 1 month ago
  88. ec0caa97 fscrypt: introduce fscrypt_prepare_readdir() by Eric Biggers · 4 years, 1 month ago
  89. 91d0d89 ext4: don't call fscrypt_get_encryption_info() from dx_show_leaf() by Eric Biggers · 4 years, 1 month ago
  90. 65f6251 ext4: remove ext4_dir_open() by Eric Biggers · 4 years, 1 month ago
  91. 5f6b99d fs: ext4: Modify inode-test.c to use KUnit parameterized testing feature by Arpitha Raghunandan · 4 years, 1 month ago
  92. 8446fe9 block: switch partition lookup to use struct block_device by Christoph Hellwig · 4 years, 1 month ago
  93. 040f04b fs: simplify freeze_bdev/thaw_bdev by Christoph Hellwig · 4 years, 1 month ago
  94. 75d18cd ext4: prevent creating duplicate encrypted filenames by Eric Biggers · 4 years, 1 month ago
  95. f902b216 ext4: fix bogus warning in ext4_update_dx_flag() by Jan Kara · 4 years, 1 month ago
  96. 704c231 ext4: drop fast_commit from /proc/mounts by Theodore Ts'o · 4 years, 1 month ago
  97. d196e229 Revert "ext4: fix superblock checksum calculation race" by Theodore Ts'o · 4 years, 2 months ago
  98. a72b38ee ext4: handle dax mount option collision by Harshad Shirwadkar · 4 years, 2 months ago
  99. fa329e273 ext4: fix sparse warnings in fast_commit code by Theodore Ts'o · 4 years, 2 months ago
  100. 99c880d ext4: cleanup fast commit mount options by Harshad Shirwadkar · 4 years, 2 months ago