summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-09-23Add <linux/errno.h> as a wrapper of <asm-generic/errno.h>Masahiro Yamada
2016-09-23treewide: use #include <...> to include public headersMasahiro Yamada
2016-09-23drivers: squash lines for immediate returnMasahiro Yamada
2016-09-23arch, board: squash lines for immediate returnMasahiro Yamada
2016-09-23libfdt: simplify fdt_del_mem_rsv()Masahiro Yamada
2016-09-23x86: squash lines for immediate returnMasahiro Yamada
2016-09-23usb: squash lines for immediate returnMasahiro Yamada
2016-09-23usb: replace ehci_*_remove() with usb_deregister()Masahiro Yamada
2016-09-23video: squash lines for immediate returnMasahiro Yamada
2016-09-23mmc: squash lines for immediate returnMasahiro Yamada
2016-09-23fs-test.sh: Update expected resultsTom Rini
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: Update ext2/3/4 superblock, group descriptor and inode structuresStefan 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
2016-09-23ext4: propagate error if creation of directory entry failsStefan Brüns
2016-09-23ext4: fix possible crash on directory traversal, ignore deleted entriesStefan Brüns
2016-09-23ext4: fix wrong usage of le32_to_cpu()Michael Walle
2016-09-23ext4: fix endianess problems in ext4 write supportMichael Walle
2016-09-23ext4: use kernel names for byte swapsMichael Walle
2016-09-23ext4: change structure fields to __le/__be typesMichael Walle
2016-09-23test/fs: Check writes using "." (same dir) relative pathStefan Brüns
2016-09-23test/fs: Check ext4 behaviour if dirent is first entry in directory blockStefan Brüns
2016-09-23test/fs: strip noise from filesystem code prior to checking resultsStefan Brüns
2016-09-23test/fs: remove use of undefined WRITE_FILE variableStefan Brüns
2016-09-23test/fs: Restructure file path specification to allow some flexibilityStefan Brüns
2016-09-23cmd/fat: Do not crash on write when <bytes> is not specifiedStefan Brüns
2016-09-23fs/fat: Correct description of determine_fatent functionStefan Brüns
2016-09-23fs/fat: Do not write unmodified fat entries to diskStefan Brüns
2016-09-23fs/fat: Remove two statements without effectStefan Brüns
2016-09-22Merge git://git.denx.de/u-boot-rockchipTom Rini
2016-09-22ns16650: Make sure we have CONFIG_CLK set before using infrastructureTom Rini