summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorMartin Brandenburg <martin@omnibond.com>2017-04-25 22:38:03 +0300
committerMike Marshall <hubcap@omnibond.com>2017-04-26 21:33:00 +0300
commit68a24a6cc4a6025e111c282186a2506281d79b4b (patch)
tree5fad31549fc817c548bbdd28aaa719b152f630c7 /.gitattributes
parent7b796ae37092ef520641b3a96c211c1cc67a0346 (diff)
downloadlinux-68a24a6cc4a6025e111c282186a2506281d79b4b.tar.xz
orangefs: implement statx
Fortunately OrangeFS has had a getattr request mask for a long time. The server basically has two difficulty levels for attributes. Fetching any attribute except size requires communicating with the metadata server for that handle. Since all the attributes are right there, it makes sense to return them all. Fetching the size requires communicating with every I/O server (that the file is distributed across). Therefore if asked for anything except size, get everything except size, and if asked for size, get everything. Signed-off-by: Martin Brandenburg <martin@omnibond.com> Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions