summaryrefslogtreecommitdiff
path: root/fs/smb/client/inode.c
AgeCommit message (Expand)AuthorFilesLines
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
2024-03-11smb: client: move most of reparse point handling code to common filePaulo Alcantara1-78/+1
2024-03-11smb: client: do not defer close open handles to deleted filesMeetakshi Setiya1-3/+25
2024-03-11smb: client: reuse file lease key in compound operationsMeetakshi Setiya1-5/+5
2024-03-11cifs: prevent updating file size from server if we have a read/write leaseBharath SM1-6/+7
2024-01-24cifs: 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-08smb: client: stop revalidating reparse points unnecessarilyPaulo Alcantara1-1/+3
2024-01-08smb: client: handle special files and symlinks in SMB3 POSIXPaulo Alcantara1-21/+29
2024-01-08smb: client: fix renaming of reparse pointsPaulo Alcantara1-1/+2
2024-01-08smb: client: optimise reparse point queryingPaulo Alcantara1-1/+4
2024-01-08smb: client: allow creating special files via reparse pointsPaulo Alcantara1-26/+50
2023-11-29smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara1-0/+2
2023-11-29smb: client: fix missing mode bits for SMB symlinksPaulo Alcantara1-1/+1
2023-11-23smb: client: set correct file type from NFS reparse pointsPaulo Alcantara1-5/+46
2023-11-23smb: client: introduce ->parse_reparse_point()Paulo Alcantara1-9/+14
2023-11-04Merge tag '6.7-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds1-0/+4
2023-10-31smb3: fix creating FIFOs when mounting with "sfu" mount optionSteve French1-0/+4
2023-10-18client: convert to new timestamp accessorsJeff Layton1-9/+8
2023-09-15smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPPSteve French1-1/+1
2023-08-31Merge tag '6.6-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds1-214/+284
2023-08-21smb: cilent: set reparse mount points as automountsPaulo Alcantara1-157/+187
2023-08-21smb: client: do not query reparse points twice on symlinksPaulo Alcantara1-7/+12
2023-08-21smb: client: parse reparse point flag in create responsePaulo Alcantara1-38/+83
2023-08-21smb: client: get rid of dfs code dep in namespace.cPaulo Alcantara1-4/+0
2023-08-21smb: client: get rid of dfs naming in automount codePaulo Alcantara1-1/+1
2023-08-21smb: client: move some params to cifs_open_info_dataPaulo Alcantara1-37/+31
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-07-24smb: convert to ctime accessor functionsJeff Layton1-7/+7
2023-06-21cifs: print more detail when invalidate_inode_mapping failsSteve French1-2/+2
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-0/+3098