Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
f9a4963019291b8ea7f2bb473b2caa7ff2238633
/
fs
/
cifs
729c0c9
cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()
by Stefano Brivio
· 6 years ago
7ffbe65
cifs: Fix infinite loop when using hard mount option
by Paulo Alcantara
· 6 years ago
f46ecbd
cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE setting
by Stefano Brivio
· 6 years ago
6aa0c11
cifs: Fix memory leak in smb2_set_ea()
by Paulo Alcantara
· 6 years ago
81f39f9
cifs: fix SMB1 breakage
by Ronnie Sahlberg
· 6 years ago
8de8c46
cifs: Fix validation of signed data in smb2
by Paulo Alcantara
· 6 years ago
27c32b4
cifs: Fix validation of signed data in smb3+
by Paulo Alcantara
· 6 years ago
696e420
cifs: Fix use after free of a mid_q_entry
by Lars Persson
· 6 years ago
83ffdea
cifs: Fix invalid check in __cifs_calc_signature()
by Paulo Alcantara
· 6 years ago
35e2cc1
cifs: Use correct packet length in SMB2_TRANSFORM header
by Paulo Alcantara
· 6 years ago
d819d29
smb3: fix corrupt path in subdirs on smb311 with posix
by Steve French
· 6 years ago
115d5d2
smb3: do not display empty interface list
by Steve French
· 6 years ago
bea851b
smb3: Fix mode on mkdir on smb311 mounts
by Steve French
· 6 years ago
662bf5b
cifs: Fix kernel oops when traceSMB is enabled
by Paulo Alcantara
· 6 years ago
bc0fe8b
CIFS: dump every session iface info
by Aurelien Aptel
· 6 years ago
fe856be
CIFS: parse and store info on iface queries
by Aurelien Aptel
· 6 years ago
b6f0dd5
CIFS: add iface info to struct cifs_ses
by Aurelien Aptel
· 6 years ago
bead042
CIFS: complete PDU definitions for interface queries
by Aurelien Aptel
· 6 years ago
e229243
CIFS: move default port definitions to cifsglob.h
by Aurelien Aptel
· 6 years ago
cd2dca6
cifs: Fix encryption/signing
by Paulo Alcantara
· 6 years ago
07cd952
cifs: update __smb_send_rqst() to take an array of requests
by Ronnie Sahlberg
· 6 years ago
40eff45
cifs: remove smb2_send_recv()
by Ronnie Sahlberg
· 6 years ago
c713c87
cifs: push rfc1002 generation down the stack
by Ronnie Sahlberg
· 6 years ago
d409014
smb3: increase initial number of credits requested to allow write
by Steve French
· 6 years ago
a93864d
cifs: add lease tracking to the cached root fid
by Ronnie Sahlberg
· 6 years ago
2fbb564
smb3: note that smb3.11 posix extensions mount option is experimental
by Steve French
· 6 years ago
7a93251
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 6 years ago
15eefe2
Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64
by Arnd Bergmann
· 6 years ago
42bc47b
treewide: Use array_size() in vmalloc()
by Kees Cook
· 6 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 6 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 6 years ago
9d874c3
cifs: fix a buffer leak in smb2_query_symlink
by Ronnie Sahlberg
· 6 years ago
c7c137b
smb3: do not allow insecure cifs mounts when using smb3
by Steve French
· 6 years ago
8ddecf5
CIFS: Fix NULL ptr deref
by Aurelien Aptel
· 6 years ago
83210ba
CIFS: fix encryption in SMB3.1.1
by Aurelien Aptel
· 6 years ago
95582b0
vfs: change inode times to use struct timespec64
by Deepa Dinamani
· 7 years ago
d5f07fb
CIFS: Pass page offset for encrypting
by Steve French
· 6 years ago
4c0d2a5
CIFS: Pass page offset for calculating signature
by Long Li
· 6 years ago
7cf20bc
CIFS: SMBD: Support page offset in memory registration
by Long Li
· 6 years ago
6509f50
CIFS: SMBD: Support page offset in RDMA recv
by Long Li
· 6 years ago
b6903bc
CIFS: SMBD: Support page offset in RDMA send
by Long Li
· 6 years ago
e8157b2
CIFS: When sending data on socket, pass the correct page offset
by Long Li
· 6 years ago
7b7f2bd
CIFS: Introduce helper function to get page offset and length in smb_rqst
by Long Li
· 6 years ago
c06a0f2
CIFS: Calculate the correct request length based on page offset and tail size
by Long Li
· 6 years ago
ee25c6d
cifs: For SMB2 security informaion query, check for minimum sized security descriptor instead of sizeof FileAllInformation class
by Shirish Pargaonkar
· 6 years ago
57f933c
CIFS: Fix signing for SMB2/3
by Aurelien Aptel
· 6 years ago
3255201
Merge tag '4.18-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 6 years ago
b058efc
Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
8e7360f
CIFS: Add support for direct pages in wdata
by Long Li
· 6 years ago
1dbe346
CIFS: Use offset when reading pages
by Long Li
· 6 years ago
f9f5aca
CIFS: Add support for direct pages in rdata
by Long Li
· 6 years ago
8ce79ec
cifs: update multiplex loop to handle compounded responses
by Ronnie Sahlberg
· 6 years ago
1fc6ad2f
cifs: remove header_preamble_size where it is always 0
by Ronnie Sahlberg
· 6 years ago
49f466b
cifs: remove struct smb2_hdr
by Ronnie Sahlberg
· 6 years ago
d81243c
CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session expiry, status STATUS_NETWORK_SESSION_EXPIRED, however the server can also respond with STATUS_USER_SESSION_DELETED in cases where the session has been idle for some time and the server reaps the session to recover resources.
by Mark Syms
· 6 years ago
e4dc31f
cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argument
by Ronnie Sahlberg
· 6 years ago
84f0cbf
cifs: update smb2_calc_size to use smb2_sync_hdr instead of smb2_hdr
by Ronnie Sahlberg
· 6 years ago
0d5a288
cifs: remove struct smb2_oplock_break_rsp
by Ronnie Sahlberg
· 6 years ago
977b617
cifs: remove rfc1002 header from all SMB2 response structures
by Ronnie Sahlberg
· 6 years ago
b2adf22f
smb3: on reconnect set PreviousSessionId field
by Steve French
· 6 years ago
ce558b0
smb3: Add posix create context for smb3.11 posix mounts
by Steve French
· 6 years ago
28d5936
smb3: add tracepoints for smb2/smb3 open
by Steve French
· 6 years ago
5c5a41b
cifs: add debug output to show nocase mount option
by Steve French
· 6 years ago
fe04840
smb3: add define for id for posix create context and corresponding struct
by Steve French
· 6 years ago
98170fb
cifs: update smb2_check_message to handle PDUs without a 4 byte length header
by Ronnie Sahlberg
· 6 years ago
b326614
smb3: allow "posix" mount option to enable new SMB311 protocol extensions
by Steve French
· 6 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
· 6 years ago
11911b9
cifs: make minor clarifications to module params for cifs.ko
by Steve French
· 6 years ago
6539e7f
cifs: show the "w" bit for writeable /proc/fs/cifs/* files
by Ronnie Sahlberg
· 6 years ago
49218b4
smb3: add module alias for smb3 to cifs.ko
by Steve French
· 6 years ago
25ad1cb
cifs: return error on invalid value written to cifsFYI
by Ronnie Sahlberg
· 6 years ago
57c55cd
cifs: invalidate cache when we truncate a file
by Ronnie Sahlberg
· 6 years ago
e0386e4
smb3: print tree id in debugdata in proc to be able to help logging
by Steve French
· 7 years ago
d683bcd
smb3: add additional ftrace entry points for entry/exit to cifs.ko
by Steve French
· 7 years ago
cfe8909
smb3: fix various xid leaks
by Steve French
· 7 years ago
57a929a
CIFS: Introduce offset for the 1st page in data transfer structures
by Long Li
· 6 years ago
eccb442
smb3: Add ftrace tracepoints for improved SMB3 debugging
by Steve French
· 7 years ago
5a77e75
smb3: rename encryption_required to smb3_encryption_required
by Steve French
· 7 years ago
3fa9a54
cifs: update internal module version number for cifs.ko to 2.12
by Steve French
· 7 years ago
97ca176
cifs: add a new SMB2_close_flags function
by Ronnie Sahlberg
· 7 years ago
96164ab
cifs: store the leaseKey in the fid on SMB2_open
by Ronnie Sahlberg
· 7 years ago
71992e62
cifs: fix build break when CONFIG_CIFS_DEBUG2 enabled
by Steve French
· 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
34b48b8
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 6 years ago
11f17c9
cifs_lookup(): switch to d_splice_alias()
by Al Viro
· 7 years ago
a8b75f6
cifs_lookup(): cifs_get_inode_...() never returns 0 with *inode left NULL
by Al Viro
· 7 years ago
3f3942a
proc: introduce proc_create_single{,_data}
by Christoph Hellwig
· 7 years ago
6e70c26
smb3: directory sync should not return an error
by Steve French
· 7 years ago
ae2cd7f
cifs: smb2ops: Fix listxattr() when there are no EAs
by Paulo Alcantara
· 7 years ago
f7c4396
cifs: smbd: Enable signing with smbdirect
by Long Li
· 7 years ago
2796d30
cifs: Allocate validate negotiation request through kmalloc
by Long Li
· 7 years ago
9533b29
IB: remove redundant INFINIBAND kconfig dependencies
by Greg Thelen
· 7 years ago
eb4f959
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 7 years ago
3c6b03d
cifs: smbd: depend on INFINIBAND_ADDR_TRANS
by Greg Thelen
· 7 years ago
8bcda1d
cifs: smbd: Avoid allocating iov on the stack
by Long Li
· 7 years ago
bb4c041
cifs: smbd: Don't use RDMA read/write when signing is used
by Long Li
· 7 years ago
0d5ec28
SMB311: Fix reconnect
by Steve French
· 7 years ago
Next »