summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
* | arm: mvebu: theadorable: Configure board for PCIe 2.0 capabilityStefan Roese2016-09-24-0/+6
* | usb: ehci-generic: support reset control for generic EHCIMasahiro Yamada2016-09-23-0/+13
* | reset: add no-op stubs for optional reset controlMasahiro Yamada2016-09-23-0/+32
* | errno.h: sync error macros with linux 4.8-rc7Masahiro Yamada2016-09-23-11/+46
* | Move ENOTSUPP defines to include/linux/errno.hMasahiro Yamada2016-09-23-6/+2
* | Move error macros from <asm-generic/errno.h> to <linux/errno.h>Masahiro Yamada2016-09-23-140/+126
* | treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23-22/+22
* | Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada2016-09-23-16/+0
* | treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23-263/+263
* | Add <linux/errno.h> as a wrapper of <asm-generic/errno.h>Masahiro Yamada2016-09-23-0/+6
* | treewide: use #include <...> to include public headersMasahiro Yamada2016-09-23-45/+45
* | drivers: squash lines for immediate returnMasahiro Yamada2016-09-23-38/+9
* | 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