Linus, The following changes since commit 6ee1d745b7c9fd573fba142a2efdad76a9f1cb04: Linux 5.11-rc5 (2021-01-24 16:47:14 -0800) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/dlemoal/zonefs.git/ tags/zonefs-5.12-rc1 for you to fetch changes up to 059c01039c0185dbee7ed080f1f2bd22cb1e4dab: zonefs: Fix file size of zones in full condition (2021-02-18 08:36:40 +0900) ---------------------------------------------------------------- zonefs changes for 5.12-rc1 Two patches in this pull request: * A fix that did not make it in time for 5.11, to correct the file size initialization of full sequential zone, from Shin'ichiro * Add file operation tracepoints to help with debugging, from Johannes Signed-off-by: Damien Le Moal <damien.lemoal@xxxxxxx> ---------------------------------------------------------------- Johannes Thumshirn (1): zonefs: add tracepoints for file operations Shin'ichiro Kawasaki (1): zonefs: Fix file size of zones in full condition fs/zonefs/Makefile | 2 ++ fs/zonefs/super.c | 10 ++++++ fs/zonefs/trace.h | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 116 insertions(+) create mode 100644 fs/zonefs/trace.h