summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix leaked reference on requeued writeAdam McCoy2020-05-141-1/+1
* cifs: Fix null pointer check in cifs_readSteve French2020-05-141-1/+1
* CIFS: Spelling s/EACCESS/EACCES/Geert Uytterhoeven2020-05-061-1/+1
* cifs: fix uninitialised lease_key in open_shroot()Paulo Alcantara2020-04-221-0/+5
* cifs: ensure correct super block for DFS reconnectPaulo Alcantara2020-04-221-17/+65
* cifs: do not share tcons with DFSPaulo Alcantara2020-04-221-0/+4
* cifs: minor update to comments around the cifs_tcp_ses_lock mutexSteve French2020-04-211-1/+2
* cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg2020-04-211-0/+2
* smb3: remove overly noisy debug line in signing errorsSteve French2020-04-161-2/+2
* cifs: improve read performance for page size 64KB & cache=strict & vers=2.1+Jones Syue2020-04-152-1/+5
* cifs: dump the session id and keys also for SMB2 sessionsRonnie Sahlberg2020-04-151-0/+15
* smb3: enable swap on SMB3 mountsSteve French2020-04-104-0/+70
* smb3: change noisy error message to FYISteve French2020-04-091-1/+1
* smb3: smbdirect support can be configured by defaultSteve French2020-04-071-1/+1
* cifs: smbd: Do not schedule work to send immediate packet on every receiveLong Li2020-04-072-52/+10
* cifs: smbd: Properly process errors on ib_post_sendLong Li2020-04-071-123/+97
* cifs: Allocate crypto structures on the fly for calculating signatures of inc...Long Li2020-04-073-36/+60
* cifs: smbd: Update receive credits before sending and deal with credits roll ...Long Li2020-04-071-7/+18
* cifs: smbd: Check send queue size before posting a sendLong Li2020-04-072-1/+11
* cifs: smbd: Merge code to track pending packetsLong Li2020-04-073-39/+12
* cifs: ignore cached share root handle closing errorsAurelien Aptel2020-04-071-0/+14
* cifs: update internal module version numberSteve French2020-03-292-3/+5
* cifs: Allocate encryption header through kmallocLong Li2020-03-291-11/+17
* cifs: smbd: Check and extend sender credits in interrupt contextLong Li2020-03-292-24/+15
* cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect...Long Li2020-03-293-24/+20
* smb3: use SMB2_SIGNATURE_SIZE defineSteve French2020-03-271-1/+1
* CIFS: Fix bug which the return value by asynchronous read is errorYilu Lin2020-03-221-1/+1
* CIFS: check new file size when extending file by fallocateMurphy Zhou2020-03-221-0/+4
* SMB3: Minor cleanup of protocol definitionsSteve French2020-03-221-4/+11
* SMB3: Additional compression structuresSteve French2020-03-221-1/+16
* SMB3: Add new compression flagsSteve French2020-03-221-1/+7
* cifs: smb2pdu.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-221-19/+19
* cifs: clear PF_MEMALLOC before exiting demultiplex threadEric Biggers2020-03-221-1/+4
* cifs: cifspdu.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-221-9/+9
* CIFS: Warn less noisily on default mountSteve French2020-03-221-5/+6
* fs/cifs: fix gcc warning in sid_to_idQiujun Huang2020-03-221-2/+3
* cifs: allow unlock flock and OFD lock across forkMurphy Zhou2020-03-221-1/+6
* cifs: do d_move in renameSteve French2020-03-222-2/+4
* cifs: add SMB2_open() arg to return POSIX dataAurelien Aptel2020-03-226-35/+66
* cifs: plumb smb2 POSIX dir enumerationAurelien Aptel2020-03-222-7/+109
* cifs: add smb2 POSIX info levelAurelien Aptel2020-03-224-0/+142
* cifs: rename posix create rspAurelien Aptel2020-03-222-7/+15
* cifs: print warning mounting with vers=1.0Steve French2020-03-221-0/+3
* smb3: fix performance regression with setting mtimeSteve French2020-03-221-11/+12
* cifs: make use of cap_unix(ses) in cifs_reconnect_tcon()Stefan Metzmacher2020-03-221-1/+1
* cifs: use mod_delayed_work() for &server->reconnect if already queuedStefan Metzmacher2020-03-221-2/+2
* cifs: call wake_up(&server->response_q) inside of cifs_reconnect()Stefan Metzmacher2020-03-223-9/+2
* cifs: handle prefix paths in reconnectPaulo Alcantara (SUSE)2020-03-227-59/+169
* cifs: do not ignore the SYNC flags in getattrSteve French2020-03-221-5/+17
* Merge tag '5.6-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-03-192-2/+4
|\