summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2020-03-25CIFS: fiemap: do not return EINVAL if get nothingMurphy Zhou
2020-03-25cifs: add missing mount option to /proc/mountsSteve French
2020-03-25cifs: fix potential mismatch of UNC pathsPaulo Alcantara (SUSE)
2020-03-25locks: reinstate locks_delete_block optimizationLinus Torvalds
2020-03-18cifs_atomic_open(): fix double-put on late allocation failureAl Viro
2020-03-12cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel
2020-03-12cifs: don't leak -EAGAIN for stat() during reconnectRonnie Sahlberg
2020-03-05cifs: Fix mode output in debugging statementsFrank Sorenson
2020-02-24cifs: log warning message (once) if out of disk spaceSteve French
2020-02-24cifs: fix NULL dereference in match_prepathRonnie Sahlberg
2020-02-24cifs: Fix mount options set in automountPaulo Alcantara (SUSE)
2020-02-24cifs: fix unitialized variable poential problem with network I/O cache lock p...Steve French
2020-02-19cifs: fix mount option display for sec=krb5iPetr Pavlu
2020-02-19cifs: make sure we do not overflow the max EA buffer sizeRonnie Sahlberg
2020-02-11cifs: fix mode bits from dir listing when mounted with modefromsidAurelien Aptel
2020-02-11cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg
2020-02-11smb3: fix default permissions on new files when mounting with modefromsidSteve French
2020-02-04cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg
2020-02-01cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()Paulo Alcantara (SUSE)
2020-02-01cifs: set correct max-buffer-size for smb2_ioctl_init()Ronnie Sahlberg
2020-02-01CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch
2019-12-23cifs: Optimize readdir on reparse pointsPaulo Alcantara (SUSE)
2019-12-23cifs: Adjust indentation in smb2_open_fileNathan Chancellor
2019-12-13CIFS: Close cached root handle only if it has a leasePavel Shilovsky
2019-12-13SMB3: Fix crash in SMB2_open_init due to uninitialized field in compounding pathSteve French
2019-12-09smb3: fix refcount underflow warning on unmount when no directory leasesSteve French
2019-12-08Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-12-07smb3: improve check for when we send the security descriptor context on createSteve French
2019-12-06smb3: fix mode passed in on create for modetosid mount optionSteve French
2019-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-12-04cifs: fix possible uninitialized access and race on iface_listAurelien Aptel
2019-12-04cifs: Fix lookup of SMB connections on multichannelPaulo Alcantara (SUSE)
2019-12-03smb3: query attributes on file closeSteve French
2019-12-02smb3: remove unused flag passed into close functionsSteve French
2019-12-02cifs: remove redundant assignment to pointer pneg_ctxtColin Ian King
2019-12-02fs: cifs: Fix atime update check vs mtimeDeepa Dinamani
2019-12-02CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky
2019-12-02Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds
2019-11-27CIFS: fix a white space issue in cifs_get_inode_info()Dan Carpenter via samba-technical
2019-11-25cifs: update internal module version numberSteve French
2019-11-25cifs: Always update signing key of first channelPaulo Alcantara (SUSE)
2019-11-25cifs: Fix retrieval of DFS referrals in cifs_mount()Paulo Alcantara (SUSE)
2019-11-25cifs: Fix potential softlockups while refreshing DFS cachePaulo Alcantara (SUSE)
2019-11-25cifs: Fix lookup of root ses in DFS referral cachePaulo Alcantara (SUSE)
2019-11-25cifs: Fix use-after-free bug in cifs_reconnect()Paulo Alcantara (SUSE)
2019-11-25cifs: dump channel info in DebugDataAurelien Aptel
2019-11-25smb3: dump in_send and num_waiters stats counters by defaultSteve French
2019-11-25cifs: try harder to open new channelsAurelien Aptel
2019-11-25CIFS: Properly process SMB3 lease breaksPavel Shilovsky
2019-11-25cifs: move cifsFileInfo_put logic into a work-queueRonnie Sahlberg