summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2025-10-10Merge tag 'v6.18-rc-part2-smb-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2025-10-10cifs: update internal version numberSteve French
2025-10-09cifs: Add comments for DeletePending assignments in open functionsPali Rohár
2025-10-09cifs: Add fallback code path for cifs_mkdir_setinfo()Pali Rohár
2025-10-09cifs: Allow fallback code in smb_set_file_info() also for directoriesPali Rohár
2025-10-09cifs: Query EA $LXMOD in cifs_query_path_info() for WSL reparse pointsPali Rohár
2025-10-09smb: client: remove cfids_invalidation_workerEnzo Matsumiya
2025-10-09smb: client: remove redudant assignment in cifs_strict_fsync()Paulo Alcantara
2025-10-09smb: client: fix race with fallocate(2) and AIO+DIOPaulo Alcantara
2025-10-09smb: client: fix missing timestamp updates after utime(2)Paulo Alcantara
2025-10-09smb: client: fix missing timestamp updates after ftruncate(2)Paulo Alcantara
2025-10-09smb: client: fix missing timestamp updates with O_TRUNCPaulo Alcantara
2025-10-09cifs: Fix copy_to_iter return value checkFushuai Wang
2025-10-09smb: client: batch SRV_COPYCHUNK entries to cut round tripsHenrique Carvalho
2025-10-09smb: client: Omit an if branch in smb2_find_smb_tcon()Markus Elfring
2025-10-07smb: client: Return directly after a failed genlmsg_new() in cifs_swn_send_re...Markus Elfring
2025-10-07smb: client: Use common code in cifs_do_create()Markus Elfring
2025-10-07smb: client: Improve unlocking of a mutex in cifs_get_swn_reg()Markus Elfring
2025-10-07smb: client: Return a status code only as a constant in cifs_spnego_key_insta...Markus Elfring
2025-10-06smb: client: Use common code in cifs_lookup()Markus Elfring
2025-10-06smb: client: Reduce the scopes for a few variables in two functionsMarkus Elfring
2025-10-03Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-10-03Merge tag '6.18-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2025-10-03Merge tag 'v6.18rc1-part1-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-10-03Merge tag 'pull-finish_no_open' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-03Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-10-01cifs: client: force multichannel=off when max_channels=1Rajasi Mandal
2025-10-01smb client: fix bug with newly created file in cached dirBharath SM
2025-10-01smb: client: short-circuit negative lookups when parent dir is fully cachedHenrique Carvalho
2025-10-01smb: client: short-circuit in open_cached_dir_by_dentry() if !dentryHenrique Carvalho
2025-10-01smb: client: remove pointless cfid->has_lease checkHenrique Carvalho
2025-10-01smb: client: transport: minor indentation style fixFiona Ebner
2025-10-01smb: client: transport: avoid reconnects triggered by pending task workFiona Ebner
2025-10-01smb: client: remove unused fid_lockHenrique Carvalho
2025-10-01smb: client: update cfid->last_access_time in open_cached_dir_by_dentry()Henrique Carvalho
2025-10-01smb: client: ensure open_cached_dir_by_dentry() only returns valid cfidSteve French
2025-10-01smb: client: account smb directory cache usage and per-tcon totalsBharath SM
2025-10-01smb: client: add drop_dir_cache module parameter to invalidate cached direntsBharath SM
2025-10-01smb: client: show lease state as R/H/W (or NONE) in open_filesBharath SM
2025-09-30ksmbd: increase session and share hash table bitsNamjae Jeon
2025-09-30ksmbd: replace connection list with hash tableNamjae Jeon
2025-09-30ksmbd: add an error print when maximum IP connections limit is reachedNamjae Jeon
2025-09-30ksmbd: add max ip connections parameterNamjae Jeon
2025-09-30ksmbd: fix error code overwriting in smb2_get_info_filesystem()Matvey Kovalev
2025-09-30ksmbd: copy overlapped range within the same fileNamjae Jeon
2025-09-30ksmbd: use sock_create_kern interface to create kernel socketNamjae Jeon
2025-09-30ksmbd: make ksmbd thread names distinct by client IPNamjae Jeon
2025-09-30ksmbd: Fix race condition in RPC handle list accessYunseong Kim
2025-09-29smb: client: fix crypto buffers in non-linear memoryEnzo Matsumiya
2025-09-29smb: Use arc4 library instead of duplicate arc4 codeEric Biggers