1. c921aa2 fs: btrfs: Implement btrfs_lookup_path() by Qu Wenruo · 4 years, 3 months ago
  2. 5bdcb37 fs: btrfs: inode: Allow next_length() to return value > BTRFS_NAME_LEN by Qu Wenruo · 4 years, 3 months ago
  3. 92bc179 fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink() by Qu Wenruo · 4 years, 3 months ago
  4. cafffc5 fs: btrfs: Rename path resolve related functions to avoid name conflicts by Qu Wenruo · 4 years, 3 months ago
  5. f06bfcf fs: btrfs: Crossport open_ctree_fs_info() from btrfs-progs by Qu Wenruo · 4 years, 3 months ago
  6. 57f24f1 fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree() by Qu Wenruo · 4 years, 3 months ago
  7. 29c26ae fs: btrfs: Crossport btrfs_search_slot() from btrfs-progs by Qu Wenruo · 4 years, 3 months ago
  8. bccee8b fs: btrfs: Crossport struct btrfs_root to ctree.h by Qu Wenruo · 4 years, 3 months ago
  9. 207011b fs: btrfs: Rename btrfs_root to __btrfs_root by Qu Wenruo · 4 years, 3 months ago
  10. 33966de fs: btrfs: Rename struct btrfs_path to struct __btrfs_path by Qu Wenruo · 4 years, 3 months ago
  11. 75b0817 fs: btrfs: Crossport read_tree_block() from btrfs-progs by Qu Wenruo · 4 years, 3 months ago
  12. b1f0067 fs: btrfs: Crossport volumes.[ch] from btrfs-progs by Qu Wenruo · 4 years, 3 months ago
  13. be35942 fs: btrfs: Crossport structure accessor into ctree.h by Qu Wenruo · 4 years, 3 months ago
  14. 9a9be5e fs: btrfs: Crossport extent-io.[ch] from btrfs-progs by Qu Wenruo · 4 years, 3 months ago
  15. ab5c304 fs: btrfs: Crossport extent-cache.[ch] from btrfs-progs by Qu Wenruo · 4 years, 3 months ago
  16. bc621e5 fs: btrfs: Crossport rbtree-utils from btrfs-progs by Qu Wenruo · 4 years, 3 months ago
  17. 4aebb99 fs: btrfs: Crossport btrfs_read_dev_super() from btrfs-progs by Qu Wenruo · 4 years, 3 months ago
  18. 565a414 fs: btrfs: Add more checksum algorithms by Qu Wenruo · 4 years, 3 months ago
  19. 3b4b40c fs: btrfs: Sync btrfs_btree.h from kernel by Qu Wenruo · 4 years, 3 months ago
  20. 0d32d8c fs: convert error and debug messages to log by Heinrich Schuchardt · 4 years, 1 month ago
  21. c9875a5 fs/squashfs: Fix Coverity Scan defects by Joao Marcos Costa · 4 years, 1 month ago
  22. 6dfed16 fs/squashfs: add support for LZO decompression by Joao Marcos Costa · 4 years, 2 months ago
  23. 9c948f5 fs/squashfs: add support for ZSTD decompression by Joao Marcos Costa · 4 years, 2 months ago
  24. cdc1144 fs/squashfs: replace sqfs_decompress() parameter by Joao Marcos Costa · 4 years, 2 months ago
  25. 10f7cf5 fs/squashfs: Add init and clean-up functions to decompression by Joao Marcos Costa · 4 years, 2 months ago
  26. 02c366b fs/fs.c: add symbolic link case to fs_ls_generic() by Joao Marcos Costa · 4 years, 2 months ago
  27. 3634b35 fs/squashfs: add support for zlib decompression by Joao Marcos Costa · 4 years, 2 months ago
  28. 81014f7 include/u-boot, lib/zlib: add sources for zlib decompression by Joao Marcos Costa · 4 years, 2 months ago
  29. c510061 fs/squashfs: new filesystem by Joao Marcos Costa · 4 years, 2 months ago
  30. 5b3ddb1 fs/fat/fat.c: Do not perform zero block reads if there are no blocks left by Jason Wessel · 4 years, 3 months ago
  31. 1244f36 fs: error handling in do_load() by Heinrich Schuchardt · 4 years, 3 months ago
  32. 5a8d1f6 fs/fat: reduce data size for FAT_WRITE by Heinrich Schuchardt · 4 years, 3 months ago
  33. a20f0c8 fs: fat_write: fix short name creation. by Heinrich Schuchardt · 4 years, 4 months ago
  34. 2280fa5 cmd: fs: Add command to list supported fs types by Niel Fourie · 4 years, 6 months ago
  35. 1788a96 fs: fat: fix fat iteration by Christian Gmeiner · 4 years, 4 months ago
  36. 0621b5e cbfs: Don't require the CBFS size with cbfs_init_mem() by Simon Glass · 4 years, 4 months ago
  37. 03d4c29 cbfs: Allow reading a file from a CBFS given its base addr by Simon Glass · 4 years, 4 months ago
  38. 924e346 cbfs: Change file_cbfs_find_uncached() to return an error by Simon Glass · 4 years, 4 months ago
  39. 0e7b631 cbfs: Return the error code from file_cbfs_init() by Simon Glass · 4 years, 4 months ago
  40. c685f8b cbfs: Record the start address in cbfs_priv by Simon Glass · 4 years, 4 months ago
  41. e82ab51 cbfs: Use void * for the position pointers by Simon Glass · 4 years, 4 months ago
  42. 9dc2355 cbfs: Unify the two header loaders by Simon Glass · 4 years, 4 months ago
  43. a2c528f cbfs: Adjust cbfs_load_header_ptr() to use cbfs_priv by Simon Glass · 4 years, 4 months ago
  44. 54e1925 cbfs: Adjust file_cbfs_load_header() to use cbfs_priv by Simon Glass · 4 years, 4 months ago
  45. c7bef7c cbfs: Adjust return value of file_cbfs_next_file() by Simon Glass · 4 years, 4 months ago
  46. 381e113 cbfs: Use bool type for whether initialised by Simon Glass · 4 years, 4 months ago
  47. 45637db cbfs: Use ulong consistently by Simon Glass · 4 years, 4 months ago
  48. ea38ee9 cbfs: Rename the result variable by Simon Glass · 4 years, 4 months ago
  49. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  50. 1af3c7f common: Drop linux/stringify.h from common header by Simon Glass · 4 years, 5 months ago
  51. eb41d8a common: Drop linux/bug.h from common header by Simon Glass · 4 years, 5 months ago
  52. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  53. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  54. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  55. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 5 months ago
  56. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 5 months ago
  57. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  58. b79fdc7 common: Drop flash.h from common header by Simon Glass · 4 years, 5 months ago
  59. ba06b3c common: Drop uuid.h from common header by Simon Glass · 4 years, 5 months ago
  60. 69dbebd JFFS2: Add useful fields into lists by Petr Borsodi · 4 years, 5 months ago
  61. 25ec228 JFFS2: Process obsolete nodes as well as accurate ones by Petr Borsodi · 4 years, 5 months ago
  62. 4fb0f55 fs: ext4: avoid NULL check before free() by Heinrich Schuchardt · 4 years, 5 months ago
  63. 7683b11 fs: ext4: skip journal state if fs has metadata_csum by Arnaud Ferraris · 4 years, 5 months ago
  64. 48180e1 fs: btrfs: support sparse extents by Marek Behún · 4 years, 6 months ago
  65. b941d1c fs: btrfs: Fix LZO false decompression error caused by pending zero by Qu Wenruo · 4 years, 6 months ago
  66. a62db24 fs: btrfs: Reject fs with sector size other than PAGE_SIZE by Qu Wenruo · 4 years, 6 months ago
  67. 25babb7 fs: btrfs: Use LZO_LEN to replace immediate number by Qu Wenruo · 4 years, 6 months ago
  68. 7b83060 fs: ext4: Fix alignment of cache buffers by Jan Kiszka · 4 years, 6 months ago
  69. 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 8 months ago
  70. a54ece4 fat: write: adjust data written in each partial write by Marek Szyprowski · 4 years, 10 months ago
  71. 5e615b7 fat: write: fix broken write to fragmented files by Marek Szyprowski · 4 years, 10 months ago
  72. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  73. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 8 months ago
  74. 4839e86 linux_compat: move kmemdup() from ubifs.c to linux_compat.c by AKASHI Takahiro · 4 years, 11 months ago
  75. 39606d4 fs: fat: handle deleted directory entries correctly by AKASHI Takahiro · 4 years, 10 months ago
  76. 8bef79b common: Move sorting functions to their own header file by Simon Glass · 4 years, 11 months ago
  77. 3db7110 crc32: Use the crc.h header for crc functions by Simon Glass · 4 years, 11 months ago
  78. b7cd956 fs: add fs_get_type() for current filesystem type by AKASHI Takahiro · 5 years ago
  79. 185aed7 fs: clean up around fs_type by AKASHI Takahiro · 5 years ago
  80. 64f49eb fs: export fs_close() by AKASHI Takahiro · 5 years ago
  81. f136838 fs: fat: get_contents() always returns -1 for errors by Heinrich Schuchardt · 5 years ago
  82. c7a86d1 fs: fat: treat invalid FAT clusters as errors by Heinrich Schuchardt · 5 years ago
  83. d7af2a8 fat: FAT filesystem premature release of info struct. by Martin Vystrčil · 5 years ago
  84. ad49488 jffs2: remove unused code files by Uwe Kleine-König · 5 years ago
  85. ad79d60 cbfs: Rename camel-case variables by Simon Glass · 5 years ago
  86. 630b2f3 cbfs: Add functions to support multiple CBFSs by Simon Glass · 5 years ago
  87. c7f1693 cbfs: Move result variable into the struct by Simon Glass · 5 years ago
  88. 02e4af6 cbfs: Move static variables into a struct by Simon Glass · 5 years ago
  89. fc7b9e1 cbfs: Move declarations above functions by Simon Glass · 5 years ago
  90. 72b2465 cbfs: Allow CBFS to be used in SPL by Simon Glass · 5 years ago
  91. c7694dd env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
  92. 0c670fc common: Move gzip functions into a new gzip header by Simon Glass · 5 years ago
  93. ababe10 cbfs: Rename checksum to attributes_offset by Simon Glass · 5 years ago
  94. e205896 CVE-2019-13106: ext4: fix out-of-bounds memset by Paul Emge · 5 years ago
  95. 084be43 ext4: gracefully fail on divide-by-0 by Paul Emge · 5 years ago
  96. 878269d CVE-2019-13104: ext4: check for underflow in ext4fs_read_file by Paul Emge · 5 years ago
  97. 6e5a79d CVE-2019-13105: ext4: fix double-free in ext4_cache_read by Paul Emge · 5 years ago
  98. bd8fbd8 ext4: add support for filesystems without JOURNAL by Marek Szyprowski · 5 years ago
  99. 1c9f8f6 ext4: fix calculating inode blkcount for non-512 blocksize filesystems by Marek Szyprowski · 5 years ago
  100. ee88eac fs: do_load: pass device path for efi payload by Mian Yousaf Kaukab · 5 years ago