summaryrefslogtreecommitdiff
path: root/fs/cifs/cifsglob.h
AgeCommit message (Expand)Author
2021-05-19Defer close only when lease is enabled.Rohith Surabattula
2021-05-19Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled.Rohith Surabattula
2021-05-03cifs: Deferred close for filesRohith Surabattula
2021-04-25cifs: add a timestamp to track when the lease of the cached dir was takenRonnie Sahlberg
2021-04-25cifs: Grab a reference for the dentry of the cached directory during the life...Ronnie Sahlberg
2021-04-25cifs: constify path argument of ->make_node()Al Viro
2021-04-25cifs: remove old dead codeAurelien Aptel
2021-04-25fs: cifs: Remove repeated struct declarationWan Jiabing
2021-04-25cifs: simplify SWN code with dummy funcs instead of ifdefsAurelien Aptel
2021-04-25cifs: correct comments explaining internal semaphore usage in the moduleSteve French
2021-04-07fs: cifs: Remove unnecessary struct declarationWan Jiabing
2021-03-26cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N
2021-03-08cifs: do not send close in compound create+close requestsPaulo Alcantara
2021-02-23TCON Reconnect during STATUS_NETWORK_NAME_DELETEDRohith Surabattula
2021-02-22cifs: change confusing field serverName (to ip_addr)Steve French
2021-02-16cifs: Identify a connection by a conn_id.Shyam Prasad N
2021-02-16cifs: New optype for session operations.Shyam Prasad N
2020-12-18SMB3: Add support for getting and setting SACLsBoris Protopopov
2020-12-14cifs: Handle witness client move notificationSamuel Cabrero
2020-12-14cifs: add witness mount option and data structsSamuel Cabrero
2020-12-13cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg
2020-10-23smb3: add support for stat of WSL reparse points for special file typesSteve French
2020-10-22cifs: move smb version mount options into fs_context.cRonnie Sahlberg
2020-10-15smb3.1.1: add new module load parm enable_gcm_256Steve French
2020-10-15smb3.1.1: add new module load parm require_gcm_256Steve French
2020-10-15Handle STATUS_IO_TIMEOUT gracefullyRohith Surabattula
2020-08-28cifs: fix check of tcon dfs in smb1Paulo Alcantara
2020-08-06Merge tag '5.9-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-08-02cifs: delete duplicated words in header filesRandy Dunlap
2020-07-05Replace HTTP links with HTTPS ones: CIFSAlexander A. Klimov
2020-06-08cifs: Add get_security_type_str function to return sec type.Kenneth D'souza
2020-06-04cifs: multichannel: use pointer for binding channelAurelien Aptel
2020-06-04cifs: multichannel: move channel selection above transport layerAurelien Aptel
2020-06-01smb3: Add new parm "nodelete"Steve French
2020-04-21cifs: minor update to comments around the cifs_tcp_ses_lock mutexSteve French
2020-04-10smb3: enable swap on SMB3 mountsSteve French
2020-04-07cifs: Allocate crypto structures on the fly for calculating signatures of inc...Long Li
2020-02-24cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel
2020-02-06cifs: add SMB3 change notification supportSteve French
2020-02-03SMB3: Backup intent flag missing from some more opsAmir Goldstein
2020-01-26CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch
2019-12-23cifs: Optimize readdir on reparse pointsPaulo Alcantara (SUSE)
2019-12-13CIFS: Close cached root handle only if it has a leasePavel Shilovsky
2019-12-04cifs: Fix lookup of SMB connections on multichannelPaulo Alcantara (SUSE)
2019-12-03smb3: query attributes on file closeSteve French
2019-11-25smb3: dump in_send and num_waiters stats counters by defaultSteve French
2019-11-25CIFS: Properly process SMB3 lease breaksPavel Shilovsky
2019-11-25cifs: move cifsFileInfo_put logic into a work-queueRonnie Sahlberg
2019-11-25cifs: try opening channels after mountingAurelien Aptel
2019-11-25CIFS: refactor cifs_get_inode_info()Aurelien Aptel