vfs.fs.get
agent items are now capable of reporting file systems with the inode count equal to zero, which can be the case for file systems with dynamic inodes (e.g. btrfs).
Additionally vfs.fs.inode
items now will not become unsupported in such cases with mode set to 'pfree' or 'pused'. Instead the pfree/pused values for such file systems will be reported as "100" and "0" respectively.
API database queries, used when searching through names in hosts and items tables, have been optimized and will now be processed more efficiently.