Commit Graph

57 Commits (dee37fc99d945eb96f0f501d17833cbb05798ad3)

Author SHA1 Message Date
Masahiro Yamada dee37fc99d Remove <inttypes.h> includes and PRI* usages in printf() entirely 6 years ago
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Marek Behún 51be471663 fs: ext4: Do not print mount fail message when not ext4 filesystem 6 years ago
Ian Ray ecdfb4195b ext4: recover from filesystem corruption when reading 7 years ago
Tuomas Tynkkynen 385b731855 fs/ext4: Fix group descriptor checksum calculation 7 years ago
Stefan Brüns 3cc5bbb8e6 fs/ext4: Initialize group descriptor size for revision level 0 filesystems 8 years ago
Stefan Brüns f81db56f2f ext4: Fix handling of sparse files 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 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 de9e831675 ext4: Correct block number handling, empty block vs. error code 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 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
Stefan Brüns a0d767e2c1 ext4: propagate error if creation of directory entry fails 8 years ago
Stefan Brüns 76a29519ff ext4: fix possible crash on directory traversal, ignore deleted entries 8 years ago
Michael Walle 011bc3342a ext4: fix wrong usage of le32_to_cpu() 8 years ago
Michael Walle 58a9ecbaf4 ext4: fix endianess problems in ext4 write support 8 years ago
Michael Walle 7f101be314 ext4: use kernel names for byte swaps 8 years ago
Tom Rini 6f94ab6656 ext4: Refuse to mount filesystems with 64bit feature set 8 years ago
Ronald Zachariah 37f23885e4 fs: ext4: fix symlink read function 8 years ago
Simon Glass 2a981dc2c6 dm: block: Adjust device calls to go through helpers function 8 years ago
Tom Rini 495c3a1e22 ext4_common.c: Clean up failure cases in alloc_triple_indirect_block 8 years ago
Stephen Warren 7c4213f6a5 block: pass block dev not num to read/write/erase() 8 years ago
Thomas Fitzsimmons 54d68e9333 fs: ext4: Prevent infinite loop in ext4fs_iterate_dir 9 years ago
Gary Bisson 9d2f6a9ae7 fs: ext4: fix symlink read function 9 years ago
Stephen Warren d56b2015e6 ext4: fix leak in check_filename() 9 years ago
Stephen Warren 934b14f2bb ext4: free allocations by parse_path() 9 years ago
Simon Glass cf92e05c01 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header 9 years ago
Suriyan Ramasami 9f12cd0e06 ext4: Prepare API change for files greater than 2GB 10 years ago
Simon Glass aac618a32b ext4: Use inttypes for printf() string 10 years ago
Stephen Warren d018028055 fs: ext4: fix writing zero-length files 10 years ago
Łukasz Majewski 8b454eeeea fs:ext4:write:fix: Reinitialize global variables after updating a file 10 years ago
Łukasz Majewski 35dd055b94 fs:ext4:cleanup: Remove superfluous code 10 years ago
Tom Rini 715b56fe2b Revert "ext4fs: Add ext4 extent cache for read operations" 10 years ago
Ionut Nicu fc0fc50f38 ext4fs: Add ext4 extent cache for read operations 10 years ago
Ionut Nicu b5bbac1a9b ext4fs: fix "invalid extent block" error 10 years ago
Ionut Nicu 470173274d ext4fs: use EXT2_BLOCK_SIZE instead of fs->blksz 10 years ago
Ma Haijun 0550870b1c fs/ext4: fix calling put_ext4 with truncated offset 10 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago