summaryrefslogtreecommitdiff
path: root/fs/smb/client/inode.c
AgeCommit message (Expand)Author
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
2023-10-18client: convert to new timestamp accessorsJeff Layton
2023-09-15smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPPSteve French
2023-08-30Merge tag '6.6-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-08-20smb: cilent: set reparse mount points as automountsPaulo Alcantara
2023-08-20smb: client: do not query reparse points twice on symlinksPaulo Alcantara
2023-08-20smb: client: parse reparse point flag in create responsePaulo Alcantara
2023-08-20smb: client: get rid of dfs code dep in namespace.cPaulo Alcantara
2023-08-20smb: client: get rid of dfs naming in automount codePaulo Alcantara
2023-08-20smb: client: move some params to cifs_open_info_dataPaulo Alcantara
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-07-24smb: convert to ctime accessor functionsJeff Layton
2023-06-20cifs: print more detail when invalidate_inode_mapping failsSteve French
2023-05-24smb: move client and server files to common directory fs/smbSteve French