summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-06-16treewide: remove unneeded semicolonsMasahiro Yamada
2017-06-06fs: usbifs: Fix warning in ubifsSiva Durga Prasad Paladugu
2017-06-03fs: fat: add kbuild configuration supportSekhar Nori
2017-05-22fs: Kconfig: Add a separate option for FS_JFFS2Simon Glass
2017-05-22Kconfig: Add a CONFIG_IDE optionSimon Glass
2017-04-30fs: Kconfig: Add a separate option for FS_CRAMFSSimon Glass
2017-04-30fs: Kconfig: Add a separate config for FS_CBFSSimon Glass
2017-04-27ext4: Fix comparision of unsigned expression with < 0Lokesh Vutla
2017-04-18yaffs2: remove redundant conditionxypron.glpk@gmx.de
2017-04-18cramfs: basic symlink supportTyler Hall
2017-04-18cramfs: block pointers are 32 bitsTyler Hall
2017-02-12flash: complete CONFIG_SYS_NO_FLASH move with renamingMasahiro Yamada
2017-01-28fs/fat: Fix unaligned __u16 reads for FAT12 accessStefan Brüns
2017-01-28cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay
2016-12-27fs/ext4: Initialize group descriptor size for revision level 0 filesystemsStefan Brüns
2016-12-27fs/fat: simplify get_fatent for FAT12Stefan Brüns
2016-12-27fs/fat: merge readwrite get_fatent_value() with readonly get_fatent()Stefan Brüns
2016-12-27fs/fat: Avoid corruption of sectors following the FATStefan Brüns
2016-12-27fat: fatwrite: fix the command for FAT12Philipp Skadorov
2016-12-02sandboxfs: Fix resource leakTom Rini
2016-11-29fs/fat/fatwrite: Local variable as buffer to store dir_slot entriesTien Fong Chee
2016-11-21ext4: Allow reading files with non-zero offset, clamp read lenStefan Brüns
2016-11-21ext4: Fix handling of sparse filesStefan Brüns
2016-10-31Fix spelling of "multiple".Vagrant Cascadian
2016-10-24ext4: Only write journal entries for modified blocks in unlink_filenameStefan Brüns
2016-10-24ext4: Fix handling of direntlen in unlink_filenameStefan Brüns
2016-10-24ext4: cleanup unlink_filename functionStefan Brüns
2016-10-11sandbox/fs: Free memory allocated by os_dirent_lsStefan Brüns
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-09-23treewide: use #include <...> to include public headersMasahiro Yamada
2016-09-23ext4: Revert rejection of 64bit enabled ext4 fsStefan Brüns
2016-09-23ext4: Respect group descriptor size when adjusting free countsStefan Brüns
2016-09-23ext4: Use helper function to access group descriptor and its fieldsStefan Brüns
2016-09-23ext4: Use correct descriptor size when reading the block group descriptorStefan Brüns
2016-09-23ext4: Add helper functions for block group descriptor field accessStefan Brüns
2016-09-23ext4: determine group descriptor size for 64bit featureStefan Brüns
2016-09-23ext4: Fix memory leak of journal buffer if block is updated multiple timesStefan Brüns
2016-09-23ext4: Correct block number handling, empty block vs. error codeStefan Brüns
2016-09-23ext4: remove duplicated block release code for extentsStefan Brüns
2016-09-23ext4: initialize full inode for inodes bigger than 128 bytesStefan Brüns
2016-09-23ext4: Use correct value for inode size even on revision 0 filesystemsStefan Brüns
2016-09-23ext4: Fix memory leak in case of failureStefan Brüns
2016-09-23ext4: Avoid out-of-bounds access of block bitmapStefan Brüns
2016-09-23ext4: After completely filled group, scan next group from the beginningStefan Brüns
2016-09-23ext4: Do not clear zalloc'ed buffers a second timeStefan Brüns
2016-09-23ext4: Only update number of of unused inodes if GDT_CSUM feature is setStefan Brüns
2016-09-23ext4: Scan all directory blocks when looking up an entryStefan Brüns
2016-09-23ext4: Avoid corruption of directories with hash tree indexesStefan Brüns
2016-09-23ext4: Scan all directory blocks for space when inserting a new entryStefan Brüns
2016-09-23ext4: Do not crash when trying to grow a directory using extentsStefan Brüns