index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-12
fix a braino in ovl_d_select_inode()
Al Viro
1
-0
/
+3
2015-07-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-15
/
+9
2015-07-02
Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-51
/
+139
2015-06-22
Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-17
/
+18
2015-06-22
ovl: lookup whiteouts outside iterate_dir()
Miklos Szeredi
1
-28
/
+49
2015-06-22
ovl: allow distributed fs as lower layer
Miklos Szeredi
1
-25
/
+88
2015-06-22
ovl: don't traverse automount points
Miklos Szeredi
1
-2
/
+6
2015-06-19
overlayfs: Make f_path always point to the overlay and f_inode to the underlay
David Howells
3
-8
/
+8
2015-06-19
overlay: Call ovl_drop_write() earlier in ovl_dentry_open()
David Howells
1
-10
/
+4
2015-05-19
ovl: mount read-only if workdir can't be created
Miklos Szeredi
3
-5
/
+17
2015-05-14
ovl: don't remove non-empty opaque directory
Miklos Szeredi
1
-5
/
+19
2015-05-11
switch ->put_link() from dentry to inode
Al Viro
1
-2
/
+2
2015-05-11
don't pass nameidata to ->follow_link()
Al Viro
1
-2
/
+2
2015-05-11
new ->follow_link() and ->put_link() calling conventions
Al Viro
1
-8
/
+10
2015-05-11
ovl: rearrange ovl_follow_link to it doesn't need to call ->put_link
NeilBrown
1
-13
/
+12
2015-03-18
ovl: upper fs should not be R/O
hujianyang
1
-5
/
+19
2015-03-18
ovl: check lowerdir amount for non-upper mount
hujianyang
1
-1
/
+7
2015-03-18
ovl: print error message for invalid mount options
hujianyang
1
-0
/
+1
2015-02-22
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
David Howells
1
-3
/
+3
2015-02-20
Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Al Viro
6
-319
/
+489
2015-01-09
ovl: discard independent cursor in readdir()
hujianyang
1
-24
/
+14
2015-01-08
ovl: Prevent rw remount when it should be ro mount
Seunghun Lee
1
-0
/
+12
2015-01-08
ovl: Fix opaque regression in ovl_lookup
hujianyang
1
-10
/
+13
2015-01-08
ovl: Fix kernel panic while mounting overlayfs
hujianyang
1
-0
/
+3
2014-12-13
ovl: Use macros to present ovl_xattr
hujianyang
4
-7
/
+7
2014-12-13
ovl: Cleanup redundant blank lines
hujianyang
3
-3
/
+0
2014-12-13
ovl: support multiple lower layers
Miklos Szeredi
1
-27
/
+83
2014-12-13
ovl: make upperdir optional
Miklos Szeredi
1
-36
/
+47
2014-12-13
ovl: improve mount helpers
Miklos Szeredi
1
-52
/
+73
2014-12-13
ovl: mount: change order of initialization
Miklos Szeredi
1
-38
/
+32
2014-12-13
ovl: allow statfs if no upper layer
Miklos Szeredi
1
-2
/
+2
2014-12-13
ovl: lookup ENAMETOOLONG on lower means ENOENT
Miklos Szeredi
1
-1
/
+7
2014-12-13
ovl: check whiteout on lowest layer as well
Miklos Szeredi
2
-56
/
+50
2014-12-13
ovl: multi-layer lookup
Miklos Szeredi
1
-49
/
+94
2014-12-13
ovl: multi-layer readdir
Miklos Szeredi
2
-22
/
+24
2014-12-13
ovl: helper to iterate layers
Miklos Szeredi
2
-0
/
+22
2014-12-13
ovl: add mutli-layer infrastructure
Miklos Szeredi
1
-34
/
+64
2014-12-13
ovl: dont replace opaque dir
Miklos Szeredi
1
-1
/
+1
2014-12-13
ovl: make path-type a bitmap
Miklos Szeredi
6
-36
/
+41
2014-12-13
ovl: check whiteout while reading directory
Miklos Szeredi
1
-49
/
+28
2014-12-09
Merge branch 'iov_iter' into for-next
Al Viro
6
-60
/
+106
2014-11-20
ovl: ovl_dir_fsync() cleanup
Miklos Szeredi
1
-2
/
+2
2014-11-20
ovl: pass dentry into ovl_dir_read_merged()
Miklos Szeredi
1
-21
/
+14
2014-11-20
ovl: use lockless_dereference() for upperdentry
Miklos Szeredi
1
-6
/
+1
2014-11-20
ovl: allow filenames with comma
Miklos Szeredi
1
-3
/
+45
2014-11-20
ovl: fix race in private xattr checks
Miklos Szeredi
1
-9
/
+18
2014-11-20
ovl: fix remove/copy-up race
Miklos Szeredi
1
-12
/
+19
2014-11-20
ovl: rename filesystem type to "overlay"
Miklos Szeredi
3
-6
/
+6
2014-11-05
ovl: don't poison cursor
Miklos Szeredi
1
-1
/
+1
2014-11-01
vfs: make first argument of dir_context.actor typed
Miklos Szeredi
1
-3
/
+5
[next]