Commit Graph

439 Commits (b892b054b12fc38e5077434c9c6146a7bd6f21a6)

Author SHA1 Message Date
Stefan Brüns 805e3e00f2 ext4: Only write journal entries for modified blocks in unlink_filename 9 years ago
Stefan Brüns d1bdf22461 ext4: Fix handling of direntlen in unlink_filename 9 years ago
Stefan Brüns 15bf8c4f93 ext4: cleanup unlink_filename function 9 years ago
Stefan Brüns 86167089b7 sandbox/fs: Free memory allocated by os_dirent_ls 9 years ago
Masahiro Yamada 1221ce459d treewide: replace #include <asm/errno.h> with <linux/errno.h> 9 years ago
Masahiro Yamada b5bf5cb3b3 treewide: use #include <...> to include public headers 9 years ago
Stefan Brüns b4976b49a0 ext4: Revert rejection of 64bit enabled ext4 fs 9 years ago
Stefan Brüns 749e93ee18 ext4: Respect group descriptor size when adjusting free counts 9 years ago
Stefan Brüns 688d0e79f6 ext4: Use helper function to access group descriptor and its fields 9 years ago
Stefan Brüns f798b1dda1 ext4: Use correct descriptor size when reading the block group descriptor 9 years ago
Stefan Brüns 9f5dd8b6e2 ext4: Add helper functions for block group descriptor field access 9 years ago
Stefan Brüns fc214ef909 ext4: determine group descriptor size for 64bit feature 9 years ago
Stefan Brüns b1edcf0d80 ext4: Fix memory leak of journal buffer if block is updated multiple times 9 years ago
Stefan Brüns de9e831675 ext4: Correct block number handling, empty block vs. error code 9 years ago
Stefan Brüns b779e0290a ext4: remove duplicated block release code for extents 9 years ago
Stefan Brüns 87f9fdc08d ext4: initialize full inode for inodes bigger than 128 bytes 9 years ago
Stefan Brüns 290ce2f95a ext4: Use correct value for inode size even on revision 0 filesystems 9 years ago
Stefan Brüns 87a40b6e03 ext4: Fix memory leak in case of failure 9 years ago
Stefan Brüns 0ceef3d371 ext4: Avoid out-of-bounds access of block bitmap 9 years ago
Stefan Brüns a9fa0ed183 ext4: After completely filled group, scan next group from the beginning 9 years ago
Stefan Brüns e927265225 ext4: Do not clear zalloc'ed buffers a second time 9 years ago
Stefan Brüns 398d6fad92 ext4: Only update number of of unused inodes if GDT_CSUM feature is set 9 years ago
Stefan Brüns b7dd40d052 ext4: Scan all directory blocks when looking up an entry 9 years ago
Stefan Brüns 10a7a1b8ba ext4: Avoid corruption of directories with hash tree indexes 9 years ago
Stefan Brüns a321abd54f ext4: Scan all directory blocks for space when inserting a new entry 9 years ago
Stefan Brüns b96c3c7292 ext4: Do not crash when trying to grow a directory using extents 9 years ago
Stefan Brüns a0d767e2c1 ext4: propagate error if creation of directory entry fails 9 years ago
Stefan Brüns 76a29519ff ext4: fix possible crash on directory traversal, ignore deleted entries 9 years ago
Michael Walle 011bc3342a ext4: fix wrong usage of le32_to_cpu() 9 years ago
Michael Walle 58a9ecbaf4 ext4: fix endianess problems in ext4 write support 9 years ago
Michael Walle 7f101be314 ext4: use kernel names for byte swaps 9 years ago
Michael Walle 2a0b7a971a ext4: change structure fields to __le/__be types 9 years ago
Stefan Brüns ae1755be37 fs/fat: Correct description of determine_fatent function 9 years ago
Stefan Brüns 3c0ed9c3a5 fs/fat: Do not write unmodified fat entries to disk 9 years ago
Stefan Brüns ed76f91277 fs/fat: Remove two statements without effect 9 years ago
Yaroslav K cc7ed26934 cbfs: Fix incorrect CBFS file header size being used 9 years ago
Tom Rini 6f94ab6656 ext4: Refuse to mount filesystems with 64bit feature set 9 years ago
Guillaume GARDET 7a77e909a2 fs: cbfs: Fix build of fs/cbfs/cbfs.c when building u-boot sandbox on x86 32-bit 9 years ago
Scott Wood 17cb4b8f32 mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data 9 years ago
Scott Wood b616d9b0a7 nand: Embed mtd_info in struct nand_chip 9 years ago
Scott Wood 151c06ec61 mtd: nand: Remove nand_info_t typedef 9 years ago
Simon Glass c649e3c91c dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI 9 years ago
Ronald Zachariah 37f23885e4 fs: ext4: fix symlink read function 9 years ago
Heiko Schocher b1d6590d35 ubifs: fix memory corruption in super.c 9 years ago
Tom Rini 1c8fdf8779 jffs2: Fix set but not used warning 9 years ago
Vagrant Cascadian 0af49b9575 Fix spelling of "supported/unsupported". 9 years ago
Simon Glass 2a981dc2c6 dm: block: Adjust device calls to go through helpers function 9 years ago
Simon Glass bcce53d048 dm: block: Rename device number member dev to devnum 9 years ago
Simon Glass 3e8bd46950 dm: part: Rename some partition functions 9 years ago
Simon Glass e35929e4a1 dm: blk: Rename get_device_and_partition() 9 years ago