summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* arch, board: squash lines for immediate returnMasahiro Yamada2016-09-23-82/+21
* libfdt: simplify fdt_del_mem_rsv()Masahiro Yamada2016-09-23-5/+1
* x86: squash lines for immediate returnMasahiro Yamada2016-09-23-28/+4
* usb: squash lines for immediate returnMasahiro Yamada2016-09-23-29/+12
* usb: replace ehci_*_remove() with usb_deregister()Masahiro Yamada2016-09-23-90/+8
* video: squash lines for immediate returnMasahiro Yamada2016-09-23-27/+5
* mmc: squash lines for immediate returnMasahiro Yamada2016-09-23-62/+15
* fs-test.sh: Update expected resultsTom Rini2016-09-23-7/+7
* ext4: Revert rejection of 64bit enabled ext4 fsStefan Brüns2016-09-23-9/+0
* ext4: Respect group descriptor size when adjusting free countsStefan Brüns2016-09-23-24/+69
* ext4: Use helper function to access group descriptor and its fieldsStefan Brüns2016-09-23-137/+154
* ext4: Use correct descriptor size when reading the block group descriptorStefan Brüns2016-09-23-4/+4
* ext4: Add helper functions for block group descriptor field accessStefan Brüns2016-09-23-0/+94
* ext4: determine group descriptor size for 64bit featureStefan Brüns2016-09-23-4/+16
* ext4: Update ext2/3/4 superblock, group descriptor and inode structuresStefan Brüns2016-09-23-4/+46
* ext4: Fix memory leak of journal buffer if block is updated multiple timesStefan Brüns2016-09-23-1/+5
* ext4: Correct block number handling, empty block vs. error codeStefan Brüns2016-09-23-4/+13
* ext4: remove duplicated block release code for extentsStefan Brüns2016-09-23-77/+33
* ext4: initialize full inode for inodes bigger than 128 bytesStefan Brüns2016-09-23-6/+4
* ext4: Use correct value for inode size even on revision 0 filesystemsStefan Brüns2016-09-23-3/+0
* ext4: Fix memory leak in case of failureStefan Brüns2016-09-23-2/+2
* ext4: Avoid out-of-bounds access of block bitmapStefan Brüns2016-09-23-22/+12
* ext4: After completely filled group, scan next group from the beginningStefan Brüns2016-09-23-3/+5
* ext4: Do not clear zalloc'ed buffers a second timeStefan Brüns2016-09-23-3/+0
* ext4: Only update number of of unused inodes if GDT_CSUM feature is setStefan Brüns2016-09-23-7/+7
* ext4: Scan all directory blocks when looking up an entryStefan Brüns2016-09-23-44/+40
* ext4: Avoid corruption of directories with hash tree indexesStefan Brüns2016-09-23-0/+6
* ext4: Scan all directory blocks for space when inserting a new entryStefan Brüns2016-09-23-44/+30
* ext4: Do not crash when trying to grow a directory using extentsStefan Brüns2016-09-23-1/+6
* ext4: propagate error if creation of directory entry failsStefan Brüns2016-09-23-8/+10
* ext4: fix possible crash on directory traversal, ignore deleted entriesStefan Brüns2016-09-23-39/+23
* ext4: fix wrong usage of le32_to_cpu()Michael Walle2016-09-23-1/+1
* ext4: fix endianess problems in ext4 write supportMichael Walle2016-09-23-250/+311
* ext4: use kernel names for byte swapsMichael Walle2016-09-23-55/+55
* ext4: change structure fields to __le/__be typesMichael Walle2016-09-23-88/+88
* test/fs: Check writes using "." (same dir) relative pathStefan Brüns2016-09-23-1/+28
* test/fs: Check ext4 behaviour if dirent is first entry in directory blockStefan Brüns2016-09-23-0/+10
* test/fs: strip noise from filesystem code prior to checking resultsStefan Brüns2016-09-23-11/+15
* test/fs: remove use of undefined WRITE_FILE variableStefan Brüns2016-09-23-6/+4
* test/fs: Restructure file path specification to allow some flexibilityStefan Brüns2016-09-23-36/+22
* cmd/fat: Do not crash on write when <bytes> is not specifiedStefan Brüns2016-09-23-2/+2
* fs/fat: Correct description of determine_fatent functionStefan Brüns2016-09-23-1/+3
* fs/fat: Do not write unmodified fat entries to diskStefan Brüns2016-09-23-12/+21
* fs/fat: Remove two statements without effectStefan Brüns2016-09-23-4/+1
* Merge git://git.denx.de/u-boot-rockchipTom Rini2016-09-22-26/+1391
|\
| * clk: rk3288: add PWM clock get rateKever Yang2016-09-22-0/+2
| * clk: rk3399: add pmucru controller supportKever Yang2016-09-22-4/+173
| * rk3399: add a empty "sys_proto.h" header fileKever Yang2016-09-22-0/+10
| * rockchip: rk3288: skip lowlevel_init processXu Ziyuan2016-09-22-8/+1
| * board: evb-rk3399: enable usb 2.0 host vbus power on board_initKever Yang2016-09-22-1/+14