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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
2020-10-22
cifs: remove bogus debug code
Dan Carpenter
1
-8
/
+8
2020-10-22
smb3.1.1: fix typo in compression flag
Steve French
1
-1
/
+1
2020-10-22
cifs: move smb version mount options into fs_context.c
Ronnie Sahlberg
4
-97
/
+99
2020-10-22
cifs: move cache mount options to fs_context.ch
Ronnie Sahlberg
3
-62
/
+63
2020-10-22
cifs: move security mount options into fs_context.ch
Ronnie Sahlberg
3
-85
/
+96
2020-10-22
cifs: add files to host new mount api
Ronnie Sahlberg
3
-1
/
+24
2020-10-22
smb3: do not try to cache root directory if dir leases not supported
Steve French
1
-1
/
+4
2020-10-22
smb3: fix stat when special device file and mounted with modefromsid
Steve French
1
-1
/
+6
2020-10-22
cifs: Print the address and port we are connecting to in generic_ip_connect()
Samuel Cabrero
1
-2
/
+10
2020-10-22
SMB3: Resolve data corruption of TCP server info fields
Rohith Surabattula
1
-5
/
+7
2020-10-20
cifs: make const array static, makes object smaller
Colin Ian King
1
-3
/
+5
2020-10-20
SMB3.1.1: Fix ids returned in POSIX query dir
Steve French
3
-5
/
+7
2020-10-20
smb3: add dynamic trace point to trace when credits obtained
Steve French
3
-9
/
+18
2020-10-20
smb3.1.1: do not fail if no encryption required but server doesn't support it
Steve French
1
-3
/
+13
2020-10-19
cifs: Return the error from crypt_message when enc/dec key not found.
Shyam Prasad N
1
-1
/
+1
2020-10-19
smb3.1.1: set gcm256 when requested
Steve French
4
-6
/
+17
2020-10-19
smb3.1.1: rename nonces used for GCM and CCM encryption
Steve French
2
-6
/
+6
2020-10-19
smb3.1.1: print warning if server does not support requested encryption type
Steve French
1
-2
/
+13
2020-10-16
smb3.1.1: add new module load parm enable_gcm_256
Steve French
4
-2
/
+14
2020-10-16
smb3.1.1: add new module load parm require_gcm_256
Steve French
3
-4
/
+15
2020-10-16
cifs: map STATUS_ACCOUNT_LOCKED_OUT to -EACCES
Stefan Metzmacher
1
-1
/
+1
2020-10-16
SMB3.1.1: add defines for new signing negotiate context
Steve French
1
-0
/
+14
2020-10-16
cifs: handle -EINTR in cifs_setattr
Ronnie Sahlberg
1
-4
/
+9
2020-10-16
Handle STATUS_IO_TIMEOUT gracefully
Rohith Surabattula
4
-2
/
+32
2020-10-12
cifs: compute full_path already in cifs_readdir()
Ronnie Sahlberg
1
-14
/
+16
2020-10-12
cifs: return cached_fid from open_shroot
Ronnie Sahlberg
3
-13
/
+23
2020-10-12
update structure definitions from updated protocol documentation
Steve French
1
-7
/
+57
2020-10-12
smb3: add defines for new crypto algorithms
Steve French
1
-0
/
+2
2020-10-12
Convert trailing spaces and periods in path components
Boris Protopopov
1
-1
/
+7
2020-10-12
Linux 5.9
v5.9
Linus Torvalds
1
-1
/
+1
2020-10-11
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
7
-9
/
+33
2020-10-11
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-6
/
+11
2020-10-11
Merge tag 'x86-urgent-2020-10-11' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-5
/
+7
2020-10-11
Merge tag 'perf-urgent-2020-10-11' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+3
2020-10-11
mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...
Vijay Balakrishna
3
-2
/
+19
2020-10-11
mm: validate inode in mapping_set_error()
Minchan Kim
1
-1
/
+2
2020-10-11
mm: mmap: Fix general protection fault in unlink_file_vma()
Miaohe Lin
1
-1
/
+5
2020-10-11
MAINTAINERS: Antoine Tenart's email address
Antoine Tenart
2
-3
/
+4
2020-10-11
MAINTAINERS: change hardening mailing list
Kees Cook
2
-2
/
+3
2020-10-11
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-19
/
+39
2020-10-11
cifs: Fix incomplete memory allocation on setxattr path
Vladimir Zapolskiy
1
-1
/
+1
2020-10-11
mm/khugepaged: fix filemap page_to_pgoff(page) != offset
Hugh Dickins
1
-0
/
+12
2020-10-10
i2c: owl: Clear NACK and BUS error bits
Cristian Ciocaltea
1
-0
/
+6
2020-10-10
Revert "i2c: imx: Fix reset of I2SR_IAL flag"
Wolfram Sang
1
-15
/
+5
2020-10-10
Merge tag 'spi-fix-v5.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-2
/
+10
2020-10-09
Merge tag 'riscv-for-linus-5.9' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-2
/
+4
2020-10-09
Merge tag 'for-v5.9-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...
Linus Torvalds
1
-0
/
+6
2020-10-09
Merge tag 'gpio-v5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2
-3
/
+16
2020-10-09
Merge tag 'mmc-v5.9-rc4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/u...
Linus Torvalds
1
-1
/
+1
2020-10-09
Merge tag 'drm-fixes-2020-10-09' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
6
-15
/
+48
[next]