index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-20
cifs: Remove duplicate struct reparse_symlink_data and SYMLINK_FLAG_RELATIVE
Pali Rohár
1
-16
/
+0
2025-01-20
Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-22
/
+10
2025-01-19
cifs: Do not attempt to call CIFSGetSrvInodeNumber() without CAP_INFOLEVEL_PA...
Pali Rohár
1
-0
/
+6
2025-01-19
cifs: Do not attempt to call CIFSSMBRenameOpenFile() without CAP_INFOLEVEL_PA...
Pali Rohár
1
-0
/
+7
2025-01-19
cifs: Remove declaration of dead CIFSSMBQuerySymLink function
Pali Rohár
1
-3
/
+0
2025-01-19
cifs: Fix printing Status code into dmesg
Pali Rohár
1
-2
/
+2
2025-01-19
cifs: Add missing NT_STATUS_* codes from nterr.h to nterr.c
Pali Rohár
1
-0
/
+8
2025-01-19
cifs: Fix endian types in struct rfc1002_session_packet
Pali Rohár
1
-3
/
+3
2025-01-19
cifs: Use cifs_autodisable_serverino() for disabling CIFS_MOUNT_SERVER_INUM i...
Pali Rohár
1
-1
/
+1
2025-01-19
smb3: add missing tracepoint for querying wsl EAs
Steve French
2
-0
/
+3
2025-01-19
smb: client: fix order of arguments of tracepoints
Ruben Devos
2
-57
/
+57
2025-01-19
smb: client: fix oops due to unset link speed
Paulo Alcantara
1
-1
/
+2
2025-01-19
smb: client: correctly handle ErrorContextData as a flexible array
Liang Jie
2
-3
/
+3
2025-01-19
smb: client: don't retry DFS targets on server shutdown
Paulo Alcantara
1
-9
/
+19
2025-01-19
smb: client: fix return value of parse_dfs_referrals()
Paulo Alcantara
2
-6
/
+6
2025-01-19
smb: client: optimize referral walk on failed link targets
Paulo Alcantara
2
-57
/
+56
2025-01-19
smb: client: provide dns_resolve_{unc,name} helpers
Paulo Alcantara
7
-86
/
+59
2025-01-19
smb: client: parse DNS domain name from domain= option
Paulo Alcantara
1
-5
/
+14
2025-01-19
smb: client: fix DFS mount against old servers with NTLMSSP
Paulo Alcantara
9
-50
/
+105
2025-01-19
smb: client: parse av pair type 4 in CHALLENGE_MESSAGE
Paulo Alcantara
3
-22
/
+43
2025-01-19
smb: client: introduce av_for_each_entry() helper
Paulo Alcantara
2
-71
/
+54
2025-01-15
smb: client: fix double free of TCP_Server_Info::hostname
Paulo Alcantara
1
-2
/
+1
2025-01-12
cifs: support reconnect with alternate password for SMB1
Meetakshi Setiya
1
-1
/
+10
2025-01-11
Merge tag '6.13-rc6-SMB3-client-fix' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-1
/
+18
2025-01-10
smb: client: sync the root session and superblock context passwords before au...
Meetakshi Setiya
1
-1
/
+18
2025-01-06
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-7
/
+15
2024-12-23
cifs: Remove unused is_server_using_iface()
Dr. David Alan Gilbert
2
-27
/
+0
2024-12-23
smb: enable reuse of deferred file handles for write operations
Bharath SM
1
-1
/
+5
2024-12-20
netfs: Change the read result collector to only use one work item
David Howells
2
-2
/
+5
2024-12-20
netfs: Drop the was_async arg from netfs_read_subreq_terminated()
David Howells
1
-1
/
+1
2024-12-20
netfs: Drop the error arg from netfs_read_subreq_terminated()
David Howells
3
-19
/
+4
2024-12-20
netfs: Add a tracepoint to log the lifespan of folio_queue structs
David Howells
1
-1
/
+1
2024-12-20
netfs: Work around recursion by abandoning retry if nothing read
David Howells
2
-7
/
+15
2024-12-19
smb: fix bytes written value in /proc/fs/cifs/Stats
Bharath SM
1
-0
/
+3
2024-12-19
smb: client: fix TCP timers deadlock after rmmod
Enzo Matsumiya
1
-10
/
+26
2024-12-19
smb: client: Deduplicate "select NETFS_SUPPORT" in Kconfig
Dragan Simic
1
-1
/
+0
2024-12-19
smb: use macros instead of constants for leasekey size and default cifsattrs ...
Bharath SM
2
-2
/
+2
2024-12-10
smb: client: destroy cfid_put_wq on module exit
Enzo Matsumiya
1
-0
/
+1
2024-12-10
cifs: Use str_yes_no() helper in cifs_ses_add_channel()
Thorsten Blum
1
-2
/
+2
2024-12-10
cifs: Fix rmdir failure due to ongoing I/O on deleted file
David Howells
1
-1
/
+4
2024-12-09
smb3: fix compiler warning in reparse code
Steve French
1
-1
/
+1
2024-12-06
smb: client: fix potential race in cifs_put_tcon()
Paulo Alcantara
1
-3
/
+1
2024-12-06
smb3.1.1: fix posix mounts to older servers
Steve French
3
-5
/
+11
2024-12-04
fs/smb/client: cifs_prime_dcache() for SMB3 POSIX reparse points
Ralph Boehme
1
-1
/
+17
2024-12-04
fs/smb/client: Implement new SMB3 POSIX type
Ralph Boehme
4
-60
/
+149
2024-12-04
fs/smb/client: avoid querying SMB2_OP_QUERY_WSL_EA for SMB3 POSIX
Ralph Boehme
1
-1
/
+2
2024-11-28
cifs: update internal version number
Steve French
1
-2
/
+2
2024-11-28
cifs: unlock on error in smb3_reconfigure()
Dan Carpenter
1
-1
/
+3
2024-11-28
cifs: during remount, make sure passwords are in sync
Shyam Prasad N
2
-9
/
+75
2024-11-28
cifs: support mounting with alternate password to allow password rotation
Meetakshi Setiya
1
-7
/
+50
[prev]
[next]