summaryrefslogtreecommitdiffstats
path: root/fs/cifs/inode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-061-0/+1
|\ \ | |/ |/|
| * fs: move the fiemap definitions out of fs.hChristoph Hellwig2020-06-041-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-161-1/+1
* smb3: enable swap on SMB3 mountsSteve French2020-04-101-0/+4
* cifs: do d_move in renameSteve French2020-03-231-0/+2
* smb3: fix performance regression with setting mtimeSteve French2020-03-231-11/+12
* cifs: do not ignore the SYNC flags in getattrSteve French2020-03-231-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-131-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-091-6/+7
* | cifs: add support for fallocate mode 0 for non-sparse filesRonnie Sahlberg2020-01-271-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-211-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-191-0/+16
* cifs: fix typo in debug message with struct field ia_validColin Ian King2019-07-081-1/+1
* cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French2019-07-081-6/+0
* cifs: add fiemap supportRonnie Sahlberg2019-05-081-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-051-1/+1
* CIFS: Fix error paths in writeback codePavel Shilovsky2019-01-111-0/+10
* cifs: auto disable 'serverino' in dfs mountsAurelien Aptel2018-12-241-23/+19
* cifs: address trivial coverity warningSteve French2018-12-241-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-241-30/+37
* smb3: do not attempt cifs operation in smb3 query info error pathSteve French2018-10-241-1/+9
* cifs: do not return atime less than mtimeSteve French2018-10-241-1/+5
* SMB3: Backup intent flag missing for directory opens with backupuid mountsSteve French2018-09-031-0/+2
* smb3: Do not send SMB3 SET_INFO if nothing changedSteve French2018-08-071-0/+2
* smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French2018-08-071-2/+0
* cifs: use timespec64 internallyArnd Bergmann2018-08-071-18/+16
* smb3: Fix mode on mkdir on smb311 mountsSteve French2018-06-151-2/+11
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-12/+14
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-061-12/+14
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* | cifs: invalidate cache when we truncate a fileRonnie Sahlberg2018-05-301-4/+9
|/