index
:
kernel/git/wireless/wireless-testing.git
master
Wireless integration testing tree
Wireless group
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
smb
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-07
Merge remote-tracking branch 'wireless-next/main'
Bob Copeland
1
-4
/
+2
2025-07-05
Merge tag 'v6.16-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
8
-36
/
+39
2025-07-04
Merge tag 'vfs-6.16-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-4
/
+45
2025-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
5
-154
/
+110
2025-07-03
smb: client: fix native SMB symlink traversal
Paulo Alcantara
2
-19
/
+20
2025-07-03
smb: client: fix race condition in negotiate timeout by using more precise ti...
Wang Zhaolong
2
-3
/
+5
2025-07-01
netfs: Update tracepoints in a number of ways
David Howells
2
-4
/
+42
2025-07-01
smb: client: set missing retry flag in cifs_writev_callback()
Paulo Alcantara
1
-0
/
+1
2025-07-01
smb: client: set missing retry flag in cifs_readv_callback()
Paulo Alcantara
1
-0
/
+1
2025-07-01
smb: client: set missing retry flag in smb2_writev_callback()
Paulo Alcantara
1
-0
/
+1
2025-06-30
cifs: all initializations for tcon should happen in tcon_info_alloc
Shyam Prasad N
3
-7
/
+8
2025-06-30
smb: client: fix warning when reconnecting channel
Paulo Alcantara
2
-6
/
+5
2025-06-29
smb: client: fix readdir returning wrong type with POSIX extensions
Philipp Kerling
1
-1
/
+1
2025-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
10
-13
/
+27
2025-06-26
cifs: Fix reading into an ITER_FOLIOQ from the smbdirect code
David Howells
1
-95
/
+17
2025-06-26
cifs: Fix the smbd_response slab to allow usercopy
David Howells
1
-5
/
+13
2025-06-26
smb: client: fix potential deadlock when reconnecting channels
Paulo Alcantara
2
-22
/
+37
2025-06-25
smb: client: remove \t from TP_printk statements
Stefan Metzmacher
1
-12
/
+12
2025-06-25
smb: client: let smbd_post_send_iter() respect the peers max_send_size and tr...
Stefan Metzmacher
1
-4
/
+27
2025-06-23
net: make sk->sk_rcvtimeo lockless
Eric Dumazet
1
-4
/
+2
2025-06-23
smb: client: fix regression with native SMB symlinks
Paulo Alcantara
1
-16
/
+4
2025-06-22
Merge tag 'v6.16-rc2-smb3-client-fixes-v2' of git://git.samba.org/sfrench/cif...
Linus Torvalds
10
-13
/
+27
2025-06-21
smb: minor fix to use SMB2_NTLMV2_SESSKEY_SIZE for auth_key size
Bharath SM
2
-2
/
+2
2025-06-21
smb: minor fix to use sizeof to initialize flags_string buffer
Bharath SM
1
-1
/
+1
2025-06-21
smb: Use loff_t for directory position in cached_dirents
Bharath SM
1
-1
/
+1
2025-06-21
smb: Log an error when close_all_cached_dirs fails
Paul Aurich
1
-2
/
+12
2025-06-21
cifs: Fix prepare_write to negotiate wsize if needed
David Howells
1
-2
/
+6
2025-06-21
smb: client: fix max_sge overflow in smb_extract_folioq_to_rdma()
Stefan Metzmacher
1
-2
/
+3
2025-06-21
smb: client: fix first command failure during re-negotiation
zhangjian
1
-0
/
+1
2025-06-18
cifs: Remove duplicate fattr->cf_dtype assignment from wsl_to_fattr() function
Pali Rohár
1
-1
/
+0
2025-06-18
smb: fix secondary channel creation issue with kerberos by populating hostnam...
Bharath SM
1
-2
/
+1
2025-06-17
ksmbd: handle set/get info file for streamed file
Namjae Jeon
3
-15
/
+54
2025-06-17
ksmbd: fix null pointer dereference in destroy_previous_session
Namjae Jeon
1
-5
/
+6
2025-06-17
ksmbd: add free_transport ops in ksmbd connection
Namjae Jeon
4
-4
/
+12
2025-06-12
smb: improve directory cache reuse for readdir operations
Bharath SM
2
-17
/
+19
2025-06-12
smb: client: fix perf regression with deferred closes
Paulo Alcantara
1
-3
/
+6
2025-06-09
smb: client: disable path remapping with POSIX extensions
Philipp Kerling
1
-2
/
+8
2025-06-08
Merge tag '6.16-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...
Linus Torvalds
12
-286
/
+421
2025-06-05
cifs: update internal version number
Steve French
1
-2
/
+2
2025-06-04
Merge tag '6.16-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
10
-93
/
+53
2025-06-03
cifs: do not disable interface polling on failure
Shyam Prasad N
2
-9
/
+6
2025-06-03
cifs: serialize other channels when query server interfaces is pending
Shyam Prasad N
2
-6
/
+19
2025-06-03
cifs: deal with the channel loading lag while picking channels
Shyam Prasad N
1
-7
/
+7
2025-06-03
smb: client: make use of common smbdirect_socket_parameters
Stefan Metzmacher
4
-59
/
+77
2025-06-03
smb: smbdirect: introduce smbdirect_socket_parameters
Stefan Metzmacher
3
-0
/
+23
2025-06-03
smb: client: make use of common smbdirect_socket
Stefan Metzmacher
3
-126
/
+146
2025-06-03
smb: smbdirect: add smbdirect_socket.h
Stefan Metzmacher
1
-0
/
+41
2025-06-03
smb: client: make use of common smbdirect.h
Stefan Metzmacher
2
-15
/
+9
2025-06-03
smb: smbdirect: add smbdirect.h with public structures
Stefan Metzmacher
1
-0
/
+17
2025-06-03
smb: client: make use of common smbdirect_pdu.h
Stefan Metzmacher
2
-62
/
+19
2025-06-03
smb: smbdirect: add smbdirect_pdu.h with protocol definitions
Stefan Metzmacher
1
-0
/
+55
2025-06-03
Merge tag 'v6.16-rc-part1-smb-client-fixes' of git://git.samba.org/sfrench/ci...
Linus Torvalds
13
-97
/
+130
2025-06-02
cifs: update the lock ordering comments with new mutex
Shyam Prasad N
1
-5
/
+8
2025-06-02
Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-11
/
+10
2025-06-02
cifs: dns resolution is needed only for primary channel
Shyam Prasad N
1
-1
/
+2
2025-06-02
cifs: update dstaddr whenever channel iface is updated
Shyam Prasad N
1
-0
/
+4
2025-06-02
cifs: reset connections for all channels when reconnect requested
Shyam Prasad N
1
-0
/
+7
2025-06-01
smb: client: use ParentLeaseKey in cifs_do_create
Henrique Carvalho
1
-0
/
+23
2025-06-01
smb: client: use ParentLeaseKey in open_cached_dir
Henrique Carvalho
1
-1
/
+23
2025-06-01
smb: client: add ParentLeaseKey support
Henrique Carvalho
3
-6
/
+18
2025-06-01
cifs: Fix cifs_query_path_info() for Windows NT servers
Pali Rohár
1
-0
/
+8
2025-06-01
cifs: Fix validation of SMB1 query reparse point response
Pali Rohár
1
-2
/
+18
2025-06-01
cifs: Correctly set SMB1 SessionKey field in Session Setup Request
Pali Rohár
4
-3
/
+6
2025-06-01
cifs: Fix encoding of SMB1 Session Setup NTLMSSP Request in non-UNICODE mode
Pali Rohár
1
-10
/
+10
2025-06-01
smb: client: add NULL check in automount_fullpath
Ruben Devos
1
-0
/
+3
2025-05-30
Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-1
/
+0
2025-05-28
smb: client: Remove an unused function and variable
Dr. David Alan Gilbert
3
-69
/
+0
2025-05-27
ksmbd: allow a filename to contain special characters on SMB3.1.1 posix exten...
Namjae Jeon
1
-26
/
+27
2025-05-27
ksmbd: provide zero as a unique ID to the Mac client
Namjae Jeon
3
-2
/
+21
2025-05-26
Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-7
/
+11
2025-05-25
ksmbd: remove unnecessary softdep on crc32
Eric Biggers
1
-1
/
+0
2025-05-25
ksmbd: use SHA-256 library API instead of crypto_shash API
Eric Biggers
6
-64
/
+5
2025-05-23
Merge tag 'v6.15-rc8-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2
-14
/
+9
2025-05-23
netfs: Fix undifferentiation of DIO reads from unbuffered reads
David Howells
1
-1
/
+2
2025-05-21
ksmbd: use list_first_entry_or_null for opinfo_get_list()
Namjae Jeon
1
-5
/
+2
2025-05-21
ksmbd: fix rename failure
Namjae Jeon
1
-1
/
+1
2025-05-21
netfs: Fix the request's work item to not require a ref
David Howells
4
-10
/
+8
2025-05-19
ksmbd: fix stream write failure
Namjae Jeon
1
-8
/
+6
2025-05-19
smb: client: Reset all search buffer pointers when releasing buffer
Wang Zhaolong
1
-0
/
+3
2025-05-18
smb: client: Fix use-after-free in cifs_fill_dirent
Wang Zhaolong
1
-2
/
+2
2025-05-14
smb: client: fix zero rsize error messages
Paulo Alcantara
1
-2
/
+4
2025-05-14
smb: client: fix memory leak during error handling for POSIX mkdir
Jethro Donaldson
1
-1
/
+1
2025-05-09
Merge tag '6.15-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2
-8
/
+4
2025-05-08
Merge tag 'v6.15-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
4
-9
/
+43
2025-05-07
smb: client: Avoid race in open_cached_dir with lease breaks
Paul Aurich
1
-8
/
+2
2025-05-06
smb3 client: warn when parse contexts returns error on compounded operation
Steve French
1
-0
/
+2
2025-05-06
ksmbd: Fix UAF in __close_file_table_ids
Sean Heelan
1
-7
/
+26
2025-05-06
ksmbd: prevent out-of-bounds stream writes by validating *pos
Norbert Szetei
1
-0
/
+7
2025-05-05
saner calling conventions for ->d_automount()
Al Viro
1
-1
/
+0
2025-05-02
Merge tag '6.15-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
9
-75
/
+324
2025-05-01
ksmbd: fix memory leak in parse_lease_state()
Wang Zhaolong
1
-2
/
+5
2025-05-01
ksmbd: prevent rename with empty string
Namjae Jeon
1
-0
/
+5
2025-05-01
smb: client: ensure aligned IO sizes
Paulo Alcantara
6
-55
/
+62
2025-04-30
cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() fun...
Pali Rohár
4
-12
/
+166
2025-04-30
cifs: Fix and improve cifs_query_path_info() and cifs_query_file_info()
Pali Rohár
1
-8
/
+95
2025-04-30
smb: client: fix zero length for mkdir POSIX create context
Jethro Donaldson
1
-0
/
+1
2025-04-25
ksmbd: fix use-after-free in session logoff
Sean Heelan
1
-4
/
+0
2025-04-25
ksmbd: fix use-after-free in kerberos authentication
Sean Heelan
2
-6
/
+13
2025-04-22
ksmbd: fix use-after-free in ksmbd_session_rpc_open
Namjae Jeon
2
-6
/
+15
2025-04-22
smb: server: smb2pdu: check return value of xa_store()
Salah Triki
1
-2
/
+7
2025-04-18
Merge tag '6.15-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
3
-25
/
+39
2025-04-14
ksmbd: Prevent integer overflow in calculation of deadtime
Denis Arefev
1
-1
/
+6
2025-04-14
ksmbd: fix the warning from __kernel_write_iter
Namjae Jeon
1
-1
/
+2
2025-04-14
ksmbd: fix use-after-free in smb_break_all_levII_oplock()
Namjae Jeon
2
-21
/
+9
2025-04-14
ksmbd: fix use-after-free in __smb2_lease_break_noti()
Namjae Jeon
3
-6
/
+13
2025-04-14
ksmbd: fix WARNING "do not call blocking ops when !TASK_RUNNING"
Namjae Jeon
1
-7
/
+1
2025-04-14
ksmbd: Fix dangling pointer in krb_authenticate
Sean Heelan
1
-1
/
+3
2025-04-13
Revert "smb: client: fix TCP timers deadlock after rmmod"
Kuniyuki Iwashima
1
-26
/
+10
2025-04-13
Revert "smb: client: Fix netns refcount imbalance causing leaks and use-after...
Kuniyuki Iwashima
1
-8
/
+8
2025-04-13
smb3 client: fix open hardlink on deferred close file error
Chunjie Zhu
2
-0
/
+30
2025-04-09
smb3: Add defines for two new FileSystemAttributes
Steve French
2
-0
/
+4
2025-04-09
cifs: Fix querying of WSL CHR and BLK reparse points over SMB1
Pali Rohár
1
-0
/
+36
2025-04-09
cifs: Split parse_reparse_point callback to functions: get buffer and parse b...
Pali Rohár
6
-37
/
+25
2025-04-09
cifs: Improve handling of name surrogate reparse points in reparse.c
Pali Rohár
1
-11
/
+8
2025-04-09
cifs: Remove explicit handling of IO_REPARSE_TAG_MOUNT_POINT in inode.c
Pali Rohár
1
-4
/
+0
2025-04-09
cifs: Fix encoding of SMB1 Session Setup Kerberos Request in non-UNICODE mode
Pali Rohár
1
-20
/
+40
2025-04-09
smb: client: fix UAF in decryption with multichannel
Paulo Alcantara
3
-23
/
+10
2025-04-08
cifs: Fix support for WSL-style symlinks
Pali Rohár
2
-12
/
+19
2025-04-08
Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFS
NeilBrown
1
-1
/
+2
2025-04-08
VFS: rename lookup_one_len family to lookup_noperm and remove permission check
NeilBrown
2
-3
/
+5
2025-04-07
VFS: improve interface for lookup_one functions
NeilBrown
1
-3
/
+4
2025-04-07
smb311 client: fix missing tcon check when mounting with linux/posix extensions
Steve French
1
-0
/
+2
2025-04-07
cifs: Ensure that all non-client-specific reparse points are processed by the...
Pali Rohár
2
-4
/
+10
2025-04-04
Merge tag '6.15-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...
Linus Torvalds
19
-86
/
+438
2025-04-02
cifs: update internal version number
Steve French
1
-2
/
+2
2025-04-02
cifs: Implement is_network_name_deleted for SMB1
Pali Rohár
1
-0
/
+44
2025-04-02
cifs: Remove cifs_truncate_page() as it should be superfluous
David Howells
3
-22
/
+0
2025-04-01
ksmbd: fix null pointer dereference in alloc_preauth_hash()
Namjae Jeon
3
-5
/
+24
2025-04-01
cifs: Do not add FILE_READ_ATTRIBUTES when using GENERIC_READ/EXECUTE/ALL
Pali Rohár
1
-0
/
+9
2025-04-01
cifs: Improve SMB2+ stat() to work also without FILE_READ_ATTRIBUTES
Pali Rohár
3
-2
/
+69
2025-04-01
cifs: Add fallback for SMB2 CREATE without FILE_READ_ATTRIBUTES
Pali Rohár
1
-1
/
+10
2025-04-01
cifs: Fix querying and creating MF symlinks over SMB1
Pali Rohár
1
-4
/
+4
2025-04-01
cifs: Fix access_flags_to_smbopen_mode
Pali Rohár
1
-8
/
+24
2025-04-01
cifs: Fix negotiate retry functionality
Pali Rohár
3
-10
/
+10
2025-04-01
cifs: Improve handling of NetBIOS packets
Pali Rohár
3
-18
/
+128
2025-04-01
cifs: Allow to disable or force initialization of NetBIOS session
Pali Rohár
4
-2
/
+26
2025-04-01
cifs: Add a new xattr system.smb3_ntsd_owner for getting or setting owner
Pali Rohár
1
-1
/
+19
2025-04-01
cifs: Add a new xattr system.smb3_ntsd_sacl for getting or setting SACLs
Pali Rohár
1
-0
/
+18
2025-04-01
ksmbd: validate zero num_subauth before sub_auth is accessed
Norbert Szetei
1
-0
/
+5
2025-04-01
ksmbd: fix overflow in dacloffset bounds check
Norbert Szetei
1
-4
/
+12
2025-04-01
ksmbd: fix session use-after-free in multichannel connection
Namjae Jeon
3
-11
/
+14
2025-03-31
smb: client: Update IO sizes after reconnection
Wang Zhaolong
1
-2
/
+22
2025-03-31
smb: client: Store original IO parameters and prevent zero IO sizes
Wang Zhaolong
5
-11
/
+30
2025-03-31
smb:client: smb: client: Add reverse mapping from tcon to superblocks
Wang Zhaolong
4
-1
/
+20
2025-03-31
cifs: remove unreachable code in cifs_get_tcp_session()
Roman Smirnov
1
-5
/
+1
2025-03-31
cifs: fix integer overflow in match_server()
Roman Smirnov
1
-0
/
+5
2025-03-31
Merge tag 'v6.15rc-part1-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
7
-43
/
+68
2025-03-31
Merge tag '6.15-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...
Linus Torvalds
18
-44
/
+288
2025-03-27
ksmbd: fix r_count dec/increment mismatch
Namjae Jeon
1
-2
/
+2
2025-03-27
ksmbd: fix multichannel connection failure
Namjae Jeon
3
-8
/
+22
2025-03-27
ksmbd: fix use-after-free in ksmbd_sessions_deregister()
Namjae Jeon
1
-0
/
+3
2025-03-27
ksmbd: use ib_device_get_netdev() instead of calling ops.get_netdev
Namjae Jeon
1
-4
/
+2
2025-03-27
ksmbd: use aead_request_free to match aead_request_alloc
Miaoqian Lin
1
-1
/
+1
2025-03-27
Revert "ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_c...
Namjae Jeon
1
-30
/
+10
2025-03-27
ksmbd: add bounds check for create lease context
Norbert Szetei
1
-0
/
+8
2025-03-26
cifs: Add new mount option -o nounicode to disable SMB1 UNICODE mode
Pali Rohár
8
-4
/
+54
2025-03-26
cifs: Set default Netbios RFC1001 server name to hostname in UNC
Pali Rohár
1
-0
/
+11
2025-03-26
smb: client: Fix netns refcount imbalance causing leaks and use-after-free
Wang Zhaolong
1
-8
/
+8
2025-03-26
cifs: add validation check for the fields in smb_aces
Namjae Jeon
1
-1
/
+16
2025-03-26
CIFS: Propagate min offload along with other parameters from primary to secon...
Aman
2
-0
/
+8
2025-03-26
cifs: Improve establishing SMB connection with NetBIOS session
Pali Rohár
1
-3
/
+134
2025-03-26
cifs: Fix establishing NetBIOS session for SMB2+ connection
Pali Rohár
3
-6
/
+19
2025-03-26
cifs: Fix getting DACL-only xattr system.cifs_acl and system.smb3_acl
Pali Rohár
4
-11
/
+15
2025-03-26
cifs: Check if server supports reparse points before using them
Pali Rohár
4
-3
/
+15
2025-03-24
Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-45
/
+27
2025-03-24
Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2025-03-24
ksmbd: add bounds check for durable handle context
Namjae Jeon
1
-0
/
+21
2025-03-24
ksmbd: make SMB_SERVER_KERBEROS5 enable by default
Namjae Jeon
1
-1
/
+1
2025-03-24
ksmbd: Use str_read_write() and str_true_false() helpers
Thorsten Blum
1
-2
/
+3
2025-03-24
cifs: avoid NULL pointer dereference in dbg call
Alexandra Diupina
1
-4
/
+5
2025-03-24
smb: client: Remove redundant check in smb2_is_path_accessible()
Ivan Abramov
1
-1
/
+1
2025-03-24
smb: client: Remove redundant check in cifs_oplock_break()
Ivan Abramov
1
-1
/
+1
2025-03-24
smb: mark the new channel addition log as informational log with cifs_info
Bharath SM
1
-1
/
+1
2025-03-24
smb: minor cleanup to remove unused function declaration
Bharath SM
1
-1
/
+0
2025-03-17
smb: client: don't retry IO on failed negprotos with soft mounts
Paulo Alcantara
2
-73
/
+69
2025-03-14
Merge tag 'v6.14-rc6-smb3-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
7
-39
/
+45
2025-03-13
smb: client: Fix match_session bug preventing session reuse
Henrique Carvalho
1
-4
/
+12
2025-03-13
cifs: Fix integer overflow while processing closetimeo mount option
Murad Masimov
1
-2
/
+2
2025-03-13
cifs: Fix integer overflow while processing actimeo mount option
Murad Masimov
1
-1
/
+1
2025-03-13
cifs: Fix integer overflow while processing acdirmax mount option
Murad Masimov
1
-2
/
+2
2025-03-13
cifs: Fix integer overflow while processing acregmax mount option
Murad Masimov
1
-2
/
+2
2025-03-13
smb: client: fix regression with guest option
Paulo Alcantara
1
-0
/
+4
2025-03-10
ksmbd: prevent connection release during oplock break notification
Namjae Jeon
4
-12
/
+30
2025-03-10
ksmbd: fix use-after-free in ksmbd_free_work_struct
Namjae Jeon
4
-27
/
+15
2025-03-08
vfs: Remove invalidate_inodes()
Jan Kara
1
-1
/
+1
2025-03-05
VFS: Change vfs_mkdir() to return the dentry.
NeilBrown
1
-22
/
+10
2025-03-02
cifs: fix incorrect validation for num_aces field of smb_acl
Namjae Jeon
1
-2
/
+6
2025-03-02
ksmbd: fix incorrect validation for num_aces field of smb_acl
Namjae Jeon
1
-1
/
+4
2025-03-02
smb: common: change the data type of num_aces to le16
Namjae Jeon
4
-30
/
+32
2025-03-02
ksmbd: fix bug on trap in smb2_lock
Namjae Jeon
1
-1
/
+1
2025-03-02
ksmbd: fix use-after-free in smb2_lock
Namjae Jeon
1
-3
/
+3
2025-03-02
ksmbd: fix type confusion via race condition when using ipc_msg_send_request
Namjae Jeon
1
-0
/
+1
2025-03-02
ksmbd: fix out-of-bounds in parse_sec_desc()
Namjae Jeon
1
-0
/
+16
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
2
-7
/
+7
2025-02-27
Merge patch series "prep patches for my mkdir series"
Christian Brauner
15
-84
/
+127
2025-02-25
cifs: Fix the smb1 readv callback to correctly call netfs
David Howells
1
-1
/
+2
2025-02-20
smb: client: Add check for next_buffer in receive_encrypted_standard()
Haoxiang Li
1
-0
/
+4
2025-02-19
cifs: Treat unhandled directory name surrogate reparse points as mount direct...
Pali Rohár
2
-0
/
+16
2025-02-19
cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_re...
Pali Rohár
1
-3
/
+2
2025-02-19
smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSI...
Steve French
4
-7
/
+29
[next]