index
:
kernel/linux.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.12.y
linux-6.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-24
CIFS: Print message when attempting a mount
Rodrigo Freire
2
-2
/
+7
2018-10-24
CIFS: Adds information-level logging function
Rodrigo Freire
1
-0
/
+16
2018-10-24
cifs: OFD locks do not conflict with eachothers
Ronnie Sahlberg
3
-15
/
+25
2018-10-24
CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registration
Long Li
1
-19
/
+19
2018-10-24
CIFS: pass page offsets on SMB1 read/write
Long Li
1
-0
/
+2
2018-10-24
fs/cifs: fix uninitialised variable warnings
Garry McNulty
1
-3
/
+3
2018-10-24
smb3: add tracepoint for sending lease break responses to server
Steve French
2
-1
/
+88
2018-10-24
cifs: do not return atime less than mtime
Steve French
3
-3
/
+12
2018-10-24
smb3: update default requested iosize to 4MB from 1MB for recent dialects
Steve French
2
-4
/
+55
2018-10-24
smb3: Add debug message later in smb2/smb3 reconnect path
Steve French
2
-1
/
+4
2018-10-24
CIFS: make 'nodfs' mount opt a superblock flag
Aurelien Aptel
4
-5
/
+14
2018-10-24
smb3: track the instance of each session for debugging
Steve French
4
-4
/
+10
2018-10-24
smb3: minor missing defines relating to reparse points
Steve French
1
-1
/
+3
2018-10-24
smb3: add way to control slow response threshold for logging and stats
Steve French
3
-3
/
+26
2018-10-24
cifs: minor updates to module description for cifs.ko
Steve French
1
-3
/
+3
2018-10-24
cifs: protect against server returning invalid file system block size
Steve French
1
-0
/
+21
2018-10-24
smb3: allow stats which track session and share reconnects to be reset
Steve French
1
-0
/
+3
2018-10-24
SMB3: Backup intent flag missing from compounded ops
Steve French
1
-0
/
+2
2018-10-24
cifs: create a define for the max number of iov we need for a SMB2 set_info
Ronnie Sahlberg
2
-1
/
+10
2018-10-24
cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compounding
Ronnie Sahlberg
4
-142
/
+60
2018-10-24
cifs: remove the is_falloc argument to SMB2_set_eof
Ronnie Sahlberg
3
-9
/
+4
2018-10-24
cifs: change SMB2_OP_SET_INFO to use compounding
Ronnie Sahlberg
3
-26
/
+23
2018-10-24
cifs: change SMB2_OP_SET_EOF to use compounding
Ronnie Sahlberg
1
-8
/
+20
2018-10-24
cifs: make rmdir() use compounding
Ronnie Sahlberg
3
-31
/
+35
2018-10-24
cifs: create helpers for SMB2_set_info_init/free()
Ronnie Sahlberg
3
-40
/
+68
2018-10-24
cifs: change unlink to use a compound
Ronnie Sahlberg
1
-5
/
+6
2018-10-24
cifs: change mkdir to use a compound
Ronnie Sahlberg
1
-9
/
+13
2018-10-24
cifs: add a smb2_compound_op and change QUERY_INFO to use it
Ronnie Sahlberg
4
-22
/
+136
2018-10-24
cifs: fix a credits leak for compund commands
Ronnie Sahlberg
1
-20
/
+37
2018-10-24
smb3: add tracepoint to catch cases where credit refund of failed op overlaps...
Steve French
2
-0
/
+36
2018-10-24
cifs: remove set but not used variable 'cifs_sb'
YueHaibing
1
-2
/
+0
2018-10-24
cifs: Use kmemdup rather than duplicating its implementation in smb311_posix_...
YueHaibing
1
-2
/
+2
2018-10-24
smb3: do not display confusing message on mount to Azure servers
Steve French
1
-1
/
+1
2018-10-23
Merge branch 'parisc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
32
-414
/
+721
2018-10-23
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
18
-225
/
+203
2018-10-23
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
8
-193
/
+155
2018-10-23
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
19
-176
/
+222
2018-10-23
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-2
/
+4
2018-10-23
Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
68
-1006
/
+1023
2018-10-23
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
28
-619
/
+1117
2018-10-23
Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-1
/
+19
2018-10-23
Merge branch 'x86-grub2-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
11
-5
/
+77
2018-10-23
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
42
-50
/
+635
2018-10-23
Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-9
/
+0
2018-10-23
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-15
/
+31
2018-10-23
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
12
-143
/
+299
2018-10-23
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-36
/
+58
2018-10-23
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
16
-199
/
+463
2018-10-23
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-28
/
+34
2018-10-23
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
141
-3870
/
+6261
[next]