index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
cifs_debug.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
cifs: fix potential use-after-free bugs in TCP_Server_Info::hostname
Paulo Alcantara
2023-05-02
1
-6
/
+6
*
smb3: add dynamic trace points for tree disconnect
Steve French
2022-10-05
1
-3
/
+3
*
cifs: use SPDX-Licence-Identifier
Steve French
2021-06-20
1
-1
/
+1
*
cifs: Standardize logging output
Joe Perches
2020-06-01
1
-76
/
+69
*
cifs: add a debug macro that prints \\server\share for errors
Ronnie Sahlberg
2019-09-16
1
-7
/
+43
*
cifs: add new debugging macro cifs_server_dbg
Ronnie Sahlberg
2019-09-16
1
-0
/
+31
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-15
/
+1
*
cifs: minor clarification in comments
Steve French
2018-10-23
1
-0
/
+12
*
CIFS: Adds information-level logging function
Rodrigo Freire
2018-10-23
1
-0
/
+16
*
cifs: add server argument to the dump_detail method
Ronnie Sahlberg
2018-05-27
1
-1
/
+1
*
CIFS: fix typo in cifs_dbg
Aurelien Aptel
2018-04-20
1
-1
/
+1
*
CIFS: add ONCE flag for cifs_dbg type
Aurelien Aptel
2018-04-11
1
-12
/
+22
*
lib: update single-char callers of strtobool()
Kees Cook
2016-03-17
1
-1
/
+1
*
cifs: Ratelimit kernel log messages
Jamie Bainbridge
2016-01-14
1
-5
/
+4
*
cifs: convert printk(LEVEL...) to pr_<level>
Andy Shevchenko
2014-12-07
1
-4
/
+3
*
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
Joe Perches
2013-05-04
1
-47
/
+23
*
cifs: eliminate cifsERROR variable
Jeff Layton
2012-12-20
1
-5
/
+1
*
cifs: Add CONFIG_CIFS_DEBUG and rename use of CIFS_DEBUG
Joe Perches
2012-12-05
1
-2
/
+1
*
cifs: Make CIFS_DEBUG possible to undefine
Joe Perches
2012-12-05
1
-23
/
+41
*
cifs: Remove unused cEVENT macro
Joe Perches
2012-12-05
1
-7
/
+0
*
CIFS: Move protocol specific demultiplex thread calls to ops struct
Pavel Shilovsky
2012-05-23
1
-2
/
+2
*
CIFS: Separate protocol-specific code from demultiplex code
Pavel Shilovsky
2012-03-23
1
-1
/
+1
*
CIFS: Separate protocol-specific code from transport routines
Pavel Shilovsky
2012-03-23
1
-1
/
+1
*
[CIFS] Various small checkpatch cleanups
Steve French
2010-10-07
1
-1
/
+1
*
[CIFS] Neaten cERROR and cFYI macros, reduce text space
Joe Perches
2010-04-21
1
-11
/
+31
*
[CIFS] clean up some hard to read ifdefs
Steve French
2008-02-12
1
-0
/
+3
*
[CIFS] reduce checkpatch warnings
Steve French
2008-02-07
1
-3
/
+3
*
[CIFS] Support for setting up SMB sessions to legacy lanman servers
Steve French
2006-05-31
1
-0
/
+4
*
[CIFS] CIFS Stats improvements
Steve French
2005-10-11
1
-1
/
+4
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+66