summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
4 dayssmb: client: fix UAF in async decryptionEnzo Matsumiya2-19/+34
11 dayssmb3: fix incorrect mode displayed for read-only filesSteve French1-8/+11
11 dayssmb: client: use actual path when queryfswangrong4-10/+26
11 daysksmbd: add refcnt to ksmbd_conn structNamjae Jeon4-40/+23
11 dayscifs: Do not convert delimiter when parsing NFS-style symlinksPali Rohár1-1/+0
11 dayscifs: Fix buffer overflow when parsing NFS reparse pointsPali Rohár1-1/+14
11 dayscifs: Remove intermediate object of failed create reparse callPali Rohár1-2/+22
2024-10-04ksmbd: handle caseless file creationNamjae Jeon1-7/+3
2024-10-04ksmbd: allow write with FILE_APPEND_DATANamjae Jeon1-1/+1
2024-10-04ksmbd: 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-18cifs: Fix signature miscalculationDavid Howells1-1/+1
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-12smb: client: fix double put of @cfile in smb2_rename_path()Paulo Alcantara1-0/+2
2024-09-12smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()ChenXiaoSong2-6/+6
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-12smb: client: fix double put of @cfile in smb2_set_path_size()Paulo Alcantara1-0/+1
2024-09-08smb: client: fix FSCTL_GET_REPARSE_POINT against NetAppPaulo Alcantara1-2/+4
2024-09-04cifs: Fix FALLOC_FL_PUNCH_HOLE supportDavid Howells1-0/+22
2024-09-04smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()Stefan Metzmacher1-1/+1
2024-08-29ksmbd: fix race condition between destroy_previous_session() and smb2 operati...Namjae Jeon4-3/+44
2024-08-29ksmbd: the buffer of smb2 query dir response has at least 1 byteNamjae Jeon1-1/+2
2024-08-29smb: client: ignore unhandled reparse tagsPaulo Alcantara1-4/+7
2024-08-14smb3: fix setting SecurityFlags when encryption is requiredSteve French3-5/+8
2024-08-14cifs: cifs_inval_name_dfs_link_error: correct the check for fullpathGleb Korobeynikov1-4/+5
2024-08-14smb: client: handle lack of FSCTL_GET_REPARSE_POINT supportPaulo Alcantara4-4/+38
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-25mm: page_ref: remove folio_try_get_rcu()Yang Shi1-2/+2
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-21ksmbd: fix missing use of get_write in in smb2_set_ea()Namjae Jeon4-11/+19
2024-06-21ksmbd: move leading slash check to smb2_get_name()Namjae Jeon1-9/+6
2024-06-21ksmbd: use rwsem instead of rwlock for lease breakNamjae Jeon5-38/+30
2024-06-16smb: client: fix deadlock in smb2_find_smb_tcon()Enzo Matsumiya1-1/+1
2024-06-12ksmbd: fix uninitialized symbol 'share' in smb2_tree_connect()Namjae Jeon1-2/+2
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-25smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva3-30/+33
2024-05-25ksmbd: add continuous availability share parameterNamjae Jeon2-19/+27
2024-05-25cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells11-26/+143
2024-05-25smb: client: instantiate when creating SFU filesPaulo Alcantara1-39/+55