Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
51cf784c42d07fbd62cb604836a9270cf3361509
/
fs
/
cifs
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
8c6c9bed8
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
61351d6
smb3: send backup intent on compounded query info
by Steve French
· 6 years ago
0cb012d
cifs: track writepages in vfs operation counters
by Steve French
· 6 years ago
f70556c
smb2: fix uninitialized variable bug in smb2_ioctl_query_info
by Gustavo A. R. Silva
· 6 years ago
f5b05d6
cifs: add IOCTL for QUERY_INFO passthrough to userspace
by Ronnie Sahlberg
· 6 years ago
8c1beb9
cifs: minor clarification in comments
by Steve French
· 6 years ago
f80eaed
CIFS: Print message when attempting a mount
by Rodrigo Freire
· 6 years ago
9a0efec
CIFS: Adds information-level logging function
by Rodrigo Freire
· 6 years ago
9645759
cifs: OFD locks do not conflict with eachothers
by Ronnie Sahlberg
· 6 years ago
ff526d8
CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registration
by Long Li
· 6 years ago
6d3adb2
CIFS: pass page offsets on SMB1 read/write
by Long Li
· 6 years ago
ef2298a
fs/cifs: fix uninitialised variable warnings
by Garry McNulty
· 6 years ago
179e44d
smb3: add tracepoint for sending lease break responses to server
by Steve French
· 6 years ago
9b9c5be
cifs: do not return atime less than mtime
by Steve French
· 6 years ago
3d62123
smb3: update default requested iosize to 4MB from 1MB for recent dialects
by Steve French
· 6 years ago
6e4d3bb
smb3: Add debug message later in smb2/smb3 reconnect path
by Steve French
· 6 years ago
8393072
CIFS: make 'nodfs' mount opt a superblock flag
by Aurelien Aptel
· 6 years ago
9e1a37d
smb3: track the instance of each session for debugging
by Steve French
· 6 years ago
37e6a70
smb3: minor missing defines relating to reparse points
by Steve French
· 6 years ago
00778e2
smb3: add way to control slow response threshold for logging and stats
by Steve French
· 6 years ago
1c3a13a
cifs: minor updates to module description for cifs.ko
by Steve French
· 6 years ago
5a519be
cifs: protect against server returning invalid file system block size
by Steve French
· 6 years ago
2c887635
smb3: allow stats which track session and share reconnects to be reset
by Steve French
· 6 years ago
4d5bdf2
SMB3: Backup intent flag missing from compounded ops
by Steve French
· 6 years ago
14e562a
cifs: create a define for the max number of iov we need for a SMB2 set_info
by Ronnie Sahlberg
· 6 years ago
Next »