summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ovl: clean up kstat usageAl Viro2016-12-164-39/+45
* ovl: fold ovl_copy_up_truncate() into ovl_copy_up()Amir Goldstein2016-12-163-37/+13
* ovl: create directories inside merged parent opaqueAmir Goldstein2016-12-161-2/+12
* ovl: opaque cleanupMiklos Szeredi2016-12-164-31/+25
* ovl: show redirect_dir mount optionAmir Goldstein2016-12-161-0/+3
* ovl: allow setting max size of redirectMiklos Szeredi2016-12-161-3/+7
* ovl: allow redirect_dir to default to "on"Miklos Szeredi2016-12-162-0/+19
* ovl: check for emptiness of redirect dirAmir Goldstein2016-12-161-9/+22
* ovl: redirect on rename-dirMiklos Szeredi2016-12-167-30/+195
* 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