aboutsummaryrefslogtreecommitdiffstats
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2024-01-07smb: client: handle special files and symlinks in SMB3 POSIXPaulo Alcantara1-21/+29
2024-01-07smb: client: cleanup smb2_query_reparse_point()Paulo Alcantara3-139/+39
2024-01-07smb: client: allow creating symlinks via reparse pointsPaulo Alcantara3-5/+86
2024-01-07smb: client: fix hardlinking of reparse pointsPaulo Alcantara6-27/+43
2024-01-07smb: client: fix renaming of reparse pointsPaulo Alcantara6-31/+55
2024-01-07smb: client: optimise reparse point queryingPaulo Alcantara6-31/+119
2024-01-07smb: client: allow creating special files via reparse pointsPaulo Alcantara10-60/+256
2024-01-07smb: client: extend smb2_compound_op() to accept more commandsPaulo Alcantara2-384/+402
2024-01-07smb: client: Fix minor whitespace errors and warningsPierre Mariani1-8/+17
2024-01-05Merge tag '6.7-rc8-smb3-mchan-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-22/+40
2023-12-29cifs: do not depend on release_iface for maintaining iface_listShyam Prasad N2-11/+17
2023-12-29cifs: cifs_chan_is_iface_active should be called with chan_lock heldShyam Prasad N2-3/+11
2023-12-29cifs: after disabling multichannel, mark tcon for reconnectShyam Prasad N1-8/+12
2023-12-28Merge tag '6.7rc7-smb3-srv-fix' of git://git.samba.org/ksmbdLinus Torvalds1-3/+12
2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells1-2/+2
2023-12-28netfs, cachefiles: Pass upper bound length to allow expansionDavid Howells1-1/+1
2023-12-27ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon1-3/+12
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells2-19/+4
2023-12-19cifs: do not let cifs_chan_update_iface deallocate channelsShyam Prasad N1-31/+19
2023-12-19cifs: fix a pending undercount of srv_countShyam Prasad N1-2/+1
2023-12-19fs: cifs: Fix atime update checkZizhi Wo1-1/+1
2023-12-19smb: client: fix potential OOB in smb2_dump_detail()Paulo Alcantara2-17/+19
2023-12-17smb: client: fix potential OOB in cifs_dump_detail()Paulo Alcantara1-5/+7
2023-12-17smb: client: fix OOB in smbCalcSize()Paulo Alcantara1-0/+4
2023-12-17smb: client: fix OOB in SMB2_query_info_init()Paulo Alcantara1-7/+22
2023-12-17smb: client: fix OOB in cifsd when receiving compounded respsPaulo Alcantara3-9/+20
2023-12-14Merge tag '6.7-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-79/+109
2023-12-12Merge tag '6.7-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds8-45/+171
2023-12-12fs: use splice_copy_file_range() inline helperAmir Goldstein1-2/+3
2023-12-11smb: client: fix OOB in smb2_query_reparse_point()Paulo Alcantara1-10/+16
2023-12-11smb: client: fix NULL deref in asn1_ber_decoder()Paulo Alcantara1-16/+10
2023-12-11smb: client: fix potential OOBs in smb2_parse_contexts()Paulo Alcantara3-47/+75
2023-12-11smb: client: fix OOB in receive_encrypted_standard()Paulo Alcantara1-6/+8
2023-12-10smb: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)1-4/+2
2023-12-08ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZENamjae Jeon1-1/+1
2023-12-08ksmbd: fix wrong allocation size update in smb2_open()Namjae Jeon1-18/+18
2023-12-08ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()Namjae Jeon1-5/+5
2023-12-08ksmbd: lazy v2 lease break on smb2_write()Namjae Jeon4-2/+48
2023-12-08ksmbd: send v2 lease break notification for directoryNamjae Jeon6-6/+77
2023-12-06cifs: reconnect worker should take reference on server struct unconditionallyShyam Prasad N2-18/+19
2023-12-06Revert "cifs: reconnect work should have reference on server struct"Shyam Prasad N2-34/+16
2023-12-05cifs: Fix non-availability of dedup breaking generic/304David Howells1-1/+3
2023-12-05smb: client: fix potential NULL deref in parse_dfs_referrals()Paulo Alcantara1-0/+2
2023-12-05ksmbd: downgrade RWH lease caching state to RH for directoryNamjae Jeon3-7/+12
2023-12-05ksmbd: set v2 lease capabilityNamjae Jeon2-7/+6
2023-12-05ksmbd: set epoch in create context v2 leaseNamjae Jeon2-1/+5
2023-12-05ksmbd: fix memory leak in smb2_lock()Zizhi Wo1-0/+1
2023-12-04cifs: Fix flushing, invalidation and file size with FICLONEDavid Howells1-11/+57
2023-12-04cifs: Fix flushing, invalidation and file size with copy_file_range()David Howells1-3/+99
2023-12-03Merge tag 'v6.7-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-34/+54
2023-11-30smb: client, common: fix fortify warningsDmitry Antipov5-31/+40
2023-11-29cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedDavid Howells1-0/+3
2023-11-29cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedDavid Howells1-2/+8
2023-11-28smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara1-0/+2
2023-11-28smb: client: fix missing mode bits for SMB symlinksPaulo Alcantara1-1/+1
2023-11-27Merge tag '6.7-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds9-141/+162
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro1-0/+5
2023-11-23ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on errorNamjae Jeon1-1/+0
2023-11-23ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncIdNamjae Jeon1-5/+2
2023-11-23ksmbd: release interim response after sending status pending responseNamjae Jeon2-1/+5
2023-11-23ksmbd: move oplock handling after unlock parent dirNamjae Jeon1-56/+65
2023-11-23ksmbd: separately allocate ci per dentryNamjae Jeon4-25/+18
2023-11-23ksmbd: fix possible deadlock in smb2_openNamjae Jeon5-59/+75
2023-11-23ksmbd: prevent memory leak on error returnZongmin Zhou1-2/+5
2023-11-23smb: client: introduce cifs_sfu_make_node()Paulo Alcantara3-120/+52
2023-11-23smb: client: set correct file type from NFS reparse pointsPaulo Alcantara8-61/+116
2023-11-23smb: client: introduce ->parse_reparse_point()Paulo Alcantara4-42/+56
2023-11-23smb: client: implement ->query_reparse_point() for SMB1Paulo Alcantara5-175/+113
2023-11-23cifs: fix use after free for iface while disabling secondary channelsRitvik Budhiraja1-1/+1
2023-11-14cifs: fix lock ordering while disabling multichannelShyam Prasad N1-9/+13
2023-11-14cifs: fix leak of iface for primary channelShyam Prasad N1-0/+6
2023-11-13cifs: fix check of rc in function generate_smb3signingkeyEkaterina Esina1-3/+2
2023-11-13cifs: spnego: add ';' in HOST_KEY_LENAnastasia Belova1-2/+2
2023-11-11Merge tag '6.7-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds16-88/+491
2023-11-10Merge tag '6.7-rc-smb3-server-part2' of git://git.samba.org/ksmbdLinus Torvalds3-6/+41
2023-11-10cifs: update internal module version number for cifs.koSteve French1-2/+2
2023-11-10cifs: handle when server stops supporting multichannelShyam Prasad N6-10/+145
2023-11-10cifs: handle when server starts supporting multichannelShyam Prasad N3-2/+34
2023-11-10Missing field not being returned in ioctl CIFS_IOC_GET_MNT_INFOSteve French1-0/+1
2023-11-10smb3: allow dumping session and tcon id to improve stats analysis and debuggingSteve French2-0/+31
2023-11-09smb: client: fix mount when dns_resolver key is not availablePaulo Alcantara3-7/+29
2023-11-09smb3: fix caching of ctime on setxattrSteve French1-1/+4
2023-11-09smb3: minor cleanup of session handling codeSteve French1-6/+12
2023-11-09cifs: reconnect work should have reference on server structShyam Prasad N2-16/+34
2023-11-09cifs: do not pass cifs_sb when trying to add channelsShyam Prasad N3-8/+8
2023-11-09cifs: account for primary channel in the interface listShyam Prasad N2-0/+34
2023-11-09cifs: distribute channels across interfaces based on speedShyam Prasad N3-14/+88
2023-11-09cifs: handle cases where a channel is closedShyam Prasad N6-7/+43
2023-11-09smb3: more minor cleanups for session handling routinesSteve French1-10/+15
2023-11-09smb3: minor RDMA cleanupSteve French1-2/+2
2023-11-08cifs: Fix encryption of cleared, but unset rq_iter data buffersDavid Howells1-3/+9
2023-11-07ksmbd: handle malformed smb1 messageNamjae Jeon1-0/+11
2023-11-07ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()Namjae Jeon1-3/+4
2023-11-07ksmbd: fix slab out of bounds write in smb_inherit_dacl()Namjae Jeon1-3/+26
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-6/+5
2023-11-04Merge tag '6.7-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds14-90/+138
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2-0/+15
2023-11-02Merge tag '6.7-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds6-118/+194
2023-11-02cifs: force interface update before a fresh session setupShyam Prasad N1-1/+5
2023-11-02cifs: do not reset chan_max if multichannel is not supported at mountShyam Prasad N1-1/+0
2023-11-02cifs: reconnect helper should set reconnect for the right channelShyam Prasad N1-4/+5
2023-11-02smb: client: fix use-after-free in smb2_query_info_compound()Paulo Alcantara1-35/+49
2023-11-02smb: client: remove extra @chan_count check in __cifs_put_smb_ses()Paulo Alcantara1-14/+9
2023-10-31cifs: add xid to query server interface callShyam Prasad N1-1/+5
2023-10-31cifs: print server capabilities in DebugDataShyam Prasad N1-0/+2
2023-10-31smb: use crypto_shash_digest() in symlink_hash()Eric Biggers1-14/+2
2023-10-31smb: client: fix use-after-free bug in cifs_debug_data_proc_show()Paulo Alcantara1-0/+6
2023-10-31smb: client: fix potential deadlock when releasing midsPaulo Alcantara3-12/+8
2023-10-31smb3: fix creating FIFOs when mounting with "sfu" mount optionSteve French3-2/+12
2023-10-30ksmbd: no need to wait for binded connection termination at logoffNamjae Jeon1-16/+0
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds5-26/+29
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2-2/+2
2023-10-30Add definition for new smb3.1.1 command typeSteve French1-0/+15
2023-10-30SMB3: clarify some of the unused CreateOption flagsSteve French1-1/+8
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein1-6/+5
2023-10-27treewide: Add SPDX identifier to IETF ASN.1 modulesLukas Wunner2-0/+15
2023-10-22ksmbd: add support for surrogate pair conversionNamjae Jeon1-49/+138
2023-10-22ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_n...Kangjing Huang1-10/+30
2023-10-22ksmbd: fix recursive locking in vfs helpersMarios Makassikis1-20/+3
2023-10-22ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()Namjae Jeon1-1/+1
2023-10-22ksmbd: reorganize ksmbd_iov_pin_rsp()Namjae Jeon1-21/+22
2023-10-22ksmbd: Remove unused field in ksmbd_user structCheng-Han Wu1-1/+0
2023-10-22cifs: Add client version details to NTLM authenticate messageMeetakshi Setiya2-5/+11
2023-10-22smb3: fix touch -h of symlinkSteve French1-0/+1
2023-10-18server: convert to new timestamp accessorsJeff Layton1-4/+4
2023-10-18client: convert to new timestamp accessorsJeff Layton4-22/+25
2023-10-14Merge tag '6.6-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-7/+11
2023-10-12ksmbd: fix potential double free on smb2_read_pipe() error pathNamjae Jeon1-1/+1
2023-10-12ksmbd: fix Null pointer dereferences in ksmbd_update_fstate()Namjae Jeon1-0/+3
2023-10-12ksmbd: fix wrong error response status by using set_smb2_rsp_status()Namjae Jeon1-4/+5
2023-10-12ksmbd: not allow to open file if delelete on close bit is setNamjae Jeon1-2/+2
2023-10-12smb: client: prevent new fids from being removed by laundromatPaulo Alcantara1-21/+35
2023-10-12smb: client: make laundromat a delayed workerPaulo Alcantara2-55/+36
2023-10-10smb: move cifs_xattr_handlers to .rodataWedson Almeida Filho2-2/+2
2023-10-08Merge tag '6.6-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds10-45/+151
2023-10-04ksmbd: fix race condition between tree conn lookup and disconnectNamjae Jeon6-17/+90
2023-10-04ksmbd: fix race condition from parallel smb2 lock requestsNamjae Jeon1-11/+1
2023-10-04ksmbd: fix race condition from parallel smb2 logoff requestsNamjae Jeon1-8/+16
2023-10-04ksmbd: fix uaf in smb20_oplock_break_ackluosili1-2/+2
2023-10-04ksmbd: fix race condition with fpNamjae Jeon3-4/+32
2023-10-04ksmbd: fix race condition between session lookup and expireNamjae Jeon3-3/+10
2023-10-04smb: client: do not start laundromat thread on nohandlecachePaulo Alcantara1-8/+8
2023-10-04smb: use kernel_connect() and kernel_bind()Jordan Rife1-5/+5
2023-09-30Merge tag '6.6-rc3-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+1
2023-09-29Merge tag '6.6-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds3-4/+7
2023-09-28fs/smb/client: Reset password pointer to NULLQuang Le1-0/+1
2023-09-21ksmbd: check iov vector index in ksmbd_conn_write()Namjae Jeon1-0/+3
2023-09-21ksmbd: return invalid parameter error response if smb2 request is invalidNamjae Jeon2-4/+4
2023-09-20smb3: fix confusing debug messageSteve French1-1/+1
2023-09-20smb: client: handle STATUS_IO_REPARSE_TAG_NOT_HANDLEDPaulo Alcantara1-0/+3
2023-09-20smb3: remove duplicate error mappingSteve French1-2/+0
2023-09-19cifs: Fix UAF in cifs_demultiplex_thread()Zhang Xiaoxu2-11/+24
2023-09-19smb3: do not start laundromat thread when dir leasesSteve French6-10/+24
2023-09-19smb3: Add dynamic trace points for RDMA (smbdirect) reconnectSteve French2-3/+8
2023-09-17Merge tag '6.6-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-17/+24
2023-09-15smb3: fix some minor typos and repeated wordsSteve French2-3/+5
2023-09-15smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPPSteve French2-4/+4
2023-09-13ksmbd: fix passing freed memory 'aux_payload_buf'Namjae Jeon1-1/+1
2023-09-13ksmbd: remove unneeded mark_inode_dirty in set_info_sec()Namjae Jeon1-1/+0
2023-09-12smb3: move server check earlier when setting channel sequence numberSteve French1-10/+15
2023-09-09Merge tag '6.6-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds12-13/+41
2023-09-08smb3: fix minor typo in SMB2_GLOBAL_CAP_LARGE_MTUSteve French1-1/+1
2023-09-07cifs: update internal module version number for cifs.koSteve French1-2/+2
2023-09-07smb3: allow controlling maximum number of cached directoriesSteve French7-6/+22
2023-09-07smb3: add trace point for queryfs (statfs)Steve French2-1/+2
2023-09-03ksmbd: remove experimental warningSteve French2-3/+1
2023-08-31Merge tag '6.6-rc-ksmbd-fixes-part1' of git://git.samba.org/ksmbdLinus Torvalds15-417/+432
2023-08-31smb3: allow controlling length of time directory entries are cached with dir ...Steve French3-2/+13
2023-08-30smb: propagate error code of extract_sharename()Katya Orlova1-1/+1
2023-08-30Merge tag '6.6-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds35-2016/+1044
2023-08-30fs/smb/client: Use common code in clientDr. David Alan Gilbert5-405/+4
2023-08-30fs/smb: Swing unicode common code from smb->NLSDr. David Alan Gilbert4-413/+5
2023-08-30fs/smb: Remove unicode 'lower' tablesDr. David Alan Gilbert4-343/+0
2023-08-30SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusionSteve French9-22/+22
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2023-08-29ksmbd: add missing calling smb2_set_err_rsp() on errorNamjae Jeon1-0/+1
2023-08-29ksmbd: replace one-element array with flex-array member in struct smb2_ea_infoNamjae Jeon2-2/+2
2023-08-29ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob()Namjae Jeon1-0/+3
2023-08-29ksmbd: fix wrong DataOffset validation of create contextNamjae Jeon1-1/+1
2023-08-29ksmbd: Fix one kernel-doc commentYang Li1-1/+0
2023-08-29ksmbd: reduce descriptor size if remaining bytes is less than request sizeNamjae Jeon1-7/+18
2023-08-29ksmbd: fix `force create mode' and `force directory mode'Atte Heikkilä1-18/+11
2023-08-29ksmbd: fix wrong interim response on compoundNamjae Jeon4-26/+26
2023-08-29ksmbd: add support for read compoundNamjae Jeon12-370/+380
2023-08-29ksmbd: switch to use kmemdup_nul() helperYang Yingliang1-3/+1
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+1
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds6-29/+32
2023-08-24[SMB3] send channel sequence number in SMB3 requests after reconnectsSteve French5-1/+45
2023-08-22cifs: update desired access while requesting for directory leaseBharath SM1-1/+1
2023-08-20smb: client: reduce stack usage in smb2_query_reparse_point()Paulo Alcantara1-17/+18
2023-08-20smb: client: reduce stack usage in smb2_query_info_compound()Paulo Alcantara1-14/+16
2023-08-20smb: client: reduce stack usage in smb2_set_ea()Paulo Alcantara3-47/+37
2023-08-20smb: client: reduce stack usage in smb_send_rqst()Paulo Alcantara1-12/+17
2023-08-20smb: client: reduce stack usage in cifs_demultiplex_thread()Paulo Alcantara1-2/+2
2023-08-20smb: client: reduce stack usage in cifs_try_adding_channels()Paulo Alcantara1-27/+41
2023-08-20smb: cilent: set reparse mount points as automountsPaulo Alcantara4-172/+194
2023-08-20smb: client: query reparse points in older dialectsPaulo Alcantara1-0/+2
2023-08-20smb: client: do not query reparse points twice on symlinksPaulo Alcantara4-161/+55
2023-08-20smb: client: parse reparse point flag in create responsePaulo Alcantara5-95/+174
2023-08-20smb: client: get rid of dfs code dep in namespace.cPaulo Alcantara7-72/+57