Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
187bae9461979de52a4ebbcea7bc3809f9290a1b
/
fs
/
fat
47b4c02
doc: replace @return by Return:
by Heinrich Schuchardt
· Wed Jan 19 18:05:50 2022 +0100
8fb445a
fs: fat: check for buffer size before reading blocks
by Ricardo Salveti
· Sun Sep 26 21:36:04 2021 +0300
236a2d1
fs: fat: add file attributes to struct fs_dirent
by Heinrich Schuchardt
· Sat May 15 22:06:16 2021 +0200
1c579db
fs: fat: fix file_fat_detectfs()
by Heinrich Schuchardt
· Mon Jan 25 12:53:14 2021 +0100
2e1b17b
fs: fat: remove trailing periods from long name
by Heinrich Schuchardt
· Sat Jan 30 14:12:10 2021 +0100
b36d546
fs: fat: must not write directory '.' and '..'
by Heinrich Schuchardt
· Sat Jan 30 11:08:21 2021 +0100
502cb89
fs: fat: usage basename in file_fat_write_at, fat_mkdir
by Heinrich Schuchardt
· Sat Jan 30 10:01:08 2021 +0100
eb3587b
fs: fat: remove superfluous assignments
by Heinrich Schuchardt
· Tue Jan 26 00:14:14 2021 +0100
cfb7c2b
fs: fat: avoid out of bounds access warning
by Heinrich Schuchardt
· Tue Jan 26 00:04:19 2021 +0100
66ea58c
fs: fat: structure for name and extension
by Heinrich Schuchardt
· Thu Jan 21 00:23:33 2021 +0100
913339a
fs: fat: consistent error handling for flush_dir()
by Heinrich Schuchardt
· Wed Jan 20 22:21:53 2021 +0100
fac9183
fs/fat: implement fsuuid command
by Heinrich Schuchardt
· Thu Dec 31 00:38:13 2020 +0100
bb09393
fs: fat: eliminate DIRENTSPERBLOCK() macro
by Heinrich Schuchardt
· Fri Dec 25 14:30:04 2020 +0100
284e85b
fs: fat: deletion of long file names
by Heinrich Schuchardt
· Thu Nov 19 07:31:18 2020 +0100
9a4564e
fs: fat: first dentry of long name in FAT iterator
by Heinrich Schuchardt
· Thu Nov 19 07:44:08 2020 +0100
f600119
fs: fat: use constant DELETED_FLAG
by Heinrich Schuchardt
· Thu Nov 19 06:47:35 2020 +0100
7a3f610
fs: fat: search file should not allocate cluster
by Heinrich Schuchardt
· Thu Nov 26 16:10:01 2020 +0100
524d13a
fs: fat: reuse deleted directory entries
by Heinrich Schuchardt
· Sun Nov 22 11:54:22 2020 +0100
5bc30a5
fs: fat: fat_find_empty_dentries()
by Heinrich Schuchardt
· Sun Nov 22 09:58:44 2020 +0100
e09f3e4
fs: fat: flush new directory cluster
by Heinrich Schuchardt
· Thu Nov 26 19:06:55 2020 +0100
51d5b2a
fs: fat: set start cluster for root directory
by Heinrich Schuchardt
· Sun Nov 22 16:04:47 2020 +0100
3b9d843
fs: fat: dentry iterator for fill_dir_slot()
by Heinrich Schuchardt
· Sun Nov 22 19:24:46 2020 +0100
24977e5
fs: fat: generate unique short names
by Heinrich Schuchardt
· Wed Nov 25 16:33:55 2020 +0100
7afbd60
fs: fat: call set_name() only once
by Heinrich Schuchardt
· Sun Nov 22 19:19:39 2020 +0100
ac4ab75
fs: fat: pass shortname to fill_dir_slot
by Heinrich Schuchardt
· Sat Nov 21 08:32:50 2020 +0100
ba9c44e
fs: fat: create correct short names
by Heinrich Schuchardt
· Fri Nov 20 12:55:22 2020 +0100
497d874
fs: fat: export fat_next_cluster()
by Heinrich Schuchardt
· Sun Nov 22 09:19:52 2020 +0100
00cf076
fs: fat: correct first cluster for '..'
by Heinrich Schuchardt
· Tue Nov 24 21:04:07 2020 +0100
881c74a
fs: fat: use ATTR_ARCH instead of anonymous 0x20
by Heinrich Schuchardt
· Sun Nov 22 11:13:33 2020 +0100
6dc7a16
fs: fat: directory entries starting with 0x05
by Heinrich Schuchardt
· Sat Nov 21 12:34:20 2020 +0100
a802152
fs: fat: avoid NULL dereference when root dir is full
by Heinrich Schuchardt
· Thu Nov 19 12:24:44 2020 +0100
95bbe15
fs/fat/fat.c: Do not perform zero block reads if there are no blocks left
by Jason Wessel
· Tue Jun 23 14:36:54 2020 -0700
8a3ac6e
fs/fat: reduce data size for FAT_WRITE
by Heinrich Schuchardt
· Mon Jul 06 07:48:14 2020 +0200
6cc5432
fs: fat_write: fix short name creation.
by Heinrich Schuchardt
· Tue May 26 21:06:50 2020 +0200
59e9440
fs: fat: fix fat iteration
by Christian Gmeiner
· Tue Jun 09 09:09:07 2020 +0200
0f2af88
common: Drop log.h from common header
by Simon Glass
· Sun May 10 11:40:05 2020 -0600
c1c4a8f
part: Drop disk_partition_t typedef
by Simon Glass
· Sun May 10 11:39:57 2020 -0600
274e0b0
common: Drop net.h from common header
by Simon Glass
· Sun May 10 11:39:56 2020 -0600
b7b1838
Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
by Tom Rini
· Tue Feb 11 10:58:41 2020 -0500
3a867ce
fat: write: adjust data written in each partial write
by Marek Szyprowski
· Mon Dec 02 12:11:14 2019 +0100
2f24167
fat: write: fix broken write to fragmented files
by Marek Szyprowski
· Mon Dec 02 12:11:13 2019 +0100
9bc1564
dm: core: Create a new header file for 'compat' features
by Simon Glass
· Mon Feb 03 07:36:16 2020 -0700
5f6ae54
fs: fat: handle deleted directory entries correctly
by AKASHI Takahiro
· Tue Nov 26 17:29:31 2019 +0900
d37d47c
fs: fat: get_contents() always returns -1 for errors
by Heinrich Schuchardt
· Thu Sep 12 19:19:30 2019 +0200
c1a159c
fs: fat: treat invalid FAT clusters as errors
by Heinrich Schuchardt
· Thu Sep 12 19:19:29 2019 +0200
c3677ae
fat: FAT filesystem premature release of info struct.
by Martin Vystrčil
· Tue Aug 20 22:18:30 2019 +0200
c326933
fs: fat: allocate a new cluster for root directory of fat32
by AKASHI Takahiro
· Fri May 24 14:10:37 2019 +0900
a2c0bd0
fs: fat: flush a directory cluster properly
by AKASHI Takahiro
· Fri May 24 14:10:36 2019 +0900
d98c674
fs: fat: write to non-cluster-aligned root directory
by AKASHI Takahiro
· Fri May 24 14:10:35 2019 +0900
8a6c612
fs: fat: Fix possible double free of fatbuf
by Andrew F. Davis
· Thu May 16 09:34:31 2019 -0500
5858721
fs: fat: correct file name normalization
by Heinrich Schuchardt
· Sun May 12 09:59:18 2019 +0200
ccea733
fs: fat: fix reading non-cluster-aligned root directory
by Anssi Hannula
· Wed Feb 27 12:55:57 2019 +0200
db538a9
fs: fat: fix link error when building with DEBUG=1
by Heinrich Schuchardt
· Mon Feb 25 19:42:48 2019 +0100
d16b79b
fs: fat: Reduce default max clustersize 64KiB from malloc pool
by Tien Fong Chee
· Mon Feb 11 14:56:20 2019 +0800
f6764f2
fs: fat: dynamically allocate memory for temporary buffer
by Tien Fong Chee
· Mon Feb 11 14:56:19 2019 +0800
87fda0c
spl: fat/fs: Add option to include/exclude FAT write build in SPL
by Tien Fong Chee
· Wed Jan 23 14:20:04 2019 +0800
61934d1
Revert "fs: fat: assign rootdir sector when accessing root directory"
by Tom Rini
· Fri Jan 11 09:54:44 2019 -0500
d6153f1
fs: fix FAT name extraction
by Patrick Wildt
· Mon Nov 26 15:58:13 2018 +0100
1d614b9
fs: check FAT cluster size
by Patrick Wildt
· Mon Nov 26 15:56:57 2018 +0100
23f9af1
fs: fat: assign rootdir sector when accessing root directory
by Thomas RIENOESSL
· Tue Nov 13 14:00:59 2018 +0100
0d01bdb
fs: fat: Fix warning in normalize_longname()
by Tom Rini
· Sun Sep 30 10:33:42 2018 -0400
9fb8db4
fs: fat: fix set_cluster()
by Heinrich Schuchardt
· Tue Oct 02 09:30:45 2018 +0200
b2242f6
fs: fat: memory leak in fat_unlink()
by Heinrich Schuchardt
· Tue Oct 02 06:58:00 2018 +0200
aa9d6ba
fs: fat: unaligned buffers are not an error
by Heinrich Schuchardt
· Thu Sep 13 19:42:47 2018 +0200
73b3497
fs: fat: support unlink
by AKASHI Takahiro
· Tue Sep 11 15:59:14 2018 +0900
1c24b7b
fs: fat: support mkdir
by AKASHI Takahiro
· Tue Sep 11 15:59:10 2018 +0900
f0926ae
fs: fat: remember the starting cluster number of directory
by AKASHI Takahiro
· Tue Sep 11 15:59:09 2018 +0900
b07f704
fs: fat: support write with non-zero offset
by AKASHI Takahiro
· Tue Sep 11 15:59:06 2018 +0900
ed8b1e4
fs: fat: refactor write interface for a file offset
by AKASHI Takahiro
· Tue Sep 11 15:59:05 2018 +0900
49ca96b
fs: fat: support write with sub-directory path
by AKASHI Takahiro
· Tue Sep 11 15:59:04 2018 +0900
6aa7769
fs: fat: write returns error code instead of -1
by AKASHI Takahiro
· Tue Sep 11 15:59:03 2018 +0900
c83df1a
fs: fat: check and normalize file name
by AKASHI Takahiro
· Tue Sep 11 15:59:02 2018 +0900
044fbe0
Revert "fs: fat: cannot write to subdirectories"
by AKASHI Takahiro
· Tue Sep 11 15:59:01 2018 +0900
b88dff2
fs: fat: assure iterator's ->dent belongs to ->clust
by AKASHI Takahiro
· Tue Sep 11 15:59:00 2018 +0900
f0a4781
fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve()
by AKASHI Takahiro
· Tue Sep 11 15:58:59 2018 +0900
0d89842
fs: fat: extend get_fs_info() for write use
by AKASHI Takahiro
· Tue Sep 11 15:58:58 2018 +0900
315c81d
fs/fat: debug-print file read position during file_fat_read_at()
by Andreas Dannenberg
· Mon Aug 13 21:35:15 2018 -0500
fcd4129
fs: fat: cannot write to subdirectories
by Heinrich Schuchardt
· Mon Jul 02 02:41:23 2018 +0200
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
a799dcd
fs: fat: Drop CONFIG_SUPPORT_VFAT
by Tuomas Tynkkynen
· Fri Jan 05 02:45:21 2018 +0200
a367927
fs: FAT: Fix typo in FS_FAT_MAX_CLUSTSIZE description
by Tuomas Tynkkynen
· Fri Jan 05 02:45:20 2018 +0200
2cb1e01
fs/fat: remove distractive message in file_fat_read_at()
by Heinrich Schuchardt
· Mon Jan 01 21:31:58 2018 +0100
f2b6da8
fat write: Fixed a problem with the case of file names when writing files
by Jean-Jacques Hiblot
· Thu Dec 21 12:49:47 2017 +0100
6f625f8
fat: Use cache aligned buffers for fat_opendir
by Neil Armstrong
· Fri Nov 24 09:54:41 2017 +0100
f25bbb2
fs/fat: Check malloc return values and fix memory leaks
by Tuomas Tynkkynen
· Sun Oct 01 02:25:22 2017 +0300
bb93c91
fs/fat: Fix 'CACHE: Misaligned operation at range' warnings
by Tuomas Tynkkynen
· Sun Oct 01 02:25:21 2017 +0300
3e78e85
fs/fat: Fix pathnames using '..' that lead to the root directory
by Tuomas Tynkkynen
· Mon Sep 25 22:06:33 2017 +0300
5257a09
fs/fat: Reduce stack usage
by Tom Rini
· Fri Sep 22 07:37:43 2017 -0400
d17f4fe
fs/fat: fix fatbuf leak
by Rob Clark
· Tue Sep 12 16:40:01 2017 -0400
c3ab0b8
fs/fat: Clean up open-coded sector <-> cluster conversions
by Rob Clark
· Sat Sep 09 13:16:00 2017 -0400
fd6c6b4
fs/fat: fix case for FAT shortnames
by Rob Clark
· Sat Sep 09 13:15:59 2017 -0400
60d74a9
fat/fs: move ls to generic implementation
by Rob Clark
· Sat Sep 09 13:15:58 2017 -0400
e90320e
fat/fs: remove a bunch of dead code
by Rob Clark
· Sat Sep 09 13:15:57 2017 -0400
4174d7f
fs/fat: implement opendir/readdir/closedir
by Rob Clark
· Sat Sep 09 13:15:56 2017 -0400
71193c9
fat/fs: convert to directory iterators
by Rob Clark
· Sat Sep 09 13:15:54 2017 -0400
0c33fce
fs/fat: introduce new director iterators
by Rob Clark
· Sat Sep 09 13:15:53 2017 -0400
4996a5f
fs/fat: split out helper to init fsdata
by Rob Clark
· Sat Sep 09 13:15:52 2017 -0400
c22435f
fs: fat: fix fatwrite overflow calculation
by Reno Farnesi
· Sun Aug 13 15:16:17 2017 -0400
240124c
fs/fat: Correct blk_dread() return value check
by Tom Rini
· Mon Aug 14 21:02:08 2017 -0400
ab3055a
Kconfig: Add CONFIG_SATA to enable SATA
by Simon Glass
· Wed Jun 14 21:28:25 2017 -0600
Next »