Age | Commit message (Expand) | Author |
2021-05-19 | Defer close only when lease is enabled. | Rohith Surabattula |
2021-05-19 | Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled. | Rohith Surabattula |
2021-05-03 | cifs: Deferred close for files | Rohith Surabattula |
2021-04-25 | cifs: add a timestamp to track when the lease of the cached dir was taken | Ronnie Sahlberg |
2021-04-25 | cifs: Grab a reference for the dentry of the cached directory during the life... | Ronnie Sahlberg |
2021-04-25 | cifs: constify path argument of ->make_node() | Al Viro |
2021-04-25 | cifs: remove old dead code | Aurelien Aptel |
2021-04-25 | fs: cifs: Remove repeated struct declaration | Wan Jiabing |
2021-04-25 | cifs: simplify SWN code with dummy funcs instead of ifdefs | Aurelien Aptel |
2021-04-25 | cifs: correct comments explaining internal semaphore usage in the module | Steve French |
2021-04-07 | fs: cifs: Remove unnecessary struct declaration | Wan Jiabing |
2021-03-26 | cifs: Adjust key sizes and key generation routines for AES256 encryption | Shyam Prasad N |
2021-03-08 | cifs: do not send close in compound create+close requests | Paulo Alcantara |
2021-02-23 | TCON Reconnect during STATUS_NETWORK_NAME_DELETED | Rohith Surabattula |
2021-02-22 | cifs: change confusing field serverName (to ip_addr) | Steve French |
2021-02-16 | cifs: Identify a connection by a conn_id. | Shyam Prasad N |
2021-02-16 | cifs: New optype for session operations. | Shyam Prasad N |
2020-12-18 | SMB3: Add support for getting and setting SACLs | Boris Protopopov |
2020-12-14 | cifs: Handle witness client move notification | Samuel Cabrero |
2020-12-14 | cifs: add witness mount option and data structs | Samuel Cabrero |
2020-12-13 | cifs: rename smb_vol as smb3_fs_context and move it to fs_context.h | Ronnie Sahlberg |
2020-10-23 | smb3: add support for stat of WSL reparse points for special file types | Steve French |
2020-10-22 | cifs: move smb version mount options into fs_context.c | Ronnie Sahlberg |
2020-10-15 | smb3.1.1: add new module load parm enable_gcm_256 | Steve French |
2020-10-15 | smb3.1.1: add new module load parm require_gcm_256 | Steve French |
2020-10-15 | Handle STATUS_IO_TIMEOUT gracefully | Rohith Surabattula |
2020-08-28 | cifs: fix check of tcon dfs in smb1 | Paulo Alcantara |
2020-08-06 | Merge tag '5.9-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds |
2020-08-02 | cifs: delete duplicated words in header files | Randy Dunlap |
2020-07-05 | Replace HTTP links with HTTPS ones: CIFS | Alexander A. Klimov |
2020-06-08 | cifs: Add get_security_type_str function to return sec type. | Kenneth D'souza |
2020-06-04 | cifs: multichannel: use pointer for binding channel | Aurelien Aptel |
2020-06-04 | cifs: multichannel: move channel selection above transport layer | Aurelien Aptel |
2020-06-01 | smb3: Add new parm "nodelete" | Steve French |
2020-04-21 | cifs: minor update to comments around the cifs_tcp_ses_lock mutex | Steve French |
2020-04-10 | smb3: enable swap on SMB3 mounts | Steve French |
2020-04-07 | cifs: Allocate crypto structures on the fly for calculating signatures of inc... | Long Li |
2020-02-24 | cifs: fix rename() by ensuring source handle opened with DELETE bit | Aurelien Aptel |
2020-02-06 | cifs: add SMB3 change notification support | Steve French |
2020-02-03 | SMB3: Backup intent flag missing from some more ops | Amir Goldstein |
2020-01-26 | CIFS: Fix task struct use-after-free on reconnect | Vincent Whitchurch |
2019-12-23 | cifs: Optimize readdir on reparse points | Paulo Alcantara (SUSE) |
2019-12-13 | CIFS: Close cached root handle only if it has a lease | Pavel Shilovsky |
2019-12-04 | cifs: Fix lookup of SMB connections on multichannel | Paulo Alcantara (SUSE) |
2019-12-03 | smb3: query attributes on file close | Steve French |
2019-11-25 | smb3: dump in_send and num_waiters stats counters by default | Steve French |
2019-11-25 | CIFS: Properly process SMB3 lease breaks | Pavel Shilovsky |
2019-11-25 | cifs: move cifsFileInfo_put logic into a work-queue | Ronnie Sahlberg |
2019-11-25 | cifs: try opening channels after mounting | Aurelien Aptel |
2019-11-25 | CIFS: refactor cifs_get_inode_info() | Aurelien Aptel |