All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] efi_loader: provide file attributes in directory
@ 2021-06-12  5:48 Heinrich Schuchardt
  2021-06-12  5:48 ` [PATCH 1/2] fs: fat: add file attributes to struct fs_dirent Heinrich Schuchardt
  2021-06-12  5:48 ` [PATCH 2/2] efi_loader: provide file attributes in EFI_FILE_PROTOCOL.Read() Heinrich Schuchardt
  0 siblings, 2 replies; 3+ messages in thread
From: Heinrich Schuchardt @ 2021-06-12  5:48 UTC (permalink / raw)
  To: Alexander Graf
  Cc: Simon Glass, Jason Wessel, Christian Gmeiner, Masami Hiramatsu,
	Vincent Stehlé,
	u-boot, Heinrich Schuchardt

When executing EFI_FILE_PROTOCOL.Read() for a directory entry provide the
FAT file attributes and file creation, modification, and access date.

The effect can be seen in the UEFI shell when executing the dir command.

Heinrich Schuchardt (2):
  fs: fat: add file attributes to struct fs_dirent
  efi_loader: provide file attributes in EFI_FILE_PROTOCOL.Read()

 fs/fat/fat.c              | 32 +++++++++++++++++++++++++++++++-
 include/fs.h              | 22 ++++++++++++++++++----
 lib/efi_loader/efi_file.c | 15 +++++++++++++++
 3 files changed, 64 insertions(+), 5 deletions(-)

--
2.30.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-12  5:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-12  5:48 [PATCH 0/2] efi_loader: provide file attributes in directory Heinrich Schuchardt
2021-06-12  5:48 ` [PATCH 1/2] fs: fat: add file attributes to struct fs_dirent Heinrich Schuchardt
2021-06-12  5:48 ` [PATCH 2/2] efi_loader: provide file attributes in EFI_FILE_PROTOCOL.Read() Heinrich Schuchardt

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.