summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] cifs: improve check for search entry going beyond end of SMB transactSteve French2005-04-294-68/+102
* [PATCH] cifs: Fix caching problemSteve French2005-04-295-25/+83
* [PATCH] cifs: remove cifs_kcalloc and check for NULL return on kcalloc in ses...Steve French2005-04-292-59/+80
* [PATCH] cifs: Missing initialization for largeBuf flag left out of previous c...Steve French2005-04-293-2/+27
* [PATCH] cifs: Do not use large smb buffers in response pathSteve French2005-04-293-33/+65
* [PATCH] cifs: cleanup of ifdefs usage so it is more consistentSteve French2005-04-293-21/+25
* [PATCH] cifs: CIFS ioctl needed by umount.cifs utilitySteve French2005-04-293-9/+28
* [PATCH] cifs: Do not interpret oplock break responses as responses to an unre...Steve French2005-04-295-6/+16
* [PATCH] cifs: Fix PPC64 compile errorSteve French2005-04-291-8/+8
* [PATCH] cifs: character mapping of special characters (part 3 of 3)Steve French2005-04-2914-332/+337
* [PATCH] cifs: finish up of special character mapping capable unicode conversi...Steve French2005-04-293-11/+83
* [PATCH] cifs: remove a few redundant null pointer checks, and cleanup misc so...Steve French2005-04-292-128/+182
* [PATCH] cifs: Add new mount parm mapcharsSteve French2005-04-298-12/+116
* [PATCH] cifs: fix rare oops in cifs_closeSteve French2005-04-292-1/+4
* [PATCH] cifs: Fix multiuser packet signing to use the right sequence number a...Steve French2005-04-296-32/+50
* [PATCH] cifs: Enable ioctl support in POSIX extensions to handle lsattrSteve French2005-04-295-11/+15
* [PATCH] cifs: Gracefully turn off serverino (when serverino is enabled on mount)Steve French2005-04-292-1/+7
* [PATCH] cifs: add support for chattr/lsattr in new CIFS POSIX extensionsSteve French2005-04-296-14/+212
* [PATCH] cifs: Only send POSIX ACL calls to server if server claims to support...Steve French2005-04-291-8/+12
* Linux-2.6.12-rc2Linus Torvalds2005-04-1742-0/+24587