summaryrefslogtreecommitdiffstats
path: root/fs/cifs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix DFS mount with cifsacl/modefromsidRonnie Sahlberg2020-09-061-0/+4
* cifs: remove unused variable 'server'Wei Yongjun2020-08-021-2/+0
* Revert "cifs: Fix the target file was deleted when rename failed."Steve French2020-07-231-8/+2
* cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu2020-07-011-2/+8
* cifs: update ctime and mtime during truncateZhang Xiaoxu2020-06-231-0/+9
* smb3: Add debug message for new file creation with idsfromsid mount optionSteve French2020-06-121-2/+2
* smb311: add support for using info level for posix extensions querySteve French2020-06-121-2/+7
* SMB311: Add support for query info using posix extensions (level 100)Steve French2020-06-121-1/+175
* Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-06-051-3/+14
|\
| * cifs: multichannel: always zero struct cifs_io_parmsAurelien Aptel2020-06-041-1/+1
| * cifs: Standardize logging outputJoe Perches2020-06-011-2/+2
| * smb3: Add new parm "nodelete"Steve French2020-06-011-0/+11
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-051-0/+1
|\ \ | |/ |/|
| * fs: move the fiemap definitions out of fs.hChristoph Hellwig2020-06-031-0/+1
* | CIFS: Spelling s/EACCESS/EACCES/Geert Uytterhoeven2020-05-061-1/+1
|/
* cifs: improve read performance for page size 64KB & cache=strict & vers=2.1+Jones Syue2020-04-151-1/+1
* smb3: enable swap on SMB3 mountsSteve French2020-04-101-0/+4
* cifs: do d_move in renameSteve French2020-03-221-0/+2
* smb3: fix performance regression with setting mtimeSteve French2020-03-221-11/+12
* cifs: do not ignore the SYNC flags in getattrSteve French2020-03-221-5/+17
* cifs: potential unintitliazed error code in cifs_getattr()Dan Carpenter2020-03-171-1/+1
* cifs: Use #define in cifs_dbgJoe Perches2020-02-241-2/+2
* cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel2020-02-241-3/+3
* cifs: don't leak -EAGAIN for stat() during reconnectRonnie Sahlberg2020-02-241-1/+5
* cifs: Fix mode output in debugging statementsFrank Sorenson2020-02-121-1/+1
* Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-02-091-5/+3
|\
| * SMB3: Backup intent flag missing from some more opsAmir Goldstein2020-02-031-5/+3
* | Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-051-6/+7
|\ \ | |/ |/|
| * fs: cifs: Delete usage of timespec64_truncDeepa Dinamani2019-12-081-6/+7
* | cifs: add support for fallocate mode 0 for non-sparse filesRonnie Sahlberg2020-01-261-2/+2
|/
* fs: cifs: Fix atime update check vs mtimeDeepa Dinamani2019-12-021-1/+1
* CIFS: fix a white space issue in cifs_get_inode_info()Dan Carpenter via samba-technical2019-11-271-1/+2
* CIFS: refactor cifs_get_inode_info()Aurelien Aptel2019-11-251-137/+199
* cifs: Fix missed free operationsChuhong Yuan2019-10-201-2/+2
* CIFS: Force revalidate inode when dentry is stalePavel Shilovsky2019-10-091-0/+4
* smb3: pass mode bits into create callsSteve French2019-09-261-1/+2
* cifs: allow chmod to set mode bits using special sidSteve French2019-09-161-2/+4
* cifs: get mode bits from special sid on statSteve French2019-09-161-2/+11
* cifs: flush before set-info if we have writeable handlesRonnie Sahlberg2019-07-181-0/+16
* cifs: fix typo in debug message with struct field ia_validColin Ian King2019-07-071-1/+1
* cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French2019-07-071-6/+0
* cifs: add fiemap supportRonnie Sahlberg2019-05-071-0/+37
* cifs: do not attempt cifs operation on smb2+ rename errorFrank Sorenson2019-04-241-0/+4
* smb3: make default i/o size for smb3 mounts largerSteve French2019-03-041-1/+1
* CIFS: Fix error paths in writeback codePavel Shilovsky2019-01-111-0/+10
* cifs: auto disable 'serverino' in dfs mountsAurelien Aptel2018-12-231-23/+19
* cifs: address trivial coverity warningSteve French2018-12-231-1/+1
* cifs: fix spelling mistake, EACCESS -> EACCESColin Ian King2018-11-021-2/+2
* cifs: fallback to older infolevels on findfirst queryinfo retrySteve French2018-10-231-30/+37
* smb3: do not attempt cifs operation in smb3 query info error pathSteve French2018-10-231-1/+9