Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e85cbbf914337e52df9ad19e68c58047276a819a
/
fs
/
cifs
351a793
Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 11 years ago
2365c4e
CIFS: Fix too big maxBuf size for SMB3 mounts
by Pavel Shilovsky
· 11 years ago
5d81de8
cifs: ensure that uncached writes handle unmapped areas correctly
by Jeff Layton
· 11 years ago
42eacf9
[CIFS] Fix cifsacl mounts over smb2 to not call cifs
by Steve French
· 11 years ago
cbf2822
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 11 years ago
d311d79
fix O_SYNC|O_APPEND syncing the wrong range on write()
by Al Viro
· 11 years ago
4a5c80d
[CIFS] clean up page array when uncached write send fails
by Steve French
· 11 years ago
26c8f0d
cifs: use a flexarray in cifs_writedata
by Jeff Layton
· 11 years ago
83e3bc2
retrieving CIFS ACLs when mounted with SMB2 fails dropping session
by Steve French
· 11 years ago
d979f3b
Add protocol specific operation for CIFS xattrs
by Steve French
· 11 years ago
a9a315d
cifs: Fix check for regular file in couldbe_mf_symlink()
by Sachin Prabhu
· 11 years ago
666753c
[CIFS] Fix SMB2 mounts so they don't try to set or get xattrs via cifs
by Steve French
· 11 years ago
d81b8a4
CIFS: Cleanup cifs open codepath
by Pavel Shilovsky
· 11 years ago
0360d60
CIFS: Remove extra indentation in cifs_sfu_type
by Pavel Shilovsky
· 11 years ago
dd12067
CIFS: Cleanup cifs_mknod
by Pavel Shilovsky
· 11 years ago
9bf4fa0
CIFS: Cleanup CIFSSMBOpen
by Pavel Shilovsky
· 11 years ago
924e3fa
cifs: Add support for follow_link on dfs shares under posix extensions
by Sachin Prabhu
· 11 years ago
0ecdb4f
cifs: move unix extension call to cifs_query_symlink()
by Sachin Prabhu
· 11 years ago
0f8dce1
cifs: Re-order M-F Symlink code
by Sachin Prabhu
· 11 years ago
cbb0aba
cifs: Add create MFSymlinks to protocol ops struct
by Sachin Prabhu
· 11 years ago
8205d1b
cifs: use protocol specific call for query_mf_symlink()
by Sachin Prabhu
· 11 years ago
cb084b1
cifs: Rename MF symlink function names
by Sachin Prabhu
· 11 years ago
b5be1a1
cifs: Rename and cleanup open_query_close_cifs_symlink()
by Sachin Prabhu
· 11 years ago
abf9767
cifs: Fix memory leak in cifs_hardlink()
by Christian Engelmayer
· 11 years ago
f1e3268
cifs: set FILE_CREATED
by Shirish Pargaonkar
· 11 years ago
750b8de
cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()
by Sachin Prabhu
· 11 years ago
ebcc943
Add missing end of line termination to some cifs messages
by Steve French
· 11 years ago
f19e84d
[CIFS] Do not use btrfs refcopy ioctl for SMB2 copy offload
by Steve French
· 11 years ago
ff1c038
Check SMB3 dialects against downgrade attacks
by Steve French
· 11 years ago
7d3fb24
Removed duplicated (and unneeded) goto
by Steve French
· 11 years ago
9bf0c9c
CIFS: Fix SMB2/SMB3 Copy offload support (refcopy) for large files
by Steve French
· 11 years ago
1213959
Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 11 years ago
0cbaa53
[CIFS] Warn if SMB3 encryption required by server
by Steve French
· 11 years ago
b1d9335
setfacl removes part of ACL when setting POSIX ACLs to Samba
by Steve French
· 11 years ago
de9f68d
[CIFS] Set copychunk defaults
by Steve French
· 11 years ago
41c1358
CIFS: SMB2/SMB3 Copy offload support (refcopy) phase 1
by Steve French
· 11 years ago
9bc9ccd
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
2c957dd
cifs: Use data structures to compute NTLMv2 response offsets
by Tim Gardner
· 11 years ago
dca6928
[CIFS] O_DIRECT opens should work on directio mounts
by Steve French
· 11 years ago
a858215
cifs: don't spam the logs on unexpected lookup errors
by Jeff Layton
· 11 years ago
cce0244
cifs: change ERRnomem error mapping from ENOMEM to EREMOTEIO
by Jeff Layton
· 11 years ago
eb85d94b
CIFS: Fix symbolic links usage
by Pavel Shilovsky
· 11 years ago
8efdf2b
Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 11 years ago
c224b76
Merge tag 'nfs-for-3.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 11 years ago
c481e9f
Query network adapter info at mount time for debugging
by Steve French
· 11 years ago
f10d9ba
Fix unused variable warning when CIFS POSIX disabled
by Steve French
· 11 years ago
c7f508a
Allow setting per-file compression via CIFS protocol
by Steve French
· 11 years ago
af6a12e
Query File System Alignment
by Steven French
· 11 years ago
2167114
Query device characteristics at mount time from server on SMB2/3 not just on cifs mounts
by Steven French
· 11 years ago
7f48558
cifs: Send a logoff request before removing a smb session
by Shirish Pargaonkar
· 11 years ago
3d378d3
cifs: Make big endian multiplex ID sequences monotonic on the wire
by Tim Gardner
· 11 years ago
944d6f1
cifs: Remove redundant multiplex identifier check from check_smb_hdr()
by Tim Gardner
· 11 years ago
34f6264
Query file system attributes from server on SMB2, not just cifs, mounts
by Steve French
· 11 years ago
64a5cfa
Allow setting per-file compression via SMB2/3
by Steve French
· 11 years ago
7ff8d45
Fix corrupt SMB2 ioctl requests
by Steve French
· 11 years ago
2e32cf5
cifs: rcu-delay unload_nls() and freeing sbi
by Al Viro
· 11 years ago
87dc800
new helper: kfree_put_link()
by Al Viro
· 11 years ago
0c26606
cifs: ntstatus_to_dos_map[] is not terminated
by Tim Gardner
· 11 years ago
dde2356
cifs: Allow LANMAN auth method for servers supporting unencapsulated authentication methods
by Sachin Prabhu
· 11 years ago
2f6c947
cifs: Fix inability to write files >2GB to SMB2/3 shares
by Jan Klos
· 11 years ago
eb4c7df
cifs: Avoid umount hangs with smb2 when server is unresponsive
by Shirish Pargaonkar
· 11 years ago
c31f330
do not treat non-symlink reparse points as valid symlinks
by Steve French
· 11 years ago
a5c984c
Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 11 years ago
94d30ae
FS-Cache: Provide the ability to enable/disable cookies
by David Howells
· 11 years ago
ffe67b5
[CIFS] update cifs.ko version
by Steve French
· 11 years ago
05c715f
[CIFS] Remove ext2 flags that have been moved to fs.h
by Steve French
· 11 years ago
74d290d
[CIFS] Provide sane values for nlink
by Jim McDonough
· 11 years ago
3fe03de
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
9ae6cf6
cifs: stop trying to use virtual circuits
by Jeff Layton
· 11 years ago
54afa99
CIFS: FS-Cache: Uncache unread pages in cifs_readpages() before freeing them
by David Howells
· 11 years ago
dfb1d61
cifs: fix filp leak in cifs_atomic_open()
by Miklos Szeredi
· 11 years ago
466bd31
cifs: Avoid calling unlock_page() twice in cifs_readpage() when using fscache
by Sachin Prabhu
· 11 years ago
a9e9b7b
cifs: Do not take a reference to the page in cifs_readpage_worker()
by Sachin Prabhu
· 11 years ago
ac4de95
Merge branch 'akpm' (patches from Andrew Morton)
by Linus Torvalds
· 11 years ago
7caef26
truncate: drop 'oldsize' truncate_pagecache() parameter
by Kirill A. Shutemov
· 11 years ago
42873b0
CIFS: Respect epoch value from create lease context v2
by Pavel Shilovsky
· 11 years ago
f047390
CIFS: Add create lease v2 context for SMB3
by Pavel Shilovsky
· 11 years ago
b5c7cde
CIFS: Move parsing lease buffer to ops struct
by Pavel Shilovsky
· 11 years ago
a41a28b
CIFS: Move creating lease buffer to ops struct
by Pavel Shilovsky
· 11 years ago
53ef101
CIFS: Store lease state itself rather than a mapped oplock value
by Pavel Shilovsky
· 11 years ago
18cceb6
CIFS: Replace clientCanCache* bools with an integer
by Pavel Shilovsky
· 11 years ago
77993be
[CIFS] quiet sparse compile warning
by Steve French
· 11 years ago
32811d2
cifs: Start using per session key for smb2/3 for signature generation
by Shirish Pargaonkar
· 11 years ago
5c234aa
cifs: Add a variable specific to NTLMSSP for key exchange.
by Shirish Pargaonkar
· 11 years ago
d4e63bd
cifs: Process post session setup code in respective dialect functions.
by Shirish Pargaonkar
· 11 years ago
31f92e9
CIFS: convert to use le32_add_cpu()
by Wei Yongjun
· 11 years ago
933d4b3
CIFS: Fix missing lease break
by Pavel Shilovsky
· 11 years ago
1a05096
CIFS: Fix a memory leak when a lease break comes
by Pavel Shilovsky
· 11 years ago
ec71e0e
cifs: convert case-insensitive dentry ops to use new case conversion routines
by Jeff Layton
· 11 years ago
c2ccf53
cifs: add new case-insensitive conversion routines that are based on wchar_t's
by Jeff Layton
· 11 years ago
cdf1246
cifs: Move and expand MAX_SERVER_SIZE definition
by Scott Lovenberg
· 11 years ago
8c3a2b4
cifs: Move string length definitions to uapi
by Scott Lovenberg
· 11 years ago
d244bf2
CIFS: Implement follow_link for nounix CIFS mounts
by Pavel Shilovsky
· 11 years ago
b42bf88
CIFS: Implement follow_link for SMB2
by Pavel Shilovsky
· 11 years ago
3ae35cd
cifs: display iocharset= option in /proc/mounts
by Jeff Layton
· 11 years ago
30706a5
cifs: create a new Documentation/ directory and move docfiles into it
by Jeff Layton
· 11 years ago
73e216a
cifs: ensure that srv_mutex is held when dealing with ssocket pointer
by Jeff Layton
· 11 years ago
02afc27
direct-io: Handle O_(D)SYNC AIO
by Christoph Hellwig
· 11 years ago
757c4f6
cifs: don't instantiate new dentries in readdir for inodes that need to be revalidated immediately
by Jeff Layton
· 11 years ago
66ffd11
cifs: set sb->s_d_op before calling d_make_root()
by Jeff Layton
· 11 years ago
Next »