summaryrefslogtreecommitdiffstats
path: root/fs/cifs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-14cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg1-1/+1
2020-12-14cifs: remove actimeo from cifs_sbRonnie Sahlberg1-2/+2
2020-12-14cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg1-19/+20
2020-12-14cifs: remove various function description warningsSteve French1-5/+11
2020-12-13cifs: Fix unix perm bits to cifsacl conversion for "other" bits.Shyam Prasad N1-2/+10
2020-12-13cifs: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-10-23smb3: add support for stat of WSL reparse points for special file typesSteve French1-8/+36
2020-10-15cifs: handle -EINTR in cifs_setattrRonnie Sahlberg1-4/+9
2020-09-06cifs: fix DFS mount with cifsacl/modefromsidRonnie Sahlberg1-0/+4
2020-08-02cifs: remove unused variable 'server'Wei Yongjun1-2/+0
2020-07-23Revert "cifs: Fix the target file was deleted when rename failed."Steve French1-8/+2
2020-07-01cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu1-2/+8
2020-06-23cifs: update ctime and mtime during truncateZhang Xiaoxu1-0/+9
2020-06-12smb3: Add debug message for new file creation with idsfromsid mount optionSteve French1-2/+2
2020-06-12smb311: add support for using info level for posix extensions querySteve French1-2/+7
2020-06-12SMB311: Add support for query info using posix extensions (level 100)Steve French1-1/+175
2020-06-05Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-3/+14
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2020-06-04cifs: multichannel: always zero struct cifs_io_parmsAurelien Aptel1-1/+1
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig1-0/+1
2020-06-01cifs: Standardize logging outputJoe Perches1-2/+2
2020-06-01smb3: Add new parm "nodelete"Steve French1-0/+11
2020-05-06CIFS: Spelling s/EACCESS/EACCES/Geert Uytterhoeven1-1/+1
2020-04-15cifs: improve read performance for page size 64KB & cache=strict & vers=2.1+Jones Syue1-1/+1
2020-04-10smb3: enable swap on SMB3 mountsSteve French1-0/+4
2020-03-22cifs: do d_move in renameSteve French1-0/+2
2020-03-22smb3: fix performance regression with setting mtimeSteve French1-11/+12
2020-03-22cifs: do not ignore the SYNC flags in getattrSteve French1-5/+17
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-12cifs: Fix mode output in debugging statementsFrank Sorenson1-1/+1
2020-02-09Merge 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-03SMB3: Backup intent flag missing from some more opsAmir Goldstein1-5/+3
2020-01-26cifs: add support for fallocate mode 0 for non-sparse filesRonnie Sahlberg1-2/+2
2019-12-08fs: cifs: Delete usage of timespec64_truncDeepa Dinamani1-6/+7
2019-12-02fs: 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-20cifs: 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-18cifs: flush before set-info if we have writeable handlesRonnie Sahlberg1-0/+16
2019-07-07cifs: fix typo in debug message with struct field ia_validColin Ian King1-1/+1
2019-07-07cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French1-6/+0
2019-05-07cifs: add fiemap supportRonnie Sahlberg1-0/+37