summaryrefslogtreecommitdiffstats
path: root/fs/cifs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-7/+9
* stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* attr: handle idmapped mountsChristian Brauner2021-01-241-4/+4
* cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg2020-12-141-1/+1
* cifs: remove actimeo from cifs_sbRonnie Sahlberg2020-12-141-2/+2
* cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg2020-12-141-19/+20
* cifs: remove various function description warningsSteve French2020-12-141-5/+11
* cifs: Fix unix perm bits to cifsacl conversion for "other" bits.Shyam Prasad N2020-12-131-2/+10
* cifs: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-131-0/+1
* smb3: add support for stat of WSL reparse points for special file typesSteve French2020-10-231-8/+36
* cifs: handle -EINTR in cifs_setattrRonnie Sahlberg2020-10-151-4/+9
* cifs: fix DFS mount with cifsacl/modefromsidRonnie Sahlberg2020-09-061-0/+4
* cifs: remove unused variable 'server'Wei Yongjun2020-08-021-2/+0
* Revert "cifs: Fix the target file was deleted when rename failed."Steve French2020-07-231-8/+2
* cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu2020-07-011-2/+8
* cifs: update ctime and mtime during truncateZhang Xiaoxu2020-06-231-0/+9
* smb3: Add debug message for new file creation with idsfromsid mount optionSteve French2020-06-121-2/+2
* smb311: add support for using info level for posix extensions querySteve French2020-06-121-2/+7
* SMB311: Add support for query info using posix extensions (level 100)Steve French2020-06-121-1/+175
* Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-06-051-3/+14
|\
| * cifs: multichannel: always zero struct cifs_io_parmsAurelien Aptel2020-06-041-1/+1
| * 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-051-0/+1
|\ \ | |/ |/|
| * fs: move the fiemap definitions out of fs.hChristoph Hellwig2020-06-031-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-151-1/+1
* smb3: enable swap on SMB3 mountsSteve French2020-04-101-0/+4
* cifs: do d_move in renameSteve French2020-03-221-0/+2
* smb3: fix performance regression with setting mtimeSteve French2020-03-221-11/+12
* cifs: do not ignore the SYNC flags in getattrSteve French2020-03-221-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-121-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-081-6/+7
* | cifs: add support for fallocate mode 0 for non-sparse filesRonnie Sahlberg2020-01-261-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-201-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-181-0/+16