Searched hist:"68 a24a6cc4a6025e111c282186a2506281d79b4b" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/orangefs/ |
H A D | orangefs-utils.c | diff 68a24a6cc4a6025e111c282186a2506281d79b4b Tue Apr 25 14:38:03 CDT 2017 Martin Brandenburg <martin@omnibond.com> 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>
|
H A D | namei.c | diff 68a24a6cc4a6025e111c282186a2506281d79b4b Tue Apr 25 14:38:03 CDT 2017 Martin Brandenburg <martin@omnibond.com> 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>
|
H A D | file.c | diff 68a24a6cc4a6025e111c282186a2506281d79b4b Tue Apr 25 14:38:03 CDT 2017 Martin Brandenburg <martin@omnibond.com> 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>
|
H A D | orangefs-kernel.h | diff 68a24a6cc4a6025e111c282186a2506281d79b4b Tue Apr 25 14:38:03 CDT 2017 Martin Brandenburg <martin@omnibond.com> 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>
|
H A D | inode.c | diff 68a24a6cc4a6025e111c282186a2506281d79b4b Tue Apr 25 14:38:03 CDT 2017 Martin Brandenburg <martin@omnibond.com> 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>
|