aufs5 GIT release (v5.17)

2022-03-27 Thread J. R. Okajima
o news
- linux-v5.17 is released and aufs5.17 follows it.

J. R. Okajima


- aufs5-linux.git
  nothing new except aufs5.17 branch

- aufs5-standalone.git
  ditto

- aufs-util.git
  nothing



aufs5 GIT release (v5.17-rc7)

2022-03-13 Thread J. R. Okajima
o bugfix
- umount passes NULL to ->parse_monolithic(), reported by PB.


J. R. Okajima


- aufs5-linux.git
  aufs: bugfix, umount passes NULL to ->parse_monolithic()

- aufs5-standalone.git
  Addition to above,
  aufs stdalone: cosmetic, missing copyright sentence

- aufs-util.git
  Nothing



aufs5 GIT release (v5.17-rc4)

2022-02-20 Thread J. R. Okajima
o news
- support new systelcalls fsopen/fsconfig/fsmount by implementeing
  fs_context.

J. R. Okajima



- aufs5-linux.git
  aufs: pre fs_context, convert the type of alloc_sbinfo()
  aufs: pre fs_context, support the incomplete sb and sbinfo case
  aufs: pre fs_context, convert a static flag to a macro
  aufs: fs_context 1/7, skelton of the new shceme
  aufs: fs_context 2/7, parse "br" mount option
  aufs: fs_context 3/7, parse the branch-management options
  aufs: fs_context 4/7, parse xino options
  aufs: fs_context 5/7, parse all other mount options
  aufs: fs_context 6/7, now mount
  aufs: fs_context 7/7, finally remount
  aufs: tiny, headers after fs_context

- aufs5-standalone.git
  ditto

- aufs-util.git
  nothing