+2
−1
+33
−5
+3
−0
+5
−5
+5
−4
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
Recruit a page flag to aid in cache management. The following extra flag is
defined:
(1) PG_fscache (PG_private_2)
The marked page is backed by a local cache and is pinning resources in the
cache driver.
If PG_fscache is set, then things that checked for PG_private will now also
check for that. This includes things like truncation and page invalidation.
The function page_has_private() had been added to make the checks for both
PG_private and PG_private_2 at the same time.
Signed-off-by:
David Howells <dhowells@redhat.com>
Acked-by:
Steve Dickson <steved@redhat.com>
Acked-by:
Trond Myklebust <Trond.Myklebust@netapp.com>
Acked-by:
Rik van Riel <riel@redhat.com>
Acked-by:
Al Viro <viro@zeniv.linux.org.uk>
Tested-by:
Daire Byrne <Daire.Byrne@framestore.com>
CRA Git | Maintained and supported by SUSTech CRA and CCSE