summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
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
2020-03-18locks: reinstate locks_delete_block optimizationLinus Torvalds
2020-03-17CIFS: fiemap: do not return EINVAL if get nothingMurphy Zhou
2020-03-17CIFS: Increment num_remote_opens stats counter even in case of smb2_query_dir...Shyam Prasad N
2020-03-17cifs: potential unintitliazed error code in cifs_getattr()Dan Carpenter
2020-03-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-03-12cifs_atomic_open(): fix double-put on late allocation failureAl Viro
2020-02-24cifs: Use #define in cifs_dbgJoe Perches
2020-02-24cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel
2020-02-24cifs: add missing mount option to /proc/mountsSteve French
2020-02-24cifs: fix potential mismatch of UNC pathsPaulo Alcantara (SUSE)
2020-02-24cifs: don't leak -EAGAIN for stat() during reconnectRonnie Sahlberg