summaryrefslogtreecommitdiff
path: root/fs/smb/client/smb2inode.c
AgeCommit message (Expand)AuthorFilesLines
2026-09-04treewide: refresh kmalloc_obj() conversionsKees Cook1-1/+1
2026-08-24smb: client: fix use-before-check of ReparseDataLength in reparse_buf_ptr()Frank Sorenson1-2/+4
2026-08-24smb/client: decode reparse metadata using its payload typeZe Tan1-2/+4
2026-08-24smb/client: preserve open info type across compound queriesZe Tan1-4/+5
2026-08-24smb/client: mark missing nlink values as unknownZe Tan1-0/+1
2026-07-21smb: client: handle STATUS_STOPPED_ON_SYMLINK responses without a symlink targetCarl Johnson1-3/+20
2026-05-07smb/client: fix out-of-bounds read in smb2_compound_op()Zisen Ye1-4/+8
2026-04-29smb: client: change allocation requirements in smb2_compound_opFredric Cover1-1/+1
2026-04-10smb: client: set ATTR_TEMPORARY with O_TMPFILE | O_EXCLPaulo Alcantara1-13/+17
2026-04-10smb: client: add support for O_TMPFILEPaulo Alcantara1-249/+147
2026-04-07smb: client: fix off-by-8 bounds check in check_wsl_eas()Greg Kroah-Hartman1-1/+1
2026-03-11smb: client: fix open handle lookup in cifs_open()Paulo Alcantara1-12/+10
2026-03-05smb: client: fix oops due to uninitialised var in smb2_unlink()Paulo Alcantara1-1/+3
2026-03-03smb/client: fix buffer size for smb311_posix_qinfo in smb2_compound_op()ZhangGuoDong1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-08cifs: SMB1 split: Adjust #includesDavid Howells1-1/+0
2026-02-08cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.hDavid Howells1-0/+1
2026-02-08cifs: on replayable errors back-off before replay, not afterShyam Prasad N1-5/+16
2025-12-05cifs: Do some preparation prior to organising the function declarationsDavid Howells1-1/+0
2025-12-05cifs: Add a tracepoint to log EIO errorsDavid Howells1-4/+8
2025-11-30smb: do some cleanupsChenXiaoSong1-1/+1
2025-11-04smb: client: fix refcount leak in smb2_set_path_attrShuhao Fu1-0/+2
2025-10-09cifs: Add comments for DeletePending assignments in open functionsPali Rohár1-1/+1
2025-10-09smb: client: fix missing timestamp updates after utime(2)Paulo Alcantara1-10/+12
2025-09-26smb: client: fix wrong index reference in smb2_compound_op()Sang-Heon Jeon1-1/+1
2025-09-21smb: client: handle unlink(2) of files open by different clientsPaulo Alcantara1-11/+88
2025-09-09smb: client: fix data loss due to broken rename(2)Paulo Alcantara1-42/+162
2025-08-27fs/smb: Fix inconsistent refcnt updateShuhao Fu1-2/+5
2025-08-04smb: client: fix creating symlinks under POSIX mountsPaulo Alcantara1-3/+2
2025-07-27cifs: Add support for creating reparse points over SMB1Pali Rohár1-1/+1
2025-07-27cifs: Do not query WSL EAs for native SMB symlinkPali Rohár1-3/+4
2025-07-18Fix SMB311 posix special file creation to servers which do not advertise repa...Steve French1-1/+2
2025-05-06smb3 client: warn when parse contexts returns error on compounded operationSteve French1-0/+2
2025-04-01cifs: Improve SMB2+ stat() to work also without FILE_READ_ATTRIBUTESPali Rohár1-1/+66
2025-03-26cifs: Check if server supports reparse points before using themPali Rohár1-0/+8
2025-02-19smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSI...Steve French1-0/+4
2025-01-31cifs: Fix parsing native symlinks directory/file typePali Rohár1-0/+5
2025-01-22smb: client: handle lack of EA support in smb2_query_path_info()Paulo Alcantara1-23/+69
2025-01-19smb3: add missing tracepoint for querying wsl EAsSteve French1-0/+2
2025-01-19smb: client: fix order of arguments of tracepointsRuben Devos1-54/+54
2024-12-04fs/smb/client: avoid querying SMB2_OP_QUERY_WSL_EA for SMB3 POSIXRalph Boehme1-1/+2
2024-11-25cifs: Fix parsing native symlinks relative to the exportPali Rohár1-2/+4
2024-10-06cifs: Improve creating native symlinks pointing to directoryPali Rohár1-1/+2
2024-09-30cifs: Remove intermediate object of failed create reparse callPali Rohár1-2/+22
2024-09-15smb: move SMB2 Status code to common header fileChenXiaoSong1-1/+1
2024-09-15smb/client: rename cifs_sid to smb_sidChenXiaoSong1-2/+2
2024-09-03smb: client: fix double put of @cfile in smb2_set_path_size()Paulo Alcantara1-0/+1
2024-09-03smb: client: fix double put of @cfile in smb2_rename_path()Paulo Alcantara1-0/+2
2024-08-02smb: client: fix FSCTL_GET_REPARSE_POINT against NetAppPaulo Alcantara1-2/+4
2024-08-02smb: client: handle lack of FSCTL_GET_REPARSE_POINT supportPaulo Alcantara1-0/+2