summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ovl: lookup redirectsMiklos Szeredi2016-12-164-2/+123
* ovl: consolidate lookup for underlying layersMiklos Szeredi2016-12-161-70/+86
* ovl: fix nested overlayfs mountAmir Goldstein2016-12-161-2/+2
* ovl: check namelenMiklos Szeredi2016-12-163-21/+35
* ovl: split super.cMiklos Szeredi2016-12-166-546/+572
* ovl: use d_is_dir()Miklos Szeredi2016-12-161-2/+2
* ovl: simplify lookupMiklos Szeredi2016-12-161-29/+25
* ovl: check lower existence of rename targetMiklos Szeredi2016-12-161-52/+11
* ovl: rename: simplify handling of lower/merged directoryMiklos Szeredi2016-12-162-21/+12
* ovl: get rid of PURE typeMiklos Szeredi2016-12-163-13/+6
* ovl: check lower existence when removingMiklos Szeredi2016-12-163-3/+56
* ovl: add ovl_dentry_is_whiteout()Miklos Szeredi2016-12-163-3/+9
* ovl: don't check stickyMiklos Szeredi2016-12-161-24/+0
* ovl: don't check rename to selfMiklos Szeredi2016-12-161-12/+3
* ovl: treat special files like a regular fsMiklos Szeredi2016-12-164-19/+16
* ovl: rename ovl_rename2() to ovl_rename()Miklos Szeredi2016-12-161-4/+4
* ovl: use vfs_clone_file_range() for copy up if possibleAmir Goldstein2016-12-161-1/+8
* Revert "ovl: get_write_access() in truncate"Miklos Szeredi2016-12-161-21/+0
* ovl: update docMiklos Szeredi2016-12-161-3/+3
* vfs: fix vfs_clone_file_range() for overlayfs filesAmir Goldstein2016-12-161-5/+5
* vfs: call vfs_clone_file_range() under freeze protectionAmir Goldstein2016-12-164-6/+15
* vfs: allow vfs_clone_file_range() across mount pointsAmir Goldstein2016-12-162-2/+10
* vfs: no mnt_want_write_file() in vfs_{copy,clone}_file_range()Miklos Szeredi2016-12-161-8/+4
* Revert "vfs: rename: check backing inode being equal"Miklos Szeredi2016-12-161-5/+1
* Revert "af_unix: fix hard linked sockets on overlay"Miklos Szeredi2016-12-161-3/+3
* Linux 4.9-rc8v4.9-rc8Linus Torvalds2016-12-041-1/+1
* Merge tag 'drm-fixes-for-v4.9-rc8' of git://people.freedesktop.org/~airlied/l...Linus Torvalds2016-12-047-13/+34
|\
| * Merge tag 'drm-intel-fixes-2016-12-01' of git://anongit.freedesktop.org/git/d...Dave Airlie2016-12-032-3/+5
| |\
| | * drm/i915: drop the struct_mutex when wedged or trying to resetMatthew Auld2016-11-301-1/+2
| | * drm/i915: Don't touch NULL sg on i915_gem_object_get_pages_gtt() errorChris Wilson2016-11-301-2/+3
| * | Merge tag 'drm-misc-fixes-2016-11-30' of git://anongit.freedesktop.org/git/dr...Dave Airlie2016-12-011-4/+6
| |\ \
| | * | drm: Don't call drm_for_each_crtc with a non-KMS driverMichel Dänzer2016-11-301-4/+6
| | |/
| * | Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-fixesDave Airlie2016-11-301-1/+1
| |\ \
| | * | drm: hdlcd: Fix cleanup orderRobin Murphy2016-11-251-1/+1
| * | | Merge branch 'drm-fixes-4.9' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2016-11-303-5/+22
| |\ \ \ | | |_|/ | |/| |
| | * | drm/radeon: fix check for port PM availabilityAlex Deucher2016-11-291-2/+9
| | * | drm/amdgpu: fix check for port PM availabilityPeter Wu2016-11-291-2/+9
| | * | drm/amd/powerplay: initialize the soft_regs offset in struct smu7_hwmgrRex Zhu2016-11-291-1/+4
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-032-1/+3
|\ \ \ \
| * | | | mm, vmscan: add cond_resched() into shrink_node_memcg()Michal Hocko2016-12-031-0/+2
| * | | | mm: workingset: fix NULL ptr in count_shadow_nodesMichal Hocko2016-12-031-1/+1
* | | | | kbuild: fix building bzImage with CONFIG_TRIM_UNUSED_KSYMS enabledNicolas Pitre2016-12-021-1/+8
|/ / / /
* | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-12-028-6/+22
|\ \ \ \
| * | | | arm64: dts: juno: fix cluster sleep state entry latency on all SoC versionsSudeep Holla2016-12-023-3/+3
| * | | | arm64: dts: juno: Correct PCI IO windowJeremy Linton2016-11-301-1/+1
| * | | | Merge tag 'sti-dt-for-v4.9-rc-round2' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2016-11-251-0/+16
| |\ \ \ \
| | * | | | ARM: dts: STiH407-family: fix i2c nodesLoic Pallardy2016-11-231-0/+16
| * | | | | Merge tag 'sunxi-fixes-for-4.9-2' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2016-11-253-2/+2
| |\ \ \ \ \
| | * | | | | ARM: gr8: Rename the DTSI and relevant DTSMaxime Ripard2016-11-223-2/+2
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-02121-450/+1064
|\ \ \ \ \ \ \