summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* [CIFS] Set correct lock type on new posix unlock callSteve French2006-03-031-1/+1
* [CIFS] Upate cifs change logSteve French2006-03-031-0/+5
* [CIFS] Fix slow oplock break response when mounts to differentSteve French2006-03-033-4/+4
* [CIFS] Workaround various server bugs found in testing at connectathonSteve French2006-03-035-5/+14
* [CIFS] Allow fallback for setting file size to Procom SMB server whenSteve French2006-03-021-1/+1
* [CIFS] Make POSIX CIFS Extensions SetFSInfo match exactly what we wantSteve French2006-03-024-18/+42
* [CIFS] Move noisy debug message (triggerred by some older servers) fromSteve French2006-03-021-5/+8
* [CIFS] Use correct pid on new cifs posix byte range lock callSteve French2006-03-011-0/+2
* [CIFS] Add posix (advisory) byte range locking support to cifs clientSteve French2006-02-285-22/+137
* [CIFS] CIFS readdir perf optimizations part 1Steve French2006-02-283-11/+27
* [CIFS] Free small buffers earlier so we exceed the cifsSteve French2006-02-263-13/+18
* [CIFS] Fix large (ie over 64K for MaxCIFSBufSize) buffer case for wrappingSteve French2006-02-243-13/+24
* Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-02-222-7/+8
|\
| * [PATCH] CIFS: CIFSSMBRead was returning an invalid pointer in buf on socket e...Steve French2006-02-222-7/+8
* | [CIFS] Convert remaining places in fs/cifs fromEric Sesterhenn2006-02-214-13/+5
* | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-02-151-6/+8
|\|
| * [PATCH] CIFS: fix cifs_user_read oops when null SMB response on forcedirectio...Steve French2006-02-141-6/+8
* | [CIFS] SessionSetup cleanup part 2Steve French2006-02-147-13/+161
* | [CIFS] fix compile error (typo) and warning in cifssmb.cSteve French2006-02-101-1/+2
* | [CIFS] Cleanup NTLMSSP session setup handlingSteve French2006-02-097-33/+53
|/
* [CIFS] Remove compiler warningSteve French2006-01-271-1/+2
* Signed-off-by: Steve French <sfrench@us.ibm.com>Steve French2006-01-271-1/+7
* [CIFS] Make cifs default wsize match what we actually want to send (52KSteve French2006-01-241-1/+9
* [CIFS] Do not zero non-existent iovec in SendReceive response processing.Steve French2006-01-231-1/+0
* [CIFS] Fix oops in cifs_readpages caused by not checking buf_type in anSteve French2006-01-181-1/+4
* [CIFS] Remove compiler warningSteve French2006-01-171-1/+1
* [CIFS] Fix CIFS to recognize share mode securitySteve French2006-01-134-15/+41
* [CIFS] Fix typoSteve French2006-01-121-1/+0
* [CIFS] Add worker function for Get ACL cifs styleSteve French2006-01-129-20/+292
* Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-01-124-14/+11
|\
| * [PATCH] turn "const static" into "static const"Jesper Juhl2006-01-101-1/+1
| * [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-092-7/+7
| * [PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)OGAWA Hirofumi2006-01-082-6/+3
* | [CIFS] Allow local filesize for file that is open for write to be updatedSteve French2006-01-122-2/+25
* | [CIFS] Fix cifs trying to write to f_opsSteve French2006-01-081-6/+11
* | [CIFS] Minor cleanup to new cifs acl header.Steve French2006-01-081-0/+2
* | [CIFS] Fix typos in rfc1002pdu.hSteve French2005-12-311-2/+2
* | [CIFS] Avoid extra large buffer allocation (and memcpy) in cifs_readpagesSteve French2005-12-1211-108/+156
* | [CIFS] Display large/small total buffer allocations in /proc/fs/cifs/StatsSteve French2005-12-031-0/+8
* | [CIFS] Add extended stats (STATS2) for total buffer allocations forSteve French2005-12-034-2/+23
* | [CIFS] Readpages and readir performance improvements - eliminate extraSteve French2005-12-026-23/+71
* | [CIFS] Kerberos and CIFS ACL support part 1Steve French2005-12-014-9/+94
* | [CIFS] Use fsuid (fsgid) more consistently instead of uid/gid inSteve French2005-12-015-11/+17
|/
* [CIFS] For previous fix, mode on mkdir needed S_IFDIR left out.Steve French2005-11-291-0/+1
* [CIFS] Missing parenthesis and typo in previous fixSteve French2005-11-292-2/+3
* [CIFS] Fix umount --force to wake up the pending response queue, not justSteve French2005-11-295-8/+62
* [CIFS] Fix missing permission check on setattr when noperm mount option isSteve French2005-11-295-13/+60
* [CIFS] When file is deleted locally but later recreated on the serverSteve French2005-11-283-20/+35
* [CIFS] Fix setattr of mode only (e.g. in some chmod cases) to WindowsSteve French2005-11-191-0/+1
* [CIFS] Fix mknod of block and chardev over SFU mountsSteve French2005-11-183-13/+62