mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org, Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: Re: [PATCH 0/6] fs: implement tree and truncate
Date: Mon, 24 Mar 2025 09:35:48 +0100	[thread overview]
Message-ID: <174280534849.1711080.15685978528901483022.b4-ty@pengutronix.de> (raw)
In-Reply-To: <20250320052019.1726331-1-a.fatoum@pengutronix.de>


On Thu, 20 Mar 2025 06:20:13 +0100, Ahmad Fatoum wrote:
> Turn opendir inside out, so it uses directory fds internally.
> This is an important change, because it means that the inode
> iterate operation will now operate on a real struct file.
> 
> This is a prerequisite for porting 9pfs from Linux as it expects
> directories to be openend before iteration.
> 
> [...]

Applied, thanks!

[1/6] fs: use filename_create/filename_lookup instead of open-coding
      https://git.pengutronix.de/cgit/barebox/commit/?id=83ffe89840e8 (link may not be stable)
[2/6] fs: implement O_DIRECTORY
      https://git.pengutronix.de/cgit/barebox/commit/?id=a1248198fa3a (link may not be stable)
[3/6] fs: implement opendir in terms of fdopendir
      https://git.pengutronix.de/cgit/barebox/commit/?id=a1da0079d162 (link may not be stable)
[4/6] commands: implement tree command
      https://git.pengutronix.de/cgit/barebox/commit/?id=4c8584c4dda5 (link may not be stable)
[5/6] commands: add new truncate command
      https://git.pengutronix.de/cgit/barebox/commit/?id=f59a9574c22c (link may not be stable)
[6/6] Documentation: devel: add short section on file systems
      https://git.pengutronix.de/cgit/barebox/commit/?id=eeb78d24f1b1 (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>




      parent reply	other threads:[~2025-03-24  8:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-20  5:20 Ahmad Fatoum
2025-03-20  5:20 ` [PATCH 1/6] fs: use filename_create/filename_lookup instead of open-coding Ahmad Fatoum
2025-03-20  5:20 ` [PATCH 2/6] fs: implement O_DIRECTORY Ahmad Fatoum
2025-03-20  5:20 ` [PATCH 3/6] fs: implement opendir in terms of fdopendir Ahmad Fatoum
2025-03-20  5:20 ` [PATCH 4/6] commands: implement tree command Ahmad Fatoum
2025-03-20  5:20 ` [PATCH 5/6] commands: add new truncate command Ahmad Fatoum
2025-03-20  5:20 ` [PATCH 6/6] Documentation: devel: add short section on file systems Ahmad Fatoum
2025-03-24  8:35 ` Sascha Hauer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=174280534849.1711080.15685978528901483022.b4-ty@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox