Staging: Pohmelfs: Added IO permissions and priorities.

Previous thread: Staging: sxg: Fix leaks and checksum errors in transmit code path by Linux Kernel Mailing List on Friday, April 17, 2009 - 3:03 pm. (1 message)

Next thread: Staging: sxg: Fix sleep in atomic context warning while loading driver by Linux Kernel Mailing List on Friday, April 17, 2009 - 3:03 pm. (1 message)
From: Linux Kernel Mailing List
Date: Friday, April 17, 2009 - 3:03 pm

Gitweb:     http://git.kernel.org/linus/e0ca87391694dfacd01465d5c01c579c3b8b63e0
Commit:     e0ca87391694dfacd01465d5c01c579c3b8b63e0
Parent:     f2739de19176009b14475207d5418cd79e7f0ba3
Author:     Evgeniy Polyakov <zbr@ioremap.net>
AuthorDate: Fri Mar 27 15:04:29 2009 +0300
Committer:  Greg Kroah-Hartman <gregkh@suse.de>
CommitDate: Fri Apr 17 11:06:30 2009 -0700

    Staging: Pohmelfs: Added IO permissions and priorities.
    
    Signed-off-by: Evgeniy Polyakov <zbr@ioremap.net>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
 .../filesystems/pohmelfs/design_notes.txt          |    5 +-
 Documentation/filesystems/pohmelfs/info.txt        |   21 ++++++-
 drivers/staging/pohmelfs/config.c                  |   61 ++++++++++++++++++--
 drivers/staging/pohmelfs/netfs.h                   |    1 +
 drivers/staging/pohmelfs/trans.c                   |   30 +++-------
 5 files changed, 86 insertions(+), 32 deletions(-)

diff --git a/Documentation/filesystems/pohmelfs/design_notes.txt b/Documentation/filesystems/pohmelfs/design_notes.txt
index 6d6db60..dcf8335 100644
--- a/Documentation/filesystems/pohmelfs/design_notes.txt
+++ b/Documentation/filesystems/pohmelfs/design_notes.txt
@@ -56,9 +56,10 @@ workloads and can fully utilize the bandwidth to the servers when doing bulk
 data transfers.
 
 POHMELFS clients operate with a working set of servers and are capable of balancing read-only
-operations (like lookups or directory listings) between them.
+operations (like lookups or directory listings) between them according to IO priorities.
 Administrators can add or remove servers from the set at run-time via special commands (described
-in Documentation/pohmelfs/info.txt file). Writes are replicated to all servers.
+in Documentation/pohmelfs/info.txt file). Writes are replicated to all servers, which are connected
+with write permission turned on. IO priority and permissions can be changed in run-time.
 
 POHMELFS is capable of full data channel encryption and/or strong ...
Previous thread: Staging: sxg: Fix leaks and checksum errors in transmit code path by Linux Kernel Mailing List on Friday, April 17, 2009 - 3:03 pm. (1 message)

Next thread: Staging: sxg: Fix sleep in atomic context warning while loading driver by Linux Kernel Mailing List on Friday, April 17, 2009 - 3:03 pm. (1 message)