summaryrefslogtreecommitdiffstats
path: root/fs/smb/client/inode.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: Fix duplicate fscache cookie warningsDavid Howells2024-03-271-0/+2
* cifs: remove redundant variable assignmentBharath SM2024-03-141-2/+0
* cifs: fixes for get_inode_infoMeetakshi Setiya2024-03-141-11/+13
* smb: client: parse uid, gid, mode and dev from WSL reparse pointsPaulo Alcantara2024-03-101-3/+2
* smb: client: move most of reparse point handling code to common filePaulo Alcantara2024-03-101-78/+1
* smb: client: do not defer close open handles to deleted filesMeetakshi Setiya2024-03-101-3/+25
* smb: client: reuse file lease key in compound operationsMeetakshi Setiya2024-03-101-5/+5
* cifs: prevent updating file size from server if we have a read/write leaseBharath SM2024-03-101-6/+7
* cifs: Share server EOF pos with netfslibDavid Howells2024-01-231-3/+5
* smb: client: get rid of smb311_posix_query_path_info()Paulo Alcantara2024-01-191-1/+3
* smb: client: parse owner/group when creating reparse pointsPaulo Alcantara2024-01-191-17/+8
* smb: client: stop revalidating reparse points unnecessarilyPaulo Alcantara2024-01-071-1/+3
* smb: client: handle special files and symlinks in SMB3 POSIXPaulo Alcantara2024-01-071-21/+29
* smb: client: fix renaming of reparse pointsPaulo Alcantara2024-01-071-1/+2
* smb: client: optimise reparse point queryingPaulo Alcantara2024-01-071-1/+4
* smb: client: allow creating special files via reparse pointsPaulo Alcantara2024-01-071-26/+50
* smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara2023-11-281-0/+2
* smb: client: fix missing mode bits for SMB symlinksPaulo Alcantara2023-11-281-1/+1
* smb: client: set correct file type from NFS reparse pointsPaulo Alcantara2023-11-231-5/+46
* smb: client: introduce ->parse_reparse_point()Paulo Alcantara2023-11-231-9/+14
* Merge tag '6.7-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-11-041-0/+4
|\
| * smb3: fix creating FIFOs when mounting with "sfu" mount optionSteve French2023-10-311-0/+4
* | client: convert to new timestamp accessorsJeff Layton2023-10-181-9/+8
|/
* smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPPSteve French2023-09-151-1/+1
* Merge tag '6.6-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-08-301-214/+284
|\
| * smb: cilent: set reparse mount points as automountsPaulo Alcantara2023-08-201-157/+187
| * smb: client: do not query reparse points twice on symlinksPaulo Alcantara2023-08-201-7/+12
| * smb: client: parse reparse point flag in create responsePaulo Alcantara2023-08-201-38/+83
| * smb: client: get rid of dfs code dep in namespace.cPaulo Alcantara2023-08-201-4/+0
| * smb: client: get rid of dfs naming in automount codePaulo Alcantara2023-08-201-1/+1
| * smb: client: move some params to cifs_open_info_dataPaulo Alcantara2023-08-201-37/+31
* | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
* | smb: convert to ctime accessor functionsJeff Layton2023-07-241-7/+7
|/
* cifs: print more detail when invalidate_inode_mapping failsSteve French2023-06-201-2/+2
* smb: move client and server files to common directory fs/smbSteve French2023-05-241-0/+3098