Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
f0a47816daf9c3ac5dccc6025d93fe4da4d29f69
/
fs
/
fat
/
fat.c
f0a4781
fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve()
by AKASHI Takahiro
· 6 years ago
0d89842
fs: fat: extend get_fs_info() for write use
by AKASHI Takahiro
· 6 years ago
315c81d
fs/fat: debug-print file read position during file_fat_read_at()
by Andreas Dannenberg
· 6 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
a799dcd
fs: fat: Drop CONFIG_SUPPORT_VFAT
by Tuomas Tynkkynen
· 7 years ago
2cb1e01
fs/fat: remove distractive message in file_fat_read_at()
by Heinrich Schuchardt
· 7 years ago
6f625f8
fat: Use cache aligned buffers for fat_opendir
by Neil Armstrong
· 7 years ago
f25bbb2
fs/fat: Check malloc return values and fix memory leaks
by Tuomas Tynkkynen
· 7 years ago
bb93c91
fs/fat: Fix 'CACHE: Misaligned operation at range' warnings
by Tuomas Tynkkynen
· 7 years ago
3e78e85
fs/fat: Fix pathnames using '..' that lead to the root directory
by Tuomas Tynkkynen
· 7 years ago
5257a09
fs/fat: Reduce stack usage
by Tom Rini
· 7 years ago
d17f4fe
fs/fat: fix fatbuf leak
by Rob Clark
· 7 years ago
c3ab0b8
fs/fat: Clean up open-coded sector <-> cluster conversions
by Rob Clark
· 7 years ago
fd6c6b4
fs/fat: fix case for FAT shortnames
by Rob Clark
· 7 years ago
60d74a9
fat/fs: move ls to generic implementation
by Rob Clark
· 7 years ago
4174d7f
fs/fat: implement opendir/readdir/closedir
by Rob Clark
· 7 years ago
71193c9
fat/fs: convert to directory iterators
by Rob Clark
· 7 years ago
0c33fce
fs/fat: introduce new director iterators
by Rob Clark
· 7 years ago
4996a5f
fs/fat: split out helper to init fsdata
by Rob Clark
· 7 years ago
240124c
fs/fat: Correct blk_dread() return value check
by Tom Rini
· 7 years ago
ab3055a
Kconfig: Add CONFIG_SATA to enable SATA
by Simon Glass
· 7 years ago
b569a01
Kconfig: Add a CONFIG_IDE option
by Simon Glass
· 8 years ago
0f3b697
fs/fat: Fix unaligned __u16 reads for FAT12 access
by Stefan Brüns
· 8 years ago
7328709
cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT
by Patrick Delaunay
· 8 years ago
15f4063
fs/fat: simplify get_fatent for FAT12
by Stefan Brüns
· 8 years ago
9f95d81
fs/fat: merge readwrite get_fatent_value() with readonly get_fatent()
by Stefan Brüns
· 8 years ago
58bf86f
fs/fat: Avoid corruption of sectors following the FAT
by Stefan Brüns
· 8 years ago
751b31d
fs/fat: Do not write unmodified fat entries to disk
by Stefan Brüns
· 8 years ago
8706b81
dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI
by Simon Glass
· 9 years ago
2ee8ada
dm: block: Adjust device calls to go through helpers function
by Simon Glass
· 9 years ago
2f26fff
dm: block: Rename device number member dev to devnum
by Simon Glass
· 9 years ago
b89a844
dm: part: Rename some partition functions
by Simon Glass
· 9 years ago
e339475
dm: Drop the block_dev_desc_t typedef
by Simon Glass
· 9 years ago
e73f296
block: pass block dev not num to read/write/erase()
by Stephen Warren
· 9 years ago
d6f23d8
FIX: fat: Provide correct return code from disk_{read|write} to upper layers
by Łukasz Majewski
· 9 years ago
2dd337a
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
by Simon Glass
· 9 years ago
8bdf961
fat: handle paths that include ../
by Stephen Warren
· 9 years ago
cd486d1
fs: fat: read: fix fat16 ls/read issue
by Przemyslaw Marczak
· 10 years ago
96171fb
fs: API changes enabling extra parameter to return size of type loff_t
by Suriyan Ramasami
· 10 years ago
441c223
fat: Prepare API change for files greater than 2GB
by Suriyan Ramasami
· 10 years ago
db20464
linux/kernel.h: sync min, max, min3, max3 macros with Linux
by Masahiro Yamada
· 10 years ago
3eb58f5
fs: implement size/fatsize/ext4size
by Stephen Warren
· 10 years ago
1d2f9a0
fat: implement exists() for FAT fs
by Stephen Warren
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
19e3858
fs: Move ls and read methods into ext4, fat
by Simon Glass
· 12 years ago
a43f41f
FAT: remove ifdefs to make the code more readable
by Richard Genoud
· 12 years ago
2e37202
FAT: use toupper/tolower instead of recoding them
by Richard Genoud
· 12 years ago
4ab1f64
vfat: Fix mkcksum argument sizes
by Marek Vasut
· 12 years ago
288904d
FAT: implement fat_set_blk_dev(), convert cmd_fat.c
by Stephen Warren
· 12 years ago
63e53b5
FAT: initialize all fields in cur_part_info, simplify init
by Stephen Warren
· 12 years ago
d398dbe
FAT: remove cur_part_nr
by Stephen Warren
· 12 years ago
47a470f
fs: fat: Fix mkcksum() function parameters
by Marek Vasut
· 12 years ago
2e1b357
FAT: check for partition 0 not 1 for whole-disk fs
by Stephen Warren
· 12 years ago
5295aa8
FAT: Make it possible to read from any file position
by Benoît Thébaudeau
· 12 years ago
7ca2a8a
FAT: Fix file contents listed as directory
by Benoît Thébaudeau
· 12 years ago
01938d8
FAT: Simplify get_contents
by Benoît Thébaudeau
· 12 years ago
e957c07
FAT: get_cluster: Add buffer bouncing
by Benoît Thébaudeau
· 12 years ago
2b89d3e
FAT: Fix redundant sector read
by Benoît Thébaudeau
· 12 years ago
8550e82
FAT: cosmetic: Remove useless assignment
by Benoît Thébaudeau
· 12 years ago
808a5fd
FAT: get_fatent: Fix FAT boundary check
by Benoît Thébaudeau
· 12 years ago
0a12037
FAT: cosmetic: Remove extra spaces
by Benoît Thébaudeau
· 12 years ago
36437bc
Block: Remove MG DISK support
by Marek Vasut
· 13 years ago
014705b
fs/fat: align disk buffers on cache line to enable DMA and cache
by Eric Nelson
· 13 years ago
83c8a78
fs/fat: Improve error handling
by Kyle Moffett
· 13 years ago
1b3b4b7
fs/fat: Fix FAT detection to support non-DOS partition tables
by Kyle Moffett
· 13 years ago
891240a
fat: reset VFAT short alias checksum on first match
by Sergei Shtylyov
· 13 years ago
5c8f780
fat.c: fix printf() length modifier
by Andreas Bießmann
· 13 years ago
8fff354
fs/fat/fat.c: Fix GCC 4.6 build warning
by Wolfgang Denk
· 13 years ago
575e21e
fat: correct ATTR_VFAT check
by J. Vijayanand
· 13 years ago
27e5620
fs/fat/fat.c: fix warning: 'part_size' defined but not used
by Wolfgang Denk
· 13 years ago
8f81400
FAT: Add FAT write feature
by Donggeun Kim
· 13 years ago
51de6cf
fat: replace LINEAR_PREFETCH_SIZE with PREFETCH_BLOCKS
by Sergei Shtylyov
· 13 years ago
42cdc9f
fat: root directory cluster only makes sense for FAT32
by Sergei Shtylyov
· 13 years ago
d591653
fat: cannot compare bytes and sectors
by Sergei Shtylyov
· 13 years ago
5ab3ba7
fat: fix crash with big sector size
by Sergei Shtylyov
· 13 years ago
4ea8966
fat32 root directory handling
by Erik Hansen
· 14 years ago
3676f80
FAT: buffer overflow with FAT12/16
by Stefano Babic
· 14 years ago
45d513e
VFAT: fix processing of scattered long file name entries
by Mikhail Zolotaryov
· 14 years ago
927b8ce
fs/fat: Big code cleanup.
by Wolfgang Denk
· 14 years ago
a48d0a3
FAT32: fix broken root directory handling.
by Wolfgang Denk
· 14 years ago
7b2290c
FAT32: fix support for superfloppy-format (PBR)
by Wolfgang Denk
· 14 years ago
56fff49
nios: remove nios-32 arch
by Thomas Chou
· 15 years ago
155abaa
FAT replace compare_sign with strncmp.
by Tom Rix
· 16 years ago
f0b1bdd
mflash: Initial mflash support
by unsik Kim
· 16 years ago
bd10900
fat.c: fix warning: array subscript is above array bounds
by Wolfgang Denk
· 16 years ago
95f99a4
fat: fix unaligned errors
by Bryan Wu
· 16 years ago
853208e
fs/fat: handle FAT on SATA
by Sonic Zhang
· 16 years ago
7c8f2ce
Remove non-ascii characters from fat code
by Remy Bohmer
· 16 years ago
39b9fc9
fs: Move conditional compilation to Makefile
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
2c4d298
Fix checking fat32 cluster size.
by michael
· 17 years ago
1efe578
Fix CONFIG_MMC usage in fat code
by Andy Fleming
· 17 years ago
55b8668
Fix my own merge stupidity
by Andy Fleming
· 17 years ago
e78f258
Fix missing brace error in fs/fat/fat.c [pointed out by Roderik Wildenburg]
by Wolfgang Denk
· 17 years ago
7e5e09f
Merge branch 'testing' into working
by Andy Fleming
· 17 years ago
80eb47c
fs/: Remove obsolete references to CONFIG_COMMANDS
by Jon Loeliger
· 17 years ago
32912ff
fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· 17 years ago
633e03a
[PCS440EP] upgrade the PCS440EP board:
by Heiko Schocher
· 17 years ago
fb312c8
Reduce line lengths to 80 characters max.
by Peter Pearse
· 18 years ago
d862a25
New board SMN42 branch
by Peter Pearse
· 18 years ago
7fb5266
Cleanup for GCC-4.x
by Wolfgang Denk
· 19 years ago
Next »