1. b665414 ext4: fix potential uninitialized access to retval in kmmpd by Ye Bin · 3 years, 6 months ago
  2. 61bb4a1 ext4: fix possible UAF when remounting r/o a mmp-protected file system by Theodore Ts'o · 3 years, 6 months ago
  3. 618f003 ext4: fix memory leak in ext4_fill_super by Pavel Skripkin · 3 years, 8 months ago
  4. 6810fad ext4: fix ext4_error_err save negative errno into superblock by Ye Bin · 3 years, 9 months ago
  5. 2d069c0 ext4: use common helpers in all places reading metadata buffers by zhangyi (F) · 4 years, 3 months ago
  6. 54d3adb ext4: save all error info in save_error_info() and drop ext4_set_errno() by Theodore Ts'o · 4 years, 9 months ago
  7. 14c9ca0 ext4: don't assume that mmp_nodename/bdevname have NUL by Andreas Dilger · 5 years ago
  8. 878520a ext4: save the error code which triggered an ext4_error() in the superblock by Theodore Ts'o · 5 years ago
  9. fe18d64 ext4: don't mark mmp buffer head dirty by Li Dongyang · 6 years ago
  10. af123b3 ext4: use 64-bit timestamps for mmp_time by Arnd Bergmann · 6 years ago
  11. 2dca60d ext4: clear mmp sequence number when remounting read-only by Theodore Ts'o · 6 years ago
  12. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  13. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  14. d695a1b ext4: use sizeof(*ptr) by Markus Elfring · 7 years ago
  15. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  16. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  17. 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 9 years ago
  18. 8d2ae1c ext4: remove trailing \n from ext4_warning/ext4_error calls by Jakub Wilk · 9 years ago
  19. 0304688 ext4: clean up error handling in the MMP support by vikram.jadhav07 · 9 years ago
  20. 6a797d2 ext4: call out CRC and corruption errors with specific error codes by Darrick J. Wong · 9 years ago
  21. da0b5e4 ext4: silence a format string false positive by Dan Carpenter · 9 years ago
  22. 9810446 ext4: simplify some code in read_mmp_block() by Dan Carpenter · 9 years ago
  23. 9aa5d32b ext4: Replace open coded mdata csum feature to helper function by Dmitry Monakhov · 10 years ago
  24. c197855 ext4: make local functions static by Stephen Hemminger · 11 years ago
  25. dd1f723 ext4: use prandom_u32() instead of get_random_bytes() by Theodore Ts'o · 11 years ago
  26. 9f20350 ext4: mark all metadata I/O with REQ_META by Theodore Ts'o · 12 years ago
  27. 171a7f2 ext4: fix big-endian bug in metadata checksum calculations by Dmitry Monakhov · 12 years ago
  28. aebf024 ext4: use unlikely to improve the efficiency of the kernel by Wang Shilong · 12 years ago
  29. 860d21e ext4: return ENOMEM if sb_getblk() fails by Theodore Ts'o · 12 years ago
  30. 8e8ad8a ext4: Convert to new freezing mechanism by Jan Kara · 13 years ago
  31. 5c359a4 ext4: add checksums to the MMP block by Darrick J. Wong · 13 years ago
  32. 85d2165 ext4: Fix endianness bug when reading the MMP block by Santosh Nayak · 13 years ago
  33. f6f96fd ext4: Fix comparison endianness problem in MMP initialization by Darrick J. Wong · 13 years ago
  34. bdfc230 ext4: MMP: fix error message rate-limiting logic in kmmpd by Nikitas Angelinas · 13 years ago
  35. 215fc6a ext4: MMP: kmmpd should use nodename from init_uts_ns.name, not sysname by Nikitas Angelinas · 13 years ago
  36. c5e06d1 ext4: add support for multiple mount protection by Johann Lombardi · 14 years ago