index
:
kernel/git/stable/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.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-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
Age
Commit message (
Expand
)
Author
2020-05-22
cifs: fail i/o on soft mounts if sessionsetup errors out
Ronnie Sahlberg
2020-05-22
CIFS: Fix task struct use-after-free on reconnect
Vincent Whitchurch
2020-02-11
CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locks
Pavel Shilovsky
2020-02-11
cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs
Dave Wysochanski
2020-02-11
CIFS: Fix SMB2 oplock break processing
Pavel Shilovsky
2020-02-11
CIFS: Respect O_SYNC and O_DIRECT flags during reconnect
Pavel Shilovsky
2019-12-19
CIFS: avoid using MID 0xFFFF
Roberto Bergantinos Corpas
2019-12-19
CIFS: Force reval dentry if LOOKUP_REVAL flag is set
Pavel Shilovsky
2019-12-19
CIFS: Force revalidate inode when dentry is stale
Pavel Shilovsky
2019-12-19
cifs: Check uniqueid for SMB2+ and return -ESTALE if necessary
Ross Lagerwall
2019-12-19
Fix to check Unique id and FileType when client refer file directly.
Nakajima Akira
2019-12-19
CIFS: Gracefully handle QueryInfo errors during open
Pavel Shilovsky
2019-12-10
CIFS: Fix oplock handling for SMB 2.1+ protocols
Pavel Shilovsky
2019-12-10
CIFS: fix max ea value size
Murphy Zhou
2019-11-22
CIFS: Fix use after free of file info structures
Pavel Shilovsky
2019-11-22
cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panic
Dave Wysochanski
2019-11-22
smb3: send CAP_DFS capability during session setup
Steve French
2019-11-22
SMB3: Fix deadlock in validate negotiate hits reconnect
Pavel Shilovsky
2019-10-05
SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing write
Steve French
2019-10-05
cifs: add spinlock for the openFileList to cifsInodeInfo
Ronnie Sahlberg
2019-10-05
CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEM
Roberto Bergantinos Corpas
2019-09-23
cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()
Christoph Probst
2019-08-13
cifs: do not attempt cifs operation on smb2+ rename error
Frank Sorenson
2019-08-13
CIFS: keep FileInfo handle live during oplock break
Aurelien Aptel
2019-08-13
cifs: fix handle leak in smb2_query_symlink()
Ronnie Sahlberg
2019-07-09
CIFS: Fix read after write for files with read caching
Pavel Shilovsky
2019-07-09
CIFS: Do not reset lease state to NONE on lease break
Pavel Shilovsky
2019-05-02
CIFS: Do not consider -ENODATA as stat failure for reads
Pavel Shilovsky
2019-05-02
CIFS: Do not count -ENODATA as failure for query directory
Pavel Shilovsky
2019-05-02
cifs: Fix potential OOB access of lock element array
Ross Lagerwall
2019-05-02
CIFS: Do not hide EINTR after sending network packets
Pavel Shilovsky
2019-04-04
CIFS: Enable encryption during session setup phase
Pavel Shilovsky
2019-04-04
Revert "cifs: empty TargetInfo leads to crash on recovery"
Ben Hutchings
2019-04-04
CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problem
Georgy A Bystrenin
2019-02-11
cifs: Fix separator when building path from dentry
Paulo Alcantara
2019-02-11
smb3: on kerberos mount if server doesn't specify auth type use krb5
Steve French
2019-02-11
smb3: do not attempt cifs operation in smb3 query info error path
Steve French
2019-02-11
smb3: allow stats which track session and share reconnects to be reset
Steve French
2018-12-16
smb2: fix missing files in root share directory listing
Aurelien Aptel
2018-12-16
cifs: integer overflow in in SMB2_ioctl()
Dan Carpenter
2018-12-16
CIFS: fix wrapping bugs in num_entries()
Dan Carpenter
2018-12-16
cifs: prevent integer overflow in nxt_dir_entry()
Dan Carpenter
2018-12-16
cifs: connect to servername instead of IP for IPC$ share
Thomas Werschlein
2018-12-16
smb3: check for and properly advertise directory lease support
Steve French
2018-12-16
SMB3: Backup intent flag missing for directory opens with backupuid mounts
Steve French
2018-12-16
cifs: check kmalloc before use
Nicholas Mc Guire
2018-12-16
cifs: add missing debug entries for kconfig options
Steve French
2018-12-16
smb3: fill in statfs fsid and correct namelen
Steve French
2018-11-20
cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()
Stefano Brivio
2018-11-20
cifs: store the leaseKey in the fid on SMB2_open
Ronnie Sahlberg
[next]