summaryrefslogtreecommitdiff
path: root/fs/smb/client/inode.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-23smb: client: get rid of d_drop() in cifs_do_rename()Paulo Alcantara1-4/+1
2025-10-16smb: client: Fix refcount leak for cifs_sb_tlinkShuhao Fu1-2/+4
2025-10-09smb: client: fix race with fallocate(2) and AIO+DIOPaulo Alcantara1-0/+1
2025-10-09smb: client: fix missing timestamp updates after ftruncate(2)Paulo Alcantara1-10/+8
2025-10-09smb: client: fix missing timestamp updates with O_TRUNCPaulo Alcantara1-67/+85
2025-10-02smb: client: ensure open_cached_dir_by_dentry() only returns valid cfidSteve French1-1/+1
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-09-19smb: client: fix file open check in __cifs_unlink()Paulo Alcantara1-2/+15
2025-09-18smb: client: fix filename matching of deferred filesPaulo Alcantara1-3/+3
2025-09-10smb: client: fix data loss due to broken rename(2)Paulo Alcantara1-17/+69
2025-09-01fs: add an icount_read helperJosef Bacik1-1/+1
2025-08-10smb: client: fix race with concurrent opens in rename(2)Paulo Alcantara1-0/+18
2025-08-10smb: client: fix race with concurrent opens in unlink(2)Paulo Alcantara1-2/+14
2025-04-09cifs: Split parse_reparse_point callback to functions: get buffer and parse b...Pali Rohár1-4/+7
2025-04-09cifs: Remove explicit handling of IO_REPARSE_TAG_MOUNT_POINT in inode.cPali Rohár1-4/+0
2025-04-07cifs: Ensure that all non-client-specific reparse points are processed by the...Pali Rohár1-0/+10
2025-04-03cifs: Remove cifs_truncate_page() as it should be superfluousDavid Howells1-19/+0
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-5/+5
2025-02-19cifs: Treat unhandled directory name surrogate reparse points as mount direct...Pali Rohár1-0/+13
2025-02-17smb: client: fix chmod(2) regression with ATTR_READONLYPaulo Alcantara1-2/+2
2025-01-31cifs: Fix parsing native symlinks directory/file typePali Rohár1-0/+5
2025-01-30cifs: Remove symlink member from cifs_open_info_data unionPali Rohár1-1/+1
2025-01-20cifs: Do not attempt to call CIFSSMBRenameOpenFile() without CAP_INFOLEVEL_PA...Pali Rohár1-0/+7
2024-12-11cifs: Fix rmdir failure due to ongoing I/O on deleted fileDavid Howells1-1/+4
2024-12-06smb3.1.1: fix posix mounts to older serversSteve French1-3/+8
2024-12-05fs/smb/client: Implement new SMB3 POSIX typeRalph Boehme1-9/+80
2024-11-27smb: During unmount, ensure all cached dir instances drop their dentryPaul Aurich1-3/+0
2024-11-25cifs: Fix parsing native symlinks relative to the exportPali Rohár1-0/+1
2024-11-21cifs: Recognize SFU char/block devices created by Windows NFS server on Windo...Pali Rohár1-0/+22
2024-11-21fs/smb/client: implement chmod() for SMB3 POSIX ExtensionsRalph Boehme1-1/+3
2024-09-30cifs: Check for UTF-16 null codepoint in SFU symlink target locationPali Rohár1-1/+7
2024-09-25smb3: fix incorrect mode displayed for read-only filesSteve French1-8/+11
2024-09-15cifs: Recognize SFU socket typePali Rohár1-1/+5
2024-09-15cifs: Show debug message when SFU Fifo type was detectedPali Rohár1-0/+1
2024-09-15cifs: Put explicit zero byte into SFU block/char typesPali Rohár1-2/+2
2024-09-15cifs: Add support for reading SFU symlink locationPali Rohár1-0/+29
2024-09-15cifs: Fix recognizing SFU symlinksPali Rohár1-1/+1
2024-09-03cifs: Fix zero_point init on inode initialisationDavid Howells1-0/+2
2024-08-02smb: client: handle lack of FSCTL_GET_REPARSE_POINT supportPaulo Alcantara1-2/+15
2024-05-31cifs: fix creating sockets when using sfu mount optionsSteve French1-0/+4
2024-05-16cifs: fix data corruption in read after invalidateSteve French1-1/+3
2024-05-15smb3: fix perf regression with cached writes with netfs conversionSteve French1-3/+0
2024-05-01cifs: Enable large folio supportDavid Howells1-0/+1
2024-05-01cifs: Cut over to using netfslibDavid Howells1-1/+18
2024-05-01cifs: Use alternative invalidation to using launder_folioDavid Howells1-20/+5
2024-04-11smb: client: fix NULL ptr deref in cifs_mark_open_handles_for_deleted_file()Paulo Alcantara1-1/+2
2024-03-27cifs: Fix duplicate fscache cookie warningsDavid Howells1-0/+2
2024-03-14cifs: remove redundant variable assignmentBharath SM1-2/+0
2024-03-14cifs: fixes for get_inode_infoMeetakshi Setiya1-11/+13
2024-03-11smb: client: parse uid, gid, mode and dev from WSL reparse pointsPaulo Alcantara1-3/+2