index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
sess.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French
1
-1857
/
+0
2023-05-02
cifs: fix potential use-after-free bugs in TCP_Server_Info::hostname
Paulo Alcantara
1
-3
/
+4
2023-02-20
cifs: get rid of dns resolve worker
Paulo Alcantara
1
-1
/
+0
2023-01-10
cifs: fix potential memory leaks in session setup
Paulo Alcantara
1
-0
/
+2
2023-01-04
cifs: refcount only the selected iface during interface update
Shyam Prasad N
1
-1
/
+2
2022-11-19
cifs: Use after free in debug code
Dan Carpenter
1
-2
/
+2
2022-10-18
cifs: Fix xid leak in cifs_ses_add_channel()
Zhang Xiaoxu
1
-0
/
+1
2022-10-15
cifs: fix double-fault crash during ntlmssp
Paulo Alcantara
1
-7
/
+9
2022-10-13
cifs: use ALIGN() and round_up() macros
Enzo Matsumiya
1
-12
/
+6
2022-10-07
cifs: replace kfree() with kfree_sensitive() for sensitive data
Enzo Matsumiya
1
-9
/
+15
2022-08-05
cifs: when insecure legacy is disabled shrink amount of SMB1 code
Steve French
1
-1
/
+4
2022-07-12
cifs: fix race condition with delayed threads
Shyam Prasad N
1
-2
/
+9
2022-06-24
cifs: avoid deadlocks while updating iface
Shyam Prasad N
1
-12
/
+21
2022-06-22
cifs: during reconnect, update interface if necessary
Shyam Prasad N
1
-0
/
+79
2022-06-22
cifs: change iface_list from array to sorted linked list
Shyam Prasad N
1
-38
/
+40
2022-06-18
cifs: when a channel is not found for server, log its connection id
Shyam Prasad N
1
-0
/
+3
2022-06-10
cifs: populate empty hostnames for extra channels
Shyam Prasad N
1
-1
/
+4
2022-06-01
cifs: fix potential deadlock in direct reclaim
Vincent Whitchurch
1
-3
/
+3
2022-05-25
cifs: fix ntlmssp on old servers
Paulo Alcantara
1
-3
/
+3
2022-05-24
cifs: avoid parallel session setups on same channel
Shyam Prasad N
1
-0
/
+27
2022-02-16
cifs: fix confusing unneeded warning message on smb2.1 and earlier
Steve French
1
-5
/
+6
2022-02-03
cifs: fix workstation_name for multiuser mounts
Ryan Bair
1
-1
/
+5
2022-01-19
smb3: send NTLMSSP version information
Steve French
1
-0
/
+70
2022-01-19
cifs: cifs_ses_mark_for_reconnect should also update reconnect bits
Shyam Prasad N
1
-15
/
+0
2022-01-19
cifs: make status checks in version independent callers
Shyam Prasad N
1
-9
/
+0
2022-01-19
cifs: protect all accesses to chan_* with chan_lock
Shyam Prasad N
1
-3
/
+7
2022-01-19
cifs: fix the connection state transitions with multichannel
Shyam Prasad N
1
-1
/
+0
2022-01-17
cifs: clean up an inconsistent indenting
Yang Li
1
-1
/
+1
2022-01-17
cifs: free ntlmsspblob allocated in negotiate
Shyam Prasad N
1
-5
/
+8
2022-01-07
cifs: maintain a state machine for tcp/smb/tcon sessions
Shyam Prasad N
1
-3
/
+5
2022-01-07
cifs: take cifs_tcp_ses_lock for status checks
Shyam Prasad N
1
-4
/
+4
2022-01-02
cifs: add WARN_ON for when chan_count goes below minimum
Shyam Prasad N
1
-0
/
+5
2022-01-02
cifs: use the chans_need_reconnect bitmap for reconnect status
Shyam Prasad N
1
-64
/
+59
2022-01-02
cifs: track individual channel status using chans_need_reconnect
Shyam Prasad N
1
-2
/
+65
2021-12-08
cifs: fix ntlmssp auth when there is no key exchange
Paulo Alcantara
1
-18
/
+36
2021-11-23
cifs: populate server_hostname for extra channels
Shyam Prasad N
1
-0
/
+1
2021-11-16
cifs: introduce cifs_ses_mark_for_reconnect() helper
Paulo Alcantara
1
-0
/
+13
2021-11-16
cifs: move debug print out of spinlock
Steve French
1
-1
/
+1
2021-11-12
cifs: connect individual channel servers to primary channel server
Shyam Prasad N
1
-5
/
+1
2021-11-12
cifs: protect session channel fields with chan_lock
Shyam Prasad N
1
-12
/
+38
2021-11-08
cifs: send workstation name during ntlmssp session setup
Shyam Prasad N
1
-70
/
+118
2021-09-13
cifs: remove pathname for file from SPDX header
Steve French
1
-1
/
+0
2021-08-25
cifs: remove support for NTLM and weaker authentication algorithms
Ronnie Sahlberg
1
-254
/
+1
2021-08-25
cifs: fix wrong release in sess_alloc_buffer() failed path
Ding Hui
1
-1
/
+1
2021-06-20
cifs: use SPDX-Licence-Identifier
Steve French
1
-13
/
+1
2021-06-20
cifs: fix ipv6 formating in cifs_ses_add_channel
Aurelien Aptel
1
-1
/
+1
2021-05-08
smb3: do not attempt multichannel to server which does not support it
Steve French
1
-0
/
+6
2021-03-06
cifs: fix credit accounting for extra channel
Aurelien Aptel
1
-0
/
+1
2021-02-22
cifs: change confusing field serverName (to ip_addr)
Steve French
1
-1
/
+1
2020-12-14
cifs: simplify handling of cifs_sb/ctx->local_nls
Ronnie Sahlberg
1
-12
/
+11
[next]