X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=fs%2Fcifs%2FCHANGES;h=943ef9b82244ef9b71a3211e24bb1a1899f51409;hb=433fbe4c8837e3cc2ba6a6374edf28737d01a2e9;hp=6bded10c0d507c01ece3e758d162882398beafd7;hpb=49bd96c2caa3f02a9273d31b96e75b7574af8c06;p=linux-2.6-omap-h63xx.git diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 6bded10c0d5..943ef9b8224 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES @@ -1,10 +1,12 @@ Version 1.39 ------------ -Defer close of a file handle slightly if pending writes depend on that file handle +Defer close of a file handle slightly if pending writes depend on that handle (this reduces the EBADF bad file handle errors that can be logged under heavy stress on writes). Modify cifs Kconfig options to expose CONFIG_CIFS_STATS2 -Fix SFU style symlinks and mknod needed for servers which do not support the CIFS -Unix Extensions. Fix setfacl/getfacl on bigendian. +Fix SFU style symlinks and mknod needed for servers which do not support the +CIFS Unix Extensions. Fix setfacl/getfacl on bigendian. Timeout negative +dentries so files that the client sees as deleted but that later get created +on the server will be recognized. Add client side permission check on setattr. Version 1.38 ------------