summaryrefslogtreecommitdiff
path: root/fs/smb/client/readdir.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-30smb: client: fix readdir returning wrong type with POSIX extensionsPhilipp Kerling1-1/+1
2025-06-12smb: improve directory cache reuse for readdir operationsBharath SM1-13/+15
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2025-05-20smb: client: Reset all search buffer pointers when releasing bufferWang Zhaolong1-0/+3
2025-05-19smb: 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-20cifs: Use cifs_autodisable_serverino() for disabling CIFS_MOUNT_SERVER_INUM i...Pali Rohár1-1/+1
2024-12-06smb3.1.1: fix posix mounts to older serversSteve French1-1/+2
2024-12-05fs/smb/client: cifs_prime_dcache() for SMB3 POSIX reparse pointsRalph Boehme1-1/+17
2024-12-05fs/smb/client: Implement new SMB3 POSIX typeRalph Boehme1-19/+16
2024-10-03smb: client: Correct typos in multiple comments across various filesShen Lichuan1-2/+2
2024-03-11smb: client: parse uid, gid, mode and dev from WSL reparse pointsPaulo Alcantara1-0/+2
2024-03-11smb: client: move most of reparse point handling code to common filePaulo Alcantara1-17/+1
2024-03-11cifs: 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-24cifs: 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-08smb: 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-21smb: cilent: set reparse mount points as automountsPaulo Alcantara1-0/+1
2023-08-21smb: client: parse reparse point flag in create responsePaulo Alcantara1-16/+6
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-0/+1237