summaryrefslogtreecommitdiffstats
path: root/fs/cifs
AgeCommit message (Expand)Author
2020-08-13cifs: prevent truncation from long to int in wait_for_free_creditsRonnie Sahlberg
2020-08-13Revert "cifs: Fix the target file was deleted when rename failed."Steve French
2020-08-03cifs: update ctime and mtime during truncateZhang Xiaoxu
2020-07-24cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu
2020-07-24SMB3: Honor 'handletimeout' flag for multiuser mountsPaul Aurich
2020-07-24SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich
2020-07-24SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich
2020-07-24SMB3: Honor 'posix' flag for multiuser mountsPaul Aurich
2020-07-16cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu
2020-07-16cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu
2020-07-16cifs: Fix cached_fid refcnt leak in open_shrootXiyu Yang
2020-07-13cifs: set up next DFS target before generic_ip_connect()Paulo Alcantara
2020-07-07SMB3: Honor lease disabling for multiuser mountsPaul Aurich
2020-07-07smb3: add indatalen that can be a non-zero value to calculation of credit cha...Namjae Jeon
2020-07-07smb3: fix incorrect number of credits when ioctl MaxOutputResponse > 64KSteve French
2020-06-08cifs: Fix null pointer check in cifs_readSteve French
2020-06-08cifs: fix leaked reference on requeued writeAdam McCoy
2020-06-04cifs: do not share tcons with DFSPaulo Alcantara
2020-06-04cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg
2020-06-04cifs: fix uninitialised lease_key in open_shroot()Paulo Alcantara
2020-06-01cifs: Allocate encryption header through kmallocLong Li
2020-06-01CIFS: Fix bug which the return value by asynchronous read is errorYilu Lin
2020-05-21CIFS: fiemap: do not return EINVAL if get nothingMurphy Zhou
2020-05-21cifs: fix potential mismatch of UNC pathsPaulo Alcantara (SUSE)
2020-05-21cifs_atomic_open(): fix double-put on late allocation failureAl Viro
2020-05-21cifs: don't leak -EAGAIN for stat() during reconnectRonnie Sahlberg
2020-05-15cifs: Fix mode output in debugging statementsFrank Sorenson
2020-05-15cifs: log warning message (once) if out of disk spaceSteve French
2020-05-15cifs: fix NULL dereference in match_prepathRonnie Sahlberg
2020-05-15cifs: Fix mount options set in automountPaulo Alcantara (SUSE)
2020-05-15cifs: fix unitialized variable poential problem with network I/O cache lock p...Steve French
2020-05-04cifs: fix mount option display for sec=krb5iPetr Pavlu
2020-05-04cifs: make sure we do not overflow the max EA buffer sizeRonnie Sahlberg
2020-05-04cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg
2020-04-16cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg
2020-04-16cifs: set correct max-buffer-size for smb2_ioctl_init()Ronnie Sahlberg
2020-04-16CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch
2020-04-12smb3: fix performance regression with setting mtimeSteve French
2020-04-12locks: reinstate locks_delete_block optimizationLinus Torvalds
2020-03-30cifs: Adjust indentation in smb2_open_fileNathan Chancellor
2020-03-20fs: cifs: Fix atime update check vs mtimeDeepa Dinamani
2020-03-20cifs: Fix lookup of root ses in DFS referral cachePaulo Alcantara (SUSE)
2020-03-20cifs: Fix potential softlockups while refreshing DFS cachePaulo Alcantara (SUSE)
2020-03-07cifs: Fix use-after-free bug in cifs_reconnect()Paulo Alcantara (SUSE)
2020-02-11cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()Paulo Alcantara (SUSE)
2020-02-11cifs: Fix retrieval of DFS referrals in cifs_mount()Paulo Alcantara (SUSE)
2020-02-11CIFS: Fix NULL pointer dereference in mid callbackPavel Shilovsky
2020-02-11CIFS: Do not miss cancelled OPEN responsesPavel Shilovsky
2020-02-11CIFS: Close open handle after interrupted closePavel Shilovsky
2020-02-11CIFS: Respect O_SYNC and O_DIRECT flags during reconnectPavel Shilovsky