| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-09-28 | cifs: obtain file access during backup intent lookup (resend) | Shirish Pargaonkar | 1 | -2/+4 |
| 2012-09-24 | CIFS: Fix fast lease break after open problem | Pavel Shilovsky | 1 | -0/+7 |
| 2012-09-24 | CIFS: Check for mandatory brlocks on read/write | Pavel Shilovsky | 1 | -0/+4 |
| 2012-09-24 | CIFS: Add brlock support for SMB2 | Pavel Shilovsky | 1 | -0/+4 |
| 2012-09-24 | CIFS: Move brlock code to ops struct | Pavel Shilovsky | 1 | -0/+3 |
| 2012-09-24 | cifs: change cifs_call_async to use smb_rqst structs | Jeff Layton | 1 | -8/+8 |
| 2012-09-24 | cifs: teach signing routines how to deal with arrays of pages in a smb_rqst | Jeff Layton | 1 | -0/+2 |
| 2012-09-24 | cifs: change signing routines to deal with smb_rqst structs | Jeff Layton | 1 | -2/+5 |
| 2012-09-24 | CIFS: Move readdir code to ops struct | Pavel Shilovsky | 1 | -1/+1 |
| 2012-09-24 | CIFS: Move set_file_size to ops struct | Pavel Shilovsky | 1 | -6/+4 |
| 2012-09-24 | CIFS: Move hardlink to ops struct | Steve French | 1 | -5/+3 |
| 2012-09-24 | CIFS: Move rename to ops struct | Pavel Shilovsky | 1 | -3/+2 |
| 2012-09-24 | CIFS: Enable signing in SMB2 | Pavel Shilovsky | 1 | -0/+1 |
| 2012-09-24 | CIFS: Move writepage to ops struct | Pavel Shilovsky | 1 | -2/+1 |
| 2012-09-24 | CIFS: Add SMB2 support for cifs_iovec_write | Pavel Shilovsky | 1 | -18/+0 |
| 2012-09-24 | CIFS: Add SMB2 support for cifs_iovec_read | Pavel Shilovsky | 1 | -19/+1 |
| 2012-09-24 | CIFS: Move guery file info code to ops struct | Pavel Shilovsky | 1 | -2/+0 |
| 2012-09-24 | CIFS: Move open code to ops struct | Pavel Shilovsky | 1 | -3/+4 |
| 2012-09-24 | CIFS: Move unlink code to ops struct | Pavel Shilovsky | 1 | -3/+6 |
| 2012-07-27 | CIFS: Move rmdir code to ops struct | Pavel Shilovsky | 1 | -2/+1 |
| 2012-07-27 | CIFS: Separate protocol specific part from mkdir | Pavel Shilovsky | 1 | -3/+1 |
| 2012-07-27 | CIFS: Simplify cifs_mkdir call | Pavel Shilovsky | 1 | -2/+2 |
| 2012-07-24 | CIFS: Setup async request in ops struct | Pavel Shilovsky | 1 | -0/+2 |
| 2012-07-24 | CIFS: Move building path to root to ops struct | Pavel Shilovsky | 1 | -3/+0 |
| 2012-07-24 | CIFS: Move query inode info code to ops struct | Pavel Shilovsky | 1 | -8/+6 |
| 2012-07-24 | CIFS: Move is_path_accessible to ops struct | Pavel Shilovsky | 1 | -7/+5 |
| 2012-07-24 | CIFS: Move getting dfs referalls to ops struct | Pavel Shilovsky | 1 | -8/+7 |
| 2012-07-24 | CIFS: Process reconnects for SMB2 shares | Pavel Shilovsky | 1 | -0/+1 |
| 2012-07-24 | CIFS: Add SMB2 credits support | Pavel Shilovsky | 1 | -0/+1 |
| 2012-07-24 | CIFS: Make transport routines work with SMB2 | Pavel Shilovsky | 1 | -0/+1 |
| 2012-07-24 | CIFS: Rename Get/FreeXid and make them work with unsigned int | Pavel Shilovsky | 1 | -83/+88 |
| 2012-07-24 | CIFS: Move protocol specific tcon/tdis code to ops struct | Pavel Shilovsky | 1 | -4/+4 |
| 2012-07-24 | CIFS: Move protocol specific session setup/logoff code to ops struct | Pavel Shilovsky | 1 | -5/+5 |
| 2012-07-24 | CIFS: Move protocol specific negotiate code to ops struct | Pavel Shilovsky | 1 | -3/+3 |
| 2012-07-24 | CIFS: Extend credit mechanism to process request type | Pavel Shilovsky | 1 | -2/+2 |
| 2012-07-23 | cifs: rename cifs_sign_smb2 to cifs_sign_smbv | Jeff Layton | 1 | -1/+1 |
| 2012-07-23 | cifs: move file_lock off stack in cifs_push_posix_locks | Jeff Layton | 1 | -2/+3 |
| 2012-06-01 | CIFS: Move get_next_mid to ops struct | Pavel Shilovsky | 1 | -1/+0 |
| 2012-05-23 | CIFS: Move add/set_credits and get_credits_field to ops structure | Pavel Shilovsky | 1 | -3/+0 |
| 2012-05-23 | CIFS: Move protocol specific part from SendReceive2 to ops struct | Pavel Shilovsky | 1 | -0/+2 |
| 2012-05-17 | cifs: Include backup intent search flags during searches {try #2) | Shirish Pargaonkar | 1 | -2/+4 |
| 2012-05-16 | cifs: convert cifs_iovec_read to use async reads | Jeff Layton | 1 | -0/+2 |
| 2012-05-16 | cifs: add refcounting to cifs_readdata structures | Jeff Layton | 1 | -0/+2 |
| 2012-05-16 | cifs: abstract out function to marshal the iovec for readv receives | Jeff Layton | 1 | -0/+2 |
| 2012-05-16 | cifs: make cifs_readdata_alloc take a work_func_t arg | Jeff Layton | 1 | -2/+0 |
| 2012-03-23 | cifs: convert cifs_iovec_write to use async writes | Jeff Layton | 1 | -0/+2 |
| 2012-03-23 | cifs: abstract out function to marshal up the iovec array for async writes | Jeff Layton | 1 | -0/+2 |
| 2012-03-23 | cifs: allow caller to specify completion op when allocating writedata | Jeff Layton | 1 | -1/+3 |
| 2012-03-23 | cifs: add pid field to cifs_writedata | Jeff Layton | 1 | -0/+1 |
| 2012-03-23 | CIFS: Expand CurrentMid field | Pavel Shilovsky | 1 | -1/+1 |
| 2012-03-23 | CIFS: Separate protocol-specific code from cifs_readv_receive code | Pavel Shilovsky | 1 | -1/+1 |
| 2012-03-23 | CIFS: Separate protocol-specific code from demultiplex code | Pavel Shilovsky | 1 | -3/+2 |
| 2012-03-23 | CIFS: Separate protocol-specific code from transport routines | Pavel Shilovsky | 1 | -1/+1 |
| 2012-03-21 | cifs: clean up call to cifs_dfs_release_automount_timer() | Jeff Layton | 1 | -0/+6 |
| 2012-03-21 | CIFS: Introduce credit-based flow control | Pavel Shilovsky | 1 | -0/+3 |
| 2011-10-29 | cifs: Assume passwords are encoded according to iocharset (try #2) | Shirish Pargaonkar | 1 | -3/+5 |
| 2011-10-24 | CIFS: Send as many mandatory unlock ranges at once as possible | Pavel Shilovsky | 1 | -0/+3 |
| 2011-10-24 | CIFS: Implement caching mechanism for posix brlocks | Pavel Shilovsky | 1 | -2/+2 |
| 2011-10-19 | cifs: add cifs_async_readv | Jeff Layton | 1 | -0/+24 |
| 2011-10-19 | cifs: add a callback function to receive the rest of the frame | Jeff Layton | 1 | -2/+3 |
| 2011-10-17 | cifs: Call id to SID mapping functions to change owner/group (try #4 repost) | Shirish Pargaonkar | 1 | -3/+4 |
| 2011-10-13 | CIFS: Simplify byte range locking code | Pavel Shilovsky | 1 | -1/+1 |
| 2011-10-12 | cifs: Add mount options for backup intent (try #6) | Shirish Pargaonkar | 1 | -0/+1 |
| 2011-10-12 | cifs: consolidate signature generating code | Jeff Layton | 1 | -1/+1 |
| 2011-07-08 | cifs: factor smb_vol allocation out of cifs_setup_volume_info | Jeff Layton | 1 | -2/+2 |
| 2011-07-06 | cifs: have cifs_cleanup_volume_info not take a double pointer | Jeff Layton | 1 | -1/+1 |
| 2011-06-24 | sanitize cifs_umount() prototype | Al Viro | 1 | -1/+1 |
| 2011-06-24 | cifs: don't pass superblock to cifs_mount() | Al Viro | 1 | -3/+3 |
| 2011-05-27 | [CIFS] Rename three structures to avoid camel case | Steve French | 1 | -76/+76 |
| 2011-05-27 | CIFS: Add rwpidforward mount option | Pavel Shilovsky | 1 | -3/+2 |
| 2011-05-27 | [CIFS] Migrate from prefixpath logic | Steve French | 1 | -2/+3 |
| 2011-05-26 | CIFS: Use pid saved from cifsFileInfo in writepages and set_file_size | Pavel Shilovsky | 1 | -8/+5 |
| 2011-05-25 | cifs: add cifs_async_writev | Jeff Layton | 1 | -0/+18 |
| 2011-05-24 | CIFS: Simplify mount code for further shared sb capability | Pavel Shilovsky | 1 | -1/+7 |
| 2011-05-23 | cifs: add ignore_pend flag to cifs_call_async | Jeff Layton | 1 | -1/+1 |
| 2011-05-23 | cifs: make cifs_send_async take a kvec array | Jeff Layton | 1 | -2/+2 |
| 2011-05-23 | cifs: consolidate SendReceive response checks | Jeff Layton | 1 | -1/+3 |
| 2011-05-19 | [CIFS] Remove sparse warning | Steve French | 1 | -2/+0 |
| 2011-05-19 | cifs: Unconditionally copy mount options to superblock info | Sean Finney | 1 | -1/+1 |
| 2011-05-19 | cifs: keep BCC in little-endian format | Jeff Layton | 1 | -1/+0 |
| 2011-05-19 | cifs: Add idmap key and related data structures and functions (try #17 repost) | Shirish Pargaonkar | 1 | -0/+3 |
| 2011-05-19 | [CIFS] Allow to set extended attribute cifs_acl (try #2) | Steve French | 1 | -0/+2 |
| 2011-05-19 | [CIFS] Use ecb des kernel crypto APIs instead of | Steve French | 1 | -5/+2 |
| 2011-05-19 | Don't compile in unused reparse point symlink code | Steve French | 1 | -1/+2 |
| 2011-05-19 | Remove unused CIFSSMBNotify worker function | Steve French | 1 | -4/+6 |
| 2011-01-27 | cifs: More crypto cleanup (try #2) | Shirish Pargaonkar | 1 | -1/+8 |
| 2011-01-25 | CIFS: Implement cifs_strict_writev (try #4) | Pavel Shilovsky | 1 | -0/+2 |
| 2011-01-20 | cifs: add ability to send an echo request | Jeff Layton | 1 | -0/+2 |
| 2011-01-20 | cifs: add cifs_call_async | Jeff Layton | 1 | -0/+5 |
| 2011-01-19 | CIFS: Fix oplock break handling (try #2) | Pavel Shilovsky | 1 | -1/+1 |
| 2010-12-07 | cifs: allow calling cifs_build_path_to_root on incomplete cifs_sb | Jeff Layton | 1 | -1/+2 |
| 2010-12-06 | cifs: fix use of CONFIG_CIFS_ACL | Jeff Layton | 1 | -2/+0 |
| 2010-11-30 | cifs: Handle extended attribute name cifs_acl to generate cifs acl blob (try #4) | Shirish Pargaonkar | 1 | -0/+2 |
| 2010-11-30 | cifs: Misc. cleanup in cifsacl handling [try #4] | Shirish Pargaonkar | 1 | -1/+1 |
| 2010-11-11 | cifs: Percolate error up to the caller during get/set acls [try #4] | Shirish Pargaonkar | 1 | -1/+1 |
| 2010-11-05 | cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointer | Pavel Shilovsky | 1 | -1/+1 |
| 2010-11-02 | CIFS: Add cifs_set_oplock_level | Pavel Shilovsky | 1 | -0/+1 |
| 2010-10-26 | NTLM auth and sign - Use kernel crypto apis to calculate hashes and smb signa... | Shirish Pargaonkar | 1 | -1/+0 |
| 2010-10-26 | NTLM auth and sign - Define crypto hash functions and create and send keys ne... | Shirish Pargaonkar | 1 | -0/+4 |
| 2010-10-26 | NTLM auth and sign - Allocate session key/client response dynamically | Shirish Pargaonkar | 1 | -6/+5 |
| 2010-10-18 | [CIFS] Fix minor checkpatch warning and update cifs version | Steve French | 1 | -2/+3 |
| 2010-10-18 | cifs: eliminate the inode argument from cifs_new_fileinfo | Jeff Layton | 1 | -2/+1 |
| 2010-10-18 | cifs: eliminate oflags option from cifs_new_fileinfo | Jeff Layton | 1 | -2/+1 |
| 2010-10-18 | cifs: fix flags handling in cifs_posix_open | Jeff Layton | 1 | -1/+1 |
| 2010-10-12 | cifs: don't use vfsmount to pin superblock for oplock breaks | Jeff Layton | 1 | -1/+1 |
| 2010-10-06 | cifs: have find_readable/writable_file filter by fsuid | Jeff Layton | 1 | -2/+2 |
| 2010-10-06 | cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer | Jeff Layton | 1 | -1/+1 |
| 2010-09-29 | cifs: have cifs_new_fileinfo take a tcon arg | Jeff Layton | 1 | -2/+2 |
| 2010-09-29 | cifs: implement CIFSCouldBeMFSymlink() and CIFSCheckMFSymlink() | Stefan Metzmacher | 1 | -0/+4 |
| 2010-09-29 | cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code | Shirish Pargaonkar | 1 | -1/+1 |
| 2010-09-29 | cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect th... | Shirish Pargaonkar | 1 | -2/+2 |
| 2010-09-29 | cifs: fix broken oplock handling | Suresh Jayaraman | 1 | -1/+2 |
| 2010-09-08 | cifs: prevent possible memory corruption in cifs_demultiplex_thread | Jeff Layton | 1 | -1/+2 |
| 2010-09-08 | [CIFS] ntlmv2/ntlmssp remove-unused-function CalcNTLMv2_partial_mac_key | Steve French | 1 | -2/+0 |
| 2010-09-08 | Revert "[CIFS] Fix ntlmv2 auth with ntlmssp" | Steve French | 1 | -6/+6 |
| 2010-08-20 | [CIFS] Fix ntlmv2 auth with ntlmssp | Steve French | 1 | -6/+6 |
| 2010-08-05 | CIFS: Make cifs_convert_address() take a const src pointer and a length | David Howells | 1 | -2/+2 |
| 2010-08-02 | cifs: set the port in sockaddr in a more clearly defined fashion | Jeff Layton | 1 | -1/+3 |
| 2010-06-16 | cifs: move cifs_new_fileinfo call out of cifs_posix_open | Jeff Layton | 1 | -1/+0 |
| 2010-05-17 | cifs: fix noserverino handling when unix extensions are enabled | Jeff Layton | 1 | -0/+1 |
| 2010-05-05 | cifs: have decode_negTokenInit set flags in server struct | Jeff Layton | 1 | -1/+1 |
| 2010-05-05 | cifs: break negotiate protocol calls out of cifs_setup_session | Jeff Layton | 1 | -1/+3 |
| 2010-04-28 | cifs: eliminate "first_time" parm to CIFS_SessSetup | Jeff Layton | 1 | -1/+0 |
| 2010-04-22 | [CIFS] Allow null nd (as nfs server uses) on create | Steve French | 1 | -2/+4 |
| 2010-04-21 | [CIFS] Neaten cERROR and cFYI macros, reduce text space | Joe Perches | 1 | -2/+14 |
| 2010-03-09 | cifs: add cifs_revalidate_file | Jeff Layton | 1 | -0/+2 |
| 2010-03-06 | cifs: add a CIFSSMBUnixQFileInfo function | Jeff Layton | 1 | -0/+2 |
| 2010-03-06 | cifs: add a CIFSSMBQFileInfo function | Jeff Layton | 1 | -0/+2 |
| 2010-02-23 | cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAs | Jeff Layton | 1 | -5/+2 |
| 2009-11-06 | cifs: clean up handling when server doesn't consistently support inode numbers | Jeff Layton | 1 | -0/+1 |
| 2009-09-25 | cifs: fix problems with last two commits | Jeff Layton | 1 | -1/+1 |
| 2009-09-24 | cifs: eliminate cifs_init_private | Jeff Layton | 1 | -0/+3 |
| 2009-09-24 | cifs: convert oplock breaks to use slow_work facility (try #4) | Jeff Layton | 1 | -5/+1 |
| 2009-09-15 | cifs: fix oplock request handling in posix codepath | Jeff Layton | 1 | -1/+1 |
| 2009-07-09 | cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_iget | Jeff Layton | 1 | -3/+3 |
| 2009-07-09 | cifs: add and use CIFSSMBUnixSetFileInfo for setattr calls | Jeff Layton | 1 | -0/+4 |
| 2009-07-09 | cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfo | Jeff Layton | 1 | -1/+1 |
| 2009-07-01 | cifs: add new cifs_iget function and convert unix codepath to use it | Jeff Layton | 1 | -2/+7 |
| 2009-06-13 | cifs: add new routine for converting AF_INET and AF_INET6 addrs | Jeff Layton | 1 | -1/+1 |
| 2009-05-28 | cifs: reorganize get_cifs_acl | Christoph Hellwig | 1 | -2/+2 |
| 2009-05-28 | cifs: make cnvrtDosUnixTm take a little-endian args and an offset | Jeff Layton | 1 | -2/+2 |
| 2009-05-28 | cifs: have cifs_NTtimeToUnix take a little-endian arg | Jeff Layton | 1 | -1/+1 |
| 2009-04-30 | cifs: change cifs_get_name_from_search_buf to use new unicode helper | Jeff Layton | 1 | -2/+0 |
| 2009-04-30 | cifs: change CIFSSMBUnixQuerySymLink to use new helpers | Jeff Layton | 1 | -2/+1 |
| 2009-03-18 | [CIFS] Rename compose_mount_options to cifs_compose_mount_options. | Steve French | 1 | -0/+3 |
| 2009-03-12 | [CIFS] reopen file via newer posix open protocol operation if available | Steve French | 1 | -0/+3 |
| 2009-03-12 | [CIFS] Send SMB flush in cifs_fsync | Steve French | 1 | -0/+3 |
| 2009-02-21 | cifs: posix fill in inode needed by posix open | Jeff Layton | 1 | -0/+2 |
| 2009-02-21 | cifs: properly handle case where CIFSGetSrvInodeNumber fails | Jeff Layton | 1 | -2/+1 |
| 2009-02-21 | cifs: refactor new_inode() calls and inode initialization | Jeff Layton | 1 | -0/+2 |
| 2009-02-21 | [CIFS] Prevent OOPs when mounting with remote prefixpath. | Igor Mammedov | 1 | -0/+1 |
| 2009-01-29 | cifs: turn smb_send into a wrapper around smb_sendv | Jeff Layton | 1 | -2/+2 |
| 2008-12-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 1 | -1/+2 |
| 2008-12-26 | cifs: have calc_lanman_hash take more granular args | Jeff Layton | 1 | -1/+2 |
| 2008-11-14 | CRED: Wrap task credential accesses in the CIFS filesystem | David Howells | 1 | -1/+1 |
| 2008-10-29 | [CIFS] Reduce number of socket retries in large write path | Steve French | 1 | -1/+1 |
| 2008-09-24 | cifs: remove NULL termination from rename target in CIFSSMBRenameOpenFIle | Jeff Layton | 1 | -1/+1 |
| 2008-09-23 | cifs: add function to set file disposition | Jeff Layton | 1 | -0/+2 |
| 2008-08-06 | Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID arg | Jeff Layton | 1 | -2/+3 |
| 2008-08-06 | change CIFSSMBSetTimes to CIFSSMBSetPathInfo | Jeff Layton | 1 | -1/+1 |
| 2008-08-06 | bundle up Unix SET_PATH_INFO args into a struct and change name | Jeff Layton | 1 | -3/+14 |
| 2008-05-15 | [CIFS] Finishup DFS code | Steve French | 1 | -2/+2 |
| 2008-05-15 | [CIFS] Fix paths when share is in DFS to include proper prefix | Steve French | 1 | -3/+0 |
| 2008-05-13 | [CIFS] cleanup old checkpatch warnings | Steve French | 1 | -3/+3 |
| 2008-05-08 | [CIFS] Fixed build warning in is_ip | Igor Mammedov | 1 | -1/+1 |
| 2008-04-29 | [CIFS] convert usage of implicit booleans to bool | Steve French | 1 | -6/+7 |
| 2008-04-25 | cifs: timeout dfs automounts +little fix. | Igor Mammedov | 1 | -7/+1 |
| 2008-04-15 | [CIFS] Fix oops when slow oplock process races with unmount | Steve French | 1 | -0/+1 |
| 2008-03-14 | [CIFS] file create with acl support enabled is slow | Steve French | 1 | -2/+3 |
| 2008-03-10 | [CIFS] cifs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -2/+2 |
| 2008-02-13 | [CIFS] fix typo | Steve French | 1 | -1/+1 |
| 2008-02-12 | [CIFS] clean up some hard to read ifdefs | Steve French | 1 | -2/+6 |
| 2008-02-07 | [CIFS] reduce checkpatch warnings | Steve French | 1 | -8/+8 |
| 2008-01-25 | [CIFS] DFS build fixes | Steve French | 1 | -2/+2 |
| 2008-01-25 | [CIFS] DFS support: provide shrinkable mounts | Igor Mammedov | 1 | -0/+3 |
| 2007-12-31 | [CIFS] Allow setting mode via cifs acl | Steve French | 1 | -1/+3 |
| 2007-11-17 | [CIFS] remove build warning | Steve French | 1 | -1/+0 |
| 2007-11-16 | [CIFS] minor checkpatch cleanup | Steve French | 1 | -5/+5 |
| 2007-11-16 | [CIFS] have cifs_get_spnego_key get the hostname from TCP_Server_Info | Jeff Layton | 1 | -2/+1 |
| 2007-11-13 | [CIFS] Fix buffer overflow if server sends corrupt response to small | Steve French | 1 | -2/+3 |
| 2007-11-03 | [CIFS] implement upcalls for SPNEGO blob via keyctl API | Jeff Layton | 1 | -0/+2 |
| 2007-10-31 | [CIFS] Don't request too much permission when reading an ACL | Steve French | 1 | -0/+2 |
| 2007-10-25 | [CIFS] acl support part 6 | Steve French | 1 | -4/+5 |
| 2007-10-19 | [CIFS] ACL support part 5 | Steve French | 1 | -1/+1 |
| 2007-10-18 | [CIFS] log better errors on failed mounts | Steve French | 1 | -2/+3 |
| 2007-10-03 | [CIFS] CIFS ACL support (part 2) | Shirish Pargaonkar | 1 | -1/+1 |
| 2007-09-25 | [CIFS] move cifs acl code to new file and fix build break | Steve French | 1 | -0/+1 |
| 2007-08-30 | [CIFS] formatting cleanup found by checkpatch | Steve French | 1 | -1/+1 |
| 2007-07-15 | [CIFS] Add support for new POSIX unlink | Steve French | 1 | -1/+4 |
| 2007-07-13 | [CIFS] whitespace/formatting fixes | Steve French | 1 | -6/+6 |
| 2007-07-09 | [CIFS] Fix packet signatures for NTLMv2 case | Steve French | 1 | -3/+5 |
| 2007-06-28 | [CIFS] whitespace fixes | Steve French | 1 | -53/+53 |
| 2007-04-23 | [CIFS] New CIFS POSIX mkdir performance improvement | Steve French | 1 | -1/+6 |
| 2007-02-27 | [CIFS] Remove some unused functions/declarations | Steve French | 1 | -1/+1 |
| 2007-02-14 | [CIFS] on reconnect to Samba - reset the unix capabilities | Steve French | 1 | -0/+3 |
| 2007-02-08 | [CIFS] Allow update of EOF on remote extend of file | Steve French | 1 | -1/+1 |
| 2006-10-12 | [CIFS] Workaround incomplete byte length returned by some | Steve French | 1 | -1/+1 |
| 2006-10-12 | [CIFS] Level 1 QPathInfo needed for proper OS2 support | Steve French | 1 | -0/+1 |
| 2006-09-28 | [CIFS] Remove static and unused symbols | Steve French | 1 | -4/+2 |
| 2006-09-28 | [CIFS] Legacy time handling for Win9x and OS/2 part 1 | Steve French | 1 | -0/+3 |