summaryrefslogtreecommitdiffstats
path: root/fs/smb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2024-01-081-2/+3
|\
| * fs: use splice_copy_file_range() inline helperAmir Goldstein2023-12-121-2/+3
* | Merge tag '6.7-rc8-smb3-mchan-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-01-053-22/+40
|\ \
| * | cifs: do not depend on release_iface for maintaining iface_listShyam Prasad N2023-12-292-11/+17
| * | cifs: cifs_chan_is_iface_active should be called with chan_lock heldShyam Prasad N2023-12-292-3/+11
| * | cifs: after disabling multichannel, mark tcon for reconnectShyam Prasad N2023-12-291-8/+12
* | | Merge tag '6.7rc7-smb3-srv-fix' of git://git.samba.org/ksmbdLinus Torvalds2023-12-281-3/+12
|\ \ \ | |/ / |/| |
| * | ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon2023-12-271-3/+12
* | | cifs: do not let cifs_chan_update_iface deallocate channelsShyam Prasad N2023-12-191-31/+19
* | | cifs: fix a pending undercount of srv_countShyam Prasad N2023-12-191-2/+1
* | | fs: cifs: Fix atime update checkZizhi Wo2023-12-191-1/+1
* | | smb: client: fix potential OOB in smb2_dump_detail()Paulo Alcantara2023-12-192-17/+19
* | | smb: client: fix potential OOB in cifs_dump_detail()Paulo Alcantara2023-12-171-5/+7
* | | smb: client: fix OOB in smbCalcSize()Paulo Alcantara2023-12-171-0/+4
* | | smb: client: fix OOB in SMB2_query_info_init()Paulo Alcantara2023-12-171-7/+22
* | | smb: client: fix OOB in cifsd when receiving compounded respsPaulo Alcantara2023-12-173-9/+20
|/ /
* | Merge tag '6.7-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-12-145-79/+109
|\ \
| * | smb: client: fix OOB in smb2_query_reparse_point()Paulo Alcantara2023-12-111-10/+16
| * | smb: client: fix NULL deref in asn1_ber_decoder()Paulo Alcantara2023-12-111-16/+10
| * | smb: client: fix potential OOBs in smb2_parse_contexts()Paulo Alcantara2023-12-113-47/+75
| * | smb: client: fix OOB in receive_encrypted_standard()Paulo Alcantara2023-12-111-6/+8
* | | Merge tag '6.7-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-12-128-45/+171
|\ \ \ | |/ / |/| |
| * | ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZENamjae Jeon2023-12-081-1/+1
| * | ksmbd: fix wrong allocation size update in smb2_open()Namjae Jeon2023-12-081-18/+18
| * | ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()Namjae Jeon2023-12-081-5/+5
| * | ksmbd: lazy v2 lease break on smb2_write()Namjae Jeon2023-12-084-2/+48
| * | ksmbd: send v2 lease break notification for directoryNamjae Jeon2023-12-086-6/+77
| * | ksmbd: downgrade RWH lease caching state to RH for directoryNamjae Jeon2023-12-053-7/+12
| * | ksmbd: set v2 lease capabilityNamjae Jeon2023-12-052-7/+6
| * | ksmbd: set epoch in create context v2 leaseNamjae Jeon2023-12-052-1/+5
| * | ksmbd: fix memory leak in smb2_lock()Zizhi Wo2023-12-051-0/+1
* | | cifs: reconnect worker should take reference on server struct unconditionallyShyam Prasad N2023-12-062-18/+19
* | | Revert "cifs: reconnect work should have reference on server struct"Shyam Prasad N2023-12-062-34/+16
* | | cifs: Fix non-availability of dedup breaking generic/304David Howells2023-12-051-1/+3
* | | smb: client: fix potential NULL deref in parse_dfs_referrals()Paulo Alcantara2023-12-051-0/+2
* | | cifs: Fix flushing, invalidation and file size with FICLONEDavid Howells2023-12-041-11/+57
* | | cifs: Fix flushing, invalidation and file size with copy_file_range()David Howells2023-12-041-3/+99
|/ /
* | Merge tag 'v6.7-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-12-037-34/+54
|\ \
| * | smb: client, common: fix fortify warningsDmitry Antipov2023-11-305-31/+40
| * | cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedDavid Howells2023-11-291-0/+3
| * | cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedDavid Howells2023-11-291-2/+8
| * | smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara2023-11-281-0/+2
| * | smb: client: fix missing mode bits for SMB symlinksPaulo Alcantara2023-11-281-1/+1
* | | Merge tag '6.7-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-11-279-141/+162
|\ \ \ | |/ / |/| |
| * | ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on errorNamjae Jeon2023-11-231-1/+0
| * | ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncIdNamjae Jeon2023-11-231-5/+2
| * | ksmbd: release interim response after sending status pending responseNamjae Jeon2023-11-232-1/+5
| * | ksmbd: move oplock handling after unlock parent dirNamjae Jeon2023-11-231-56/+65
| * | ksmbd: separately allocate ci per dentryNamjae Jeon2023-11-234-25/+18
| * | ksmbd: fix possible deadlock in smb2_openNamjae Jeon2023-11-235-59/+75