[PATCH 00/14] Support for cd/mkdir/unlink/rmdir/get_handle and static library

Zach Brown zab at zabbo.net
Fri Feb 28 14:27:54 PST 2025


On Thu, Feb 27, 2025 at 03:16:09PM +0100, Valerie Aurora wrote:
> These patches implement cd, mkdir, unlink, rmdir, and open by handle
> in debugfs. They also implement dtype and building a static library
> for use by external binaries and include a few small bug fixes.
> 
> This patch set contains some hints about rename() support, such as the
> NGNFS_DIR_WILL_MOVE flag check in remove_dirent_wr(), but my current
> version of rename() has an elusive bug so I figured I would send
> these for feedback while I work on it.

Nice, this is all great progress.  I think we'll want to move around
where some of the work is done to make things simpler.

>   Fix free/alloc reversal of btree block merge condition
>   Fix size calculation of ngnfs_dirent in init_dirent_args()
>   Add dependency for generated trace inline header files
>   Build static library

These first four are great and I'll land them.  The we'll want to fix
up and can get in the next go-around.

- z 



More information about the ngnfs-devel mailing list