summaryrefslogtreecommitdiff
path: root/fs/cifs/inode.c
AgeCommit message (Expand)Author
2020-02-12cifs: Fix mode output in debugging statementsFrank Sorenson
2020-02-09Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-02-03SMB3: Backup intent flag missing from some more opsAmir Goldstein
2020-01-26cifs: add support for fallocate mode 0 for non-sparse filesRonnie Sahlberg
2019-12-08fs: cifs: Delete usage of timespec64_truncDeepa Dinamani
2019-12-02fs: cifs: Fix atime update check vs mtimeDeepa Dinamani
2019-11-27CIFS: fix a white space issue in cifs_get_inode_info()Dan Carpenter via samba-technical
2019-11-25CIFS: refactor cifs_get_inode_info()Aurelien Aptel
2019-10-20cifs: Fix missed free operationsChuhong Yuan
2019-10-09CIFS: Force revalidate inode when dentry is stalePavel Shilovsky
2019-09-26smb3: pass mode bits into create callsSteve French
2019-09-16cifs: allow chmod to set mode bits using special sidSteve French
2019-09-16cifs: get mode bits from special sid on statSteve French
2019-07-18cifs: flush before set-info if we have writeable handlesRonnie Sahlberg
2019-07-07cifs: fix typo in debug message with struct field ia_validColin Ian King
2019-07-07cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French
2019-05-07cifs: add fiemap supportRonnie Sahlberg
2019-04-24cifs: do not attempt cifs operation on smb2+ rename errorFrank Sorenson
2019-03-04smb3: make default i/o size for smb3 mounts largerSteve French
2019-01-11CIFS: Fix error paths in writeback codePavel Shilovsky
2018-12-23cifs: auto disable 'serverino' in dfs mountsAurelien Aptel
2018-12-23cifs: address trivial coverity warningSteve French
2018-11-02cifs: fix spelling mistake, EACCESS -> EACCESColin Ian King
2018-10-23cifs: fallback to older infolevels on findfirst queryinfo retrySteve French
2018-10-23smb3: do not attempt cifs operation in smb3 query info error pathSteve French
2018-10-23cifs: do not return atime less than mtimeSteve French
2018-09-02SMB3: Backup intent flag missing for directory opens with backupuid mountsSteve French
2018-08-07smb3: Do not send SMB3 SET_INFO if nothing changedSteve French
2018-08-07smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French
2018-08-07cifs: use timespec64 internallyArnd Bergmann
2018-06-15smb3: Fix mode on mkdir on smb311 mountsSteve French
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-30cifs: invalidate cache when we truncate a fileRonnie Sahlberg
2018-04-11cifs: Use ULL suffix for 64-bit constantGeert Uytterhoeven
2018-04-02smb3: Fix root directory when server returns inode number of zeroSteve French
2018-04-01fs: cifs: Replace _free_xid call in cifs_root_iget functionPhillip Potter
2018-01-26CIFS: make IPC a regular tconAurelien Aptel
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-09-22SMB3: handle new statx fieldsSteve French
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar
2017-05-12[CIFS] Minor cleanup of xattr query functionSteve French
2017-05-08fs: cifs: replace CURRENT_TIME by other appropriate apisDeepa Dinamani
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara