Commit History

Author SHA1 Message Date
  Simon Glass 0528979fa7 part: Drop disk_partition_t typedef 4 years ago
  Simon Glass 90526e9fba common: Drop net.h from common header 4 years ago
  AKASHI Takahiro 39606d462c fs: fat: handle deleted directory entries correctly 4 years ago
  Heinrich Schuchardt f13683816b fs: fat: get_contents() always returns -1 for errors 4 years ago
  Heinrich Schuchardt c7a86d1645 fs: fat: treat invalid FAT clusters as errors 4 years ago
  Martin Vystrčil d7af2a8630 fat: FAT filesystem premature release of info struct. 4 years ago
  Andrew F. Davis d0cd30eb81 fs: fat: Fix possible double free of fatbuf 5 years ago
  Anssi Hannula 9b18358dc0 fs: fat: fix reading non-cluster-aligned root directory 5 years ago
  Tien Fong Chee e48485f5e4 fs: fat: Reduce default max clustersize 64KiB from malloc pool 5 years ago
  Tien Fong Chee 8537874a65 fs: fat: dynamically allocate memory for temporary buffer 5 years ago
  Tien Fong Chee d8c3ea9982 spl: fat/fs: Add option to include/exclude FAT write build in SPL 5 years ago
  Tom Rini d3035b8560 Revert "fs: fat: assign rootdir sector when accessing root directory" 5 years ago
  Patrick Wildt 8b021bb956 fs: fix FAT name extraction 5 years ago
  Patrick Wildt cd80a4fe61 fs: check FAT cluster size 5 years ago
  Thomas RIENOESSL a68b0e11ea fs: fat: assign rootdir sector when accessing root directory 5 years ago
  Heinrich Schuchardt 1c381cebb7 fs: fat: unaligned buffers are not an error 5 years ago
  AKASHI Takahiro 3a10e07234 fs: fat: remember the starting cluster number of directory 5 years ago
  AKASHI Takahiro 4ced2039dc fs: fat: support write with sub-directory path 5 years ago
  AKASHI Takahiro f528c140c8 fs: fat: assure iterator's ->dent belongs to ->clust 5 years ago
  AKASHI Takahiro b94b6be543 fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve() 5 years ago
  AKASHI Takahiro f23101f951 fs: fat: extend get_fs_info() for write use 5 years ago
  Andreas Dannenberg 287c04e11a fs/fat: debug-print file read position during file_fat_read_at() 5 years ago
  Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
  Tuomas Tynkkynen 8bad6cb176 fs: fat: Drop CONFIG_SUPPORT_VFAT 6 years ago
  Heinrich Schuchardt d2f7158028 fs/fat: remove distractive message in file_fat_read_at() 6 years ago
  Neil Armstrong 34dd853ce5 fat: Use cache aligned buffers for fat_opendir 6 years ago
  Tuomas Tynkkynen af609e3764 fs/fat: Check malloc return values and fix memory leaks 6 years ago
  Tuomas Tynkkynen 09fa964bba fs/fat: Fix 'CACHE: Misaligned operation at range' warnings 6 years ago
  Tuomas Tynkkynen 8df8731474 fs/fat: Fix pathnames using '..' that lead to the root directory 6 years ago
  Tom Rini 2460098cff fs/fat: Reduce stack usage 6 years ago