summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFS: Fix up nfs_post_op_update_inode() to force ctime updatesTrond Myklebust2018-05-311-1/+2
* NFS: Ensure we revalidate the inode correctly after setaclTrond Myklebust2018-05-311-1/+2
* NFS: Ensure we revalidate the inode correctly after remove or renameTrond Myklebust2018-05-311-4/+14
* NFS: Set the force revalidate flag if the inode is not completely initialisedTrond Myklebust2018-05-311-0/+4
* NFS: Fix up sillyrename()Trond Myklebust2018-05-311-0/+10
* NFSv4: Fix sillyrename to return the delegation when appropriateTrond Myklebust2018-05-315-10/+15
* NFSv4: Only pass the delegation to setattr if we're sending a truncateTrond Myklebust2018-05-311-5/+7
* NFS: Merge nfs41_free_stateid() with _nfs41_free_stateid()Anna Schumaker2018-05-311-23/+14
* NFS: Pass "privileged" value to nfs4_init_sequence()Anna Schumaker2018-05-313-52/+33
* NFS: Move call to nfs4_state_protect() to nfs4_commit_setup()Anna Schumaker2018-05-315-8/+10
* NFS: Move call to nfs4_state_protect_write() to nfs4_write_setup()Anna Schumaker2018-05-315-8/+10
* NFS: Avoid quadratic search when freeing delegations.NeilBrown2018-05-311-4/+53
* rculist: add list_for_each_entry_from_rcu()NeilBrown2018-05-311-0/+13
* NFS: use cond_resched() when restarting walk of delegation list.NeilBrown2018-05-311-0/+3
* NFS: slight optimization for walking list for delegationsNeilBrown2018-05-311-3/+3
* NFS: Optimise away lookups for rename targetsTrond Myklebust2018-05-281-3/+5
* NFS: If the VFS sets LOOKUP_REVAL then force a lookup of the dentryTrond Myklebust2018-05-281-1/+1
* NFS: Optimise away the close-to-open GETATTR when we have NFSv4 OPENTrond Myklebust2018-05-281-4/+16
* Merge tag 'nds32-for-linus-4.17-fixes' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-05-2818-34/+130
|\
| * nds32: Fix compiler warning, Wstringop-overflow, in vdso.cVincent Chen2018-05-231-5/+5
| * nds32: Disable local irq before calling cpu_dcache_wb_page in copy_user_highpageVincent Chen2018-05-231-3/+1
| * nds32: Flush the cache of the page at vmaddr instead of kaddr in flush_anon_pageVincent Chen2018-05-231-2/+7
| * nds32: Correct flush_dcache_page functionVincent Chen2018-05-231-9/+12
| * nds32: Fix the unaligned access handlerNickhu2018-05-231-2/+5
| * nds32: Renaming the file for unaligned accessNickhu2018-05-231-1/+1
| * nds32: To fix a cache inconsistency issue by setting correct cacheability of NTCGreentime Hu2018-05-232-5/+24
| * nds32: To refine readability of INT_MASK_INITAIAL_VALGreentime Hu2018-05-231-1/+1
| * nds32: Fix the virtual address may map too much range by tlbop issue.Greentime Hu2018-05-231-0/+3
| * nds32: Fix the allmodconfig build. To make sure CONFIG_CPU_LITTLE_ENDIAN is d...Greentime Hu2018-05-232-2/+7
| * nds32: Fix build failed because arch_trace_hardirqs_off is changed to trace_h...Greentime Hu2018-05-231-1/+1
| * nds32: Fix the unknown type u8 issue.Greentime Hu2018-05-231-0/+2
| * nds32: Fix the symbols undefined issue by exporting them.Greentime Hu2018-05-236-0/+32
| * nds32: Fix xfs_buf built failed by export invalidate_kernel_vmap_range and fl...Greentime Hu2018-05-232-0/+20
| * nds32: Fix drivers/gpu/drm/udl/udl_fb.c building error by defining PAGE_SHAREDGreentime Hu2018-05-231-0/+1
| * nds32: Fix building error of crypto/xor.c by adding xor.hGreentime Hu2018-05-231-0/+1
| * nds32: Fix building error when CONFIG_FREEZE is enabled.Greentime Hu2018-05-231-0/+1
| * nds32: lib: To use generic lib instead of libgcc to prevent the symbol undefi...Greentime Hu2018-05-232-3/+6
* | Linux 4.17-rc7v4.17-rc7Linus Torvalds2018-05-271-1/+1
* | Merge tag 'kbuild-fixes-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-05-271-3/+6
|\ \
| * | Makefile: disable PIE before testing asm gotoMichal Kubecek2018-05-171-2/+3
| * | kbuild: gcov: enable -fno-tree-loop-im if supportedNick Desaulniers2018-05-171-1/+3
* | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2018-05-2615-20/+20
|\ \ \
| * \ \ Merge tag 'hisi-fixes-for-4.17v2' of git://github.com/hisilicon/linux-hisi in...Olof Johansson2018-05-261-1/+0
| |\ \ \
| | * | | arm64: dts: hikey: Fix eMMC corruption regressionJohn Stultz2018-05-261-1/+0
| * | | | ARM: Fix i2c-gpio GPIO descriptor tablesLinus Walleij2018-05-2610-11/+11
| * | | | Merge tag 'qcom-fixes-for-4.17-rc7' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2018-05-251-4/+4
| |\ \ \ \
| | * | | | firmware: qcom: scm: Fix crash in qcom_scm_call_atomic1()Niklas Cassel2018-05-241-4/+4
| | | |_|/ | | |/| |
| * | | | Merge tag 'sunxi-fixes-for-4.17' of https://git.kernel.org/pub/scm/linux/kern...Olof Johansson2018-05-253-4/+5
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ARM: sun8i: v3s: fix spelling mistake: "disbaled" -> "disabled"Colin Ian King2018-05-021-1/+1
| | * | | ARM: dts: sun4i: Fix incorrect clocks for displaysPascal Roeleven2018-04-231-3/+3