diff options
author | Steve French <smfrench@austin.rr.com> | 2005-04-29 01:41:04 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-29 01:41:04 -0400 |
commit | f654bac2227adc5c6956405290eeb4f81f09e9ff (patch) | |
tree | 9391321485e530375cb5ce1fced0ece2acc02a67 /fs/cifs/CHANGES | |
parent | 1da0c78b32abe122a959d2a57ba3d41563d8e39f (diff) |
[PATCH] cifs: add support for chattr/lsattr in new CIFS POSIX extensions
Signed-off-by: Steve French (sfrench@us.ibm.com)
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 5316c8dd6bff..7fd02697b12e 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -1,7 +1,14 @@ | |||
1 | Version 1.31 | 1 | Version 1.32 |
2 | ------------ | 2 | ------------ |
3 | Fix oops in ls when Transact2 FindFirst (or FindNext) returns more than one | 3 | Fix oops in ls when Transact2 FindFirst (or FindNext) returns more than one |
4 | transact response for an SMB request and search entry split across two frames. | 4 | transact response for an SMB request and search entry split across two frames. |
5 | Add support for lsattr (getting ext2/ext3/reiserfs attr flags from the server) | ||
6 | as new protocol extensions. Do not send Get/Set calls for POSIX ACLs | ||
7 | unless server explicitly claims to support them in CIFS Unix extensions | ||
8 | POSIX ACL capability bit. | ||
9 | |||
10 | Version 1.31 | ||
11 | ------------ | ||
5 | Fix updates of DOS attributes and time fields so that files on NT4 servers | 12 | Fix updates of DOS attributes and time fields so that files on NT4 servers |
6 | do not get marked delete on close. Display sizes of cifs buffer pools in | 13 | do not get marked delete on close. Display sizes of cifs buffer pools in |
7 | cifs stats. Fix oops in unmount when cifsd thread being killed by | 14 | cifs stats. Fix oops in unmount when cifsd thread being killed by |