summaryrefslogtreecommitdiff
path: root/fs/cifs/inode.c
AgeCommit message (Expand)Author
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
2020-10-23smb3: add support for stat of WSL reparse points for special file typesSteve French
2020-10-15cifs: handle -EINTR in cifs_setattrRonnie Sahlberg
2020-09-06cifs: fix DFS mount with cifsacl/modefromsidRonnie Sahlberg
2020-08-02cifs: remove unused variable 'server'Wei Yongjun
2020-07-23Revert "cifs: Fix the target file was deleted when rename failed."Steve French
2020-07-01cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu
2020-06-23cifs: update ctime and mtime during truncateZhang Xiaoxu
2020-06-12smb3: Add debug message for new file creation with idsfromsid mount optionSteve French
2020-06-12smb311: add support for using info level for posix extensions querySteve French
2020-06-12SMB311: Add support for query info using posix extensions (level 100)Steve French
2020-06-05Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-06-04cifs: multichannel: always zero struct cifs_io_parmsAurelien Aptel
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig
2020-06-01cifs: Standardize logging outputJoe Perches