Home
last modified time | relevance | path

Searched hist:c6c745b81033a4c1f0e5f3b16398a10f2d000c29 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/fuse/
H A Dreaddir.cdiff c6c745b81033a4c1f0e5f3b16398a10f2d000c29 Fri Oct 22 10:03:03 CDT 2021 Miklos Szeredi <mszeredi@redhat.com> fuse: only update necessary attributes

fuse_update_attributes() refreshes metadata for internal use.

Each use needs a particular set of attributes to be refreshed, but
currently that cannot be expressed and all but atime are refreshed.

Add a mask argument, which lets fuse_update_get_attr() to decide based on
the cache_mask and the inval_mask whether a GETATTR call is needed or not.

Reported-by: Yongji Xie <xieyongji@bytedance.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
H A Dfuse_i.hdiff c6c745b81033a4c1f0e5f3b16398a10f2d000c29 Fri Oct 22 10:03:03 CDT 2021 Miklos Szeredi <mszeredi@redhat.com> fuse: only update necessary attributes

fuse_update_attributes() refreshes metadata for internal use.

Each use needs a particular set of attributes to be refreshed, but
currently that cannot be expressed and all but atime are refreshed.

Add a mask argument, which lets fuse_update_get_attr() to decide based on
the cache_mask and the inval_mask whether a GETATTR call is needed or not.

Reported-by: Yongji Xie <xieyongji@bytedance.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
H A Ddir.cdiff c6c745b81033a4c1f0e5f3b16398a10f2d000c29 Fri Oct 22 10:03:03 CDT 2021 Miklos Szeredi <mszeredi@redhat.com> fuse: only update necessary attributes

fuse_update_attributes() refreshes metadata for internal use.

Each use needs a particular set of attributes to be refreshed, but
currently that cannot be expressed and all but atime are refreshed.

Add a mask argument, which lets fuse_update_get_attr() to decide based on
the cache_mask and the inval_mask whether a GETATTR call is needed or not.

Reported-by: Yongji Xie <xieyongji@bytedance.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
H A Dfile.cdiff c6c745b81033a4c1f0e5f3b16398a10f2d000c29 Fri Oct 22 10:03:03 CDT 2021 Miklos Szeredi <mszeredi@redhat.com> fuse: only update necessary attributes

fuse_update_attributes() refreshes metadata for internal use.

Each use needs a particular set of attributes to be refreshed, but
currently that cannot be expressed and all but atime are refreshed.

Add a mask argument, which lets fuse_update_get_attr() to decide based on
the cache_mask and the inval_mask whether a GETATTR call is needed or not.

Reported-by: Yongji Xie <xieyongji@bytedance.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>