All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 3/5] fs: fat: allocate a new cluster for root directory of fat32
Date: Wed, 29 May 2019 13:18:25 -0400	[thread overview]
Message-ID: <20190529171825.GL20781@bill-the-cat> (raw)
In-Reply-To: <20190524051039.32460-4-takahiro.akashi@linaro.org>

On Fri, May 24, 2019 at 02:10:37PM +0900, AKASHI Takahiro wrote:

> Contrary to fat12/16, fat32 can have root directory at any location
> and its size can be expanded.
> Without this patch, root directory won't grow properly and so we will
> eventually fail to add files under root directory. Please note that this
> can happen even if you delete many files as deleted directory entries
> are not reclaimed but just marked as "deleted" under the current
> implementation.
> 
> Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
> Tested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190529/2308c86d/attachment.sig>

  reply	other threads:[~2019-05-29 17:18 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-24  5:10 [U-Boot] [PATCH v2 0/5] fs: fat: fixes for write under root directory AKASHI Takahiro
2019-05-24  5:10 ` [U-Boot] [PATCH v2 1/5] fs: fat: write to non-cluster-aligned " AKASHI Takahiro
2019-05-29 17:18   ` Tom Rini
2019-05-24  5:10 ` [U-Boot] [PATCH v2 2/5] fs: fat: flush a directory cluster properly AKASHI Takahiro
2019-05-29 17:18   ` Tom Rini
2019-05-24  5:10 ` [U-Boot] [PATCH v2 3/5] fs: fat: allocate a new cluster for root directory of fat32 AKASHI Takahiro
2019-05-29 17:18   ` Tom Rini [this message]
2019-05-24  5:10 ` [U-Boot] [PATCH v2 4/5] test/py: test_fs: add tests for creating/deleting many files AKASHI Takahiro
2019-05-28 16:46   ` Heinrich Schuchardt
2019-05-28 17:03     ` Tom Rini
2019-05-24  5:10 ` [U-Boot] [PATCH v2 5/5] test/py: clarify a package dependency for test_fs AKASHI Takahiro
2019-05-28 17:01   ` Heinrich Schuchardt
2019-05-28 17:18   ` Heinrich Schuchardt
2019-05-28 17:26     ` Tom Rini

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=20190529171825.GL20781@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.