summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-11-28cifs: update internal version numberSteve French1-2/+2
2024-11-28cifs: unlock on error in smb3_reconfigure()Dan Carpenter1-1/+3
2024-11-28cifs: during remount, make sure passwords are in syncShyam Prasad N2-9/+75
2024-11-28cifs: support mounting with alternate password to allow password rotationMeetakshi Setiya1-7/+50
2024-11-27smb: Initialize cfid->tcon before performing network opsPaul Aurich1-1/+1
2024-11-27smb: During unmount, ensure all cached dir instances drop their dentryPaul Aurich6-36/+147
2024-11-27smb: client: fix noisy message when mounting sharesPaulo Alcantara1-1/+1
2024-11-27smb: client: don't try following DFS links in cifs_tree_connect()Paulo Alcantara1-171/+17
2024-11-27smb: client: allow reconnect when sending ioctlPaulo Alcantara3-11/+12
2024-11-27smb: client: get rid of @nlsc param in cifs_tree_connect()Paulo Alcantara5-20/+15
2024-11-27smb: client: allow more DFS referrals to be cachedPaulo Alcantara1-2/+2
2024-11-25cifs: Fix parsing reparse point with native symlink in SMB1 non-UNICODE sessionPali Rohár1-2/+1
2024-11-25cifs: Validate content of WSL reparse point buffersPali Rohár1-0/+5
2024-11-25cifs: Improve guard for excluding $LXDEV xattrPali Rohár1-2/+2
2024-11-25cifs: Add support for parsing WSL-style symlinksPali Rohár2-0/+58
2024-11-25cifs: Validate content of native symlinkPali Rohár1-0/+19
2024-11-25cifs: Fix parsing native symlinks relative to the exportPali Rohár9-28/+108
2024-11-25smb: client: fix NULL ptr deref in crypto_aead_setkey()Paulo Alcantara1-1/+3
2024-11-25Update misleading comment in cifs_chan_update_ifaceMarco Crivellari1-4/+1
2024-11-25smb: client: change return value in open_cached_dir_by_dentry() if !cfidsHenrique Carvalho1-1/+1
2024-11-25smb: client: disable directory caching when dir_cache_timeout is zeroHenrique Carvalho1-1/+1
2024-11-25smb: client: remove unnecessary checks in open_cached_dir()Henrique Carvalho1-4/+6
2024-11-23Merge tag '6.13-rc-part1-SMB3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds19-246/+293
2024-11-23Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-237/+352
2024-11-23Merge tag 'unicode-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-9/+10
2024-11-23Merge tag 'sysctl-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-69/+73
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds63-499/+1977
2024-11-23Merge tag 'iommu-updates-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds51-1624/+4610
2024-11-23Merge tag 'thermal-6.13-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds36-49/+62
2024-11-23Merge tag 'pm-6.13-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds19-103/+517
2024-11-23Merge tag 'tpmdd-next-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-211/+156
2024-11-23Merge tag 'mtd/for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds98-212/+354
2024-11-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds242-2133/+26300
2024-11-23Merge tag 'backlight-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds28-247/+221
2024-11-23Merge tag 'leds-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds63-330/+397
2024-11-23Merge tag 'mfd-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds84-767/+3122
2024-11-23Merge tag 'linux_kselftest-kunit-6.13-rc1-fixed' of git://git.kernel.org/pub/...Linus Torvalds10-91/+183
2024-11-23Merge tag 'trace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds35-328/+452
2024-11-23Merge tag 'trace-tools-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-79/+361
2024-11-23Merge tag 'trace-ring-buffer-v6.13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-30/+76
2024-11-23Merge tag 'x86_tdx_for_6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-23/+128
2024-11-22Merge tag 'x86_misc_for_6.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-33/+31
2024-11-22Merge tag 'x86_sgx_for_6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-11-22Merge tag 'cxl-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds14-66/+367
2024-11-22Merge branch 'pm-cpuidle'Rafael J. Wysocki3-9/+10
2024-11-22tpm: atmel: Drop PPC64 specific MMIO setupRob Herring (Arm)3-144/+61
2024-11-22Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1476-28946/+51907
2024-11-22char: tpm: cr50: Add new device/vendor ID 0x50666666Jett Rink1-4/+28
2024-11-22char: tpm: cr50: Move i2c locking to request/relinquish locality opsJan Dabros1-9/+13
2024-11-22char: tpm: cr50: Use generic request/relinquish locality opsJan Dabros1-40/+54