Commit Graph

463 Commits (51855e8981e1b5e0a7b919662c32d0e4a374f575)

Author SHA1 Message Date
Masahiro Yamada 51855e8981 treewide: remove unneeded semicolons 7 years ago
Siva Durga Prasad Paladugu 34cc30af27 fs: usbifs: Fix warning in ubifs 7 years ago
Sekhar Nori eedfb89e61 fs: fat: add kbuild configuration support 7 years ago
Simon Glass 59e12a4a8c fs: Kconfig: Add a separate option for FS_JFFS2 7 years ago
Simon Glass fc843a02ac Kconfig: Add a CONFIG_IDE option 7 years ago
Simon Glass 80e44cfe10 fs: Kconfig: Add a separate option for FS_CRAMFS 7 years ago
Simon Glass deb9599915 fs: Kconfig: Add a separate config for FS_CBFS 7 years ago
Lokesh Vutla 509b498a50 ext4: Fix comparision of unsigned expression with < 0 7 years ago
xypron.glpk@gmx.de 6568c731c4 yaffs2: remove redundant condition 7 years ago
Tyler Hall d39a0d2c84 cramfs: basic symlink support 7 years ago
Tyler Hall a6ea791cb9 cramfs: block pointers are 32 bits 7 years ago
Masahiro Yamada e856bdcfb4 flash: complete CONFIG_SYS_NO_FLASH move with renaming 7 years ago
Stefan Brüns b352caea75 fs/fat: Fix unaligned __u16 reads for FAT12 access 7 years ago
Patrick Delaunay b331cd6204 cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT 7 years ago
Stefan Brüns 3cc5bbb8e6 fs/ext4: Initialize group descriptor size for revision level 0 filesystems 8 years ago
Stefan Brüns 8d48c92b45 fs/fat: simplify get_fatent for FAT12 8 years ago
Stefan Brüns b8948d2aef fs/fat: merge readwrite get_fatent_value() with readonly get_fatent() 8 years ago
Stefan Brüns 6c1a808052 fs/fat: Avoid corruption of sectors following the FAT 8 years ago
Philipp Skadorov 49abbd9cc3 fat: fatwrite: fix the command for FAT12 8 years ago
Tom Rini 0317724e6c sandboxfs: Fix resource leak 8 years ago
Tien Fong Chee 7aa1a6b71c fs/fat/fatwrite: Local variable as buffer to store dir_slot entries 8 years ago
Stefan Brüns 66a47ff2d8 ext4: Allow reading files with non-zero offset, clamp read len 8 years ago
Stefan Brüns f81db56f2f ext4: Fix handling of sparse files 8 years ago
Vagrant Cascadian 1381901e9a Fix spelling of "multiple". 8 years ago
Stefan Brüns 805e3e00f2 ext4: Only write journal entries for modified blocks in unlink_filename 8 years ago
Stefan Brüns d1bdf22461 ext4: Fix handling of direntlen in unlink_filename 8 years ago
Stefan Brüns 15bf8c4f93 ext4: cleanup unlink_filename function 8 years ago
Stefan Brüns 86167089b7 sandbox/fs: Free memory allocated by os_dirent_ls 8 years ago
Masahiro Yamada 1221ce459d treewide: replace #include <asm/errno.h> with <linux/errno.h> 8 years ago
Masahiro Yamada b5bf5cb3b3 treewide: use #include <...> to include public headers 8 years ago
Stefan Brüns b4976b49a0 ext4: Revert rejection of 64bit enabled ext4 fs 8 years ago
Stefan Brüns 749e93ee18 ext4: Respect group descriptor size when adjusting free counts 8 years ago
Stefan Brüns 688d0e79f6 ext4: Use helper function to access group descriptor and its fields 8 years ago
Stefan Brüns f798b1dda1 ext4: Use correct descriptor size when reading the block group descriptor 8 years ago
Stefan Brüns 9f5dd8b6e2 ext4: Add helper functions for block group descriptor field access 8 years ago
Stefan Brüns fc214ef909 ext4: determine group descriptor size for 64bit feature 8 years ago
Stefan Brüns b1edcf0d80 ext4: Fix memory leak of journal buffer if block is updated multiple times 8 years ago
Stefan Brüns de9e831675 ext4: Correct block number handling, empty block vs. error code 8 years ago
Stefan Brüns b779e0290a ext4: remove duplicated block release code for extents 8 years ago
Stefan Brüns 87f9fdc08d ext4: initialize full inode for inodes bigger than 128 bytes 8 years ago
Stefan Brüns 290ce2f95a ext4: Use correct value for inode size even on revision 0 filesystems 8 years ago
Stefan Brüns 87a40b6e03 ext4: Fix memory leak in case of failure 8 years ago
Stefan Brüns 0ceef3d371 ext4: Avoid out-of-bounds access of block bitmap 8 years ago
Stefan Brüns a9fa0ed183 ext4: After completely filled group, scan next group from the beginning 8 years ago
Stefan Brüns e927265225 ext4: Do not clear zalloc'ed buffers a second time 8 years ago
Stefan Brüns 398d6fad92 ext4: Only update number of of unused inodes if GDT_CSUM feature is set 8 years ago
Stefan Brüns b7dd40d052 ext4: Scan all directory blocks when looking up an entry 8 years ago
Stefan Brüns 10a7a1b8ba ext4: Avoid corruption of directories with hash tree indexes 8 years ago
Stefan Brüns a321abd54f ext4: Scan all directory blocks for space when inserting a new entry 8 years ago
Stefan Brüns b96c3c7292 ext4: Do not crash when trying to grow a directory using extents 8 years ago