summaryrefslogtreecommitdiffstats
path: root/fs/smb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '6.6-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-09-0912-13/+41
|\
| * smb3: fix minor typo in SMB2_GLOBAL_CAP_LARGE_MTUSteve French2023-09-081-1/+1
| * cifs: update internal module version number for cifs.koSteve French2023-09-071-2/+2
| * smb3: allow controlling maximum number of cached directoriesSteve French2023-09-077-6/+22
| * smb3: add trace point for queryfs (statfs)Steve French2023-09-072-1/+2
| * smb3: allow controlling length of time directory entries are cached with dir ...Steve French2023-08-313-2/+13
| * smb: propagate error code of extract_sharename()Katya Orlova2023-08-301-1/+1
* | ksmbd: remove experimental warningSteve French2023-09-032-3/+1
* | Merge tag '6.6-rc-ksmbd-fixes-part1' of git://git.samba.org/ksmbdLinus Torvalds2023-08-3115-417/+432
|\ \ | |/ |/|
| * ksmbd: add missing calling smb2_set_err_rsp() on errorNamjae Jeon2023-08-291-0/+1
| * ksmbd: replace one-element array with flex-array member in struct smb2_ea_infoNamjae Jeon2023-08-292-2/+2
| * ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob()Namjae Jeon2023-08-291-0/+3
| * ksmbd: fix wrong DataOffset validation of create contextNamjae Jeon2023-08-291-1/+1
| * ksmbd: Fix one kernel-doc commentYang Li2023-08-291-1/+0
| * ksmbd: reduce descriptor size if remaining bytes is less than request sizeNamjae Jeon2023-08-291-7/+18
| * ksmbd: fix `force create mode' and `force directory mode'Atte Heikkilä2023-08-291-18/+11
| * ksmbd: fix wrong interim response on compoundNamjae Jeon2023-08-294-26/+26
| * ksmbd: add support for read compoundNamjae Jeon2023-08-2912-370/+380
| * ksmbd: switch to use kmemdup_nul() helperYang Yingliang2023-08-291-3/+1
* | Merge tag '6.6-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-08-3035-2016/+1044
|\ \
| * | fs/smb/client: Use common code in clientDr. David Alan Gilbert2023-08-305-405/+4
| * | fs/smb: Swing unicode common code from smb->NLSDr. David Alan Gilbert2023-08-304-413/+5
| * | fs/smb: Remove unicode 'lower' tablesDr. David Alan Gilbert2023-08-304-343/+0
| * | SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusionSteve French2023-08-309-22/+22
| * | [SMB3] send channel sequence number in SMB3 requests after reconnectsSteve French2023-08-245-1/+45
| * | cifs: update desired access while requesting for directory leaseBharath SM2023-08-221-1/+1
| * | smb: client: reduce stack usage in smb2_query_reparse_point()Paulo Alcantara2023-08-201-17/+18
| * | smb: client: reduce stack usage in smb2_query_info_compound()Paulo Alcantara2023-08-201-14/+16
| * | smb: client: reduce stack usage in smb2_set_ea()Paulo Alcantara2023-08-203-47/+37
| * | smb: client: reduce stack usage in smb_send_rqst()Paulo Alcantara2023-08-201-12/+17
| * | smb: client: reduce stack usage in cifs_demultiplex_thread()Paulo Alcantara2023-08-201-2/+2
| * | smb: client: reduce stack usage in cifs_try_adding_channels()Paulo Alcantara2023-08-201-27/+41
| * | smb: cilent: set reparse mount points as automountsPaulo Alcantara2023-08-204-172/+194
| * | smb: client: query reparse points in older dialectsPaulo Alcantara2023-08-201-0/+2
| * | smb: client: do not query reparse points twice on symlinksPaulo Alcantara2023-08-204-161/+55
| * | smb: client: parse reparse point flag in create responsePaulo Alcantara2023-08-205-95/+174
| * | smb: client: get rid of dfs code dep in namespace.cPaulo Alcantara2023-08-207-72/+57
| * | smb: client: get rid of dfs naming in automount codePaulo Alcantara2023-08-206-30/+30
| * | smb: client: rename cifs_dfs_ref.c to namespace.cPaulo Alcantara2023-08-202-1/+1
| * | smb: client: make smb2_compound_op() return resp buffer on successPaulo Alcantara2023-08-201-26/+26
| * | smb: client: move some params to cifs_open_info_dataPaulo Alcantara2023-08-205-66/+77
| * | smb: client: ensure to try all targets when finding nested linksPaulo Alcantara2023-08-205-128/+255
| * | smb: client: introduce DFS_CACHE_TGT_LIST()Paulo Alcantara2023-08-204-8/+12
| |/
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-0/+2
|\ \
| * | mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells2023-08-181-0/+2
* | | Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-08-281-1/+1
|\ \ \
| * | | fs: Pass argument to fcntl_setlease as intLuca Vizzarro2023-07-101-1/+1
* | | | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-286-29/+32
|\ \ \ \ | |_|_|/ |/| | |
| * | | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-093-13/+14
| * | | smb: convert to ctime accessor functionsJeff Layton2023-07-245-16/+18