Show patches with: Submitter = Pali Rohár       |    State = Action Required       |    Archived = No       |   218 patches
« 1 2 3 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[35/35] cifs: Use CREATE_OPTION_EXCLUSIVE when doing SMB1 rmdir on NT server cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[34/35] cifs: Use CREATE_OPTION_EXCLUSIVE when opening file/dir for SMB2+ non-POSIX unlink/rmdir cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[33/35] cifs: Add a new open flag CREATE_OPTION_EXCLUSIVE to open with deny all shared reservation cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[32/35] cifs: Use cifs_rename_pending_delete() fallback also for rmdir() cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[31/35] cifs: Deduplicate smb2_unlink() and smb2_rmdir() into one common function cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[30/35] cifs: Simplify SMB2_OP_DELETE API usage cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[29/35] cifs: Fix smb2_rmdir() on reparse point cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[28/35] cifs: Fix smb2_unlink() to fail on directory cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[27/35] cifs: Move SMB1 usage of CIFSPOSIXDelFile() from inode.c to cifssmb.c cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[26/35] cifs: Add SMB2+ support into cifs_rename_pending_delete() function. cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[25/35] cifs: Add a new callback rename_opened_file() for renaming an opened file cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[24/35] cifs: Add a new callback set_file_disp() for setting file disposition (delete pending state) cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[23/35] cifs: Fix SMBLegacyOpen() function cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[22/35] cifs: Improve cifs_rename_pending_delete() to work without the PASSTHRU support cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[21/35] cifs: Propagate error code from CIFSSMBSetFileInfo() to cifs_rename_pending_delete() cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[20/35] cifs: Fix permission logic in cifs_rename_pending_delete() cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[19/35] cifs: Fix cifs_rename_pending_delete() for files with more hardlinks cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[18/35] cifs: Do not set NumberOfLinks to 1 from open or query calls cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[17/35] cifs: Use NT_STATUS_DELETE_PENDING for filling fi.DeletePending in cifs_query_path_info() cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[16/35] cifs: Add comments for DeletePending assignments in open functions cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[15/35] cifs: Do not try to overwrite existing sillyname in cifs_rename_pending_delete() cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[14/35] cifs: Extend CIFSSMBRenameOpenFile() function for overwrite parameter cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[13/35] cifs: Avoid dynamic memory allocation of FILE_BASIC_INFO buffer in cifs_rename_pending_dele… cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[12/35] cifs: Fix DELETE comments in cifs_rename_pending_delete() cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[11/35] cifs: Fix random name construction for cifs_rename_pending_delete() cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[10/35] cifs: Improve detect_directory_symlink_target() function cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[09/35] cifs: Improve SMB1 stat() to work also for paths in DELETE_PENDING state cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[08/35] cifs: Improve SMB2+ stat() to work also for paths in DELETE_PENDING state cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[07/35] cifs: Change translation of STATUS_DELETE_PENDING to -EBUSY cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[06/35] cifs: Remove cifs_backup_query_path_info() and replace it by cifs_query_path_info() cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[05/35] cifs: Remove CIFSSMBSetPathInfoFB() fallback function cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[04/35] cifs: Remove code for querying FILE_INFO_STANDARD via CIFSSMBQPathInfo() cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[03/35] cifs: Add fallback code path for cifs_mkdir_setinfo() cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[02/35] cifs: Allow fallback code in smb_set_file_info() also for directories cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
[01/35] cifs: Fix and improve cifs_is_path_accessible() function cifs: Fix SMB rmdir() and unlink() against Windows SMB servers - - - - --- 2025-08-31 Pali Rohár New
Do not use UID and GID from EAs Do not use UID and GID from EAs - - - - --- 2025-08-11 Pali Rohár New
cifs: Do not query WSL EAs for native SMB symlink cifs: Do not query WSL EAs for native SMB symlink - - - - --- 2025-07-12 Pali Rohár New
[2/2] cifs: Add support for creating WSL symlinks in version 1 format [1/2] cifs: Add support for parsing WSL symlinks in version 1 format - - - - --- 2025-07-12 Pali Rohár New
[1/2] cifs: Add support for parsing WSL symlinks in version 1 format [1/2] cifs: Add support for parsing WSL symlinks in version 1 format - - - - --- 2025-07-12 Pali Rohár New
[2/2] cifs: Create native Window socket file compatible also with WSL subsystem [1/2] cifs: Extend ->set_EA() callback to allow operate on reparse point - 1 - - --- 2025-07-12 Pali Rohár New
[1/2] cifs: Extend ->set_EA() callback to allow operate on reparse point [1/2] cifs: Extend ->set_EA() callback to allow operate on reparse point - - - - --- 2025-07-12 Pali Rohár New
cifs: Check if server supports EAs before trying to set it for WSL cifs: Check if server supports EAs before trying to set it for WSL - - - - --- 2025-07-12 Pali Rohár New
cifs: Fix lstat() and AT_SYMLINK_NOFOLLOW to work on broken symlink nodes cifs: Fix lstat() and AT_SYMLINK_NOFOLLOW to work on broken symlink nodes - - - - --- 2025-06-10 Pali Rohár New
[v2] cifs: Show reason why autodisabling serverino support [v2] cifs: Show reason why autodisabling serverino support - - - - --- 2025-06-10 Pali Rohár New
[5/5] cifs: Validate presence of EA $LXMOD for WSL reparse points cifs: Fix validation of WSL-style special files - 2 - - --- 2025-06-08 Pali Rohár New
[4/5] cifs: Query EA $LXMOD in cifs_query_path_info() for WSL reparse points cifs: Fix validation of WSL-style special files - 1 - - --- 2025-06-08 Pali Rohár New
[3/5] cifs: Fix validation of SMB2_OP_QUERY_WSL_EA response size cifs: Fix validation of WSL-style special files - 1 - - --- 2025-06-08 Pali Rohár New
[2/5] cifs: Fix validation of EAs for WSL reparse points cifs: Fix validation of WSL-style special files - 1 - - --- 2025-06-08 Pali Rohár New
[1/5] cifs: Remove duplicate fattr->cf_dtype assignment from wsl_to_fattr() function cifs: Fix validation of WSL-style special files - 1 - - --- 2025-06-08 Pali Rohár New
cifs: Show reason why autodisabling serverino support cifs: Show reason why autodisabling serverino support - - - - --- 2025-06-08 Pali Rohár New
cifs: Fix support for WSL-style symlinks cifs: Fix support for WSL-style symlinks - 1 - - --- 2025-04-08 Pali Rohár New
[RFC,4/4] cifs: Implement FS_IOC_FS[GS]ETXATTR API for Windows attributes fs: Add support for Windows file attributes - - - - --- 2025-02-16 Pali Rohár New
[RFC,3/4] fs: Implement support for fsx_xflags_mask, fsx_xflags2 and fsx_xflags2_mask into vfs fs: Add support for Windows file attributes - - - - --- 2025-02-16 Pali Rohár New
[RFC,2/4] fs: Extend FS_IOC_FS[GS]ETXATTR API for Windows attributes fs: Add support for Windows file attributes - - - - --- 2025-02-16 Pali Rohár New
[RFC,1/4] fs: Add FS_XFLAG_COMPRESSED & FS_XFLAG_ENCRYPTED for FS_IOC_FS[GS]ETXATTR API fs: Add support for Windows file attributes - - - - --- 2025-02-16 Pali Rohár New
[v2] cifs: Improve SMB1 stat() to work also for paths in DELETE_PENDING state [v2] cifs: Improve SMB1 stat() to work also for paths in DELETE_PENDING state - - - - --- 2025-01-07 Pali Rohár New
[v2] cifs: Fix and improve cifs_query_path_info() and cifs_query_file_info() [v2] cifs: Fix and improve cifs_query_path_info() and cifs_query_file_info() - - - - --- 2025-01-07 Pali Rohár New
cifs: Use cifs_autodisable_serverino() for disabling CIFS_MOUNT_SERVER_INUM in readdir.c cifs: Use cifs_autodisable_serverino() for disabling CIFS_MOUNT_SERVER_INUM in readdir.c - 2 - - --- 2025-01-02 Pali Rohár New
cifs: Fix endian types in struct rfc1002_session_packet cifs: Fix endian types in struct rfc1002_session_packet - - - - --- 2025-01-01 Pali Rohár New
cifs: Correctly set SMB1 SessionKey field in Session Setup Request cifs: Correctly set SMB1 SessionKey field in Session Setup Request - - - - --- 2025-01-01 Pali Rohár New
[12/12] cifs: Remove CIFSSMBSetPathInfoFB() fallback function [01/12] cifs: Fix struct FILE_ALL_INFO - - - - --- 2024-12-31 Pali Rohár New
[11/12] cifs: Add fallback code path for cifs_mkdir_setinfo() [01/12] cifs: Fix struct FILE_ALL_INFO - - - - --- 2024-12-31 Pali Rohár New
[10/12] cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() function [01/12] cifs: Fix struct FILE_ALL_INFO - - - - --- 2024-12-31 Pali Rohár New
[09/12] cifs: Allow fallback code in smb_set_file_info() also for directories [01/12] cifs: Fix struct FILE_ALL_INFO - - - - --- 2024-12-31 Pali Rohár New
[08/12] cifs: Remove code for querying FILE_INFO_STANDARD via CIFSSMBQPathInfo() [01/12] cifs: Fix struct FILE_ALL_INFO - - - - --- 2024-12-31 Pali Rohár New
[07/12] cifs: Improve SMB1 stat() to work also for paths in DELETE_PENDING state [01/12] cifs: Fix struct FILE_ALL_INFO - - - - --- 2024-12-31 Pali Rohár New
[06/12] cifs: Fix and improve cifs_query_path_info() and cifs_query_file_info() [01/12] cifs: Fix struct FILE_ALL_INFO - - - - --- 2024-12-31 Pali Rohár New
[05/12] cifs: Fix cifs_query_path_info() for Windows NT servers [01/12] cifs: Fix struct FILE_ALL_INFO - - - - --- 2024-12-31 Pali Rohár New
[04/12] cifs: Fix and improve cifs_is_path_accessible() function [01/12] cifs: Fix struct FILE_ALL_INFO - - - - --- 2024-12-31 Pali Rohár New
[03/12] cifs: Optimize CIFSFindFirst() response when not searching [01/12] cifs: Fix struct FILE_ALL_INFO - - - - --- 2024-12-31 Pali Rohár New
[02/12] cifs: Fix calling CIFSFindFirst() for root path without msearch [01/12] cifs: Fix struct FILE_ALL_INFO - - - - --- 2024-12-31 Pali Rohár New
[01/12] cifs: Fix struct FILE_ALL_INFO [01/12] cifs: Fix struct FILE_ALL_INFO - - - - --- 2024-12-31 Pali Rohár New
cifs: Fix querying and creating MF symlinks over SMB1 cifs: Fix querying and creating MF symlinks over SMB1 - - - - --- 2024-12-31 Pali Rohár New
[2/2] cifs: Do not attempt to call CIFSGetSrvInodeNumber() without CAP_INFOLEVEL_PASSTHRU [1/2] cifs: Do not attempt to call CIFSSMBRenameOpenFile() without CAP_INFOLEVEL_PASSTHRU - - - - --- 2024-12-31 Pali Rohár New
[1/2] cifs: Do not attempt to call CIFSSMBRenameOpenFile() without CAP_INFOLEVEL_PASSTHRU [1/2] cifs: Do not attempt to call CIFSSMBRenameOpenFile() without CAP_INFOLEVEL_PASSTHRU - - - - --- 2024-12-31 Pali Rohár New
[5/5] cifs: Improve detect_directory_symlink_target() function [1/5] cifs: Fix access_flags_to_smbopen_mode - - - - --- 2024-12-31 Pali Rohár New
[4/5] cifs: Improve SMB2+ stat() to work also for paths in DELETE_PENDING state [1/5] cifs: Fix access_flags_to_smbopen_mode - - - - --- 2024-12-31 Pali Rohár New
[3/5] cifs: Improve SMB2+ stat() to work also on non-present name surrogate reparse points [1/5] cifs: Fix access_flags_to_smbopen_mode - - - - --- 2024-12-31 Pali Rohár New
[2/5] cifs: Do not add FILE_READ_ATTRIBUTES when using GENERIC_READ/EXECUTE/ALL [1/5] cifs: Fix access_flags_to_smbopen_mode - - - - --- 2024-12-31 Pali Rohár New
[1/5] cifs: Fix access_flags_to_smbopen_mode [1/5] cifs: Fix access_flags_to_smbopen_mode - - - - --- 2024-12-31 Pali Rohár New
[3/3] cifs: Add support for creating reparse points over SMB1 [1/3] cifs: Remove declaration of dead CIFSSMBQuerySymLink function - - - - --- 2024-12-27 Pali Rohár New
[2/3] cifs: Fix validation of SMB1 query reparse point response [1/3] cifs: Remove declaration of dead CIFSSMBQuerySymLink function - 1 - - --- 2024-12-27 Pali Rohár New
[1/3] cifs: Remove declaration of dead CIFSSMBQuerySymLink function [1/3] cifs: Remove declaration of dead CIFSSMBQuerySymLink function - - - - --- 2024-12-27 Pali Rohár New
[4/4] cifs: Fix querying of WSL CHR and BLK reparse points over SMB1 [1/4] cifs: Remove symlink member from cifs_open_info_data union - - - - --- 2024-12-27 Pali Rohár New
[3/4] cifs: Validate EAs for WSL reparse points [1/4] cifs: Remove symlink member from cifs_open_info_data union - 1 - - --- 2024-12-27 Pali Rohár New
[2/4] cifs: Simplify reparse point check in cifs_query_path_info() function [1/4] cifs: Remove symlink member from cifs_open_info_data union - - - - --- 2024-12-27 Pali Rohár New
[1/4] cifs: Remove symlink member from cifs_open_info_data union [1/4] cifs: Remove symlink member from cifs_open_info_data union - - - - --- 2024-12-27 Pali Rohár New
[2/2] cifs: Fix printing Status code into dmesg [1/2] cifs: Add missing NT_STATUS_* codes from nterr.h to nterr.c - - - - --- 2024-12-27 Pali Rohár New
[1/2] cifs: Add missing NT_STATUS_* codes from nterr.h to nterr.c [1/2] cifs: Add missing NT_STATUS_* codes from nterr.h to nterr.c - - - - --- 2024-12-27 Pali Rohár New
cifs: Remove intermediate object of failed create SFU call cifs: Remove intermediate object of failed create SFU call - - - - --- 2024-12-27 Pali Rohár New
cifs: Update description about ACL permissions cifs: Update description about ACL permissions - - - - --- 2024-12-24 Pali Rohár New
[v2] cifs: Fix getting reparse points from servers without EAs support [v2] cifs: Fix getting reparse points from servers without EAs support - 1 - - --- 2024-12-24 Pali Rohár New
[3/3] cifs: Rename struct reparse_posix_data to reparse_nfs_data_buffer and move to common/smb2pdu.h cifs: Cleanup of duplicated structures - - - - --- 2024-12-22 Pali Rohár New
[2/3] cifs: Remove duplicate struct reparse_symlink_data and SYMLINK_FLAG_RELATIVE cifs: Cleanup of duplicated structures - - - - --- 2024-12-22 Pali Rohár New
[1/3] cifs: Remove struct reparse_posix_data from struct cifs_open_info_data cifs: Cleanup of duplicated structures - - - - --- 2024-12-22 Pali Rohár New
cifs: Implement is_network_name_deleted for SMB1 cifs: Implement is_network_name_deleted for SMB1 - - - - --- 2024-12-22 Pali Rohár New
[6/6] cifs: Set default Netbios RFC1001 server name to hostname in UNC cifs: Fix connections over NetBIOS session - - - - --- 2024-12-22 Pali Rohár New
[5/6] cifs: Fix negotiate retry functionality cifs: Fix connections over NetBIOS session - - - - --- 2024-12-22 Pali Rohár New
[4/6] cifs: Improve handling of NetBIOS packets cifs: Fix connections over NetBIOS session - - - - --- 2024-12-22 Pali Rohár New
[3/6] cifs: Improve establishing SMB connection with NetBIOS session cifs: Fix connections over NetBIOS session - - - - --- 2024-12-22 Pali Rohár New
« 1 2 3 »