1. 14 10月, 2010 15 次提交
  2. 26 9月, 2010 1 次提交
  3. 25 9月, 2010 2 次提交
  4. 22 9月, 2010 1 次提交
  5. 10 9月, 2010 13 次提交
  6. 23 8月, 2010 1 次提交
    • M
      loop: add some basic read-only sysfs attributes · ee862730
      Milan Broz 提交于
      Create /sys/block/loopX/loop directory and provide these attributes:
       - backing_file
       - autoclear
       - offset
       - sizelimit
      
      This loop directory is present only if loop device is configured.
      
      To be used in util-linux-ng (and possibly elsewhere like udev rules)
      where code need to get loop attributes from kernel (and not store
      duplicate info in userspace).
      
      Moreover loop ioctls are not even able to provide full backing
      file info because of buffer limits.
      Signed-off-by: NMilan Broz <mbroz@redhat.com>
      Signed-off-by: NJens Axboe <jaxboe@fusionio.com>
      ee862730
  7. 22 8月, 2010 7 次提交