All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] fs/adfs: miscellaneous updates
@ 2019-06-04 13:47 Russell King - ARM Linux admin
  0 siblings, 0 replies; only message in thread
From: Russell King - ARM Linux admin @ 2019-06-04 13:47 UTC (permalink / raw)
  To: Al Viro; +Cc: linux-fsdevel

Hi Al,

The following patch series brings some updates to ADFS:

- Ensure that there is no padding in the on-disc record structure and
  pack it to ensure correct layout.
- Add helper to retrieve the disc record structure from the first sector
  of the disc map.
- Add helper to get the filesystem size.
- Directly use format_version from the disc record structure rather than
  storing it in our superblock structure.
- Clean up kernel message printing, use %pV to avoid temporary buffers,
  printing fragment ids with six hex digits.
- Ensure superblock flags are always set correctly, even on remounts,
  specifically the noatime and read-only flags.
- Only update superblock flags on remount if we are returning success.
- Fix a potential use-after-free bug while parsing the filesystem
  block size.
- Limit idlen (length of a fragment identifier in the map) according to
  the directory type - only big directories support idlen > 16.
- Add and use some helpers to deal with time stamps and file types.

 fs/adfs/adfs.h               |  70 ++++++++++++++++---------
 fs/adfs/dir.c                |  25 ++++-----
 fs/adfs/dir_f.c              |  38 ++++++--------
 fs/adfs/dir_fplus.c          |  21 ++++----
 fs/adfs/inode.c              |  12 ++---
 fs/adfs/map.c                |  15 ++----
 fs/adfs/super.c              | 121 +++++++++++++++++++++++++------------------
 include/uapi/linux/adfs_fs.h |   6 +--
 8 files changed, 164 insertions(+), 144 deletions(-)

-- 
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line in suburbia: sync at 12.1Mbps down 622kbps up
According to speedtest.net: 11.9Mbps down 500kbps up

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-06-04 13:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-04 13:47 [PATCH 00/12] fs/adfs: miscellaneous updates Russell King - ARM Linux admin

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.