index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-10
smb: common: simplify compression headers
Enzo Matsumiya
1
-19
/
+26
2024-03-10
smb: common: fix fields sizes in compression_pattern_payload_v1
Enzo Matsumiya
1
-2
/
+2
2024-03-10
smb: client: negotiate compression algorithms
Enzo Matsumiya
6
-15
/
+49
2024-03-10
smb3: add dynamic trace point for ioctls
Steve French
2
-0
/
+37
2024-03-10
cifs: Fix writeback data corruption
David Howells
1
-126
/
+157
2024-03-10
smb: client: return reparse type in /proc/mounts
Paulo Alcantara
2
-0
/
+14
2024-03-10
smb: client: set correct d_type for reparse DFS/DFSR and mount point
Paulo Alcantara
1
-7
/
+9
2024-03-10
smb: client: parse uid, gid, mode and dev from WSL reparse points
Paulo Alcantara
4
-17
/
+97
2024-03-10
smb: client: introduce SMB2_OP_QUERY_WSL_EA
Paulo Alcantara
6
-25
/
+190
2024-03-10
smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()
Dan Carpenter
1
-1
/
+1
2024-03-10
smb: client: add support for WSL reparse points
Paulo Alcantara
10
-20
/
+210
2024-03-10
smb: client: reduce number of parameters in smb2_compound_op()
Paulo Alcantara
2
-69
/
+95
2024-03-10
smb: client: fix potential broken compound request
Paulo Alcantara
1
-43
/
+63
2024-03-10
smb: client: move most of reparse point handling code to common file
Paulo Alcantara
9
-364
/
+405
2024-03-10
smb: client: introduce reparse mount option
Paulo Alcantara
4
-0
/
+52
2024-03-10
smb: client: retry compound request without reusing lease
Meetakshi Setiya
1
-3
/
+38
2024-03-10
smb: client: do not defer close open handles to deleted files
Meetakshi Setiya
6
-5
/
+74
2024-03-10
smb: client: reuse file lease key in compound operations
Meetakshi Setiya
6
-31
/
+48
2024-03-10
smb3: update allocation size more accurately on write completion
Steve French
1
-1
/
+8
2024-03-10
smb: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
1
-1
/
+1
2024-03-10
cifs: allow changing password during remount
Steve French
4
-5
/
+30
2024-03-10
cifs: prevent updating file size from server if we have a read/write lease
Bharath SM
4
-12
/
+17
2024-02-25
Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+3
2024-02-25
cifs_get_link(): bail out in unsafe case
Al Viro
1
-0
/
+3
2024-02-15
smb: Fix regression in writes when non-standard maximum write size negotiated
Steve French
2
-2
/
+23
2024-02-12
smb: client: handle path separator of created SMB symlinks
Paulo Alcantara
1
-2
/
+6
2024-02-12
smb: client: set correct id, uid and cruid for multiuser automounts
Paulo Alcantara
1
-0
/
+16
2024-02-11
cifs: update the same create_guid on replay
Shyam Prasad N
4
-2
/
+14
2024-02-11
cifs: fix underflow in parse_server_interfaces()
Dan Carpenter
1
-1
/
+1
2024-02-10
Merge tag '6.8-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2
-2
/
+7
2024-02-09
smb3: clarify mount warning
Steve French
1
-1
/
+1
2024-02-09
cifs: handle cases where multiple sessions share connection
Shyam Prasad N
2
-1
/
+6
2024-02-09
cifs: change tcon status when need_reconnect is set on it
Shyam Prasad N
3
-1
/
+14
2024-02-08
smb: client: set correct d_type for reparse points under DFS mounts
Paulo Alcantara
2
-7
/
+14
2024-02-08
smb3: add missing null server pointer check
Steve French
1
-1
/
+1
2024-02-07
ksmbd: free aux buffer if ksmbd_iov_pin_rsp_read fails
Fedor Pchelkin
1
-2
/
+6
2024-02-07
ksmbd: Add kernel-doc for ksmbd_extract_sharename() function
Yang Li
1
-0
/
+1
2024-02-01
smb: client: increase number of PDUs allowed in a compound request
Paulo Alcantara
2
-3
/
+3
2024-02-01
cifs: failure to add channel on iface should bump up weight
Shyam Prasad N
1
-0
/
+2
2024-02-01
cifs: do not search for channel if server is terminating
Shyam Prasad N
2
-1
/
+5
2024-02-01
cifs: avoid redundant calls to disable multichannel
Shyam Prasad N
1
-1
/
+1
2024-01-31
cifs: make sure that channel scaling is done only once
Shyam Prasad N
2
-3
/
+20
2024-01-27
Merge tag '6.8-rc2-smb3-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
3
-3
/
+6
2024-01-27
Merge tag '6.8-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
13
-74
/
+467
2024-01-25
ksmbd: fix global oob in ksmbd_nl_policy
Lin Ma
2
-3
/
+4
2024-01-23
cifs: fix stray unlock in cifs_chan_skip_or_disable
Shyam Prasad N
1
-1
/
+0
2024-01-23
cifs: set replay flag for retries of write command
Shyam Prasad N
3
-1
/
+5
2024-01-23
cifs: commands that are retried should have replay flag set
Shyam Prasad N
6
-45
/
+404
2024-01-23
cifs: helper function to check replayable error codes
Shyam Prasad N
2
-0
/
+8
2024-01-23
cifs: translate network errors on send to -ECONNABORTED
Shyam Prasad N
1
-2
/
+9
[next]