1. 39409fa fs: ext4: fix files seen as symlink during deletion by Corentin GUILLEVIC · 1 year, 6 months ago
  2. 9905cae fs: ext4: check the minimal partition size to mount by Patrick Delaunay · 1 year, 7 months ago
  3. 04e6332 fs: ext4: Fix free(NULL) by Mikhail Ilin · 1 year, 10 months ago
  4. f337fb9 fs: Quieten down the filesystems more by Simon Glass · 2 years ago
  5. 4f0e77f fs: ext4: Use CRC-16 implementation from linux/crc16.h by Pali Rohár · 2 years, 5 months ago
  6. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  7. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 5 months ago
  8. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 5 months ago
  9. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  10. ba06b3c common: Drop uuid.h from common header by Simon Glass · 4 years, 5 months ago
  11. 4fb0f55 fs: ext4: avoid NULL check before free() by Heinrich Schuchardt · 4 years, 5 months ago
  12. 7683b11 fs: ext4: skip journal state if fs has metadata_csum by Arnaud Ferraris · 4 years, 5 months ago
  13. 7b83060 fs: ext4: Fix alignment of cache buffers by Jan Kiszka · 4 years, 6 months ago
  14. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  15. e205896 CVE-2019-13106: ext4: fix out-of-bounds memset by Paul Emge · 5 years ago
  16. 084be43 ext4: gracefully fail on divide-by-0 by Paul Emge · 5 years ago
  17. 878269d CVE-2019-13104: ext4: check for underflow in ext4fs_read_file by Paul Emge · 5 years ago
  18. 6e5a79d CVE-2019-13105: ext4: fix double-free in ext4_cache_read by Paul Emge · 5 years ago
  19. bd8fbd8 ext4: add support for filesystems without JOURNAL by Marek Szyprowski · 5 years ago
  20. 1c9f8f6 ext4: fix calculating inode blkcount for non-512 blocksize filesystems by Marek Szyprowski · 5 years ago
  21. febbc58 Fix ext4 block group descriptor sizing by Benjamin Lim · 5 years ago
  22. 1c48fda fs: ext4: Problem with ext4load and sparse files by Gero Schumacher · 6 years ago
  23. 5efc068 fs: ext4: Add support for the creation of symbolic links by Jean-Jacques Hiblot · 6 years ago
  24. b000180 fs: ext4: constify the buffer passed to write functions by Jean-Jacques Hiblot · 6 years ago
  25. d5aee65 fs: ext4: cache extent data by Stephen Warren · 6 years ago
  26. 2e73655 fs: ext4: do not write on filesystem with metadata_csum feature by Sébastien Szymanski · 6 years ago
  27. dee37fc Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · 6 years ago
  28. e71a969 fs: ext4: fix crash on ext4ls by Eugen Hristev · 6 years ago
  29. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  30. 51be471 fs: ext4: Do not print mount fail message when not ext4 filesystem by Marek Behún · 7 years ago
  31. 3d22bae fs: Migrate ext4 to Kconfig by Tuomas Tynkkynen · 7 years ago
  32. ecdfb41 ext4: recover from filesystem corruption when reading by Ian Ray · 7 years ago
  33. fa9ca8a fs/ext4/ext4fs.c: Free dirnode in error path of ext4fs_ls by Tom Rini · 7 years ago
  34. 385b731 fs/ext4: Fix group descriptor checksum calculation by Tuomas Tynkkynen · 7 years ago
  35. 5994e8b fs: Create a common fs_devread for ext4/reiserfs/zfs by Marek Behún · 7 years ago
  36. 10b078d fs: ext4: Fix journal overrun issue reported by Coverity by Tom Rini · 7 years ago
  37. 509b498 ext4: Fix comparision of unsigned expression with < 0 by Lokesh Vutla · 7 years ago
  38. 3cc5bbb fs/ext4: Initialize group descriptor size for revision level 0 filesystems by Stefan Brüns · 8 years ago
  39. 66a47ff ext4: Allow reading files with non-zero offset, clamp read len by Stefan Brüns · 8 years ago
  40. f81db56 ext4: Fix handling of sparse files by Stefan Brüns · 8 years ago
  41. 805e3e00 ext4: Only write journal entries for modified blocks in unlink_filename by Stefan Brüns · 8 years ago
  42. d1bdf22 ext4: Fix handling of direntlen in unlink_filename by Stefan Brüns · 8 years ago
  43. 15bf8c4 ext4: cleanup unlink_filename function by Stefan Brüns · 8 years ago
  44. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  45. b4976b4 ext4: Revert rejection of 64bit enabled ext4 fs by Stefan Brüns · 8 years ago
  46. 749e93e ext4: Respect group descriptor size when adjusting free counts by Stefan Brüns · 8 years ago
  47. 688d0e7 ext4: Use helper function to access group descriptor and its fields by Stefan Brüns · 8 years ago
  48. f798b1d ext4: Use correct descriptor size when reading the block group descriptor by Stefan Brüns · 8 years ago
  49. 9f5dd8b ext4: Add helper functions for block group descriptor field access by Stefan Brüns · 8 years ago
  50. fc214ef ext4: determine group descriptor size for 64bit feature by Stefan Brüns · 8 years ago
  51. b1edcf0 ext4: Fix memory leak of journal buffer if block is updated multiple times by Stefan Brüns · 8 years ago
  52. de9e831 ext4: Correct block number handling, empty block vs. error code by Stefan Brüns · 8 years ago
  53. b779e02 ext4: remove duplicated block release code for extents by Stefan Brüns · 8 years ago
  54. 87f9fdc ext4: initialize full inode for inodes bigger than 128 bytes by Stefan Brüns · 8 years ago
  55. 290ce2f ext4: Use correct value for inode size even on revision 0 filesystems by Stefan Brüns · 8 years ago
  56. 87a40b6 ext4: Fix memory leak in case of failure by Stefan Brüns · 8 years ago
  57. 0ceef3d ext4: Avoid out-of-bounds access of block bitmap by Stefan Brüns · 8 years ago
  58. a9fa0ed ext4: After completely filled group, scan next group from the beginning by Stefan Brüns · 8 years ago
  59. e927265 ext4: Do not clear zalloc'ed buffers a second time by Stefan Brüns · 8 years ago
  60. 398d6fa ext4: Only update number of of unused inodes if GDT_CSUM feature is set by Stefan Brüns · 8 years ago
  61. b7dd40d ext4: Scan all directory blocks when looking up an entry by Stefan Brüns · 8 years ago
  62. 10a7a1b ext4: Avoid corruption of directories with hash tree indexes by Stefan Brüns · 8 years ago
  63. a321abd ext4: Scan all directory blocks for space when inserting a new entry by Stefan Brüns · 8 years ago
  64. b96c3c7 ext4: Do not crash when trying to grow a directory using extents by Stefan Brüns · 8 years ago
  65. a0d767e ext4: propagate error if creation of directory entry fails by Stefan Brüns · 8 years ago
  66. 76a2951 ext4: fix possible crash on directory traversal, ignore deleted entries by Stefan Brüns · 8 years ago
  67. 011bc33 ext4: fix wrong usage of le32_to_cpu() by Michael Walle · 8 years ago
  68. 58a9ecb ext4: fix endianess problems in ext4 write support by Michael Walle · 8 years ago
  69. 7f101be ext4: use kernel names for byte swaps by Michael Walle · 8 years ago
  70. 2a0b7a9 ext4: change structure fields to __le/__be types by Michael Walle · 8 years ago
  71. 6f94ab6 ext4: Refuse to mount filesystems with 64bit feature set by Tom Rini · 8 years ago
  72. 37f2388 fs: ext4: fix symlink read function by Ronald Zachariah · 8 years ago
  73. 2a981dc dm: block: Adjust device calls to go through helpers function by Simon Glass · 9 years ago
  74. 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  75. 495c3a1 ext4_common.c: Clean up failure cases in alloc_triple_indirect_block by Tom Rini · 9 years ago
  76. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  77. 54d68e9 fs: ext4: Prevent infinite loop in ext4fs_iterate_dir by Thomas Fitzsimmons · 9 years ago
  78. 9d2f6a9 fs: ext4: fix symlink read function by Gary Bisson · 9 years ago
  79. d56b201 ext4: fix leak in check_filename() by Stephen Warren · 9 years ago
  80. 934b14f ext4: free allocations by parse_path() by Stephen Warren · 9 years ago
  81. 676505f ext4: avoid calling ext4fs_mount() twice, which leaks by Stephen Warren · 9 years ago
  82. cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  83. 22b7509 fs: ext4 write: return file len on success by Przemyslaw Marczak · 10 years ago
  84. 9e374e7 fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methods by Tom Rini · 10 years ago
  85. d455d87 fs: API changes enabling extra parameter to return size of type loff_t by Suriyan Ramasami · 10 years ago
  86. 9f12cd0 ext4: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
  87. 59e890e fs: make it possible to read the filesystem UUID by Christian Gmeiner · 10 years ago
  88. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  89. aac618a ext4: Use inttypes for printf() string by Simon Glass · 10 years ago
  90. ed36323 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  91. cf65981 fs: implement size/fatsize/ext4size by Stephen Warren · 10 years ago
  92. d018028 fs: ext4: fix writing zero-length files by Stephen Warren · 10 years ago
  93. 46a5707 ext4: correctly zero filename by Jeroen Hofstee · 10 years ago
  94. 8b454ee fs:ext4:write:fix: Reinitialize global variables after updating a file by Łukasz Majewski · 10 years ago
  95. 35dd055 fs:ext4:cleanup: Remove superfluous code by Łukasz Majewski · 10 years ago
  96. 715b56f Revert "ext4fs: Add ext4 extent cache for read operations" by Tom Rini · 11 years ago
  97. fc0fc50 ext4fs: Add ext4 extent cache for read operations by Ionut Nicu · 11 years ago
  98. 55af5c9 ext4: implement exists() for ext4fs by Stephen Warren · 11 years ago
  99. b5bbac1 ext4fs: fix "invalid extent block" error by Ionut Nicu · 11 years ago
  100. 4701732 ext4fs: use EXT2_BLOCK_SIZE instead of fs->blksz by Ionut Nicu · 11 years ago