summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kbuild: test dead code/data elimination support in KconfigMasahiro Yamada2018-08-242-6/+4Star
* initramfs: move gen_initramfs_list.sh from scripts/ to usr/Masahiro Yamada2018-08-224-5/+5
* vmlinux.lds.h: remove stale <linux/export.h> includeMasahiro Yamada2018-08-221-2/+0Star
* export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR()Masahiro Yamada2018-08-223-17/+10Star
* Coccinelle: remove pci_alloc_consistent semantic to detect in zalloc-simple.c...zhong jiang2018-08-221-40/+1Star
* kbuild: make sorting initramfs contents independent of localeAndrzej Pietrasiewicz2018-08-221-1/+1
* kbuild: remove "rpm" target, which is alias of "rpm-pkg"Masahiro Yamada2018-08-221-4/+0Star
* kbuild: Fix LOADLIBES rename in Documentation/kbuild/makefiles.txtMichal Suchanek2018-08-221-1/+1
* kconfig: suppress "configuration written to .config" for syncconfigMasahiro Yamada2018-08-221-0/+5
* kconfig: fix "Can't open ..." in parallel buildMasahiro Yamada2018-08-221-2/+3
* kbuild: Add a space after `!` to prevent parsing as file patternMichael Forney2018-08-221-1/+1
* scripts: modpost: check memory allocation resultsRandy Dunlap2018-08-221-4/+4
* kconfig: improve the recursive dependency reportMasahiro Yamada2018-08-222-17/+37
* kconfig: report recursive dependency involving 'imply'Masahiro Yamada2018-08-224-20/+33
* kconfig: error out when seeing recursive dependencyMasahiro Yamada2018-08-225-12/+10Star
* kconfig: add build-only configurator targetsRandy Dunlap2018-08-221-1/+10
* scripts/dtc: consolidate include path options in MakefileMasahiro Yamada2018-08-221-14/+4Star
* Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-225-52/+80
|\
| * fuse: reduce allocation size for splice_writeAndrey Ryabinin2018-07-261-1/+1
| * fuse: use kvmalloc to allocate array of pipe_buffer structs.Andrey Ryabinin2018-07-261-6/+6
| * fuse: convert last timespec use to timespec64Arnd Bergmann2018-07-261-4/+4
| * fs: fuse: Adding new return type vm_fault_tSouptick Joarder2018-07-261-1/+1
| * fuse: simplify fuse_abort_conn()Miklos Szeredi2018-07-261-12/+6Star
| * fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai2018-07-261-0/+1
| * fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin2018-07-261-2/+5
| * fuse: fix initial parallel diropsMiklos Szeredi2018-07-263-10/+18
| * fuse: Fix oops at process_init_reply()Miklos Szeredi2018-07-261-14/+11Star
| * fuse: umount should wait for all requestsMiklos Szeredi2018-07-263-4/+22
| * fuse: fix unlocked access to processing queueMiklos Szeredi2018-07-261-1/+7
| * fuse: fix double request_end()Miklos Szeredi2018-07-261-2/+3
* | Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-2233-595/+1619
|\ \
| * | ovl: Enable metadata only featureVivek Goyal2018-07-201-3/+0Star
| * | ovl: Do not do metacopy only for ioctl modifying file attrVivek Goyal2018-07-201-1/+1
| * | ovl: Do not do metadata only copy-up for truncate operationVivek Goyal2018-07-201-1/+8
| * | ovl: add helper to force data copy-upVivek Goyal2018-07-202-0/+6
| * | ovl: Check redirect on index as wellVivek Goyal2018-07-203-37/+64
| * | ovl: Set redirect on upper inode when it is linkedVivek Goyal2018-07-201-0/+8
| * | ovl: Set redirect on metacopy files upon renameVivek Goyal2018-07-201-20/+46
| * | ovl: Do not set dentry type ORIGIN for broken hardlinksVivek Goyal2018-07-201-1/+2
| * | ovl: Add an inode flag OVL_CONST_INOVivek Goyal2018-07-202-0/+5
| * | ovl: Treat metacopy dentries as type OVL_PATH_MERGEVivek Goyal2018-07-201-1/+2
| * | ovl: Check redirects for metacopy filesVivek Goyal2018-07-201-2/+2
| * | ovl: Move some dir related ovl_lookup_single() code in else blockVivek Goyal2018-07-201-10/+11
| * | ovl: Do not expose metacopy only dentry from d_real()Vivek Goyal2018-07-201-2/+5
| * | ovl: Open file with data except for the case of fsyncVivek Goyal2018-07-201-9/+30
| * | ovl: Add helper ovl_inode_realdata()Vivek Goyal2018-07-202-0/+13
| * | ovl: Store lower data inode in ovl_inodeVivek Goyal2018-07-206-6/+27
| * | ovl: Fix ovl_getattr() to get number of blocks from lowerVivek Goyal2018-07-203-1/+51
| * | ovl: Add helper ovl_dentry_lowerdata() to get lower data dentryVivek Goyal2018-07-202-0/+14
| * | ovl: Copy up meta inode data from lowest data inodeVivek Goyal2018-07-203-4/+22