summaryrefslogtreecommitdiffstats
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
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...Long 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...Shyam Prasad N1-0/+2
2020-03-17cifs: potential unintitliazed error code in cifs_getattr()Dan Carpenter1-1/+1
2020-03-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2020-03-12cifs_atomic_open(): fix double-put on late allocation failureAl Viro1-1/+0
2020-02-24cifs: Use #define in cifs_dbgJoe Perches1-2/+2
2020-02-24cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel9-17/+33
2020-02-24cifs: add missing mount option to /proc/mountsSteve French1-0/+2
2020-02-24cifs: fix potential mismatch of UNC pathsPaulo Alcantara (SUSE)1-0/+2
2020-02-24cifs: don't leak -EAGAIN for stat() during reconnectRonnie Sahlberg1-1/+5
2020-02-14cifs: make sure we do not overflow the max EA buffer sizeRonnie Sahlberg1-1/+34
2020-02-14cifs: enable change notification for SMB2.1 dialectSteve French1-0/+1
2020-02-12cifs: Fix mode output in debugging statementsFrank Sorenson3-4/+4
2020-02-10cifs: fix mount option display for sec=krb5iPetr Pavlu1-1/+5
2020-02-09Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds22-129/+247
2020-02-06smb3: Add defines for new information level, FileIdInformationSteve French1-0/+8
2020-02-06 smb3: print warning once if posix context returned on openSteve French2-0/+30
2020-02-06smb3: add one more dynamic tracepoint missing from strict fsync pathSteve French1-1/+3
2020-02-06cifs: fix mode bits from dir listing when mounted with modefromsidAurelien Aptel1-1/+2
2020-02-06cifs: fix channel signingAurelien Aptel1-2/+3