Re: [2/3] POHMELFS: Documentation.
- From: Pavel Machek <pavel@xxxxxxx>
- Date: Sat, 12 Jul 2008 09:01:51 +0200
Hi!
+ * Completely async processing of all events (hard, symlinks and rename are the
+ only exceptions) including object creation and data reading and writing.
Hmm... this is little funny.
Async processing of most events (only exceptions are ...) ?
+POHMELFS network protocol.
+
+Basic structure used in network communication is following command:
+
+struct netfs_cmd
+{
+ __u16 cmd; /* Command number */
+ __u16 csize; /* Attached crypto information size */
+ __u16 cpad; /* Attached padding size */
+ __u16 ext; /* External flags */
+ __u32 size; /* Size of the attached data */
+ __u32 trans; /* Transaction id */
+ __u64 id; /* Object ID to operate on. Used for feedback.*/
+ __u64 start; /* Start of the object. */
+ __u64 iv; /* IV sequence */
+ __u8 data[0];
+};
Which endianity?
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [2/3] POHMELFS: Documentation.
- From: Evgeniy Polyakov
- Re: [2/3] POHMELFS: Documentation.
- References:
- [0/3] POHMELFS high performance network filesystem. First steps in parallel processing.
- From: Evgeniy Polyakov
- [2/3] POHMELFS: Documentation.
- From: Evgeniy Polyakov
- [0/3] POHMELFS high performance network filesystem. First steps in parallel processing.
- Prev by Date: Re: block devices in userland
- Next by Date: Re: [PATCH] [9/9] MCE: Use 64bit machine check code on 32bit
- Previous by thread: [2/3] POHMELFS: Documentation.
- Next by thread: Re: [2/3] POHMELFS: Documentation.
- Index(es):