Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
f5b05d622a3e99e6a97a189fe500414be802a05c
/
fs
/
cifs
/
cifsglob.h
f5b05d6
cifs: add IOCTL for QUERY_INFO passthrough to userspace
by Ronnie Sahlberg
· 6 years ago
9645759
cifs: OFD locks do not conflict with eachothers
by Ronnie Sahlberg
· 6 years ago
3d62123
smb3: update default requested iosize to 4MB from 1MB for recent dialects
by Steve French
· 6 years ago
9e1a37d
smb3: track the instance of each session for debugging
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
ddf83af
cifs: add a warning if we try to to dequeue a deleted mid
by Ronnie Sahlberg
· 6 years ago
b24df3e
cifs: update receive_encrypted_standard to handle compounded responses
by Ronnie Sahlberg
· 6 years ago
468d677
smb3: display stats counters for number of slow commands
by Steve French
· 6 years ago
b2c96de
cifs: update init_sg, crypt_message to take an array of rqst
by Ronnie Sahlberg
· 6 years ago
fcabb89
cifs: simple stats should always be enabled
by Steve French
· 6 years ago
9da6ec7
cifs: use a refcount to protect open/closing the cached file handle
by Ronnie Sahlberg
· 6 years ago
06188fc
cifs: remove unused stats
by Steve French
· 6 years ago
0fdfef9
smb3: simplify code by removing CONFIG_CIFS_SMB311
by Steve French
· 7 years ago
9539020
cifs: use timespec64 internally
by Arnd Bergmann
· 7 years ago
729c0c9
cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()
by Stefano Brivio
· 6 years ago
696e420
cifs: Fix use after free of a mid_q_entry
by Lars Persson
· 7 years ago
bea851b
smb3: Fix mode on mkdir on smb311 mounts
by Steve French
· 7 years ago
b6f0dd5
CIFS: add iface info to struct cifs_ses
by Aurelien Aptel
· 7 years ago
e229243
CIFS: move default port definitions to cifsglob.h
by Aurelien Aptel
· 7 years ago
a93864d
cifs: add lease tracking to the cached root fid
by Ronnie Sahlberg
· 7 years ago
8ddecf5
CIFS: Fix NULL ptr deref
by Aurelien Aptel
· 7 years ago
8e7360f
CIFS: Add support for direct pages in wdata
by Long Li
· 7 years ago
f9f5aca
CIFS: Add support for direct pages in rdata
by Long Li
· 7 years ago
8ce79ec
cifs: update multiplex loop to handle compounded responses
by Ronnie Sahlberg
· 7 years ago
ce558b0
smb3: Add posix create context for smb3.11 posix mounts
by Steve French
· 7 years ago
b326614
smb3: allow "posix" mount option to enable new SMB311 protocol extensions
by Steve French
· 7 years ago
fcef0db
smb3: add support for posix negotiate context
by Steve French
· 7 years ago
f92a720
cifs: allow disabling less secure legacy dialects
by Steve French
· 7 years ago
11911b9
cifs: make minor clarifications to module params for cifs.ko
by Steve French
· 7 years ago
57a929a
CIFS: Introduce offset for the 1st page in data transfer structures
by Long Li
· 7 years ago
96164ab
cifs: store the leaseKey in the fid on SMB2_open
by Ronnie Sahlberg
· 7 years ago
9ec672b
cifs: update calc_size to take a server argument
by Ronnie Sahlberg
· 7 years ago
14547f7
cifs: add server argument to the dump_detail method
by Ronnie Sahlberg
· 7 years ago
3d4ef9a
smb3: fix redundant opens on root
by Steve French
· 7 years ago
e19b2bc
cifs: add resp_buf_size to the mid_q_entry structure
by Ronnie Sahlberg
· 7 years ago
2e96467
cifs: add pdu_size to the TCP_Server_Info structure
by Ronnie Sahlberg
· 7 years ago
5100d8a
SMB311: Improve checking of negotiate security contexts
by Steve French
· 7 years ago
7ea884c
smb3: Fix root directory when server returns inode number of zero
by Steve French
· 7 years ago
93012bf
cifs: add server->vals->header_preamble_size
by Ronnie Sahlberg
· 7 years ago
8bd68c6
CIFS: implement v3.11 preauth integrity
by Aurelien Aptel
· 7 years ago
5fcd7f3
CIFS: add sha512 secmech
by Aurelien Aptel
· 7 years ago
b327a71
CIFS: make IPC a regular tcon
by Aurelien Aptel
· 7 years ago
74dcf41
CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O
by Long Li
· 7 years ago
db223a5
CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory registration
by Long Li
· 7 years ago
8339dd3
CIFS: SMBD: Add rdma mount option
by Long Li
· 7 years ago
1751e8a
Rename superblock flags (MS_xyz -> SB_xyz)
by Linus Torvalds
· 7 years ago
06e2290
Fix encryption labels and lengths for SMB3.1.1
by Steve French
· 7 years ago
9764c02
SMB3: Add support for multidialect negotiate (SMB2.1 and later)
by Steve French
· 7 years ago
5517554
cifs: Add support for writing attributes on SMB2+
by Ronnie Sahlberg
· 7 years ago
2a38e12
[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferred
by Steve French
· 7 years ago
511c54a
CIFS: Reconnect expired SMB sessions
by Pavel Shilovsky
· 7 years ago
67b4c88
[CIFS] Minor cleanup of xattr query function
by Steve French
· 8 years ago
3998e6b8
CIFS: fix oplock break deadlocks
by Rabin Vincent
· 8 years ago
c610c4b
CIFS: Add asynchronous write support through kernel AIO
by Pavel Shilovsky
· 8 years ago
6685c5e
CIFS: Add asynchronous read support through kernel AIO
by Pavel Shilovsky
· 8 years ago
ccf7f40
CIFS: Add asynchronous context to support kernel AIO
by Pavel Shilovsky
· 8 years ago
a0918f1
CIFS: remove bad_network_name flag
by Germano Percossi
· 8 years ago
620d874
Introduce cifs_copy_file_range()
by Sachin Prabhu
· 8 years ago
312bbc5
SMB3: Rename clone_range to copychunk_range
by Sachin Prabhu
· 8 years ago
38bd490
Handle mismatched open calls
by Sachin Prabhu
· 8 years ago
ef65aae
smb2: Enforce sec= mount option
by Sachin Prabhu
· 8 years ago
7f9f6d2
CIFS: let ses->ipc_tid hold smb2 TreeIds
by Aurelien Aptel
· 8 years ago
4326ed2
CIFS: Decrypt and process small encrypted packets
by Pavel Shilovsky
· 8 years ago
d70b910
CIFS: Add copy into pages callback for a read operation
by Pavel Shilovsky
· 8 years ago
9b7c18a
CIFS: Add mid handle callback
by Pavel Shilovsky
· 8 years ago
9bb17e0
CIFS: Add transform header handling callbacks
by Pavel Shilovsky
· 8 years ago
026e93d
CIFS: Encrypt SMB3 requests before sending
by Pavel Shilovsky
· 8 years ago
7fb8986
CIFS: Add capability to transform requests before sending
by Pavel Shilovsky
· 8 years ago
738f9de
CIFS: Send RFC1001 length in a separate iov
by Pavel Shilovsky
· 8 years ago
fb2036d
CIFS: Make send_cancel take rqst as argument
by Pavel Shilovsky
· 8 years ago
3956644
Fix default behaviour for empty domains and add domainauto option
by Germano Percossi
· 8 years ago
96a988f
CIFS: Fix a possible double locking of mutex during reconnect
by Pavel Shilovsky
· 8 years ago
53e0e11
CIFS: Fix a possible memory corruption during reconnect
by Pavel Shilovsky
· 8 years ago
8b217fe
SMB3: parsing for new snapshot timestamp mount parm
by Steve French
· 8 years ago
9593265
CIFS: Add new mount option to set owner uid and gid from special sids in acl
by Steve French
· 8 years ago
f2cca6a
CIFS: Fix persistent handles re-opening on reconnect
by Pavel Shilovsky
· 8 years ago
834170c
Enable previous version support
by Steve French
· 8 years ago
141891f
SMB3: Add mount parameter to allow user to override max credits
by Steve French
· 8 years ago
3afca26
Clarify locking of cifs file and tcon structures and make more granular
by Steve French
· 8 years ago
3d22462
cifs: stuff the fl_owner into "pid" field in the lock request
by Jeff Layton
· 9 years ago
442c9ac
Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
ea1754a
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
by Kirill A. Shutemov
· 9 years ago
09aab88
cifs: no need to wank with copying and advancing iovec on recvmsg side either
by Al Viro
· 9 years ago
1404297
lib: update single-char callers of strtobool()
by Kees Cook
· 9 years ago
373512e
Prepare for encryption support (first part). Add decryption and encryption key generation. Thanks to Metze for helping with this.
by Steve French
· 9 years ago
adfeb3e
cifs: Make echo interval tunable
by Steve French
· 9 years ago
592fafe
Add resilienthandles mount parm
by Steve French
· 9 years ago
b56eae4
[SMB3] Send durable handle v2 contexts when use of persistent handles required
by Steve French
· 9 years ago
b618f00
[SMB3] Enable checking for continuous availability and persistent handle support
by Steve French
· 9 years ago
b2a3077
[SMB3] Add parsing for new mount option controlling persistent handles
by Steve French
· 9 years ago
b3152e2
Add ioctl to set integrity
by Steve French
· 10 years ago
02b1666
Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTS
by Steve French
· 10 years ago
aab1893
Add SMB3.11 mount option synonym for new dialect
by Steve French
· 10 years ago
5f7fbf7
Allow parsing vers=3.11 on cifs mount
by Steve French
· 10 years ago
9235d09
Convert MessageID in smb2_hdr to LE
by Sachin Prabhu
· 10 years ago
7119e22
cifs: get rid of ->f_path.dentry->d_sb uses, add a new helper
by Al Viro
· 10 years ago
2baa268
Remap reserved posix characters by default (part 3/3)
by Steve French
· 10 years ago
db8b631
Allow mknod and mkfifo on SMB2/SMB3 mounts
by Steve French
· 10 years ago
1bbe499
CIFS: Fix wrong filename length for SMB2
by Pavel Shilovsky
· 10 years ago
31742c5
enable fallocate punch hole ("fallocate -p") for SMB3
by Steve French
· 10 years ago
Next »