summaryrefslogtreecommitdiffstats
path: root/lib/ratelimit.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <lsahlber@redhat.com>2019-03-12 04:58:31 +0100
committerSteve French <stfrench@microsoft.com>2019-03-15 01:32:35 +0100
commitb0f6df737a1c5d9d5ff90cc946205d8af46cc067 (patch)
tree4f963741384b6f80b0ec03ac420854486dd57da3 /lib/ratelimit.c
parentsmb3: display volume serial number for shares in /proc/fs/cifs/DebugData (diff)
downloadlinux-b0f6df737a1c5d9d5ff90cc946205d8af46cc067.tar.xz
linux-b0f6df737a1c5d9d5ff90cc946205d8af46cc067.zip
cifs: cache FILE_ALL_INFO for the shared root handle
When we open the shared root handle also ask for FILE_ALL_INFORMATION since we can do this at zero cost as part of a compound. Cache this information as long as the lease is held and return and serve any future requests from cache. This allows us to serve "stat /<mountpoint>" directly from cache and avoid a network roundtrip. Since clients often want to do this quite a lot this improve performance slightly. As an example: xfstest generic/533 performs 43 stat operations on the root of the share while it is run. Which are eliminated with this patch. Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <stfrench@microsoft.com> Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>
Diffstat (limited to 'lib/ratelimit.c')
0 files changed, 0 insertions, 0 deletions