Linus Torvalds 9ec3a646fe Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 10 years ago
..
Kconfig ca5d13fc33 Clarify Kconfig help text for CIFS and SMB2/SMB3 11 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 7a1ceba071 cifs: fix MUST SecurityFlags filtering 10 years ago
cifs_debug.h 0b456f04bc cifs: convert printk(LEVEL...) to pr_<level> 10 years ago
cifs_dfs_ref.c 2b0143b5c9 VFS: normal filesystems (and lustre): d_inode() annotations 10 years ago
cifs_fs_sb.h b693855fe6 Allow conversion of characters in Mac remap range. Part 1 11 years ago
cifs_spnego.c c06cfb08b8 KEYS: Remove key_type::match in favour of overriding default by match_preparse 11 years ago
cifs_spnego.h 96daf2b091 [CIFS] Rename three structures to avoid camel case 14 years ago
cifs_unicode.c 2baa268253 Remap reserved posix characters by default (part 3/3) 11 years ago
cifs_unicode.h 2baa268253 Remap reserved posix characters by default (part 3/3) 11 years ago
cifs_uniupr.h bf4f121138 cifs: correction of unicode header files 15 years ago
cifsacl.c bc09d141eb fs/cifs: remove obsolete __constant 10 years ago
cifsacl.h 193cdd8a29 cifs: fix SID binary to string conversion 12 years ago
cifsencrypt.c 8b7a454443 CIFS: session servername can't be null 10 years ago
cifsfs.c 2b0143b5c9 VFS: normal filesystems (and lustre): d_inode() annotations 10 years ago
cifsfs.h f8098b82aa Update modinfo cifs version for cifs.ko 10 years ago
cifsglob.h 9235d09873 Convert MessageID in smb2_hdr to LE 10 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 2b0143b5c9 VFS: normal filesystems (and lustre): d_inode() annotations 10 years ago
connect.c 11d8336045 mm, mempool: do not allow atomic resizing 10 years ago
dir.c 2b0143b5c9 VFS: normal filesystems (and lustre): d_inode() annotations 10 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 2b0143b5c9 VFS: normal filesystems (and lustre): d_inode() annotations 10 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 2b0143b5c9 VFS: normal filesystems (and lustre): d_inode() annotations 10 years ago
ioctl.c 378ff1a53b fix deadlock in cifs_ioctl_clone() 10 years ago
link.c 2b0143b5c9 VFS: normal filesystems (and lustre): d_inode() annotations 10 years ago
misc.c 2b0143b5c9 VFS: normal filesystems (and lustre): d_inode() annotations 10 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 5478f9ba9a CIFS: Add session setup/logoff capability for SMB2 13 years ago
readdir.c 2b0143b5c9 VFS: normal filesystems (and lustre): d_inode() annotations 10 years ago
rfc1002pdu.h 5fdae1f681 [CIFS] whitespace cleanup 18 years ago
sess.c b6da0076ba Merge branch 'akpm' (patchbomb from Andrew) 10 years ago
smb1ops.c 2b0143b5c9 VFS: normal filesystems (and lustre): d_inode() annotations 10 years ago
smb2file.c 2b0143b5c9 VFS: normal filesystems (and lustre): d_inode() annotations 10 years ago
smb2glob.h 2365c4eaf0 CIFS: Fix too big maxBuf size for SMB3 mounts 11 years ago
smb2inode.c 1bbe4997b1 CIFS: Fix wrong filename length for SMB2 11 years ago
smb2maperror.c 19e81573fc Fix problem recognizing symlinks 11 years ago
smb2misc.c 2b0143b5c9 VFS: normal filesystems (and lustre): d_inode() annotations 10 years ago
smb2ops.c 2b0143b5c9 VFS: normal filesystems (and lustre): d_inode() annotations 10 years ago
smb2pdu.c dfebe40076 Fix another dereference before null check warning 10 years ago
smb2pdu.h 9235d09873 Convert MessageID in smb2_hdr to LE 10 years ago
smb2proto.h c22870ea2d mfsymlinks support for SMB2.1/SMB3. Part 2 query symlink 11 years ago
smb2status.h b8030603d9 CIFS: Add SMB2 status codes 13 years ago
smb2transport.c 9235d09873 Convert MessageID in smb2_hdr to LE 10 years ago
smbencrypt.c f99dbfa4b3 cifs: use memzero_explicit to clear stack buffer 10 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 0b456f04bc cifs: convert printk(LEVEL...) to pr_<level> 10 years ago
winucase.c 77993be3f3 [CIFS] quiet sparse compile warning 12 years ago
xattr.c 2b0143b5c9 VFS: normal filesystems (and lustre): d_inode() annotations 10 years ago