Message ID | 20210221224626.392359-1-damien.lemoal@wdc.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] zonefs changes for 5.12-rc1 | expand |
The pull request you sent on Mon, 22 Feb 2021 07:46:26 +0900:
> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs.git/ tags/zonefs-5.12-rc1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0f3d950ddd62f470d659849b5e3bbe27545aea6a
Thank you!
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@gitolite.kernel.org/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@wdc.com> ---------------------------------------------------------------- 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