aboutsummaryrefslogtreecommitdiffstats
path: root/fs/smb/client/readdir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+2
2025-05-19smb: client: Reset all search buffer pointers when releasing bufferWang Zhaolong1-0/+3
2025-05-18smb: client: Fix use-after-free in cifs_fill_direntWang Zhaolong1-2/+2
2025-04-08Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFSNeilBrown1-1/+2
2025-01-19cifs: Use cifs_autodisable_serverino() for disabling CIFS_MOUNT_SERVER_INUM in readdir.cPali Rohár1-1/+1
2024-12-06smb3.1.1: fix posix mounts to older serversSteve French1-1/+2
2024-12-04fs/smb/client: cifs_prime_dcache() for SMB3 POSIX reparse pointsRalph Boehme1-1/+17
2024-12-04fs/smb/client: Implement new SMB3 POSIX typeRalph Boehme1-19/+16
2024-10-02smb: client: Correct typos in multiple comments across various filesShen Lichuan1-2/+2
2024-03-10smb: client: parse uid, gid, mode and dev from WSL reparse pointsPaulo Alcantara1-0/+2
2024-03-10smb: client: move most of reparse point handling code to common filePaulo Alcantara1-17/+1
2024-03-10cifs: prevent updating file size from server if we have a read/write leaseBharath SM1-1/+1
2024-02-08smb: client: set correct d_type for reparse points under DFS mountsPaulo Alcantara1-7/+8
2024-01-23cifs: Share server EOF pos with netfslibDavid Howells1-1/+1
2024-01-19smb: client: don't clobber ->i_rdev from cached reparse pointsPaulo Alcantara1-3/+3
2024-01-18cifs: minor comment cleanupSteve French1-3/+3
2024-01-07smb: client: stop revalidating reparse points unnecessarilyPaulo Alcantara1-80/+53
2023-11-23smb: client: set correct file type from NFS reparse pointsPaulo Alcantara1-1/+5
2023-08-20smb: cilent: set reparse mount points as automountsPaulo Alcantara1-0/+1
2023-08-20smb: client: parse reparse point flag in create responsePaulo Alcantara1-16/+6
2023-05-24smb: move client and server files to common directory fs/smbSteve French1-0/+1237