metadata

  1. L

    ZFS does zfs send file system metadata flags as part of bio structure to disk drivers

    I want to know if FreeBSD / ZFS or UFS send a flag to lower level drivers regarding File System metadata in fashion similar to Linux where the ext3/4, jfs and other file systems use the REQ_RW_META and BIO_RW_META flags in struct request and struct bio structures respectively to tell lower...
  2. T

    organizing files

    Hi, the common way of organizing files is sorting them in file trees. Sorting files in proper folders helps finding files later. To me it seems that if the amount of files increases the effort of sorting and finding them in folders increases rapidly. The common way to solve this problem is to...
Back
Top