o bugfix
- minor bugfix, unnecessary lockdep_on/_off()
- bugfix, replace I_LINKABLE by a new ii_tmpfile (also bit-AND vs logical-AND)
- bugfix, mode bits for security_path_mknod()
- bugfix, missing security_path_post_mknod() call
- potential bugfix, missing mnt_want_write()
o misc.
- try supporting delegated_inode as possible
- v6.19-rc1, scoped_guard() in vfsub_trunc()
- v6.19-rc1, i_state accessors
- v6.19-rc1, try supporting delegated_inode as possible
J. R. Okajima
----------------------------------------
- aufs6-linux.git#aufs6.12..aufs6.18
aufs: minor bugfix, unnecessary lockdep_on/_off()
aufs: bugfix, replace I_LINKABLE by a new ii_tmpfile (also bit-AND vs
logical-AND)
aufs: bugfix, mode bits for security_path_mknod()
aufs: bugfix, missing security_path_post_mknod() call
aufs: potential bugfix, missing mnt_want_write()
aufs: try supporting delegated_inode as possible
- aufs6-linux.git#aufs6.x-rcN
Addition to above,
aufs: v6.19-rc1, scoped_guard() in vfsub_trunc()
aufs: v6.19-rc1, i_state accessors
aufs: v6.19-rc1, try supporting delegated_inode as possible
- aufs6-standalone.git
ditto
- aufs-util.git
nothing