All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] mkfs.ubifs: cleanups + extended attribute support
@ 2015-11-12  9:31 Marc Kleine-Budde
  2015-11-12  9:31 ` [PATCH v2 1/5] mkfs.ubifs: change add_directory argument to 'existing' Marc Kleine-Budde
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Marc Kleine-Budde @ 2015-11-12  9:31 UTC (permalink / raw)
  To: linux-mtd; +Cc: kernel

Hello,

this series applies to current git master. The first 3 patches are cleanup
patches, in the 4th adds extended attributes support. Patch 5 adds a option to
write the used inode number to an extended attribute, so that other offline
tools like IMA, that process the inode number can work. See description of
patch 5 for a detailed explanation.

regards,
Marc

changes since v1:
- add Daniel Walter's reviewed by to patches 1-3
- add option to build without xattr support - patches 4,5 (as Daniel suggested)
- switch from dynamically allocated attr value buffer to fixed size array on stack,
  as inode numbers where not stable between mkfs.ubifs invocations - patch 4

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

end of thread, other threads:[~2015-11-12 18:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-12  9:31 [PATCH v2 0/5] mkfs.ubifs: cleanups + extended attribute support Marc Kleine-Budde
2015-11-12  9:31 ` [PATCH v2 1/5] mkfs.ubifs: change add_directory argument to 'existing' Marc Kleine-Budde
2015-11-12  9:31 ` [PATCH v2 2/5] mkfs.ubifs: use xmalloc/xzalloc for allocating memory Marc Kleine-Budde
2015-11-12  9:31 ` [PATCH v2 3/5] mkfs.ubifs: simplify make_path with xasprintf Marc Kleine-Budde
2015-11-12  9:31 ` [PATCH v2 4/5] mkfs.ubifs: Add extended attribute support Marc Kleine-Budde
2015-11-12  9:31 ` [PATCH v2 5/5] mkfs.ubifs: Optionally create extended attribute with inode number Marc Kleine-Budde
2015-11-12  9:53 ` [PATCH v2 0/5] mkfs.ubifs: cleanups + extended attribute support Richard Weinberger
2015-11-12  9:56   ` Marc Kleine-Budde
2015-11-12 18:40     ` Brian Norris

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.