summaryrefslogtreecommitdiff
path: root/fs/smb/client/inode.c
AgeCommit message (Expand)Author
2025-12-05cifs: Add a tracepoint to log EIO errorsDavid Howells
2025-12-03Merge tag 'v6.19-rc-smb-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-30smb: move some duplicate struct definitions to common/fscc.hChenXiaoSong
2025-11-05fs: inline current_umask() and move it to fs_struct.hMateusz Guzik
2025-10-23smb: client: get rid of d_drop() in cifs_do_rename()Paulo Alcantara
2025-10-20smb: use the new ->i_state accessorsMateusz Guzik
2025-10-15smb: client: Fix refcount leak for cifs_sb_tlinkShuhao Fu
2025-10-09smb: client: fix race with fallocate(2) and AIO+DIOPaulo Alcantara
2025-10-09smb: client: fix missing timestamp updates after ftruncate(2)Paulo Alcantara
2025-10-09smb: client: fix missing timestamp updates with O_TRUNCPaulo Alcantara
2025-10-01smb: client: ensure open_cached_dir_by_dentry() only returns valid cfidSteve French
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-18smb: client: fix file open check in __cifs_unlink()Paulo Alcantara
2025-09-17smb: client: fix filename matching of deferred filesPaulo Alcantara
2025-09-09smb: client: fix data loss due to broken rename(2)Paulo Alcantara
2025-09-01fs: add an icount_read helperJosef Bacik
2025-08-10smb: client: fix race with concurrent opens in rename(2)Paulo Alcantara
2025-08-10smb: client: fix race with concurrent opens in unlink(2)Paulo Alcantara
2025-04-09cifs: Split parse_reparse_point callback to functions: get buffer and parse b...Pali Rohár
2025-04-09cifs: Remove explicit handling of IO_REPARSE_TAG_MOUNT_POINT in inode.cPali Rohár
2025-04-07cifs: Ensure that all non-client-specific reparse points are processed by the...Pali Rohár
2025-04-02cifs: Remove cifs_truncate_page() as it should be superfluousDavid Howells
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-02-19cifs: Treat unhandled directory name surrogate reparse points as mount direct...Pali Rohár
2025-02-16smb: client: fix chmod(2) regression with ATTR_READONLYPaulo Alcantara
2025-01-31cifs: Fix parsing native symlinks directory/file typePali Rohár
2025-01-29cifs: Remove symlink member from cifs_open_info_data unionPali Rohár
2025-01-19cifs: Do not attempt to call CIFSSMBRenameOpenFile() without CAP_INFOLEVEL_PA...Pali Rohár
2024-12-10cifs: Fix rmdir failure due to ongoing I/O on deleted fileDavid Howells
2024-12-06smb3.1.1: fix posix mounts to older serversSteve French
2024-12-04fs/smb/client: Implement new SMB3 POSIX typeRalph Boehme
2024-11-26smb: During unmount, ensure all cached dir instances drop their dentryPaul Aurich
2024-11-25cifs: Fix parsing native symlinks relative to the exportPali Rohár
2024-11-21cifs: Recognize SFU char/block devices created by Windows NFS server on Windo...Pali Rohár
2024-11-21fs/smb/client: implement chmod() for SMB3 POSIX ExtensionsRalph Boehme
2024-09-29cifs: Check for UTF-16 null codepoint in SFU symlink target locationPali Rohár
2024-09-24smb3: fix incorrect mode displayed for read-only filesSteve French
2024-09-15cifs: Recognize SFU socket typePali Rohár
2024-09-15cifs: Show debug message when SFU Fifo type was detectedPali Rohár
2024-09-15cifs: Put explicit zero byte into SFU block/char typesPali Rohár
2024-09-15cifs: Add support for reading SFU symlink locationPali Rohár
2024-09-15cifs: Fix recognizing SFU symlinksPali Rohár
2024-09-03cifs: Fix zero_point init on inode initialisationDavid Howells
2024-08-02smb: client: handle lack of FSCTL_GET_REPARSE_POINT supportPaulo Alcantara
2024-05-31cifs: fix creating sockets when using sfu mount optionsSteve French
2024-05-15cifs: fix data corruption in read after invalidateSteve French
2024-05-14smb3: fix perf regression with cached writes with netfs conversionSteve French
2024-05-01cifs: Enable large folio supportDavid Howells