Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etercifs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etercifs
Commits
12b25d5c
Commit
12b25d5c
authored
Jan 20, 2012
by
Pavel Shilovsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README and .gear/rules
parent
9446dfee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
rules
.gear/rules
+1
-0
README
etercifs/README
+15
-1
No files found.
.gear/rules
View file @
12b25d5c
...
...
@@ -26,4 +26,5 @@ tar.bz2: sources/2.6.38 name=kernel-source-etercifs-2.6.38-1.71
tar.bz2: sources/2.6.39 name=kernel-source-etercifs-2.6.39-1.71
tar.bz2: sources/3.0 name=kernel-source-etercifs-3.0-1.74
tar.bz2: sources/3.1 name=kernel-source-etercifs-3.1-1.75
tar.bz2: sources/3.2 name=kernel-source-etercifs-3.2-1.76
tar.bz2: etercifs
etercifs/README
View file @
12b25d5c
...
...
@@ -460,7 +460,7 @@ A partial list of the supported mount options follows:
rwpidforward Forward pid of a process who opened a file to any read or write
operation on that file. This prevent applications like WINE
from failing on read and write if we use mandatory brlock style.
wine Switch on
pidforwardio+
strictcache+forcemand.
wine Switch on strictcache+forcemand.
acl Allow setfacl and getfacl to manage posix ACLs if server
supports them. (default)
noacl Do not allow setfacl and getfacl calls on this mount
...
...
@@ -746,4 +746,18 @@ installed and something like the following lines should be added to the
create cifs.spnego * * /usr/local/sbin/cifs.upcall %k
create dns_resolver * * /usr/local/sbin/cifs.upcall %k
CIFS kernel module parameters
=============================
These module parameters can be specified or modified either during the time of
module loading or during the runtime by using the interface
/proc/module/cifs/parameters/<param>
i.e. echo "value" > /sys/module/cifs/parameters/<param>
1. echo_retries - The number of echo attempts before giving up and
reconnecting to the server. The default is 5. The value 0
means never reconnect.
2. enable_oplocks - Enable or disable oplocks. Oplocks are enabled by default.
[Y/y/1]. To disable use any of [N/n/0].
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment