Files
linux/fs/smb/client
Shyam Prasad N f53208233b cifs: define variable sized buffer for querydir responses
QueryDirectory responses today are stored in one of two fixed
sized buffers: smallbuf (448 bytes) or bigbuf (16KB). These are
borrowed from server struct and are not sufficient for large-sized
query dir operations.

With this change we will now define a new buffer type specifically
for cifs_search_info to hold variable sized responses. These will
be allocated by kmalloc and freed by kfree.

Signed-off-by: Shyam Prasad N <sprasad@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
2026-06-24 16:49:02 -05:00
..
2025-01-31 12:51:44 -06:00
2026-02-08 17:07:45 -06:00
2026-04-10 11:25:35 -05:00
2026-02-08 17:07:45 -06:00
2026-02-08 17:07:45 -06:00
2026-02-08 17:07:45 -06:00
2026-03-16 21:12:40 -05:00