index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
cifsglob.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-13
smb: client: replace function pointers of common operations for the
hw24-hc-wip
Henrique Carvalho
1
-272
/
+206
2024-11-12
smb: client: remove big chunk of SMB1-only code
Enzo Matsumiya
1
-12
/
+0
2024-11-12
smb: client: remove support for SMB 1.0 and 2.0 mounts
Enzo Matsumiya
1
-26
/
+4
2024-11-12
smb: remove support for CONFIG_CIFS_ALLOW_INSECURE_LEGACY
Henrique Carvalho
1
-6
/
+0
2024-10-10
smb: client: use actual path when queryfs
wangrong
1
-1
/
+1
2024-08-28
cifs: Fix lack of credit renegotiation on read retry
David Howells
1
-0
/
+1
2024-08-25
smb/client: remove unused rq_iter_size from struct smb_rqst
Stefan Metzmacher
1
-1
/
+0
2024-08-22
smb/client: fix typo: GlobalMid_Sem -> GlobalMid_Lock
ChenXiaoSong
1
-3
/
+3
2024-08-08
Fix spelling errors in Server Message Block
Xiaxi Shen
1
-2
/
+2
2024-08-08
smb3: fix setting SecurityFlags when encryption is required
Steve French
1
-4
/
+4
2024-08-02
cifs: Remove cifs_aio_ctx
David Howells
1
-24
/
+0
2024-07-19
cifs: Add a tracepoint to track credits involved in R/W requests
David Howells
1
-7
/
+10
2024-07-13
cifs: fix setting SecurityFlags to true
Steve French
1
-2
/
+2
2024-06-20
cifs: Move the 'pid' from the subreq to the req
David Howells
1
-1
/
+1
2024-06-20
cifs: Only pick a channel once per read request
David Howells
1
-0
/
+1
2024-05-13
cifs: Fix locking in cifs_strict_readv()
Steve French
1
-0
/
+1
2024-05-01
cifs: Remove some code that's no longer used, part 1
David Howells
1
-12
/
+0
2024-05-01
cifs: Cut over to using netfslib
David Howells
1
-2
/
+3
2024-05-01
cifs: Implement netfslib hooks
David Howells
1
-9
/
+19
2024-05-01
cifs: Make add_credits_and_wake_if() clear deducted credits
David Howells
1
-1
/
+2
2024-05-01
cifs: Add mempools for cifs_io_request and cifs_io_subrequest structs
David Howells
1
-0
/
+2
2024-05-01
cifs: Make wait_mtu_credits take size_t args
David Howells
1
-2
/
+2
2024-05-01
cifs: Use more fields from netfs_io_subrequest
David Howells
1
-3
/
+0
2024-05-01
cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
David Howells
1
-26
/
+6
2024-05-01
cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
David Howells
1
-10
/
+12
2024-04-19
cifs: Add tracing for the cifs_tcon struct refcounting
David Howells
1
-0
/
+1
2024-04-19
cifs: Fix reacquisition of volume cookie on still-live connection
David Howells
1
-0
/
+2
2024-04-11
smb3: fix broken reconnect when password changing on the server by allowing p...
Steve French
1
-0
/
+1
2024-04-03
smb: client: fix potential UAF in cifs_debug_files_proc_show()
Paulo Alcantara
1
-0
/
+10
2024-04-03
smb3: retrying on failed server close
Ritvik Budhiraja
1
-2
/
+5
2024-04-02
smb: client: guarantee refcounted children from parent session
Paulo Alcantara
1
-2
/
+0
2024-03-20
cifs: Move some extern decls from .c files to .h
David Howells
1
-0
/
+2
2024-03-14
cifs: make sure server interfaces are requested only for SMB3+
Shyam Prasad N
1
-0
/
+3
2024-03-10
smb: client: negotiate compression algorithms
Enzo Matsumiya
1
-1
/
+5
2024-03-10
smb: client: return reparse type in /proc/mounts
Paulo Alcantara
1
-0
/
+12
2024-03-10
smb: client: introduce SMB2_OP_QUERY_WSL_EA
Paulo Alcantara
1
-0
/
+5
2024-03-10
smb: client: add support for WSL reparse points
Paulo Alcantara
1
-0
/
+1
2024-03-10
smb: client: reduce number of parameters in smb2_compound_op()
Paulo Alcantara
1
-0
/
+11
2024-03-10
smb: client: move most of reparse point handling code to common file
Paulo Alcantara
1
-13
/
+0
2024-03-10
smb: client: introduce reparse mount option
Paulo Alcantara
1
-0
/
+6
2024-03-10
smb: client: do not defer close open handles to deleted files
Meetakshi Setiya
1
-0
/
+1
2024-03-10
smb: client: reuse file lease key in compound operations
Meetakshi Setiya
1
-2
/
+3
2024-03-10
cifs: allow changing password during remount
Steve French
1
-0
/
+1
2024-02-11
cifs: update the same create_guid on replay
Shyam Prasad N
1
-0
/
+1
2024-02-01
smb: client: increase number of PDUs allowed in a compound request
Paulo Alcantara
1
-1
/
+1
2024-01-31
cifs: make sure that channel scaling is done only once
Shyam Prasad N
1
-0
/
+3
2024-01-23
cifs: set replay flag for retries of write command
Shyam Prasad N
1
-0
/
+1
2024-01-23
cifs: commands that are retried should have replay flag set
Shyam Prasad N
1
-0
/
+5
2024-01-23
cifs: helper function to check replayable error codes
Shyam Prasad N
1
-0
/
+7
2024-01-23
cifs: Share server EOF pos with netfslib
David Howells
1
-1
/
+0
[next]