summaryrefslogtreecommitdiff
path: root/fs/smb/client/dir.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-07smb: client: Use common code in cifs_do_create()Markus Elfring1-2/+2
2025-10-07smb: client: Use common code in cifs_lookup()Markus Elfring1-10/+12
2025-10-07smb: client: Reduce the scopes for a few variables in two functionsMarkus Elfring1-6/+6
2025-10-04Merge tag '6.18-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds1-2/+44
2025-10-02smb client: fix bug with newly created file in cached dirBharath SM1-0/+1
2025-10-02smb: client: short-circuit negative lookups when parent dir is fully cachedHenrique Carvalho1-1/+42
2025-10-02smb: client: ensure open_cached_dir_by_dentry() only returns valid cfidSteve French1-1/+1
2025-09-17simplify cifs_atomic_open()Al Viro1-7/+1
2025-07-14smb: invalidate and close cached directory when creating child entriesBharath SM1-2/+4
2025-06-02smb: client: use ParentLeaseKey in cifs_do_createHenrique Carvalho1-0/+23
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2025-01-28Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-1/+2
2025-01-20smb: client: fix order of arguments of tracepointsRuben Devos1-3/+3
2024-04-02cifs: Fix caching to try to do open O_WRONLY as rdwr on serverDavid Howells1-0/+15
2024-03-26smb3: add trace event for mknodSteve French1-0/+7
2024-01-08smb: client: allow creating special files via reparse pointsPaulo Alcantara1-3/+4
2023-08-21smb: client: get rid of dfs naming in automount codePaulo Alcantara1-2/+2
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-0/+876