All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/7] Add support for ext4 with enabled 64bit feature
@ 2016-09-17  0:10 Stefan Brüns
  0 siblings, 0 replies; only message in thread
From: Stefan Brüns @ 2016-09-17  0:10 UTC (permalink / raw)
  To: u-boot

The EXT4_FEATURE_INCOMPAT_64BIT changes the on disk layout. Use the
correct structure sizes/offsets and respect split high/low free
inode/block counts.

Stefan Br?ns (7):
  ext4: Update ext2/3/4 superblock, group descriptor and inode
    structures
  ext4: determine group descriptor size for 64bit feature
  ext4: Add helper functions for block group descriptor field access
  ext4: Use correct descriptor size when reading the block group
    descriptor
  ext4: Use helper function to access group descriptor and its fields
  ext4: Respect group descriptor size when adjusting free counts
  ext4: Revert rejection of 64bit enabled ext4 fs

 fs/ext4/ext4_common.c | 283 +++++++++++++++++++++++++++++++++++---------------
 fs/ext4/ext4_common.h |  12 +++
 fs/ext4/ext4_write.c  | 189 +++++++++++++++++++--------------
 include/ext4fs.h      |   3 +-
 include/ext_common.h  |  50 ++++++++-
 5 files changed, 368 insertions(+), 169 deletions(-)

-- 
2.10.0

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

only message in thread, other threads:[~2016-09-17  0:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-17  0:10 [U-Boot] [PATCH 0/7] Add support for ext4 with enabled 64bit feature Stefan Brüns

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.