summaryrefslogtreecommitdiffstats
path: root/fs/cifs
AgeCommit message (Expand)Author
2020-05-14cifs: fix leaked reference on requeued writeAdam McCoy
2020-05-14cifs: Fix null pointer check in cifs_readSteve French
2020-05-06CIFS: Spelling s/EACCESS/EACCES/Geert Uytterhoeven
2020-04-22cifs: fix uninitialised lease_key in open_shroot()Paulo Alcantara
2020-04-22cifs: ensure correct super block for DFS reconnectPaulo Alcantara
2020-04-22cifs: do not share tcons with DFSPaulo Alcantara
2020-04-21cifs: minor update to comments around the cifs_tcp_ses_lock mutexSteve French
2020-04-21cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg
2020-04-16smb3: remove overly noisy debug line in signing errorsSteve French
2020-04-15cifs: improve read performance for page size 64KB & cache=strict & vers=2.1+Jones Syue
2020-04-15cifs: dump the session id and keys also for SMB2 sessionsRonnie Sahlberg
2020-04-10smb3: enable swap on SMB3 mountsSteve French
2020-04-09smb3: change noisy error message to FYISteve French
2020-04-07smb3: smbdirect support can be configured by defaultSteve French
2020-04-07cifs: smbd: Do not schedule work to send immediate packet on every receiveLong Li
2020-04-07cifs: smbd: Properly process errors on ib_post_sendLong Li
2020-04-07cifs: Allocate crypto structures on the fly for calculating signatures of inc...Long Li
2020-04-07cifs: smbd: Update receive credits before sending and deal with credits roll ...Long Li
2020-04-07cifs: smbd: Check send queue size before posting a sendLong Li
2020-04-07cifs: smbd: Merge code to track pending packetsLong Li
2020-04-07cifs: ignore cached share root handle closing errorsAurelien Aptel
2020-03-29cifs: update internal module version numberSteve French
2020-03-29cifs: Allocate encryption header through kmallocLong Li
2020-03-29cifs: smbd: Check and extend sender credits in interrupt contextLong Li
2020-03-29cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect...Long Li
2020-03-27smb3: use SMB2_SIGNATURE_SIZE defineSteve French
2020-03-22CIFS: Fix bug which the return value by asynchronous read is errorYilu Lin
2020-03-22CIFS: check new file size when extending file by fallocateMurphy Zhou
2020-03-22SMB3: Minor cleanup of protocol definitionsSteve French
2020-03-22SMB3: Additional compression structuresSteve French
2020-03-22SMB3: Add new compression flagsSteve French
2020-03-22cifs: smb2pdu.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-22cifs: clear PF_MEMALLOC before exiting demultiplex threadEric Biggers
2020-03-22cifs: cifspdu.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-22CIFS: Warn less noisily on default mountSteve French
2020-03-22fs/cifs: fix gcc warning in sid_to_idQiujun Huang
2020-03-22cifs: allow unlock flock and OFD lock across forkMurphy Zhou
2020-03-22cifs: do d_move in renameSteve French
2020-03-22cifs: add SMB2_open() arg to return POSIX dataAurelien Aptel
2020-03-22cifs: plumb smb2 POSIX dir enumerationAurelien Aptel
2020-03-22cifs: add smb2 POSIX info levelAurelien Aptel
2020-03-22cifs: rename posix create rspAurelien Aptel
2020-03-22cifs: print warning mounting with vers=1.0Steve French
2020-03-22smb3: fix performance regression with setting mtimeSteve French
2020-03-22cifs: make use of cap_unix(ses) in cifs_reconnect_tcon()Stefan Metzmacher
2020-03-22cifs: use mod_delayed_work() for &server->reconnect if already queuedStefan Metzmacher
2020-03-22cifs: call wake_up(&server->response_q) inside of cifs_reconnect()Stefan Metzmacher
2020-03-22cifs: handle prefix paths in reconnectPaulo Alcantara (SUSE)
2020-03-22cifs: do not ignore the SYNC flags in getattrSteve French
2020-03-19Merge tag '5.6-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds