index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
cifssmb.c
Age
Commit message (
Expand
)
Author
2025-03-17
smb: client: don't retry IO on failed negprotos with soft mounts
Paulo Alcantara
2025-02-25
cifs: Fix the smb1 readv callback to correctly call netfs
David Howells
2025-01-29
cifs: Fix getting and setting SACLs over SMB1
Pali Rohár
2025-01-20
Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-01-12
cifs: support reconnect with alternate password for SMB1
Meetakshi Setiya
2024-12-20
netfs: Change the read result collector to only use one work item
David Howells
2024-12-20
netfs: Drop the error arg from netfs_read_subreq_terminated()
David Howells
2024-12-20
netfs: Work around recursion by abandoning retry if nothing read
David Howells
2024-11-26
smb: client: allow reconnect when sending ioctl
Paulo Alcantara
2024-11-26
smb: client: get rid of @nlsc param in cifs_tree_connect()
Paulo Alcantara
2024-11-17
smb: client: memcpy() with surrounding object base address
Kees Cook
2024-11-17
cifs: Remove pre-historic unused CIFSSMBCopy
Dr. David Alan Gilbert
2024-10-02
smb: client: Correct typos in multiple comments across various files
Shen Lichuan
2024-09-19
Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...
Linus Torvalds
2024-09-16
cifs: Update SFU comments about fifos and sockets
Pali Rohár
2024-09-16
cifs: Fix cifs readv callback merge resolution issue
David Howells
2024-09-16
Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2024-09-15
smb/client: rename cifs_ntsd to smb_ntsd
ChenXiaoSong
2024-09-12
netfs: Speed up buffered reading
David Howells
2024-09-03
cifs: Fix SMB1 readv/writev callback in the same way as SMB2/3
David Howells
2024-08-25
smb/client: remove unused rq_iter_size from struct smb_rqst
Stefan Metzmacher
2024-06-20
cifs: Move the 'pid' from the subreq to the req
David Howells
2024-05-01
cifs: Cut over to using netfslib
David Howells
2024-05-01
cifs: Use more fields from netfs_io_subrequest
David Howells
2024-05-01
cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
David Howells
2024-05-01
cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
David Howells
2024-03-31
smb: client: replace deprecated strncpy with strscpy
Justin Stitt
2024-03-13
Merge tag '6.9-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...
Linus Torvalds
2024-03-10
smb: client: reuse file lease key in compound operations
Meetakshi Setiya
2024-02-05
smb/client: adapt to breakup of struct file_lock
Jeff Layton
2024-02-05
filelock: split common fields into struct file_lock_core
Jeff Layton
2024-01-07
cifs: get rid of dup length check in parse_reparse_point()
Paulo Alcantara
2024-01-07
smb: client: fix hardlinking of reparse points
Paulo Alcantara
2024-01-07
smb: client: fix renaming of reparse points
Paulo Alcantara
2023-11-30
smb: client, common: fix fortify warnings
Dmitry Antipov
2023-11-23
smb: client: implement ->query_reparse_point() for SMB1
Paulo Alcantara
2023-07-25
cifs: fix charset issue in reconnection
Winston Wen
2023-07-12
smb: client: Fix -Wstringop-overflow issues
Gustavo A. R. Silva
2023-06-20
smb: client: fix warning in CIFSFindNext()
Paulo Alcantara
2023-06-20
smb: client: fix warning in CIFSFindFirst()
Paulo Alcantara
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French