Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
e0771fc98909096b65c9781c438ac9d9c98ac41a
/
fs
/
cifs
a5f1a81
cifs: print CIFSMaxBufSize as part of /proc/fs/cifs/DebugData
by Ronnie Sahlberg
· 6 years ago
2e5700b
smb3: add credits we receive from oplock/break PDUs
by Ronnie Sahlberg
· 6 years ago
6a9cbdd
CIFS: Fix mounts if the client is low on credits
by Pavel Shilovsky
· 6 years ago
0fd1d37
CIFS: Do not assume one credit for async responses
by Pavel Shilovsky
· 6 years ago
3d3003f
CIFS: Fix credit calculations in compound mid callback
by Pavel Shilovsky
· 6 years ago
ec678ea
CIFS: Fix credit calculation for encrypted reads with errors
by Pavel Shilovsky
· 6 years ago
8004c78
CIFS: Fix credits calculations for reads with errors
by Pavel Shilovsky
· 6 years ago
ef68e83
CIFS: Do not reconnect TCP session in add_credits()
by Pavel Shilovsky
· 6 years ago
b0b2cac
smb3: Cleanup license mess
by Thomas Gleixner
· 6 years ago
acc58d0
CIFS: Fix possible hang during async MTU reads and writes
by Pavel Shilovsky
· 6 years ago
73aaf92
cifs: fix memory leak of an allocated cifs_ntsd structure
by Colin Ian King
· 6 years ago
48d2ba6
cifs: update internal module version number
by Steve French
· 6 years ago
9a66396
CIFS: Fix error paths in writeback code
by Pavel Shilovsky
· 6 years ago
ee258d7
CIFS: Move credit processing to mid callbacks for SMB3
by Pavel Shilovsky
· 6 years ago
8a26f0f
CIFS: Fix credits calculation for cancelled requests
by Pavel Shilovsky
· 6 years ago
b9a74cd
cifs: Fix potential OOB access of lock element array
by Ross Lagerwall
· 6 years ago
92a8109
cifs: Limit memory used by lock request calls to a page
by Ross Lagerwall
· 6 years ago
15bc77f
cifs: move large array from stack to heap
by Aurelien Aptel
· 6 years ago
ee13919
CIFS: Do not hide EINTR after sending network packets
by Pavel Shilovsky
· 6 years ago
8544f4a
CIFS: Fix credit computation for compounded requests
by Pavel Shilovsky
· 6 years ago
33fa5c8
CIFS: Do not set credits to 1 if the server didn't grant anything
by Pavel Shilovsky
· 6 years ago
b983f7e
CIFS: Fix adjustment of credits for MTU requests
by Pavel Shilovsky
· 6 years ago
c715f89
cifs: Fix a tiny potential memory leak
by Dan Carpenter
· 6 years ago
8428817
cifs: Fix a debug message
by Dan Carpenter
· 6 years ago
7e928df
Merge tag '4.21-smb3-small-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 6 years ago
f86196e
fs: don't open code lru_to_page()
by Nikolay Borisov
· 6 years ago
d5c7076
smb3: add smb3.1.1 to default dialect list
by Steve French
· 6 years ago
55a7f00
cifs: fix confusing warning message on reconnect
by Steve French
· 6 years ago
6d2f84e
smb3: fix large reads on encrypted connections
by Paul Aurich
· 6 years ago
cacf02d
Merge tag '4.21-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 6 years ago
fea1708
cifs: update internal module version number
by Steve French
· 6 years ago
e77fe73
cifs: we can not use small padding iovs together with encryption
by Ronnie Sahlberg
· 6 years ago
5d24ae6
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 6 years ago
14e92c5
cifs: Minor Kconfig clarification
by Steve French
· 6 years ago
28eb24f
cifs: Always resolve hostname before reconnecting
by Paulo Alcantara
· 6 years ago
0874401
cifs: Add support for failover in cifs_reconnect_tcon()
by Paulo Alcantara
· 6 years ago
a3a53b7
cifs: Add support for failover in smb2_reconnect()
by Paulo Alcantara
· 6 years ago
2332440
cifs: Only free DFS target list if we actually got one
by Paulo Alcantara
· 6 years ago
e511d31
cifs: start DFS cache refresher in cifs_mount()
by Paulo Alcantara
· 6 years ago
2f0a617
cifs: Use GFP_ATOMIC when a lock is held in cifs_mount()
by YueHaibing
· 6 years ago
93d5cb5
cifs: Add support for failover in cifs_reconnect()
by Paulo Alcantara
· 6 years ago
4a367dc
cifs: Add support for failover in cifs_mount()
by Paulo Alcantara
· 6 years ago
5a65050
cifs: remove set but not used variable 'sep'
by YueHaibing
· 6 years ago
1c78022
cifs: Make use of DFS cache to get new DFS referrals
by Paulo Alcantara
· 6 years ago
0544b32
cifs: check kzalloc return
by Joe Perches
· 6 years ago
29cbfa1
cifs: remove set but not used variable 'server'
by YueHaibing
· 6 years ago
34bca9b
cifs: Use kzfree() to free password
by Dan Carpenter
· 6 years ago
3e80be0
cifs: Fix to use kmem_cache_free() instead of kfree()
by Wei Yongjun
· 6 years ago
54e4f73
cifs: update for current_kernel_time64() removal
by Stephen Rothwell
· 6 years ago
54be1f6
cifs: Add DFS cache routines
by Paulo Alcantara
· 6 years ago
00c569b
Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
by Linus Torvalds
· 6 years ago
e7b602f
cifs: Save TTL value when parsing DFS referrals
by Paulo Alcantara
· 6 years ago
5fc7fcd
cifs: auto disable 'serverino' in dfs mounts
by Aurelien Aptel
· 6 years ago
d9345e0
cifs: Make devname param optional in cifs_compose_mount_options()
by Paulo Alcantara
· 6 years ago
c34fea5
cifs: Skip any trailing backslashes from UNC
by Paulo Alcantara
· 6 years ago
56c762e
cifs: Refactor out cifs_mount()
by Paulo Alcantara
· 6 years ago
9a596f5
CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problem
by Georgy A Bystrenin
· 6 years ago
54e94ff
CIFS: return correct errors when pinning memory failed for direct I/O
by Long Li
· 6 years ago
b6bc8a7
CIFS: use the correct length when pinning memory for direct I/O for write
by Long Li
· 6 years ago
59a63e47
cifs: check ntwrk_buf_start for NULL before dereferencing it
by Ronnie Sahlberg
· 6 years ago
52baa51
cifs: remove coverity warning in calc_lanman_hash
by Ronnie Sahlberg
· 6 years ago
0f57451
cifs: remove set but not used variable 'smb_buf'
by YueHaibing
· 6 years ago
07fa601
cifs: suppress some implicit-fallthrough warnings
by Gustavo A. R. Silva
· 6 years ago
f9793b6
cifs: change smb2_query_eas to use the compound query-info helper
by Ronnie Sahlberg
· 6 years ago
4a3b38a
Add vers=3.0.2 as a valid option for SMBv3.0.2
by Kenneth D'souza
· 6 years ago
07d3b2e
cifs: create a helper function for compound query_info
by Ronnie Sahlberg
· 6 years ago
97aa495
cifs: address trivial coverity warning
by Steve French
· 6 years ago
f5942db
cifs: smb2 commands can not be negative, remove confusing check
by Steve French
· 6 years ago
0967e54
cifs: use a compound for setting an xattr
by Ronnie Sahlberg
· 6 years ago
5890255
cifs: clean up indentation, replace spaces with tab
by Colin Ian King
· 6 years ago
271b9c0
smb3: Fix rmdir compounding regression to strict servers
by Ronnie Sahlberg
· 6 years ago
3023a1e
RDMA: Start use ib_device_ops
by Kamal Heib
· 6 years ago
cb03f94
fs/locks: merge posix_unblock_lock() and locks_delete_block()
by NeilBrown
· 6 years ago
6ac7929
CIFS: Avoid returning EBUSY to upper layer VFS
by Long Li
· 6 years ago
c988de2
cifs: Fix separator when building path from dentry
by Paulo Alcantara
· 6 years ago
6e78530
cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)
by Steve French
· 6 years ago
ada5c1d
fs/locks: rename some lists and pointers.
by NeilBrown
· 6 years ago
b98e26d
cifs: fix signed/unsigned mismatch on aio_read patch
by Steve French
· 6 years ago
8c6c9be
cifs: don't dereference smb_file_target before null check
by Colin Ian King
· 6 years ago
be4eb68
CIFS: Add direct I/O functions to file_operations
by Long Li
· 6 years ago
8c5f9c1
CIFS: Add support for direct I/O write
by Long Li
· 6 years ago
6e6e2b8
CIFS: Add support for direct I/O read
by Long Li
· 6 years ago
0df444a
smb3: missing defines and structs for reparse point handling
by Steve French
· 6 years ago
dfe33f9
smb3: allow more detailed protocol info on open files for debugging
by Steve French
· 6 years ago
926674d
smb3: on kerberos mount if server doesn't specify auth type use krb5
by Steve French
· 6 years ago
f8af49d
smb3: add trace point for tree connection
by Steve French
· 6 years ago
413d610
cifs: fix spelling mistake, EACCESS -> EACCES
by Colin Ian King
· 6 years ago
0c5d6cb
cifs: fix return value for cifs_listxattr
by Ronnie Sahlberg
· 6 years ago
c2aa1a4
Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 6 years ago
9931a07
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
42ec3d4
vfs: make remap_file_range functions take and return bytes completed
by Darrick J. Wong
· 6 years ago
2e5dfc9
vfs: combine the clone and dedupe into a single remap_file_range
by Darrick J. Wong
· 6 years ago
38f876b
cifs: update internal module version number for cifs.ko to 2.14
by Steve French
· 6 years ago
43de1db
smb3: add debug for unexpected mid cancellation
by Steve French
· 6 years ago
32a1fb3
cifs: allow calling SMB2_xxx_free(NULL)
by Ronnie Sahlberg
· 6 years ago
35a9080
smb3 - clean up debug output displaying network interfaces
by Steve French
· 6 years ago
fae8044
smb3: show number of current open files in /proc/fs/cifs/Stats
by Steve French
· 6 years ago
8d8b26e
cifs: add support for ioctl on directories
by Ronnie Sahlberg
· 6 years ago
3b7960c
cifs: fallback to older infolevels on findfirst queryinfo retry
by Steve French
· 6 years ago
1e77a8c
smb3: do not attempt cifs operation in smb3 query info error path
by Steve French
· 6 years ago
Next »