aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-20cifs: fix SMB1 error path in cifs_get_file_info_unixSteve French1-1/+4
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French1-13/+1
2021-05-05Merge tag '5.13-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-2/+25
2021-05-04Cifs: Fix kernel oops caused by deferred close for files.Rohith Surabattula1-1/+2
2021-05-03cifs: add shutdown supportSteve French1-2/+23
2021-05-03cifs: Deferred close for filesRohith Surabattula1-0/+1
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-30/+27
2021-04-25cifs: check the timestamp for the cached dirent when deciding on revalidateRonnie Sahlberg1-0/+12
2021-04-25cifs: pass the dentry instead of the inode down to the revalidation check functionsRonnie Sahlberg1-4/+5
2021-04-25cifs: allocate buffer in the caller of build_path_from_dentry()Al Viro1-51/+53
2021-04-25cifs: make build_path_from_dentry() return const char *Al Viro1-8/+8
2021-04-25cifs: constify pathname arguments in a bunch of helpersAl Viro1-2/+2
2021-04-25cifs: remove old dead codeAurelien Aptel1-9/+0
2021-03-19cifs: fix allocation size on newly created filesSteve French1-1/+9
2021-03-12cifs: have cifs_fattr_to_inode() refuse to change type on live inodeAl Viro1-27/+15
2021-03-12cifs: have ->mkdir() handle race with another client sanelyAl Viro1-1/+11
2021-03-08new helper: inode_wrong_type()Al Viro1-3/+2
2021-02-26Merge tag '5.12-smb3-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-6/+17
2021-02-25cifs: Add new parameter "acregmax" for distinct file and directory metadata timeoutSteve French1-2/+2
2021-02-25cifs: convert revalidate of directories to using directory metadata cache timeoutSteve French1-6/+17
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-7/+9
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24attr: handle idmapped mountsChristian Brauner1-4/+4
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/tytso/ext4Linus 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