summaryrefslogtreecommitdiffstats
path: root/fs/cifs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: ignore resource_id while getting fscache super cookieShyam Prasad N2021-12-171-13/+0
* cifs: wait for tcon resource_id before getting fscache superShyam Prasad N2021-12-031-0/+7
* cifs: Deferred close performance improvementsRohith Surabattula2021-09-171-3/+3
* cifs: remove pathname for file from SPDX headerSteve French2021-09-131-1/+0
* cifs: enable fscache usage even for files opened as rwShyam Prasad N2021-08-251-0/+6
* cifs: Handle race conditions during renameRohith Surabattula2021-08-121-2/+17
* cifs: fix SMB1 error path in cifs_get_file_info_unixSteve French2021-06-201-1/+4
* cifs: use SPDX-Licence-IdentifierSteve French2021-06-201-13/+1
* Merge tag '5.13-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-05-051-2/+25
|\
| * Cifs: Fix kernel oops caused by deferred close for files.Rohith Surabattula2021-05-041-1/+2
| * cifs: add shutdown supportSteve French2021-05-031-2/+23
| * cifs: Deferred close for filesRohith Surabattula2021-05-031-0/+1
* | Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-271-30/+27
|\ \ | |/ |/|
| * cifs: have cifs_fattr_to_inode() refuse to change type on live inodeAl Viro2021-03-121-27/+15
| * cifs: have ->mkdir() handle race with another client sanelyAl Viro2021-03-121-1/+11
| * new helper: inode_wrong_type()Al Viro2021-03-081-3/+2
* | cifs: check the timestamp for the cached dirent when deciding on revalidateRonnie Sahlberg2021-04-251-0/+12
* | cifs: pass the dentry instead of the inode down to the revalidation check fun...Ronnie Sahlberg2021-04-251-4/+5
* | cifs: allocate buffer in the caller of build_path_from_dentry()Al Viro2021-04-251-51/+53
* | cifs: make build_path_from_dentry() return const char *Al Viro2021-04-251-8/+8
* | cifs: constify pathname arguments in a bunch of helpersAl Viro2021-04-251-2/+2
* | cifs: remove old dead codeAurelien Aptel2021-04-251-9/+0
* | cifs: fix allocation size on newly created filesSteve French2021-03-191-1/+9
|/
* Merge tag '5.12-smb3-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-02-261-6/+17
|\
| * cifs: Add new parameter "acregmax" for distinct file and directory metadata t...Steve French2021-02-251-2/+2
| * cifs: convert revalidate of directories to using directory metadata cache tim...Steve French2021-02-251-6/+17
* | 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
|\ \ | |/ |/|