summaryrefslogtreecommitdiff
path: root/fs/cifs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-17smb3: fix performance regression with setting mtimeSteve French1-11/+12
2020-03-17cifs: potential unintitliazed error code in cifs_getattr()Dan Carpenter1-1/+1
2020-02-24cifs: Use #define in cifs_dbgJoe Perches1-2/+2
2020-02-24cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel1-3/+3
2020-02-24cifs: don't leak -EAGAIN for stat() during reconnectRonnie Sahlberg1-1/+5
2020-02-13cifs: Fix mode output in debugging statementsFrank Sorenson1-1/+1
2020-02-10Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-5/+3
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+7
2020-02-04SMB3: Backup intent flag missing from some more opsAmir Goldstein1-5/+3
2020-01-27cifs: add support for fallocate mode 0 for non-sparse filesRonnie Sahlberg1-2/+2
2019-12-09fs: cifs: Delete usage of timespec64_truncDeepa Dinamani1-6/+7
2019-12-03fs: cifs: Fix atime update check vs mtimeDeepa Dinamani1-1/+1
2019-11-27CIFS: fix a white space issue in cifs_get_inode_info()Dan Carpenter via samba-technical1-1/+2
2019-11-25CIFS: refactor cifs_get_inode_info()Aurelien Aptel1-137/+199
2019-10-21cifs: Fix missed free operationsChuhong Yuan1-2/+2
2019-10-09CIFS: Force revalidate inode when dentry is stalePavel Shilovsky1-0/+4
2019-09-26smb3: pass mode bits into create callsSteve French1-1/+2
2019-09-16cifs: allow chmod to set mode bits using special sidSteve French1-2/+4
2019-09-16cifs: get mode bits from special sid on statSteve French1-2/+11
2019-07-19cifs: flush before set-info if we have writeable handlesRonnie Sahlberg1-0/+16
2019-07-08cifs: fix typo in debug message with struct field ia_validColin Ian King1-1/+1
2019-07-08cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French1-6/+0
2019-05-08cifs: add fiemap supportRonnie Sahlberg1-0/+37
2019-04-24cifs: do not attempt cifs operation on smb2+ rename errorFrank Sorenson1-0/+4
2019-03-05smb3: make default i/o size for smb3 mounts largerSteve French1-1/+1
2019-01-11CIFS: Fix error paths in writeback codePavel Shilovsky1-0/+10
2018-12-24cifs: auto disable 'serverino' in dfs mountsAurelien Aptel1-23/+19
2018-12-24cifs: address trivial coverity warningSteve French1-1/+1
2018-11-02cifs: fix spelling mistake, EACCESS -> EACCESColin Ian King1-2/+2
2018-10-24cifs: fallback to older infolevels on findfirst queryinfo retrySteve French1-30/+37
2018-10-24smb3: do not attempt cifs operation in smb3 query info error pathSteve French1-1/+9
2018-10-24cifs: do not return atime less than mtimeSteve French1-1/+5
2018-09-03SMB3: Backup intent flag missing for directory opens with backupuid mountsSteve French1-0/+2
2018-08-07smb3: Do not send SMB3 SET_INFO if nothing changedSteve French1-0/+2
2018-08-07smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French1-2/+0
2018-08-07cifs: use timespec64 internallyArnd Bergmann1-18/+16
2018-06-15smb3: Fix mode on mkdir on smb311 mountsSteve French1-2/+11
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-12/+14
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-06vfs: change inode times to use struct timespec64Deepa Dinamani1-12/+14
2018-05-31cifs: invalidate cache when we truncate a fileRonnie Sahlberg1-4/+9
2018-04-12cifs: Use ULL suffix for 64-bit constantGeert Uytterhoeven1-1/+1
2018-04-02smb3: Fix root directory when server returns inode number of zeroSteve French1-0/+33
2018-04-02fs: cifs: Replace _free_xid call in cifs_root_iget functionPhillip Potter1-4/+1
2018-01-27CIFS: make IPC a regular tconAurelien Aptel1-1/+1
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-09-23SMB3: handle new statx fieldsSteve French1-0/+15
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar1-0/+1
2017-05-13[CIFS] Minor cleanup of xattr query functionSteve French1-2/+1
2017-05-09fs: cifs: replace CURRENT_TIME by other appropriate apisDeepa Dinamani1-13/+15