summaryrefslogtreecommitdiff
path: root/fs/smb/client/inode.c
AgeCommit message (Expand)Author
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
2024-05-01cifs: Cut over to using netfslibDavid Howells
2024-05-01cifs: Use alternative invalidation to using launder_folioDavid Howells
2024-04-10smb: client: fix NULL ptr deref in cifs_mark_open_handles_for_deleted_file()Paulo Alcantara
2024-03-27cifs: Fix duplicate fscache cookie warningsDavid Howells
2024-03-14cifs: remove redundant variable assignmentBharath SM
2024-03-14cifs: fixes for get_inode_infoMeetakshi Setiya
2024-03-10smb: client: parse uid, gid, mode and dev from WSL reparse pointsPaulo Alcantara
2024-03-10smb: client: move most of reparse point handling code to common filePaulo Alcantara
2024-03-10smb: client: do not defer close open handles to deleted filesMeetakshi Setiya
2024-03-10smb: client: reuse file lease key in compound operationsMeetakshi Setiya
2024-03-10cifs: prevent updating file size from server if we have a read/write leaseBharath SM
2024-01-23cifs: Share server EOF pos with netfslibDavid Howells
2024-01-19smb: client: get rid of smb311_posix_query_path_info()Paulo Alcantara
2024-01-19smb: client: parse owner/group when creating reparse pointsPaulo Alcantara
2024-01-07smb: client: stop revalidating reparse points unnecessarilyPaulo Alcantara
2024-01-07smb: client: handle special files and symlinks in SMB3 POSIXPaulo Alcantara
2024-01-07smb: client: fix renaming of reparse pointsPaulo Alcantara
2024-01-07smb: client: optimise reparse point queryingPaulo Alcantara
2024-01-07smb: client: allow creating special files via reparse pointsPaulo Alcantara
2023-11-28smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara
2023-11-28smb: client: fix missing mode bits for SMB symlinksPaulo Alcantara
2023-11-23smb: client: set correct file type from NFS reparse pointsPaulo Alcantara
2023-11-23smb: client: introduce ->parse_reparse_point()Paulo Alcantara
2023-11-04Merge tag '6.7-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-10-31smb3: fix creating FIFOs when mounting with "sfu" mount optionSteve French