summaryrefslogtreecommitdiff
path: root/fs/cifs/inode.c
AgeCommit message (Expand)Author
2020-10-23smb3: add support for stat of WSL reparse points for special file typesSteve French
2020-10-15cifs: handle -EINTR in cifs_setattrRonnie Sahlberg
2020-09-06cifs: fix DFS mount with cifsacl/modefromsidRonnie Sahlberg
2020-08-02cifs: remove unused variable 'server'Wei Yongjun
2020-07-23Revert "cifs: Fix the target file was deleted when rename failed."Steve French
2020-07-01cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu
2020-06-23cifs: update ctime and mtime during truncateZhang Xiaoxu
2020-06-12smb3: Add debug message for new file creation with idsfromsid mount optionSteve French
2020-06-12smb311: add support for using info level for posix extensions querySteve French
2020-06-12SMB311: Add support for query info using posix extensions (level 100)Steve French
2020-06-05Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-06-04cifs: multichannel: always zero struct cifs_io_parmsAurelien Aptel
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig
2020-06-01cifs: Standardize logging outputJoe Perches
2020-06-01smb3: Add new parm "nodelete"Steve French
2020-05-06CIFS: Spelling s/EACCESS/EACCES/Geert Uytterhoeven
2020-04-15cifs: improve read performance for page size 64KB & cache=strict & vers=2.1+Jones Syue
2020-04-10smb3: enable swap on SMB3 mountsSteve French
2020-03-22cifs: do d_move in renameSteve French
2020-03-22smb3: fix performance regression with setting mtimeSteve French
2020-03-22cifs: do not ignore the SYNC flags in getattrSteve French
2020-03-17cifs: potential unintitliazed error code in cifs_getattr()Dan Carpenter
2020-02-24cifs: Use #define in cifs_dbgJoe Perches
2020-02-24cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel
2020-02-24cifs: don't leak -EAGAIN for stat() during reconnectRonnie Sahlberg
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