index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-22
ovl: verify upper dentry in ovl_remove_and_whiteout()
Maxim Patlasov
1
-30
/
+24
2016-07-04
ovl: Copy up underlying inode's ->i_mode to overlay inode
Vivek Goyal
2
-2
/
+2
2016-07-04
ovl: handle ATTR_KILL*
Miklos Szeredi
1
-0
/
+3
2016-07-03
ovl: warn instead of error if d_type is not supported
Vivek Goyal
1
-5
/
+7
2016-06-29
ovl: get_write_access() in truncate
Miklos Szeredi
1
-0
/
+21
2016-06-29
ovl: fix dentry leak for default_permissions
Miklos Szeredi
1
-3
/
+5
2016-06-15
ovl: fix uid/gid when creating over whiteout
Miklos Szeredi
1
-2
/
+11
2016-06-06
ovl: xattr filter fix
Miklos Szeredi
1
-20
/
+6
2016-05-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-7
/
+7
2016-05-27
switch ->setxattr() to passing dentry and inode separately
Al Viro
2
-4
/
+6
2016-05-27
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-107
/
+38
2016-05-27
ovl: Do d_type check only if work dir creation was successful
Vivek Goyal
1
-8
/
+11
2016-05-27
ovl: override creds with the ones from the superblock mounter
Antonio Murdaca
5
-99
/
+27
2016-05-26
restore killability of old mutex_lock_killable(&inode->i_mutex) users
Al Viro
1
-3
/
+1
2016-05-17
Merge branch 'ovl-fixes' into for-linus
Al Viro
1
-1
/
+1
2016-05-10
ovl: ignore permissions on underlying lookup
Miklos Szeredi
1
-3
/
+1
2016-05-02
parallel lookups: actual switch to rwsem
Al Viro
1
-1
/
+3
2016-05-02
ovl_lookup_real(): use lookup_one_len_unlocked()
Al Viro
1
-3
/
+1
2016-05-02
Merge getxattr prototype change into work.lookups
Al Viro
3
-5
/
+5
2016-04-11
->getxattr(): pass dentry and inode as separate arguments
Al Viro
3
-5
/
+5
2016-03-26
fs: add file_dentry()
Miklos Szeredi
1
-0
/
+33
2016-03-21
ovl: cleanup unused var in rename2
Miklos Szeredi
1
-2
/
+0
2016-03-21
ovl: rename is_merge to is_lowest
Miklos Szeredi
1
-8
/
+8
2016-03-21
ovl: fixed coding style warning
Sohom Bhattacharjee
1
-0
/
+1
2016-03-21
ovl: Ensure upper filesystem supports d_type
Vivek Goyal
3
-0
/
+53
2016-03-21
ovl: Warn on copy up if a process has a R/O fd open to the lower file
David Howells
1
-0
/
+34
2016-03-21
ovl: honor flag MS_SILENT at mount
Konstantin Khlebnikov
1
-1
/
+2
2016-03-21
ovl: verify upper dentry before unlink and rename
Miklos Szeredi
1
-21
/
+38
2016-03-03
ovl: copy new uid/gid into overlayfs runtime inode
Konstantin Khlebnikov
1
-0
/
+2
2016-03-03
ovl: ignore lower entries when checking purity of non-directory entries
Konstantin Khlebnikov
2
-5
/
+14
2016-03-03
ovl: fix getcwd() failure after unsuccessful rmdir
Rui Wang
1
-1
/
+2
2016-03-03
ovl: fix working on distributed fs as lower layer
Konstantin Khlebnikov
1
-0
/
+1
2016-01-22
wrappers for ->i_mutex access
Al Viro
5
-27
/
+27
2016-01-21
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+1
2016-01-21
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-18
/
+100
2016-01-20
fs/overlayfs/super.c needs pagemap.h
Andrew Morton
1
-0
/
+1
2015-12-30
switch ->get_link() to delayed_call, kill ->put_link()
Al Viro
1
-42
/
+3
2015-12-11
ovl: check dentry positiveness in ovl_cleanup_whiteouts()
Konstantin Khlebnikov
1
-1
/
+2
2015-12-11
ovl: setattr: check permissions before copy-up
Miklos Szeredi
2
-0
/
+15
2015-12-09
ovl: root: copy attr
Miklos Szeredi
1
-0
/
+3
2015-12-08
replace ->follow_link() with new method that could stay in RCU mode
Al Viro
1
-4
/
+8
2015-12-06
ovl: get rid of the dead code left from broken (and disabled) optimizations
Al Viro
3
-26
/
+11
2015-12-06
ovl: fix permission checking for setattr
Miklos Szeredi
1
-4
/
+4
2015-11-10
ovl: move super block magic number to magic.h
Stephen Hemminger
1
-2
/
+0
2015-11-10
ovl: use a minimal buffer in ovl_copy_xattr
Vito Caputo
1
-14
/
+25
2015-11-10
ovl: allow zero size xattr
Miklos Szeredi
1
-1
/
+1
2015-10-31
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-3
/
+8
2015-10-12
ovl: default permissions
Miklos Szeredi
3
-0
/
+54
2015-10-12
ovl: free lower_mnt array in ovl_put_super
Konstantin Khlebnikov
1
-0
/
+1
2015-10-12
ovl: free stack of paths in ovl_fill_super
Konstantin Khlebnikov
1
-0
/
+1
[next]