index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
Age
Commit message (
Expand
)
Author
Files
Lines
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-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-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
13
-74
/
+467
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
2024-01-23
cifs: cifs_pick_channel should try selecting active channels
Shyam Prasad N
1
-0
/
+3
2024-01-23
cifs: Share server EOF pos with netfslib
David Howells
6
-17
/
+37
2024-01-23
smb: Work around Clang __bdos() type confusion
Kees Cook
1
-1
/
+1
2024-01-23
smb: client: delete "true", "false" defines
Alexey Dobriyan
1
-7
/
+0
2024-01-22
cifs: Don't use certain unnecessary folio_*() functions
David Howells
1
-5
/
+5
2024-01-20
Merge tag 'v6.8-rc-part2-smb-client' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
16
-232
/
+215
2024-01-19
Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
3
-22
/
+7
2024-01-19
cifs: update iface_last_update on each query-and-update
Shyam Prasad N
1
-1
/
+3
2024-01-19
cifs: handle servers that still advertise multichannel after disabling
Shyam Prasad N
2
-46
/
+69
2024-01-19
cifs: new mount option called retrans
Shyam Prasad N
5
-0
/
+15
2024-01-19
cifs: reschedule periodic query for server interfaces
Shyam Prasad N
1
-0
/
+2
2024-01-19
smb: client: don't clobber ->i_rdev from cached reparse points
Paulo Alcantara
1
-3
/
+3
2024-01-19
smb: client: get rid of smb311_posix_query_path_info()
Paulo Alcantara
2
-83
/
+36
2024-01-19
smb: client: parse owner/group when creating reparse points
Paulo Alcantara
4
-89
/
+71
2024-01-19
smb: client: fix parsing of SMB3.1.1 POSIX create context
Paulo Alcantara
1
-1
/
+1
2024-01-18
cifs: new nt status codes from MS-SMB2
Shyam Prasad N
2
-0
/
+4
2024-01-18
cifs: pick channel for tcon and tdis
Shyam Prasad N
1
-6
/
+4
2024-01-18
cifs: open_cached_dir should not rely on primary channel
Shyam Prasad N
1
-1
/
+1
2024-01-18
cifs: minor comment cleanup
Steve French
1
-3
/
+3
2024-01-18
smb3: show beginning time for per share stats
Steve French
3
-2
/
+6
2024-01-16
cifs: remove redundant variable tcon_exist
Colin Ian King
1
-3
/
+3
2024-01-10
Merge tag 'v6.8-rc-part1-smb-client' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
18
-829
/
+1131
2024-01-09
cifs: update internal module version number for cifs.ko
Steve French
1
-2
/
+2
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+2
2024-01-08
cifs: remove unneeded return statement
Steve French
1
-2
/
+0
2024-01-08
cifs: make cifs_chan_update_iface() a void function
Dan Carpenter
2
-11
/
+8
2024-01-08
cifs: delete unnecessary NULL checks in cifs_chan_update_iface()
Dan Carpenter
1
-15
/
+11
2024-01-08
Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-2
/
+3
2024-01-07
cifs: get rid of dup length check in parse_reparse_point()
Paulo Alcantara
2
-14
/
+12
2024-01-07
smb: client: stop revalidating reparse points unnecessarily
Paulo Alcantara
3
-81
/
+57
2024-01-07
cifs: Pass unbyteswapped eof value into SMB2_set_eof()
David Howells
3
-25
/
+20
2024-01-07
smb3: Improve exception handling in allocate_mr_list()
Markus Elfring
1
-2
/
+2
2024-01-07
cifs: fix in logging in cifs_chan_update_iface
Shyam Prasad N
1
-6
/
+8
2024-01-07
smb: client: handle special files and symlinks in SMB3 POSIX
Paulo Alcantara
1
-21
/
+29
[next]