aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-12-27fs/ext4: Initialize group descriptor size for revision level 0 filesystemsStefan Brüns1-0/+1
2016-12-27fs/fat: simplify get_fatent for FAT12Stefan Brüns1-29/+5
2016-12-27fs/fat: merge readwrite get_fatent_value() with readonly get_fatent()Stefan Brüns2-116/+27
2016-12-27fs/fat: Avoid corruption of sectors following the FATStefan Brüns2-10/+13
2016-12-27fat: fatwrite: fix the command for FAT12Philipp Skadorov1-8/+53
2016-12-02sandboxfs: Fix resource leakTom Rini1-2/+3
2016-11-28fs/fat/fatwrite: Local variable as buffer to store dir_slot entriesTien Fong Chee1-1/+2
2016-11-21ext4: Allow reading files with non-zero offset, clamp read lenStefan Brüns1-11/+6
2016-11-21ext4: Fix handling of sparse filesStefan Brüns1-16/+15
2016-10-31Fix spelling of "multiple".Vagrant Cascadian1-1/+1
2016-10-24ext4: Only write journal entries for modified blocks in unlink_filenameStefan Brüns1-10/+13
2016-10-24ext4: Fix handling of direntlen in unlink_filenameStefan Brüns1-28/+17
2016-10-24ext4: cleanup unlink_filename functionStefan Brüns1-14/+15
2016-10-11sandbox/fs: Free memory allocated by os_dirent_lsStefan Brüns1-0/+1
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada3-3/+3
2016-09-23treewide: use #include <...> to include public headersMasahiro Yamada3-9/+9
2016-09-23ext4: Revert rejection of 64bit enabled ext4 fsStefan Brüns1-9/+0
2016-09-23ext4: Respect group descriptor size when adjusting free countsStefan Brüns2-24/+69
2016-09-23ext4: Use helper function to access group descriptor and its fieldsStefan Brüns2-136/+154
2016-09-23ext4: Use correct descriptor size when reading the block group descriptorStefan Brüns1-4/+4
2016-09-23ext4: Add helper functions for block group descriptor field accessStefan Brüns2-0/+94
2016-09-23ext4: determine group descriptor size for 64bit featureStefan Brüns1-4/+14
2016-09-23ext4: Fix memory leak of journal buffer if block is updated multiple timesStefan Brüns1-1/+5
2016-09-23ext4: Correct block number handling, empty block vs. error codeStefan Brüns2-4/+13
2016-09-23ext4: remove duplicated block release code for extentsStefan Brüns1-77/+33
2016-09-23ext4: initialize full inode for inodes bigger than 128 bytesStefan Brüns1-6/+4
2016-09-23ext4: Use correct value for inode size even on revision 0 filesystemsStefan Brüns1-1/+0
2016-09-23ext4: Fix memory leak in case of failureStefan Brüns1-2/+2
2016-09-23ext4: Avoid out-of-bounds access of block bitmapStefan Brüns1-22/+12
2016-09-23ext4: After completely filled group, scan next group from the beginningStefan Brüns1-3/+5
2016-09-23ext4: Do not clear zalloc'ed buffers a second timeStefan Brüns1-3/+0
2016-09-23ext4: Only update number of of unused inodes if GDT_CSUM feature is setStefan Brüns1-7/+7
2016-09-23ext4: Scan all directory blocks when looking up an entryStefan Brüns1-44/+40
2016-09-23ext4: Avoid corruption of directories with hash tree indexesStefan Brüns1-0/+5
2016-09-23ext4: Scan all directory blocks for space when inserting a new entryStefan Brüns1-44/+30
2016-09-23ext4: Do not crash when trying to grow a directory using extentsStefan Brüns1-1/+6
2016-09-23ext4: propagate error if creation of directory entry failsStefan Brüns3-8/+10
2016-09-23ext4: fix possible crash on directory traversal, ignore deleted entriesStefan Brüns2-38/+22
2016-09-23ext4: fix wrong usage of le32_to_cpu()Michael Walle1-1/+1
2016-09-23ext4: fix endianess problems in ext4 write supportMichael Walle5-249/+310
2016-09-23ext4: use kernel names for byte swapsMichael Walle3-53/+53
2016-09-23ext4: change structure fields to __le/__be typesMichael Walle1-20/+20
2016-09-23fs/fat: Correct description of determine_fatent functionStefan Brüns1-1/+3
2016-09-23fs/fat: Do not write unmodified fat entries to diskStefan Brüns2-12/+20
2016-09-23fs/fat: Remove two statements without effectStefan Brüns1-4/+1
2016-08-16cbfs: Fix incorrect CBFS file header size being usedYaroslav K1-4/+4
2016-08-05ext4: Refuse to mount filesystems with 64bit feature setTom Rini1-0/+10
2016-06-19fs: cbfs: Fix build of fs/cbfs/cbfs.c when building u-boot sandbox on x86 32-bitGuillaume GARDET1-0/+1
2016-06-03mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood1-1/+1
2016-06-03nand: Embed mtd_info in struct nand_chipScott Wood3-8/+4