aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-22cifs: fix uninitialised lease_key in open_shroot()Paulo Alcantara1-0/+5
2020-04-22cifs: ensure correct super block for DFS reconnectPaulo Alcantara1-17/+65
2020-04-22cifs: do not share tcons with DFSPaulo Alcantara1-0/+4
2020-04-21cifs: minor update to comments around the cifs_tcp_ses_lock mutexSteve French1-1/+2
2020-04-21cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg1-0/+2
2020-04-16smb3: remove overly noisy debug line in signing errorsSteve French1-2/+2
2020-04-15cifs: improve read performance for page size 64KB & cache=strict & vers=2.1+Jones Syue2-1/+5
2020-04-15cifs: dump the session id and keys also for SMB2 sessionsRonnie Sahlberg1-0/+15
2020-04-10smb3: enable swap on SMB3 mountsSteve French4-0/+70
2020-04-09smb3: change noisy error message to FYISteve French1-1/+1
2020-04-07smb3: smbdirect support can be configured by defaultSteve French1-1/+1
2020-04-07cifs: smbd: Do not schedule work to send immediate packet on every receiveLong Li2-52/+10
2020-04-07cifs: smbd: Properly process errors on ib_post_sendLong Li1-123/+97
2020-04-07cifs: Allocate crypto structures on the fly for calculating signatures of incoming packetsLong Li3-36/+60
2020-04-07cifs: smbd: Update receive credits before sending and deal with credits roll back on failure before sendingLong Li1-7/+18
2020-04-07cifs: smbd: Check send queue size before posting a sendLong Li2-1/+11
2020-04-07cifs: smbd: Merge code to track pending packetsLong Li3-39/+12
2020-04-07cifs: ignore cached share root handle closing errorsAurelien Aptel1-0/+14
2020-03-29cifs: update internal module version numberSteve French2-3/+5
2020-03-29cifs: Allocate encryption header through kmallocLong Li1-11/+17
2020-03-29cifs: smbd: Check and extend sender credits in interrupt contextLong Li2-24/+15
2020-03-29cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect send/receiveLong Li3-24/+20
2020-03-27smb3: use SMB2_SIGNATURE_SIZE defineSteve French1-1/+1
2020-03-22CIFS: Fix bug which the return value by asynchronous read is errorYilu Lin1-1/+1
2020-03-22CIFS: check new file size when extending file by fallocateMurphy Zhou1-0/+4
2020-03-22SMB3: Minor cleanup of protocol definitionsSteve French1-4/+11
2020-03-22SMB3: Additional compression structuresSteve French1-1/+16
2020-03-22SMB3: Add new compression flagsSteve French1-1/+7
2020-03-22cifs: smb2pdu.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-19/+19
2020-03-22cifs: clear PF_MEMALLOC before exiting demultiplex threadEric Biggers1-1/+4
2020-03-22cifs: cifspdu.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-9/+9
2020-03-22CIFS: Warn less noisily on default mountSteve French1-5/+6
2020-03-22fs/cifs: fix gcc warning in sid_to_idQiujun Huang1-2/+3
2020-03-22cifs: allow unlock flock and OFD lock across forkMurphy Zhou1-1/+6
2020-03-22cifs: do d_move in renameSteve French2-2/+4
2020-03-22cifs: add SMB2_open() arg to return POSIX dataAurelien Aptel6-35/+66
2020-03-22cifs: plumb smb2 POSIX dir enumerationAurelien Aptel2-7/+109
2020-03-22cifs: add smb2 POSIX info levelAurelien Aptel4-0/+142
2020-03-22cifs: rename posix create rspAurelien Aptel2-7/+15
2020-03-22cifs: print warning mounting with vers=1.0Steve French1-0/+3
2020-03-22smb3: fix performance regression with setting mtimeSteve French1-11/+12
2020-03-22cifs: make use of cap_unix(ses) in cifs_reconnect_tcon()Stefan Metzmacher1-1/+1
2020-03-22cifs: use mod_delayed_work() for &server->reconnect if already queuedStefan Metzmacher1-2/+2
2020-03-22cifs: call wake_up(&server->response_q) inside of cifs_reconnect()Stefan Metzmacher3-9/+2
2020-03-22cifs: handle prefix paths in reconnectPaulo Alcantara (SUSE)7-59/+169
2020-03-22cifs: do not ignore the SYNC flags in getattrSteve French1-5/+17
2020-03-19Merge tag '5.6-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-2/+4
2020-03-18locks: reinstate locks_delete_block optimizationLinus Torvalds1-1/+2
2020-03-17CIFS: fiemap: do not return EINVAL if get nothingMurphy Zhou1-1/+1
2020-03-17CIFS: Increment num_remote_opens stats counter even in case of smb2_query_dir_firstShyam Prasad N1-0/+2