summaryrefslogtreecommitdiffstats
path: root/fs/cifs/inode.c
AgeCommit message (Expand)AuthorLines
2022-08-11cifs: Move cached-dir functions into a separate fileRonnie Sahlberg-0/+1
2022-08-05cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French-5/+55
2022-08-01cifs: remove unnecessary type castingsYu Zhe-2/+2
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells-2/+2
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)-1/+1
2022-02-03Invalidate fscache cookie only when inode attributes are changed.Rohith Surabattula-4/+4
2022-01-19cifs: Support fscache indexing rewriteDavid Howells-7/+12
2022-01-17cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refsEugene Korenevsky-0/+6
2021-12-17cifs: ignore resource_id while getting fscache super cookieShyam Prasad N-13/+0
2021-12-03cifs: wait for tcon resource_id before getting fscache superShyam Prasad N-0/+7
2021-09-17cifs: Deferred close performance improvementsRohith Surabattula-3/+3
2021-09-13cifs: remove pathname for file from SPDX headerSteve French-1/+0
2021-08-25cifs: enable fscache usage even for files opened as rwShyam Prasad N-0/+6
2021-08-12cifs: Handle race conditions during renameRohith Surabattula-2/+17
2021-06-20cifs: fix SMB1 error path in cifs_get_file_info_unixSteve French-1/+4
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French-13/+1
2021-05-05Merge tag '5.13-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-2/+25
2021-05-04Cifs: Fix kernel oops caused by deferred close for files.Rohith Surabattula-1/+2
2021-05-03cifs: add shutdown supportSteve French-2/+23
2021-05-03cifs: Deferred close for filesRohith Surabattula-0/+1
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-30/+27
2021-04-25cifs: check the timestamp for the cached dirent when deciding on revalidateRonnie Sahlberg-0/+12
2021-04-25cifs: pass the dentry instead of the inode down to the revalidation check fun...Ronnie Sahlberg-4/+5
2021-04-25cifs: allocate buffer in the caller of build_path_from_dentry()Al Viro-51/+53
2021-04-25cifs: make build_path_from_dentry() return const char *Al Viro-8/+8
2021-04-25cifs: constify pathname arguments in a bunch of helpersAl Viro-2/+2
2021-04-25cifs: remove old dead codeAurelien Aptel-9/+0
2021-03-19cifs: fix allocation size on newly created filesSteve French-1/+9
2021-03-12cifs: have cifs_fattr_to_inode() refuse to change type on live inodeAl Viro-27/+15
2021-03-12cifs: have ->mkdir() handle race with another client sanelyAl Viro-1/+11
2021-03-08new helper: inode_wrong_type()Al Viro-3/+2
2021-02-26Merge tag '5.12-smb3-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-6/+17
2021-02-25cifs: Add new parameter "acregmax" for distinct file and directory metadata t...Steve French-2/+2
2021-02-25cifs: convert revalidate of directories to using directory metadata cache tim...Steve French-6/+17
2021-01-24fs: make helpers idmap mount awareChristian Brauner-7/+9
2021-01-24stat: handle idmapped mountsChristian Brauner-1/+1
2021-01-24attr: handle idmapped mountsChristian Brauner-4/+4
2020-12-14cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg-1/+1
2020-12-14cifs: remove actimeo from cifs_sbRonnie Sahlberg-2/+2
2020-12-14cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg-19/+20
2020-12-14cifs: remove various function description warningsSteve French-5/+11
2020-12-13cifs: Fix unix perm bits to cifsacl conversion for "other" bits.Shyam Prasad N-2/+10
2020-12-13cifs: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+1
2020-10-23smb3: add support for stat of WSL reparse points for special file typesSteve French-8/+36
2020-10-15cifs: handle -EINTR in cifs_setattrRonnie Sahlberg-4/+9
2020-09-06cifs: fix DFS mount with cifsacl/modefromsidRonnie Sahlberg-0/+4
2020-08-02cifs: remove unused variable 'server'Wei Yongjun-2/+0
2020-07-23Revert "cifs: Fix the target file was deleted when rename failed."Steve French-8/+2
2020-07-01cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu-2/+8
2020-06-23cifs: update ctime and mtime during truncateZhang Xiaoxu-0/+9