aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/smb/client/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-09cifs: Split parse_reparse_point callback to functions: get buffer and parse bufferPali 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 serverPali Rohár1-0/+10
2025-04-02cifs: 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 directory nodesPali Rohár1-0/+13
2025-02-16smb: 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-29cifs: Remove symlink member from cifs_open_info_data unionPali Rohár1-1/+1
2025-01-19cifs: Do not attempt to call CIFSSMBRenameOpenFile() without CAP_INFOLEVEL_PASSTHRUPali Rohár1-0/+7
2024-12-10cifs: 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-04fs/smb/client: Implement new SMB3 POSIX typeRalph Boehme1-9/+80
2024-11-26smb: 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 Windows Server <<2012Pali Rohár1-0/+22
2024-11-21fs/smb/client: implement chmod() for SMB3 POSIX ExtensionsRalph Boehme1-1/+3
2024-09-29cifs: Check for UTF-16 null codepoint in SFU symlink target locationPali Rohár1-1/+7
2024-09-24smb3: 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-15cifs: fix data corruption in read after invalidateSteve French1-1/+3
2024-05-14smb3: 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-10smb: 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-10smb: client: parse uid, gid, mode and dev from WSL reparse pointsPaulo Alcantara1-3/+2
2024-03-10smb: client: move most of reparse point handling code to common filePaulo Alcantara1-78/+1
2024-03-10smb: client: do not defer close open handles to deleted filesMeetakshi Setiya1-3/+25
2024-03-10smb: client: reuse file lease key in compound operationsMeetakshi Setiya1-5/+5
2024-03-10cifs: prevent updating file size from server if we have a read/write leaseBharath SM1-6/+7
2024-01-23cifs: Share server EOF pos with netfslibDavid Howells1-3/+5
2024-01-19smb: client: get rid of smb311_posix_query_path_info()Paulo Alcantara1-1/+3
2024-01-19smb: client: parse owner/group when creating reparse pointsPaulo Alcantara1-17/+8
2024-01-07smb: client: stop revalidating reparse points unnecessarilyPaulo Alcantara1-1/+3
2024-01-07smb: client: handle special files and symlinks in SMB3 POSIXPaulo Alcantara1-21/+29
2024-01-07smb: client: fix renaming of reparse pointsPaulo Alcantara1-1/+2
2024-01-07smb: client: optimise reparse point queryingPaulo Alcantara1-1/+4
2024-01-07smb: client: allow creating special files via reparse pointsPaulo Alcantara1-26/+50
2023-11-28smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara1-0/+2