aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-19cifs: reduce roundtrips on create/qinfo requestsGravatar Paulo Alcantara 1-6/+0
2022-12-08cifs: Parse owner/group for stat in smb311 posix extensionsGravatar Volker Lendecke 1-4/+9
2022-11-04cifs: fix use-after-free on the link nameGravatar ChenXiaoSong 1-5/+0
2022-10-18cifs: Fix xid leak in cifs_get_file_info_unix()Gravatar Zhang Xiaoxu 1-2/+4
2022-10-13cifs: enable caching of directories for which a lease is heldGravatar Ronnie Sahlberg 1-3/+3
2022-10-13cifs: improve symlink handling for smb2+Gravatar Paulo Alcantara 1-68/+102
2022-10-10Merge tag '6.1-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Gravatar Linus Torvalds 1-1/+1
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2022-10-05smb3: add dynamic trace points for tree disconnectGravatar Steve French 1-1/+1
2022-09-07freezer,sched: Rewrite core freezer logicGravatar Peter Zijlstra 1-2/+2
2022-08-11cifs: Move cached-dir functions into a separate fileGravatar Ronnie Sahlberg 1-0/+1
2022-08-05cifs: when insecure legacy is disabled shrink amount of SMB1 codeGravatar Steve French 1-5/+55
2022-08-01cifs: remove unnecessary type castingsGravatar Yu Zhe 1-2/+2
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextGravatar David Howells 1-2/+2
2022-04-01fs: Remove ->readpages address space operationGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-02-03Invalidate fscache cookie only when inode attributes are changed.Gravatar Rohith Surabattula 1-4/+4
2022-01-19cifs: Support fscache indexing rewriteGravatar David Howells 1-7/+12
2022-01-17cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refsGravatar Eugene Korenevsky 1-0/+6
2021-12-17cifs: ignore resource_id while getting fscache super cookieGravatar Shyam Prasad N 1-13/+0
2021-12-03cifs: wait for tcon resource_id before getting fscache superGravatar Shyam Prasad N 1-0/+7
2021-09-17cifs: Deferred close performance improvementsGravatar Rohith Surabattula 1-3/+3
2021-09-13cifs: remove pathname for file from SPDX headerGravatar Steve French 1-1/+0
2021-08-25cifs: enable fscache usage even for files opened as rwGravatar Shyam Prasad N 1-0/+6
2021-08-12cifs: Handle race conditions during renameGravatar Rohith Surabattula 1-2/+17
2021-06-20cifs: fix SMB1 error path in cifs_get_file_info_unixGravatar Steve French 1-1/+4
2021-06-20cifs: use SPDX-Licence-IdentifierGravatar Steve French 1-13/+1
2021-05-05Merge tag '5.13-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-2/+25
2021-05-04Cifs: Fix kernel oops caused by deferred close for files.Gravatar Rohith Surabattula 1-1/+2
2021-05-03cifs: add shutdown supportGravatar Steve French 1-2/+23
2021-05-03cifs: Deferred close for filesGravatar Rohith Surabattula 1-0/+1
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-30/+27
2021-04-25cifs: check the timestamp for the cached dirent when deciding on revalidateGravatar Ronnie Sahlberg 1-0/+12
2021-04-25cifs: pass the dentry instead of the inode down to the revalidation check fun...Gravatar Ronnie Sahlberg 1-4/+5
2021-04-25cifs: allocate buffer in the caller of build_path_from_dentry()Gravatar Al Viro 1-51/+53
2021-04-25cifs: make build_path_from_dentry() return const char *Gravatar Al Viro 1-8/+8
2021-04-25cifs: constify pathname arguments in a bunch of helpersGravatar Al Viro 1-2/+2
2021-04-25cifs: remove old dead codeGravatar Aurelien Aptel 1-9/+0
2021-03-19cifs: fix allocation size on newly created filesGravatar Steve French 1-1/+9
2021-03-12cifs: have cifs_fattr_to_inode() refuse to change type on live inodeGravatar Al Viro 1-27/+15
2021-03-12cifs: have ->mkdir() handle race with another client sanelyGravatar Al Viro 1-1/+11
2021-03-08new helper: inode_wrong_type()Gravatar Al Viro 1-3/+2
2021-02-26Merge tag '5.12-smb3-part1' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-6/+17
2021-02-25cifs: Add new parameter "acregmax" for distinct file and directory metadata t...Gravatar Steve French 1-2/+2
2021-02-25cifs: convert revalidate of directories to using directory metadata cache tim...Gravatar Steve French 1-6/+17
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-7/+9
2021-01-24stat: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-4/+4
2020-12-14cifs: move [brw]size from cifs_sb to cifs_sb->ctxGravatar Ronnie Sahlberg 1-1/+1
2020-12-14cifs: remove actimeo from cifs_sbGravatar Ronnie Sahlberg 1-2/+2
2020-12-14cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbGravatar Ronnie Sahlberg 1-19/+20