Linus Torvalds 372b1dbdd1 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 11 years ago
..
Kconfig 429b46f4fd [CIFS] SMB3 Signing enablement 12 years ago
Makefile c2ccf53dd0 cifs: add new case-insensitive conversion routines that are based on wchar_t's 12 years ago
asn1.c f96637be08 [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg 12 years ago
cache.c f96637be08 [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg 12 years ago
cifs_debug.c 59b04c5df7 [CIFS] Fix incorrect hex vs. decimal in some debug print statements 11 years ago
cifs_debug.h f96637be08 [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg 12 years ago
cifs_dfs_ref.c d9deef0a3f cifs: fix composing of mount options for DFS referrals 12 years ago
cifs_fs_sb.h 2e32cf5ef2 cifs: rcu-delay unload_nls() and freeing sbi 12 years ago
cifs_spnego.c f96637be08 [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg 12 years ago
cifs_spnego.h 96daf2b091 [CIFS] Rename three structures to avoid camel case 14 years ago
cifs_unicode.c ce36d9ab3b [CIFS] fix mount failure with broken pathnames when smb3 mount with mapchars option 11 years ago
cifs_unicode.h c2ccf53dd0 cifs: add new case-insensitive conversion routines that are based on wchar_t's 12 years ago
cifs_uniupr.h bf4f121138 cifs: correction of unicode header files 15 years ago
cifsacl.c 42eacf9e57 [CIFS] Fix cifsacl mounts over smb2 to not call cifs 11 years ago
cifsacl.h 193cdd8a29 cifs: fix SID binary to string conversion 12 years ago
cifsencrypt.c 2c957ddf30 cifs: Use data structures to compute NTLMv2 response offsets 12 years ago
cifsfs.c 372b1dbdd1 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 11 years ago
cifsfs.h f6f993328b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 11 years ago
cifsglob.h 31742c5a33 enable fallocate punch hole ("fallocate -p") for SMB3 11 years ago
cifspdu.h 8ae31240cc Add missing definitions for CIFS File System Attributes 11 years ago
cifsproto.h cb7e9eabb2 CIFS: Use multicredits for SMB 2.1/3 writes 11 years ago
cifssmb.c d913ed17f0 CIFS: Optimize cifs_user_read() in a short read case on reconnects 11 years ago
connect.c 023f78b02c Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 11 years ago
dir.c 42eacf9e57 [CIFS] Fix cifsacl mounts over smb2 to not call cifs 11 years ago
dns_resolve.c d9deef0a3f cifs: fix composing of mount options for DFS referrals 12 years ago
dns_resolve.h 1a4240f476 DNS: Separate out CIFS DNS Resolver code 15 years ago
export.c f96637be08 [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg 12 years ago
file.c 52755808d4 CIFS: Fix SMB2 readdir error handling 11 years ago
fscache.c c224b76b56 Merge tag 'nfs-for-3.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs 12 years ago
fscache.h 54afa99057 CIFS: FS-Cache: Uncache unread pages in cifs_readpages() before freeing them 12 years ago
inode.c 372b1dbdd1 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 11 years ago
ioctl.c 2d4f84bd79 fs: cifs: new helper: file_inode(file) 11 years ago
link.c a1d0b84c30 fs/cifs: fix regression in cifs_create_mf_symlink() 11 years ago
misc.c e91259f3c7 cifs: remove unused function cifs_oplock_break_wait 11 years ago
netmisc.c 179d61839b fs/cifs/netmisc.c: convert printk to pr_foo() 11 years ago
nterr.c f7ec0d0bbc CIFS: Rename 7 error codes to NT_ style 13 years ago
nterr.h f7ec0d0bbc CIFS: Rename 7 error codes to NT_ style 13 years ago
ntlmssp.h 5478f9ba9a CIFS: Add session setup/logoff capability for SMB2 13 years ago
readdir.c 52755808d4 CIFS: Fix SMB2 readdir error handling 11 years ago
rfc1002pdu.h 5fdae1f681 [CIFS] whitespace cleanup 18 years ago
sess.c 27924075b5 Remove sparse build warning 11 years ago
smb1ops.c 52755808d4 CIFS: Fix SMB2 readdir error handling 11 years ago
smb2file.c 53ef1016fd CIFS: Store lease state itself rather than a mapped oplock value 12 years ago
smb2glob.h 2365c4eaf0 CIFS: Fix too big maxBuf size for SMB3 mounts 11 years ago
smb2inode.c f29ebb47d5 Add worker function to set allocation size 11 years ago
smb2maperror.c ad3829cf1d Incorrect error returned on setting file compressed on SMB2 11 years ago
smb2misc.c 754789a1c0 [CIFS] Workaround MacOS server problem with SMB2.1 write 11 years ago
smb2ops.c 30175628bf [SMB3] Enable fallocate -z support for SMB3 mounts 11 years ago
smb2pdu.c 52755808d4 CIFS: Fix SMB2 readdir error handling 11 years ago
smb2pdu.h 31742c5a33 enable fallocate punch hole ("fallocate -p") for SMB3 11 years ago
smb2proto.h f29ebb47d5 Add worker function to set allocation size 11 years ago
smb2status.h b8030603d9 CIFS: Add SMB2 status codes 13 years ago
smb2transport.c cb7e9eabb2 CIFS: Use multicredits for SMB 2.1/3 writes 11 years ago
smbencrypt.c f96637be08 [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg 12 years ago
smberr.h 3572d2857f cifs: map NT_STATUS_ERROR_WRITE_PROTECTED to -EROFS 15 years ago
smbfsctl.h 31742c5a33 enable fallocate punch hole ("fallocate -p") for SMB3 11 years ago
transport.c cb7e9eabb2 CIFS: Use multicredits for SMB 2.1/3 writes 11 years ago
winucase.c 77993be3f3 [CIFS] quiet sparse compile warning 12 years ago
xattr.c 83e3bc23ef retrieving CIFS ACLs when mounted with SMB2 fails dropping session 11 years ago