summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2020-06-24cifs: set up next DFS target before generic_ip_connect()Paulo Alcantara1-9/+9
2020-06-17smb3: add indatalen that can be a non-zero value to calculation of credit cha...Namjae Jeon1-1/+3
2020-06-17smb3: fix incorrect number of credits when ioctl MaxOutputResponse > 64KSteve French1-1/+1
2020-06-03cifs: Fix null pointer check in cifs_readSteve French1-1/+1
2020-05-20cifs: fix leaked reference on requeued writeAdam McCoy1-1/+1
2020-05-10cifs: do not share tcons with DFSPaulo Alcantara1-0/+4
2020-05-10cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg1-0/+2
2020-04-29cifs: fix uninitialised lease_key in open_shroot()Paulo Alcantara1-0/+5
2020-04-23cifs: Allocate encryption header through kmallocLong Li1-11/+17
2020-04-17CIFS: Fix bug which the return value by asynchronous read is errorYilu Lin1-1/+1
2020-04-17smb3: fix performance regression with setting mtimeSteve French1-11/+12
2020-03-25CIFS: fiemap: do not return EINVAL if get nothingMurphy Zhou1-1/+1
2020-03-25cifs: add missing mount option to /proc/mountsSteve French1-0/+2
2020-03-25cifs: fix potential mismatch of UNC pathsPaulo Alcantara (SUSE)1-0/+2
2020-03-25locks: reinstate locks_delete_block optimizationLinus Torvalds1-1/+2
2020-03-18cifs_atomic_open(): fix double-put on late allocation failureAl Viro1-1/+0
2020-03-12cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel9-17/+33
2020-03-12cifs: don't leak -EAGAIN for stat() during reconnectRonnie Sahlberg1-1/+5
2020-03-05cifs: Fix mode output in debugging statementsFrank Sorenson3-4/+4
2020-02-24cifs: log warning message (once) if out of disk spaceSteve French1-0/+3
2020-02-24cifs: fix NULL dereference in match_prepathRonnie Sahlberg1-2/+4
2020-02-24cifs: Fix mount options set in automountPaulo Alcantara (SUSE)1-54/+43
2020-02-24cifs: fix unitialized variable poential problem with network I/O cache lock p...Steve French1-1/+1
2020-02-19cifs: fix mount option display for sec=krb5iPetr Pavlu1-1/+5
2020-02-19cifs: make sure we do not overflow the max EA buffer sizeRonnie Sahlberg1-1/+34
2020-02-11cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg1-2/+8
2020-02-06cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg1-1/+1
2020-02-01cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()Paulo Alcantara (SUSE)1-1/+1
2020-02-01cifs: set correct max-buffer-size for smb2_ioctl_init()Ronnie Sahlberg1-2/+7
2020-02-01CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch3-0/+6
2020-01-17cifs: Adjust indentation in smb2_open_fileNathan Chancellor1-1/+1
2020-01-09fs: cifs: Fix atime update check vs mtimeDeepa Dinamani1-1/+1
2020-01-09cifs: Fix lookup of root ses in DFS referral cachePaulo Alcantara (SUSE)1-2/+1
2020-01-09cifs: Fix potential softlockups while refreshing DFS cachePaulo Alcantara (SUSE)1-12/+29
2020-01-04cifs: move cifsFileInfo_put logic into a work-queueRonnie Sahlberg3-27/+65
2020-01-04cifs: Fix use-after-free bug in cifs_reconnect()Paulo Alcantara (SUSE)1-11/+35
2019-12-21cifs: Fix retrieval of DFS referrals in cifs_mount()Paulo Alcantara (SUSE)1-10/+22
2019-12-21CIFS: Fix NULL pointer dereference in mid callbackPavel Shilovsky3-7/+17
2019-12-21CIFS: Do not miss cancelled OPEN responsesPavel Shilovsky2-8/+8
2019-12-21CIFS: Close open handle after interrupted closePavel Shilovsky3-15/+63
2019-12-21CIFS: Respect O_SYNC and O_DIRECT flags during reconnectPavel Shilovsky1-0/+7
2019-12-21cifs: Don't display RDMA transport on reconnectLong Li1-0/+5
2019-12-21cifs: smbd: Return -ECONNABORTED when trasnport is not in connected stateLong Li1-1/+1
2019-12-21cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGELong Li1-1/+1
2019-12-21cifs: smbd: Add messages on RDMA session destroy and reconnectionLong Li1-2/+4
2019-12-21cifs: smbd: Only queue work for error recovery on memory registrationLong Li1-11/+15
2019-12-21cifs: smbd: Return -EAGAIN when transport is reconnectingLong Li1-2/+5
2019-12-13CIFS: Fix SMB2 oplock break processingPavel Shilovsky1-4/+3
2019-12-13CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky1-3/+4
2019-11-07SMB3: Fix persistent handles reconnectPavel Shilovsky1-0/+1