| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | cifs: fix incorrect check for null pointer in header_assemble | Steve French | 2021-09-23 | 1 | -2/+3 |
* | smb3: correct server pointer dereferencing check to be more consistent | Steve French | 2021-09-23 | 1 | -1/+2 |
* | smb3: correct smb3 ACL security descriptor | Steve French | 2021-09-23 | 1 | -2/+2 |
* | cifs: Clear modified attribute bit from inode flags | Steve French | 2021-09-23 | 1 | -1/+1 |
* | cifs: Deal with some warnings from W=1 | David Howells | 2021-09-23 | 1 | -2/+12 |
* | cifs: fix a sign extension bug | Dan Carpenter | 2021-09-21 | 1 | -1/+1 |
* | cifs: Not to defer close on file when lock is set | Rohith Surabattula | 2021-09-17 | 2 | -0/+3 |
* | cifs: Fix soft lockup during fsstress | Rohith Surabattula | 2021-09-17 | 1 | -2/+2 |
* | cifs: Deferred close performance improvements | Rohith Surabattula | 2021-09-17 | 3 | -3/+43 |
* | cifs: fix incorrect kernel doc comments | Steve French | 2021-09-13 | 2 | -3/+11 |
* | cifs: remove pathname for file from SPDX header | Steve French | 2021-09-13 | 46 | -47/+7 |
* | cifs: properly invalidate cached root handle when closing it | Enzo Matsumiya | 2021-09-09 | 1 | -7/+13 |
* | cifs: move SMB FSCTL definitions to common code | Steve French | 2021-09-09 | 2 | -163/+1 |
* | cifs: rename cifs_common to smbfs_common | Steve French | 2021-09-08 | 2 | -2/+2 |
* | cifs: update FSCTL definitions | Steve French | 2021-09-08 | 1 | -3/+13 |
* | Merge tag '5.15-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2021-08-31 | 21 | -763/+128 |
|\ |
|
| * | cifs: Do not leak EDEADLK to dgetents64 for STATUS_USER_SESSION_DELETED | Ronnie Sahlberg | 2021-08-25 | 1 | -1/+22 |
| * | cifs: cifs_md4 convert to SPDX identifier | Steve French | 2021-08-25 | 1 | -1/+0 |
| * | cifs: create a MD4 module and switch cifs.ko to use it | Ronnie Sahlberg | 2021-08-25 | 3 | -15/+9 |
| * | cifs: fork arc4 and create a separate module for it for cifs and other users | Ronnie Sahlberg | 2021-08-25 | 2 | -5/+4 |
| * | cifs: remove support for NTLM and weaker authentication algorithms | Ronnie Sahlberg | 2021-08-25 | 14 | -720/+5 |
| * | cifs: enable fscache usage even for files opened as rw | Shyam Prasad N | 2021-08-25 | 6 | -11/+76 |
| * | smb3: fix posix extensions mount option | Steve French | 2021-08-25 | 1 | -2/+9 |
| * | cifs: fix wrong release in sess_alloc_buffer() failed path | Ding Hui | 2021-08-25 | 1 | -1/+1 |
| * | CIFS: Fix a potencially linear read overflow | Len Baker | 2021-08-25 | 1 | -7/+2 |
* | | Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2021-08-30 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | cifs: Fix race between hole punch and page fault | Jan Kara | 2021-07-13 | 1 | -0/+2 |
* | | cifs: Call close synchronously during unlink/rename/lease break. | Rohith Surabattula | 2021-08-12 | 3 | -30/+56 |
* | | cifs: Handle race conditions during rename | Rohith Surabattula | 2021-08-12 | 2 | -7/+28 |
* | | cifs: use the correct max-length for dentry_path_raw() | Ronnie Sahlberg | 2021-08-10 | 1 | -1/+1 |
* | | cifs: create sd context must be a multiple of 8 | Shyam Prasad N | 2021-08-05 | 1 | -1/+1 |
* | | cifs: add missing parsing of backupuid | Ronnie Sahlberg | 2021-07-28 | 1 | -0/+7 |
* | | smb3: rc uninitialized in one fallocate path | Steve French | 2021-07-26 | 1 | -1/+2 |
* | | SMB3: fix readpage for large swap cache | Steve French | 2021-07-26 | 1 | -1/+1 |
* | | cifs: fix fallocate when trying to allocate a hole. | Ronnie Sahlberg | 2021-07-22 | 1 | -5/+18 |
* | | CIFS: Clarify SMB1 code for POSIX delete file | Steve French | 2021-07-22 | 1 | -2/+5 |
* | | CIFS: Clarify SMB1 code for POSIX Create | Steve French | 2021-07-22 | 1 | -1/+2 |
* | | cifs: support share failover when remounting | Paulo Alcantara | 2021-07-22 | 4 | -40/+203 |
* | | cifs: only write 64kb at a time when fallocating a small region of a file | Ronnie Sahlberg | 2021-07-22 | 1 | -7/+19 |
* | | cifs: do not share tcp sessions of dfs connections | Paulo Alcantara | 2021-07-16 | 2 | -3/+38 |
* | | SMB3.1.1: fix mount failure to some servers when compression enabled | Steve French | 2021-07-15 | 1 | -0/+1 |
* | | cifs: added WARN_ON for all the count decrements | Shyam Prasad N | 2021-07-15 | 2 | -0/+11 |
* | | cifs: fix missing null session check in mount | Steve French | 2021-07-15 | 1 | -1/+1 |
* | | cifs: handle reconnect of tcon when there is no cached dfs referral | Paulo Alcantara | 2021-07-15 | 1 | -4/+2 |
* | | cifs: fix the out of range assignment to bit fields in parse_server_interfaces | Hyunchul Lee | 2021-07-14 | 1 | -2/+2 |
* | | cifs: Do not use the original cruid when following DFS links for multiuser mo... | Ronnie Sahlberg | 2021-07-14 | 1 | -0/+4 |
* | | cifs: use the expiry output of dns_query to schedule next resolution | Shyam Prasad N | 2021-07-14 | 6 | -10/+65 |
|/ |
|
* | cifs: update internal version number | Steve French | 2021-07-09 | 1 | -1/+1 |
* | cifs: prevent NULL deref in cifs_compose_mount_options() | Paulo Alcantara | 2021-07-09 | 1 | -0/+3 |
* | SMB3.1.1: Add support for negotiating signing algorithm | Steve French | 2021-07-09 | 4 | -11/+86 |