Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
234187e2bc9dec246236fa469f60341034754c9c
/
fs
/
fat
39606d4
fs: fat: handle deleted directory entries correctly
by AKASHI Takahiro
· 5 years ago
f136838
fs: fat: get_contents() always returns -1 for errors
by Heinrich Schuchardt
· 5 years ago
c7a86d1
fs: fat: treat invalid FAT clusters as errors
by Heinrich Schuchardt
· 5 years ago
d7af2a8
fat: FAT filesystem premature release of info struct.
by Martin Vystrčil
· 5 years ago
cd2d727
fs: fat: allocate a new cluster for root directory of fat32
by AKASHI Takahiro
· 5 years ago
9c709c7
fs: fat: flush a directory cluster properly
by AKASHI Takahiro
· 5 years ago
a9f6706
fs: fat: write to non-cluster-aligned root directory
by AKASHI Takahiro
· 5 years ago
d0cd30e
fs: fat: Fix possible double free of fatbuf
by Andrew F. Davis
· 6 years ago
7b43780
fs: fat: correct file name normalization
by Heinrich Schuchardt
· 6 years ago
9b18358
fs: fat: fix reading non-cluster-aligned root directory
by Anssi Hannula
· 6 years ago
7274b76
fs: fat: fix link error when building with DEBUG=1
by Heinrich Schuchardt
· 6 years ago
e48485f
fs: fat: Reduce default max clustersize 64KiB from malloc pool
by Tien Fong Chee
· 6 years ago
8537874
fs: fat: dynamically allocate memory for temporary buffer
by Tien Fong Chee
· 6 years ago
d8c3ea9
spl: fat/fs: Add option to include/exclude FAT write build in SPL
by Tien Fong Chee
· 6 years ago
d3035b8
Revert "fs: fat: assign rootdir sector when accessing root directory"
by Tom Rini
· 6 years ago
8b021bb
fs: fix FAT name extraction
by Patrick Wildt
· 6 years ago
cd80a4f
fs: check FAT cluster size
by Patrick Wildt
· 6 years ago
a68b0e1
fs: fat: assign rootdir sector when accessing root directory
by Thomas RIENOESSL
· 6 years ago
819c80f
fs: fat: Fix warning in normalize_longname()
by Tom Rini
· 6 years ago
f105fe7
fs: fat: fix set_cluster()
by Heinrich Schuchardt
· 6 years ago
0d532e9
fs: fat: memory leak in fat_unlink()
by Heinrich Schuchardt
· 6 years ago
1c381ce
fs: fat: unaligned buffers are not an error
by Heinrich Schuchardt
· 6 years ago
f8240ce
fs: fat: support unlink
by AKASHI Takahiro
· 6 years ago
31a18d5
fs: fat: support mkdir
by AKASHI Takahiro
· 6 years ago
3a10e07
fs: fat: remember the starting cluster number of directory
by AKASHI Takahiro
· 6 years ago
cb8af8a
fs: fat: support write with non-zero offset
by AKASHI Takahiro
· 6 years ago
704df6a
fs: fat: refactor write interface for a file offset
by AKASHI Takahiro
· 6 years ago
4ced203
fs: fat: support write with sub-directory path
by AKASHI Takahiro
· 6 years ago
f1149ce
fs: fat: write returns error code instead of -1
by AKASHI Takahiro
· 6 years ago
25bb9da
fs: fat: check and normalize file name
by AKASHI Takahiro
· 6 years ago
881042e
Revert "fs: fat: cannot write to subdirectories"
by AKASHI Takahiro
· 6 years ago
f528c14
fs: fat: assure iterator's ->dent belongs to ->clust
by AKASHI Takahiro
· 6 years ago
b94b6be
fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve()
by AKASHI Takahiro
· 6 years ago
f23101f
fs: fat: extend get_fs_info() for write use
by AKASHI Takahiro
· 6 years ago
287c04e
fs/fat: debug-print file read position during file_fat_read_at()
by Andreas Dannenberg
· 6 years ago
0dc1bfb
fs: fat: cannot write to subdirectories
by Heinrich Schuchardt
· 6 years ago
83d290c
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
8bad6cb
fs: fat: Drop CONFIG_SUPPORT_VFAT
by Tuomas Tynkkynen
· 7 years ago
e8df14d
fs: FAT: Fix typo in FS_FAT_MAX_CLUSTSIZE description
by Tuomas Tynkkynen
· 7 years ago
d2f7158
fs/fat: remove distractive message in file_fat_read_at()
by Heinrich Schuchardt
· 7 years ago
2c33b0c
fat write: Fixed a problem with the case of file names when writing files
by Jean-Jacques Hiblot
· 7 years ago
34dd853
fat: Use cache aligned buffers for fat_opendir
by Neil Armstrong
· 7 years ago
af609e3
fs/fat: Check malloc return values and fix memory leaks
by Tuomas Tynkkynen
· 7 years ago
09fa964
fs/fat: Fix 'CACHE: Misaligned operation at range' warnings
by Tuomas Tynkkynen
· 7 years ago
8df8731
fs/fat: Fix pathnames using '..' that lead to the root directory
by Tuomas Tynkkynen
· 7 years ago
2460098
fs/fat: Reduce stack usage
by Tom Rini
· 7 years ago
725ffdb
fs/fat: fix fatbuf leak
by Rob Clark
· 7 years ago
265edc0
fs/fat: Clean up open-coded sector <-> cluster conversions
by Rob Clark
· 7 years ago
21a24c3
fs/fat: fix case for FAT shortnames
by Rob Clark
· 7 years ago
89191d6
fat/fs: move ls to generic implementation
by Rob Clark
· 7 years ago
41fa83d
fat/fs: remove a bunch of dead code
by Rob Clark
· 7 years ago
1f40366
fs/fat: implement opendir/readdir/closedir
by Rob Clark
· 7 years ago
8eafae2
fat/fs: convert to directory iterators
by Rob Clark
· 7 years ago
c6e3baa
fs/fat: introduce new director iterators
by Rob Clark
· 7 years ago
4544998
fs/fat: split out helper to init fsdata
by Rob Clark
· 7 years ago
7621621
fs: fat: fix fatwrite overflow calculation
by Reno Farnesi
· 7 years ago
42a9f14
fs/fat: Correct blk_dread() return value check
by Tom Rini
· 7 years ago
10e40d5
Kconfig: Add CONFIG_SATA to enable SATA
by Simon Glass
· 7 years ago
eedfb89
fs: fat: add kbuild configuration support
by Sekhar Nori
· 7 years ago
fc843a0
Kconfig: Add a CONFIG_IDE option
by Simon Glass
· 8 years ago
b352cae
fs/fat: Fix unaligned __u16 reads for FAT12 access
by Stefan Brüns
· 8 years ago
b331cd6
cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT
by Patrick Delaunay
· 8 years ago
8d48c92
fs/fat: simplify get_fatent for FAT12
by Stefan Brüns
· 8 years ago
b8948d2
fs/fat: merge readwrite get_fatent_value() with readonly get_fatent()
by Stefan Brüns
· 8 years ago
6c1a808
fs/fat: Avoid corruption of sectors following the FAT
by Stefan Brüns
· 8 years ago
49abbd9
fat: fatwrite: fix the command for FAT12
by Philipp Skadorov
· 8 years ago
7aa1a6b
fs/fat/fatwrite: Local variable as buffer to store dir_slot entries
by Tien Fong Chee
· 8 years ago
ae1755b
fs/fat: Correct description of determine_fatent function
by Stefan Brüns
· 8 years ago
3c0ed9c
fs/fat: Do not write unmodified fat entries to disk
by Stefan Brüns
· 8 years ago
ed76f91
fs/fat: Remove two statements without effect
by Stefan Brüns
· 8 years ago
c649e3c
dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI
by Simon Glass
· 9 years ago
0af49b9
Fix spelling of "supported/unsupported".
by Vagrant Cascadian
· 9 years ago
2a981dc
dm: block: Adjust device calls to go through helpers function
by Simon Glass
· 9 years ago
bcce53d
dm: block: Rename device number member dev to devnum
by Simon Glass
· 9 years ago
3e8bd46
dm: part: Rename some partition functions
by Simon Glass
· 9 years ago
4101f68
dm: Drop the block_dev_desc_t typedef
by Simon Glass
· 9 years ago
7c4213f
block: pass block dev not num to read/write/erase()
by Stephen Warren
· 9 years ago
1254b44
fs/fat/fat_write: Fix management of empty files
by Benoît Thébaudeau
· 9 years ago
e876be4
fs/fat/fat_write: Factor out duplicate code
by Benoît Thébaudeau
· 9 years ago
5e1a860
fs/fat/fat_write: Fix curclust/newclust mix-up
by Benoît Thébaudeau
· 9 years ago
1d7f2ec
fs/fat/fat_write: Merge calls to set_cluster()
by Benoît Thébaudeau
· 9 years ago
8133f43
fs/fat/fat_write: Fix buffer alignments
by Benoît Thébaudeau
· 9 years ago
0a04ed8
FIX: fat: Provide correct return code from disk_{read|write} to upper layers
by Łukasz Majewski
· 9 years ago
cf92e05
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
by Simon Glass
· 9 years ago
18a10d4
fat: handle paths that include ../
by Stephen Warren
· 9 years ago
64f65e1
fs: fat: read: fix fat16 ls/read issue
by Przemyslaw Marczak
· 10 years ago
9e374e7
fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methods
by Tom Rini
· 10 years ago
d455d87
fs: API changes enabling extra parameter to return size of type loff_t
by Suriyan Ramasami
· 10 years ago
1ad0b98
fat: Prepare API change for files greater than 2GB
by Suriyan Ramasami
· 10 years ago
b414119
linux/kernel.h: sync min, max, min3, max3 macros with Linux
by Masahiro Yamada
· 10 years ago
ed36323
kconfig: add blank Kconfig files
by Masahiro Yamada
· 10 years ago
cf65981
fs: implement size/fatsize/ext4size
by Stephen Warren
· 10 years ago
e04350d
disk: part_efi: clarify lbaint_t usage
by Steve Rae
· 10 years ago
dd6d796
fs/fat: correct FAT16/12 file finding in root dir
by Wu, Josh
· 11 years ago
2e98f70
fs: fat_write: fix the incorrect last cluster checking
by Wu, Josh
· 11 years ago
8abd053
fs: fat: Fix cache align error message in fatwrite
by Nobuhiro Iwamatsu
· 11 years ago
b7b5f31
fat: implement exists() for FAT fs
by Stephen Warren
· 11 years ago
73dc832
fs:fat: fix set file name function
by Piotr Wilczek
· 11 years ago
35c7927
fs: convert makefiles to Kbuild style
by Masahiro Yamada
· 11 years ago
6b8f185
fs: fat: don't call disk_write with zero sector num
by Wu, Josh
· 11 years ago
Next »