summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2024-11-14ksmbd: fix slab-use-after-free in smb3_preauth_hash_rspNamjae Jeon1-2/+2
2024-11-14ksmbd: Fix the missing xa_store error checkJinjie Ruan1-4/+7
2024-11-14ksmbd: fix slab-use-after-free in ksmbd_smb2_session_createNamjae Jeon1-1/+3
2024-11-01smb: client: fix OOBs when building SMB2_IOCTL requestPaulo Alcantara1-0/+9
2024-10-22ksmbd: fix user-after-free from session log offNamjae Jeon4-6/+34
2024-10-17smb: client: use actual path when queryfswangrong4-10/+26
2024-10-17ksmbd: handle caseless file creationNamjae Jeon1-7/+3
2024-10-17ksmbd: allow write with FILE_APPEND_DATANamjae Jeon1-1/+1
2024-10-17ksmbd: make __dir_empty() compatible with POSIXHobin Woo1-3/+4
2024-09-30smb: client: fix hang in wait_for_response() for negprotoPaulo Alcantara1-1/+13
2024-09-18smb/server: fix return value of smb2_open()ChenXiaoSong1-1/+1
2024-09-18ksmbd: override fsids for smb2_query_info()Namjae Jeon1-0/+7
2024-09-18ksmbd: override fsids for share path checkNamjae Jeon7-13/+32
2024-09-12cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target regionDavid Howells1-2/+14
2024-09-12ksmbd: Unlock on in ksmbd_tcp_set_interfaces()Dan Carpenter1-1/+3
2024-09-12ksmbd: unset the binding mark of a reused connectionNamjae Jeon1-0/+4
2024-09-04smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()Stefan Metzmacher1-1/+1
2024-08-29ksmbd: the buffer of smb2 query dir response has at least 1 byteNamjae Jeon1-1/+2
2024-08-14smb3: fix setting SecurityFlags when encryption is requiredSteve French3-5/+8
2024-08-03cifs: mount with "unix" mount option for SMB1 incorrectly handledSteve French1-0/+7
2024-08-03cifs: fix reconnect with SMB1 UNIX ExtensionsSteve French1-1/+16
2024-08-03cifs: fix potential null pointer use in destroy_workqueue in init_cifs error ...Steve French1-4/+4
2024-07-25cifs: fix noisy message on copy_file_rangeSteve French1-1/+1
2024-07-25ksmbd: return FILE_DEVICE_DISK instead of super magicNamjae Jeon2-2/+41
2024-07-18ksmbd: discard write access to the directory openHobin Woo1-2/+11
2024-07-18cifs: fix setting SecurityFlags to trueSteve French1-2/+2
2024-06-27cifs: fix typo in module parameter enable_gcm_256Steve French1-1/+1
2024-06-16smb: client: fix deadlock in smb2_find_smb_tcon()Enzo Matsumiya1-1/+1
2024-06-12ksmbd: ignore trailing slashes in share pathsNandor Kracser1-1/+5
2024-06-12ksmbd: avoid to send duplicate oplock break notificationsNamjae Jeon1-8/+13
2024-05-17ksmbd: do not grant v2 lease if parent lease key and epoch are not setNamjae Jeon1-5/+9
2024-05-17ksmbd: avoid to send duplicate lease break notificationsNamjae Jeon1-6/+15
2024-05-17ksmbd: off ipv6only for both ipv4/ipv6 bindingNamjae Jeon1-0/+4
2024-05-17smb3: missing lock when picking channelSteve French1-1/+3
2024-05-17cifs: use the least loaded channel for sending requestsShyam Prasad N1-4/+29
2024-05-02smb3: fix lock ordering potential deadlock in cifs_sync_mid_resultSteve French1-0/+3
2024-05-02smb: client: Fix struct_group() usage in __packed structsGustavo A. R. Silva2-3/+3
2024-05-02cifs: Replace remaining 1-element arraysKees Cook5-57/+53
2024-05-02cifs: reinstate original behavior again for forceuid/forcegidTakayuki Nagata2-0/+14
2024-05-02smb: client: fix rename(2) regression against sambaPaulo Alcantara1-0/+1
2024-04-27ksmbd: common: use struct_group_attr instead of struct_group for network_open...Namjae Jeon1-1/+1
2024-04-27ksmbd: clear RENAME_NOREPLACE before calling vfs_renameMarios Makassikis1-0/+5
2024-04-27ksmbd: validate request buffer size in smb2_allocate_rsp_buf()Namjae Jeon1-0/+4
2024-04-27ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_bufNamjae Jeon1-8/+5
2024-04-17smb3: fix Open files on server counter going negativeSteve French1-2/+2
2024-04-10smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in smb2_is_network_name_deleted()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in is_valid_oplock_break()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in smb2_is_valid_lease_break()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in smb2_is_valid_oplock_break()Paulo Alcantara1-0/+2