aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-23fs-test.sh: Update expected resultsTom Rini1-7/+7
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üns3-137/+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üns2-4/+16
2016-09-23ext4: Update ext2/3/4 superblock, group descriptor and inode structuresStefan Brüns1-4/+46
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üns2-3/+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üns2-0/+6
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üns3-39/+23
2016-09-23ext4: fix wrong usage of le32_to_cpu()Michael Walle1-1/+1
2016-09-23ext4: fix endianess problems in ext4 write supportMichael Walle6-250/+311
2016-09-23ext4: use kernel names for byte swapsMichael Walle4-55/+55
2016-09-23ext4: change structure fields to __le/__be typesMichael Walle2-88/+88
2016-09-23test/fs: Check writes using "." (same dir) relative pathStefan Brüns1-1/+28
2016-09-23test/fs: Check ext4 behaviour if dirent is first entry in directory blockStefan Brüns1-0/+10
2016-09-23test/fs: strip noise from filesystem code prior to checking resultsStefan Brüns1-11/+15
2016-09-23test/fs: remove use of undefined WRITE_FILE variableStefan Brüns1-6/+4
2016-09-23test/fs: Restructure file path specification to allow some flexibilityStefan Brüns1-36/+22
2016-09-23cmd/fat: Do not crash on write when <bytes> is not specifiedStefan Brüns1-2/+2
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üns3-12/+21
2016-09-23fs/fat: Remove two statements without effectStefan Brüns1-4/+1
2016-09-22Merge git://git.denx.de/u-boot-rockchipTom Rini26-26/+1391
2016-09-22ns16650: Make sure we have CONFIG_CLK set before using infrastructureTom Rini2-15/+17
2016-09-22Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini31-285/+469
2016-09-23ARM: dts: uniphier: sync clock/reset controller nodes with LinuxMasahiro Yamada13-181/+301
2016-09-23clk: uniphier: allow to have clock node under syscon nodeMasahiro Yamada1-9/+9
2016-09-23clk: uniphier: move U_BOOT_DRIVER entry to core codeMasahiro Yamada3-75/+74
2016-09-23clk: uniphier: constify clock data arrays/structuresMasahiro Yamada3-9/+9
2016-09-23ARM: uniphier: add PLL init code for LD11 SoCMasahiro Yamada7-7/+71
2016-09-23ARM: uniphier: move CONFIG_SPL_* to defconfig or selectMasahiro Yamada8-15/+16
2016-09-22Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini16-208/+188
2016-09-22Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini23-31/+563
2016-09-22Makefile: rm u-boot.cfg dependencies are missingStephen Warren2-0/+22
2016-09-22Makefile: use if_change_dep for u-boot.cfgStephen Warren2-2/+2