lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 17 Jul 2012 22:40:21 -0300 (BRT)
From:	Paulo Alcantara <pcacjr@...or.com>
To:	hch@...radead.org
Cc:	baozich@...il.com, bpm@....com, linux-kernel@...r.kernel.org,
	xfs@....sgi.com
Subject: Re: [PATCH] xfs: fix comment typo of struct xfs_da_blkinfo.

From: Christoph Hellwig <hch@...radead.org>
Date: Tue, 17 Jul 2012 03:06:43 -0400

> Btw, if you need more reviers for the syslinus support feel free to pass
> it by me (or the list).

This is the branch I'm maintaing for the XFS readonly driver:

git://zytor.com/users/pcacjr/syslinux.git (branch: xfs)

The current status is:

    - We are able to find the root inode by reading rootino field from
      superblock (xfs_iget_root() function).
    - We are able to find inodes that have core's format set to "local" only at
      the moment, which is by reading leaf entries from inode btrees. The
      function that looks up for an inode is the xfs_iget() one. We're looking
      forward to implement the handling of keys in inode btrees (extents) also.

Baoszi is currently working on the inode btree's key part (extents), and I'm
working on the data part of the file inode, which is the xfs_next_extent()
function.

The xfs_next_extent() function must be able to read the inode (cast to the data
fork) and populate a structure that stores physical starting number sector and
number of consecutive sectors that contain the inode's data so that Syslinux
will know where to read from.

Thanks for the interest in helping us!


		Paulo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ