summaryrefslogtreecommitdiffstats
path: root/fs/smb/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* smb: client, common: fix fortify warningsDmitry Antipov2023-11-304-24/+30
* 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
* smb: client: introduce cifs_sfu_make_node()Paulo Alcantara2023-11-233-120/+52
* smb: client: set correct file type from NFS reparse pointsPaulo Alcantara2023-11-238-61/+116
* smb: client: introduce ->parse_reparse_point()Paulo Alcantara2023-11-234-42/+56
* smb: client: implement ->query_reparse_point() for SMB1Paulo Alcantara2023-11-235-175/+113
* cifs: fix use after free for iface while disabling secondary channelsRitvik Budhiraja2023-11-231-1/+1
* cifs: fix lock ordering while disabling multichannelShyam Prasad N2023-11-141-9/+13
* cifs: fix leak of iface for primary channelShyam Prasad N2023-11-141-0/+6
* cifs: fix check of rc in function generate_smb3signingkeyEkaterina Esina2023-11-131-3/+2
* cifs: spnego: add ';' in HOST_KEY_LENAnastasia Belova2023-11-131-2/+2
* Merge tag '6.7-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-11-1116-88/+491
|\
| * cifs: update internal module version number for cifs.koSteve French2023-11-101-2/+2
| * cifs: handle when server stops supporting multichannelShyam Prasad N2023-11-106-10/+145
| * cifs: handle when server starts supporting multichannelShyam Prasad N2023-11-103-2/+34
| * Missing field not being returned in ioctl CIFS_IOC_GET_MNT_INFOSteve French2023-11-101-0/+1
| * smb3: allow dumping session and tcon id to improve stats analysis and debuggingSteve French2023-11-102-0/+31
| * smb: client: fix mount when dns_resolver key is not availablePaulo Alcantara2023-11-093-7/+29
| * smb3: fix caching of ctime on setxattrSteve French2023-11-091-1/+4
| * smb3: minor cleanup of session handling codeSteve French2023-11-091-6/+12
| * cifs: reconnect work should have reference on server structShyam Prasad N2023-11-092-16/+34
| * cifs: do not pass cifs_sb when trying to add channelsShyam Prasad N2023-11-093-8/+8
| * cifs: account for primary channel in the interface listShyam Prasad N2023-11-092-0/+34
| * cifs: distribute channels across interfaces based on speedShyam Prasad N2023-11-093-14/+88
| * cifs: handle cases where a channel is closedShyam Prasad N2023-11-096-7/+43
| * smb3: more minor cleanups for session handling routinesSteve French2023-11-091-10/+15
| * smb3: minor RDMA cleanupSteve French2023-11-091-2/+2
| * cifs: Fix encryption of cleared, but unset rq_iter data buffersDavid Howells2023-11-081-3/+9
* | Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-6/+5
|\ \ | |/ |/|
| * exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein2023-10-281-6/+5
* | Merge tag '6.7-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-11-0413-89/+115
|\ \
| * | cifs: force interface update before a fresh session setupShyam Prasad N2023-11-021-1/+5
| * | cifs: do not reset chan_max if multichannel is not supported at mountShyam Prasad N2023-11-021-1/+0
| * | cifs: reconnect helper should set reconnect for the right channelShyam Prasad N2023-11-021-4/+5
| * | smb: client: fix use-after-free in smb2_query_info_compound()Paulo Alcantara2023-11-021-35/+49
| * | smb: client: remove extra @chan_count check in __cifs_put_smb_ses()Paulo Alcantara2023-11-021-14/+9
| * | cifs: add xid to query server interface callShyam Prasad N2023-10-311-1/+5
| * | cifs: print server capabilities in DebugDataShyam Prasad N2023-10-311-0/+2
| * | smb: use crypto_shash_digest() in symlink_hash()Eric Biggers2023-10-311-14/+2
| * | smb: client: fix use-after-free bug in cifs_debug_data_proc_show()Paulo Alcantara2023-10-311-0/+6
| * | smb: client: fix potential deadlock when releasing midsPaulo Alcantara2023-10-313-12/+8