Commit 70fcdf50 authored by Pavel Shilovsky's avatar Pavel Shilovsky Committed by piastry

Update README.ETER, CHANGES and .gear/rules

parent 2824d587
......@@ -12,4 +12,5 @@ tar.bz2: sources/2.6.28 name=kernel-source-etercifs-2.6.28-1.55
tar.bz2: sources/2.6.29 name=kernel-source-etercifs-2.6.29-1.57
tar.bz2: sources/2.6.30 name=kernel-source-etercifs-2.6.30-1.58
tar.bz2: sources/2.6.31 name=kernel-source-etercifs-2.6.31-1.60
tar.bz2: sources/2.6.32 name=kernel-source-etercifs-2.6.32-1.61
tar.bz2: etercifs
Version 1.61
------------
Fix append problem to Samba servers (files opened with O_APPEND could
have duplicated data). Fix oops in cifs_lookup. Workaround problem
mounting to OS/400 Netserve. Fix oops in cifs_get_tcp_session.
Disable use of server inode numbers when server only
partially supports them (e.g. for one server querying inode numbers on
FindFirst fails but QPathInfo queries works).
Version 1.60
-------------
Fix memory leak in reconnect. Fix oops in DFS mount error path.
Set s_maxbytes to smaller (the max that vfs can handle) so that
sendfile will now work over cifs mounts again. Add noforcegid
and noforceuid mount parameters.
and noforceuid mount parameters. Fix small mem leak when using
ntlmv2. Fix 2nd mount to same server but with different port to
be allowed (rather than reusing the 1st port) - only when the
user explicitly overrides the port on the 2nd mount.
Version 1.59
------------
......
......@@ -23,5 +23,5 @@ http://git.etersoft.ru/projects/etercifs.git/
ftp://updates.etersoft.ru/pub/Etersoft/CIFS@Etersoft/
Файлы AUTHORS, CHANGES, README, TODO взяты из исходников модуля
для ядра 2.6.31. Для остальных ядер подобные файлы нужно искать
для ядра 2.6.32. Для остальных ядер подобные файлы нужно искать
в соответствующих архивах в папке /usr/share/etercifs/sources.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment