Message ID | 20201018232541.87913-1-damien.lemoal@wdc.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] zonefs changes for 5.10-rc1 | expand |
The pull request you sent on Mon, 19 Oct 2020 08:25:41 +0900:
> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs.git/ tags/zonefs-5.10-rc1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/922a763ae178901c2393424ba42b0aa1be22bf06
Thank you!
Linus, The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd: Linux 5.9-rc2 (2020-08-23 14:08:43 -0700) are available in the Git repository at: ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs.git/ tags/zonefs-5.10-rc1 for you to fetch changes up to 48bfd5c6fac10e10b7066bf4aeb919ed9a4e87d3: zonefs: document the explicit-open mount option (2020-09-15 18:32:58 +0900) ---------------------------------------------------------------- zonefs changes for 5.10 This pull request introduces the following changes to zonefs: * Add the "explicit-open" mount option to automatically issue a REQ_OP_ZONE_OPEN command to the device whenever a sequential zone file is open for writing for the first time. This avoids "insufficient zone resources" errors for write operations on some drives with limited zone resources or on ZNS drives with a limited number of active zones. From Johannes. Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com> ---------------------------------------------------------------- Johannes Thumshirn (4): zonefs: introduce helper for zone management zonefs: provide no-lock zonefs_io_error variant zonefs: open/close zone on file open/close zonefs: document the explicit-open mount option Documentation/filesystems/zonefs.rst | 15 +++ fs/zonefs/super.c | 221 ++++++++++++++++++++++++++++++++--- fs/zonefs/zonefs.h | 10 ++ 3 files changed, 233 insertions(+), 13 deletions(-)