summaryrefslogtreecommitdiffstats
path: root/fs/cifs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-19cifs: reduce roundtrips on create/qinfo requestsPaulo Alcantara1-6/+0
2022-12-08cifs: Parse owner/group for stat in smb311 posix extensionsVolker Lendecke1-4/+9
2022-11-04cifs: fix use-after-free on the link nameChenXiaoSong1-5/+0
2022-10-18cifs: Fix xid leak in cifs_get_file_info_unix()Zhang Xiaoxu1-2/+4
2022-10-13cifs: enable caching of directories for which a lease is heldRonnie Sahlberg1-3/+3
2022-10-13cifs: improve symlink handling for smb2+Paulo Alcantara1-68/+102
2022-10-10Merge tag '6.1-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds1-1/+1
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2022-10-05smb3: add dynamic trace points for tree disconnectSteve French1-1/+1
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra1-2/+2
2022-08-11cifs: Move cached-dir functions into a separate fileRonnie Sahlberg1-0/+1
2022-08-05cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French1-5/+55
2022-08-01cifs: remove unnecessary type castingsYu Zhe1-2/+2
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-2/+2
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)1-1/+1
2022-02-03Invalidate fscache cookie only when inode attributes are changed.Rohith Surabattula1-4/+4
2022-01-19cifs: Support fscache indexing rewriteDavid Howells1-7/+12
2022-01-17cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refsEugene Korenevsky1-0/+6
2021-12-17cifs: ignore resource_id while getting fscache super cookieShyam Prasad N1-13/+0
2021-12-03cifs: wait for tcon resource_id before getting fscache superShyam Prasad N1-0/+7
2021-09-17cifs: Deferred close performance improvementsRohith Surabattula1-3/+3
2021-09-13cifs: remove pathname for file from SPDX headerSteve French1-1/+0
2021-08-25cifs: enable fscache usage even for files opened as rwShyam Prasad N1-0/+6
2021-08-12cifs: Handle race conditions during renameRohith Surabattula1-2/+17
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/ke...Linus 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 fun...Ronnie 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 t...Steve French1-2/+2
2021-02-25cifs: convert revalidate of directories to using directory metadata cache tim...Steve 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