Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
de27309ecef62cb7c10806edce34325123d380d1
/
fs
8f1367d
sandboxfs: Fix resource leak
by Tom Rini
· 8 years ago
0117dbe
fs/fat/fatwrite: Local variable as buffer to store dir_slot entries
by Tien Fong Chee
· 8 years ago
db5862d
ext4: Allow reading files with non-zero offset, clamp read len
by Stefan Brüns
· 8 years ago
551fb6c
ext4: Fix handling of sparse files
by Stefan Brüns
· 8 years ago
bfdfd10
Fix spelling of "multiple".
by Vagrant Cascadian
· 8 years ago
7fbe42e
ext4: Only write journal entries for modified blocks in unlink_filename
by Stefan Brüns
· 8 years ago
4c491fe
ext4: Fix handling of direntlen in unlink_filename
by Stefan Brüns
· 8 years ago
59283ff
ext4: cleanup unlink_filename function
by Stefan Brüns
· 8 years ago
e058284
sandbox/fs: Free memory allocated by os_dirent_ls
by Stefan Brüns
· 8 years ago
56a931c
treewide: replace #include <asm/errno.h> with <linux/errno.h>
by Masahiro Yamada
· 8 years ago
adae2ec
treewide: use #include <...> to include public headers
by Masahiro Yamada
· 8 years ago
9ec07c7
ext4: Revert rejection of 64bit enabled ext4 fs
by Stefan Brüns
· 8 years ago
05313d1
ext4: Respect group descriptor size when adjusting free counts
by Stefan Brüns
· 8 years ago
bad7381
ext4: Use helper function to access group descriptor and its fields
by Stefan Brüns
· 8 years ago
8f48fd5
ext4: Use correct descriptor size when reading the block group descriptor
by Stefan Brüns
· 8 years ago
387f866
ext4: Add helper functions for block group descriptor field access
by Stefan Brüns
· 8 years ago
b2c28a2
ext4: determine group descriptor size for 64bit feature
by Stefan Brüns
· 8 years ago
6cc369c
ext4: Fix memory leak of journal buffer if block is updated multiple times
by Stefan Brüns
· 8 years ago
74674ed
ext4: Correct block number handling, empty block vs. error code
by Stefan Brüns
· 8 years ago
0352713
ext4: remove duplicated block release code for extents
by Stefan Brüns
· 8 years ago
7d936db
ext4: initialize full inode for inodes bigger than 128 bytes
by Stefan Brüns
· 8 years ago
b1e9214
ext4: Use correct value for inode size even on revision 0 filesystems
by Stefan Brüns
· 8 years ago
338a529
ext4: Fix memory leak in case of failure
by Stefan Brüns
· 8 years ago
6303191
ext4: Avoid out-of-bounds access of block bitmap
by Stefan Brüns
· 8 years ago
693f791
ext4: After completely filled group, scan next group from the beginning
by Stefan Brüns
· 8 years ago
dbe7205
ext4: Do not clear zalloc'ed buffers a second time
by Stefan Brüns
· 8 years ago
b7cdac0
ext4: Only update number of of unused inodes if GDT_CSUM feature is set
by Stefan Brüns
· 8 years ago
9139715
ext4: Scan all directory blocks when looking up an entry
by Stefan Brüns
· 8 years ago
57db899
ext4: Avoid corruption of directories with hash tree indexes
by Stefan Brüns
· 8 years ago
f577281
ext4: Scan all directory blocks for space when inserting a new entry
by Stefan Brüns
· 8 years ago
2bef689
ext4: Do not crash when trying to grow a directory using extents
by Stefan Brüns
· 8 years ago
c102068
ext4: propagate error if creation of directory entry fails
by Stefan Brüns
· 8 years ago
278f5d3
ext4: fix possible crash on directory traversal, ignore deleted entries
by Stefan Brüns
· 8 years ago
59c9a8b
ext4: fix wrong usage of le32_to_cpu()
by Michael Walle
· 8 years ago
13179c2
ext4: fix endianess problems in ext4 write support
by Michael Walle
· 8 years ago
c07cdcb
ext4: use kernel names for byte swaps
by Michael Walle
· 8 years ago
2a81961
ext4: change structure fields to __le/__be types
by Michael Walle
· 8 years ago
1499940
fs/fat: Correct description of determine_fatent function
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
6c617d6
fs/fat: Remove two statements without effect
by Stefan Brüns
· 8 years ago
9999bb8
cbfs: Fix incorrect CBFS file header size being used
by Yaroslav K
· 8 years ago
4472065
ext4: Refuse to mount filesystems with 64bit feature set
by Tom Rini
· 8 years ago
647ffed
fs: cbfs: Fix build of fs/cbfs/cbfs.c when building u-boot sandbox on x86 32-bit
by Guillaume GARDET
· 8 years ago
17fed14
mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data
by Scott Wood
· 8 years ago
2c1b7e1
nand: Embed mtd_info in struct nand_chip
by Scott Wood
· 8 years ago
08364d9
mtd: nand: Remove nand_info_t typedef
by Scott Wood
· 8 years ago
8706b81
dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI
by Simon Glass
· 9 years ago
64732a0
fs: ext4: fix symlink read function
by Ronald Zachariah
· 9 years ago
a79e3c8
ubifs: fix memory corruption in super.c
by Heiko Schocher
· 9 years ago
7c4734d
jffs2: Fix set but not used warning
by Tom Rini
· 9 years ago
e1643ed
Fix spelling of "supported/unsupported".
by Vagrant Cascadian
· 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
e76ee97
dm: blk: Rename get_device_and_partition()
by Simon Glass
· 9 years ago
e339475
dm: Drop the block_dev_desc_t typedef
by Simon Glass
· 9 years ago
78eeb91
bug.h: move BUILD_BUG_* defines to include/linux/bug.h
by Masahiro Yamada
· 9 years ago
e237880
Add more SPDX-License-Identifier tags
by Tom Rini
· 9 years ago
9166c3c
ext4_common.c: Clean up failure cases in alloc_triple_indirect_block
by Tom Rini
· 9 years ago
e73f296
block: pass block dev not num to read/write/erase()
by Stephen Warren
· 9 years ago
a027157
fs: handle the fileaddr variable in the same way as in the network case
by David Müller (ELSOFT AG)
· 9 years ago
c6676e0
fs: ext4: Prevent infinite loop in ext4fs_iterate_dir
by Thomas Fitzsimmons
· 9 years ago
0cab3ec
Various Makefiles: Add SPDX-License-Identifier tags
by Tom Rini
· 9 years ago
0297d1e
compat: Remove is_power_of_2() definition
by Fabio Estevam
· 9 years ago
94b66de
ubi,ubifs: sync with linux v4.2
by Heiko Schocher
· 9 years ago
690c796
ubifs: Add generic fs support
by Hans de Goede
· 9 years ago
b5030b2
ubifs: Add functions for generic fs use
by Hans de Goede
· 9 years ago
a164477
ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs use
by Hans de Goede
· 9 years ago
8fed7d3
fs/fat/fat_write: Fix management of empty files
by Benoît Thébaudeau
· 9 years ago
d1d390a
fs/fat/fat_write: Factor out duplicate code
by Benoît Thébaudeau
· 9 years ago
e0b8694
fs/fat/fat_write: Fix curclust/newclust mix-up
by Benoît Thébaudeau
· 9 years ago
39659ce
fs/fat/fat_write: Merge calls to set_cluster()
by Benoît Thébaudeau
· 9 years ago
ccc945b
fs/fat/fat_write: Fix buffer alignments
by Benoît Thébaudeau
· 9 years ago
086e011
fs: ext4: fix symlink read function
by Gary Bisson
· 9 years ago
991201e
ext4: fix leak in check_filename()
by Stephen Warren
· 9 years ago
5dd30f7
ext4: free allocations by parse_path()
by Stephen Warren
· 9 years ago
e9898f8
ext4: avoid calling ext4fs_mount() twice, which leaks
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
a87fc0a
Move malloc_cache_aligned() to its own header
by Simon Glass
· 9 years ago
8bdf961
fat: handle paths that include ../
by Stephen Warren
· 9 years ago
abc574b
mtd/nand/ubi: assortment of alignment fixes
by Marcel Ziswiler
· 9 years ago
56d9cdf
fs/fs.c: read up to EOF when len would read past EOF
by Max Krummenacher
· 9 years ago
efdc2a6
JFFS2: Use merge sort when parsing filesystem
by Mark Tomlinson
· 9 years ago
56a7f48
JFFS2: Use CLEANMARKER to reduce scanning time
by Mark Tomlinson
· 9 years ago
f89bfd0
JFFS2: Change scansize to match linux kernel
by Mark Tomlinson
· 9 years ago
ef61982
JFFS2: Optimize building lists during scan
by Mark Tomlinson
· 9 years ago
b71748f
JFFS2: Improve speed reading flash files
by Mark Tomlinson
· 9 years ago
2946852
JFFS2: Only list each directory entry once
by Mark Tomlinson
· 9 years ago
7c6558e
JFFS2: Speed up and fix comparison functions
by Mark Tomlinson
· 9 years ago
6d99845
JFFS2: Return early when file read not necessary
by Mark Tomlinson
· 9 years ago
d31f058
sandbox: only do sandboxfs for hostfs interface
by Sjoerd Simons
· 10 years ago
65b905b
common: Make sure arch-specific map_sysmem() is defined
by Joe Hershberger
· 10 years ago
2b1d6c9
fs: ext4 write: return file len on success
by Przemyslaw Marczak
· 10 years ago
865dd4c
Merge branch 'master' of git://git.denx.de/u-boot-ubi
by Tom Rini
· 10 years ago
7d9faf6
fs: Add command to retrieve the filesystem type
by Sjoerd Simons
· 10 years ago
7c47031
ubifs: Enable journal replay during mount
by Anton Habegger
· 10 years ago
62e79dd
ubifs: Import atomic_long operations from Linux
by Anton Habegger
· 10 years ago
cd486d1
fs: fat: read: fix fat16 ls/read issue
by Przemyslaw Marczak
· 10 years ago
a17b7bc
fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methods
by Tom Rini
· 10 years ago
Next »