aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs/orangefs-kernel.h
diff options
context:
space:
mode:
authorMartin Brandenburg <martin@omnibond.com>2017-04-25 15:38:01 -0400
committerMike Marshall <hubcap@omnibond.com>2017-04-26 14:33:00 -0400
commit480e3e532e31666a18520a7964bb4095d7a16b9a (patch)
treeedcec6a27fb1f98f50e9435134999d204dd669c6 /fs/orangefs/orangefs-kernel.h
parentorangefs: support llseek on directories (diff)
downloadlinux-dev-480e3e532e31666a18520a7964bb4095d7a16b9a.tar.xz
linux-dev-480e3e532e31666a18520a7964bb4095d7a16b9a.zip
orangefs: support very large directories
This works by maintaining a linked list of pages which the directory has been read into rather than one giant fixed-size buffer. This replaces code which limits the total directory size to the total amount that could be returned in one server request. Since filenames are usually considerably shorter than the maximum, the old code could usually handle several server requests before running out of space. Signed-off-by: Martin Brandenburg <martin@omnibond.com> Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/orangefs-kernel.h')
0 files changed, 0 insertions, 0 deletions