summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2024-01-07smb: client: optimise reparse point queryingPaulo Alcantara
2024-01-07smb: client: allow creating special files via reparse pointsPaulo Alcantara
2024-01-07smb: client: extend smb2_compound_op() to accept more commandsPaulo Alcantara
2024-01-07smb: client: Fix minor whitespace errors and warningsPierre Mariani
2024-01-05Merge tag '6.7-rc8-smb3-mchan-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-12-29cifs: do not depend on release_iface for maintaining iface_listShyam Prasad N
2023-12-29cifs: cifs_chan_is_iface_active should be called with chan_lock heldShyam Prasad N
2023-12-29cifs: after disabling multichannel, mark tcon for reconnectShyam Prasad N
2023-12-28Merge tag '6.7rc7-smb3-srv-fix' of git://git.samba.org/ksmbdLinus Torvalds
2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells
2023-12-28netfs, cachefiles: Pass upper bound length to allow expansionDavid Howells
2023-12-27ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells
2023-12-19cifs: do not let cifs_chan_update_iface deallocate channelsShyam Prasad N
2023-12-19cifs: fix a pending undercount of srv_countShyam Prasad N
2023-12-19fs: cifs: Fix atime update checkZizhi Wo
2023-12-19smb: client: fix potential OOB in smb2_dump_detail()Paulo Alcantara
2023-12-17smb: client: fix potential OOB in cifs_dump_detail()Paulo Alcantara
2023-12-17smb: client: fix OOB in smbCalcSize()Paulo Alcantara
2023-12-17smb: client: fix OOB in SMB2_query_info_init()Paulo Alcantara
2023-12-17smb: client: fix OOB in cifsd when receiving compounded respsPaulo Alcantara
2023-12-14Merge tag '6.7-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-12-12Merge tag '6.7-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-12-12fs: use splice_copy_file_range() inline helperAmir Goldstein
2023-12-11smb: client: fix OOB in smb2_query_reparse_point()Paulo Alcantara
2023-12-11smb: client: fix NULL deref in asn1_ber_decoder()Paulo Alcantara
2023-12-11smb: client: fix potential OOBs in smb2_parse_contexts()Paulo Alcantara
2023-12-11smb: client: fix OOB in receive_encrypted_standard()Paulo Alcantara
2023-12-10smb: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)
2023-12-08ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZENamjae Jeon
2023-12-08ksmbd: fix wrong allocation size update in smb2_open()Namjae Jeon
2023-12-08ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()Namjae Jeon
2023-12-08ksmbd: lazy v2 lease break on smb2_write()Namjae Jeon
2023-12-08ksmbd: send v2 lease break notification for directoryNamjae Jeon
2023-12-06cifs: reconnect worker should take reference on server struct unconditionallyShyam Prasad N
2023-12-06Revert "cifs: reconnect work should have reference on server struct"Shyam Prasad N
2023-12-05cifs: Fix non-availability of dedup breaking generic/304David Howells
2023-12-05smb: client: fix potential NULL deref in parse_dfs_referrals()Paulo Alcantara
2023-12-05ksmbd: downgrade RWH lease caching state to RH for directoryNamjae Jeon
2023-12-05ksmbd: set v2 lease capabilityNamjae Jeon
2023-12-05ksmbd: set epoch in create context v2 leaseNamjae Jeon
2023-12-05ksmbd: fix memory leak in smb2_lock()Zizhi Wo
2023-12-04cifs: Fix flushing, invalidation and file size with FICLONEDavid Howells
2023-12-04cifs: Fix flushing, invalidation and file size with copy_file_range()David Howells
2023-12-03Merge tag 'v6.7-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-11-30smb: client, common: fix fortify warningsDmitry Antipov
2023-11-29cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedDavid Howells
2023-11-29cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedDavid Howells
2023-11-28smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara
2023-11-28smb: client: fix missing mode bits for SMB symlinksPaulo Alcantara