]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'zonefs-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 23 May 2022 21:36:45 +0000 (14:36 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 23 May 2022 21:36:45 +0000 (14:36 -0700)
commit87bc273bfe6da78c1a5c6157c37701a057b58ff2
treec72bafae58043b4c7b84e4ae67718f99a7cab6aa
parentcf2450a859c8771b43e49e7d384d4cbfba1da34d
parentcee795692ad2e1d49cf5309d2abeb8ee73b7f7e9
Merge tag 'zonefs-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs

Pull zonefs updates from Damien Le Moal:
 "This improves zonefs open sequential file accounting and adds
  accounting for active sequential files to allow the user to handle the
  maximum number of active zones of an NVMe ZNS drive.

  sysfs attributes for both open and active sequential files are also
  added to facilitate access to this information from applications
  without resorting to inspecting the block device limits"

* tag 'zonefs-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs:
  documentation: zonefs: Document sysfs attributes
  documentation: zonefs: Cleanup the mount options section
  zonefs: Add active seq file accounting
  zonefs: Export open zone resource information through sysfs
  zonefs: Always do seq file write open accounting
  zonefs: Rename super block information fields
  zonefs: Fix management of open zones
  zonefs: Clear inode information flags on inode creation
fs/zonefs/super.c