summaryrefslogtreecommitdiff
path: root/fs/cifs/inode.c
AgeCommit message (Expand)Author
2022-10-18cifs: Fix xid leak in cifs_get_file_info_unix()Zhang Xiaoxu
2022-10-13cifs: enable caching of directories for which a lease is heldRonnie Sahlberg
2022-10-13cifs: improve symlink handling for smb2+Paulo Alcantara
2022-10-10Merge tag '6.1-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-10-05smb3: add dynamic trace points for tree disconnectSteve French
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra
2022-08-11cifs: Move cached-dir functions into a separate fileRonnie Sahlberg
2022-08-05cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French
2022-08-01cifs: remove unnecessary type castingsYu Zhe
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)
2022-02-03Invalidate fscache cookie only when inode attributes are changed.Rohith Surabattula
2022-01-19cifs: Support fscache indexing rewriteDavid Howells
2022-01-17cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refsEugene Korenevsky
2021-12-17cifs: ignore resource_id while getting fscache super cookieShyam Prasad N
2021-12-03cifs: wait for tcon resource_id before getting fscache superShyam Prasad N
2021-09-17cifs: Deferred close performance improvementsRohith Surabattula
2021-09-13cifs: remove pathname for file from SPDX headerSteve French
2021-08-25cifs: enable fscache usage even for files opened as rwShyam Prasad N
2021-08-12cifs: Handle race conditions during renameRohith Surabattula
2021-06-20cifs: fix SMB1 error path in cifs_get_file_info_unixSteve French
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French
2021-05-05Merge tag '5.13-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-05-04Cifs: Fix kernel oops caused by deferred close for files.Rohith Surabattula
2021-05-03cifs: add shutdown supportSteve French
2021-05-03cifs: Deferred close for filesRohith Surabattula
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-04-25cifs: check the timestamp for the cached dirent when deciding on revalidateRonnie Sahlberg
2021-04-25cifs: pass the dentry instead of the inode down to the revalidation check fun...Ronnie Sahlberg
2021-04-25cifs: allocate buffer in the caller of build_path_from_dentry()Al Viro
2021-04-25cifs: make build_path_from_dentry() return const char *Al Viro
2021-04-25cifs: constify pathname arguments in a bunch of helpersAl Viro
2021-04-25cifs: remove old dead codeAurelien Aptel
2021-03-19cifs: fix allocation size on newly created filesSteve French
2021-03-12cifs: have cifs_fattr_to_inode() refuse to change type on live inodeAl Viro
2021-03-12cifs: have ->mkdir() handle race with another client sanelyAl Viro
2021-03-08new helper: inode_wrong_type()Al Viro
2021-02-26Merge tag '5.12-smb3-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-02-25cifs: Add new parameter "acregmax" for distinct file and directory metadata t...Steve French
2021-02-25cifs: convert revalidate of directories to using directory metadata cache tim...Steve French
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2020-12-14cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg
2020-12-14cifs: remove actimeo from cifs_sbRonnie Sahlberg
2020-12-14cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg
2020-12-14cifs: remove various function description warningsSteve French
2020-12-13cifs: Fix unix perm bits to cifsacl conversion for "other" bits.Shyam Prasad N
2020-12-13cifs: Fix fall-through warnings for ClangGustavo A. R. Silva