.. |
Kconfig
|
5f7fbf733c
Allow parsing vers=3.11 on cifs mount
|
10 years ago |
Makefile
|
a9ae008f40
cifs: Switch to generic xattr handlers
|
9 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
|
84c60b1388
drop redundant ->owner initializations
|
9 years ago |
cifs_debug.h
|
1404297ebf
lib: update single-char callers of strtobool()
|
9 years ago |
cifs_dfs_ref.c
|
11e31647c9
cifs: remove any preceding delimiter from prefix_path
|
9 years ago |
cifs_fs_sb.h
|
a6b5058faf
fs/cifs: make share unaccessible at root level mountable
|
9 years ago |
cifs_ioctl.h
|
0de1f4c6f6
Add way to query server fs info for smb3
|
10 years ago |
cifs_spnego.c
|
b74cb9a802
cifs: Create dedicated keyring for spnego operations
|
9 years ago |
cifs_spnego.h
|
96daf2b091
[CIFS] Rename three structures to avoid camel case
|
14 years ago |
cifs_unicode.c
|
45e8a2583d
File names with trailing period or space need special case conversion
|
9 years ago |
cifs_unicode.h
|
45e8a2583d
File names with trailing period or space need special case conversion
|
9 years ago |
cifs_uniupr.h
|
bf4f121138
cifs: correction of unicode header files
|
15 years ago |
cifsacl.c
|
5ac7eace2d
KEYS: Add a facility to restrict new links into a keyring
|
9 years ago |
cifsacl.h
|
193cdd8a29
cifs: fix SID binary to string conversion
|
12 years ago |
cifsencrypt.c
|
bd975d1eea
cifs: fix crash due to race in hmac(md5) handling
|
9 years ago |
cifsfs.c
|
a6b5058faf
fs/cifs: make share unaccessible at root level mountable
|
9 years ago |
cifsfs.h
|
8908c94d6c
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
|
9 years ago |
cifsglob.h
|
3d22462ae9
cifs: stuff the fl_owner into "pid" field in the lock request
|
9 years ago |
cifspdu.h
|
0de1f4c6f6
Add way to query server fs info for smb3
|
10 years ago |
cifsproto.h
|
b74cb9a802
cifs: Create dedicated keyring for spnego operations
|
9 years ago |
cifssmb.c
|
442c9ac989
Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
9 years ago |
connect.c
|
a6b5058faf
fs/cifs: make share unaccessible at root level mountable
|
9 years ago |
dir.c
|
6fa67e7075
get rid of 'parent' argument of ->d_compare()
|
9 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
|
8a5c743e30
mm, memcg: use consistent gfp flags during readahead
|
9 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
|
a6b5058faf
fs/cifs: make share unaccessible at root level mountable
|
9 years ago |
ioctl.c
|
04b38d6012
vfs: pull btrfs clone API to vfs layer
|
9 years ago |
link.c
|
fceef393a5
switch ->get_link() to delayed_call, kill ->put_link()
|
9 years ago |
misc.c
|
373512ec5c
Prepare for encryption support (first part). Add decryption and encryption key generation. Thanks to Metze for helping with this.
|
9 years ago |
netmisc.c
|
97c7134ae2
Fix signed/unsigned pointer warning
|
10 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
|
b8da344b74
cifs: dynamic allocation of ntlmssp blob
|
9 years ago |
readdir.c
|
1f1735cb75
cifs: Use file_dentry()
|
9 years ago |
rfc1002pdu.h
|
5fdae1f681
[CIFS] whitespace cleanup
|
18 years ago |
sess.c
|
a6b6befbb2
cifs: check hash calculating succeeded
|
9 years ago |
smb1ops.c
|
bc8ebdc4f5
Fix that several functions handle incorrect value of mapchars
|
10 years ago |
smb2file.c
|
592fafe644
Add resilienthandles mount parm
|
10 years ago |
smb2glob.h
|
897fba1172
remove directory incorrectly tries to set delete on close on non-empty directories
|
9 years ago |
smb2inode.c
|
897fba1172
remove directory incorrectly tries to set delete on close on non-empty directories
|
9 years ago |
smb2maperror.c
|
19e81573fc
Fix problem recognizing symlinks
|
11 years ago |
smb2misc.c
|
373512ec5c
Prepare for encryption support (first part). Add decryption and encryption key generation. Thanks to Metze for helping with this.
|
9 years ago |
smb2ops.c
|
7893242e24
CIFS: Fix a possible invalid memory access in smb2_query_symlink()
|
9 years ago |
smb2pdu.c
|
4fcd1813e6
Fix reconnect to not defer smb3 session reconnect long after socket reconnect
|
9 years ago |
smb2pdu.h
|
373512ec5c
Prepare for encryption support (first part). Add decryption and encryption key generation. Thanks to Metze for helping with this.
|
9 years ago |
smb2proto.h
|
897fba1172
remove directory incorrectly tries to set delete on close on non-empty directories
|
9 years ago |
smb2status.h
|
b8030603d9
CIFS: Add SMB2 status codes
|
13 years ago |
smb2transport.c
|
16c568efff
cifs: merge the hash calculation helpers
|
9 years ago |
smbencrypt.c
|
9651ddbac8
cifs: Use skcipher
|
9 years ago |
smberr.h
|
3572d2857f
cifs: map NT_STATUS_ERROR_WRITE_PROTECTED to -EROFS
|
15 years ago |
smbfsctl.h
|
b56eae4df9
[SMB3] Send durable handle v2 contexts when use of persistent handles required
|
10 years ago |
transport.c
|
3ab3f2a1fe
cifs: quit playing games with draining iovecs
|
9 years ago |
winucase.c
|
77993be3f3
[CIFS] quiet sparse compile warning
|
12 years ago |
xattr.c
|
5930122683
switch xattr_handler->set() to passing dentry and inode separately
|
9 years ago |