LinuxLists
Users
About
Baokun Li (
[email protected]
)
Number of posts: 101 (2.81 per day)
First post: 2024-04-23 01:44:44
Last post: 2024-05-29 11:23:52
Next Page
Date
List
Subject
2024-06-04 03:05:48
linux-kernel
[PATCH -next] blk-wbt: don't throttle swap writes in direct reclaim
2024-05-29 11:23:52
linux-kernel
Re: [PATCH v3 00/12] cachefiles: some bugfixes and cleanups for ondemand requests
2024-05-24 02:28:45
linux-kernel
Re: [PATCH v3 06/12] cachefiles: add consistency check for copen/cread
2024-05-22 04:07:18
linux-kernel
[PATCH RESEND 5/5] cachefiles: correct the return value of cachefiles_check_auxdata()
2024-05-22 04:06:52
linux-kernel
[PATCH RESEND 4/5] cachefiles: correct the return value of cachefiles_check_volume_xattr()
2024-05-22 04:06:47
linux-kernel
[PATCH RESEND 3/5] cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()
2024-05-22 04:06:32
linux-kernel
[PATCH RESEND 2/5] cachefiles: fix slab-use-after-free in fscache_withdraw_volume()
2024-05-22 04:06:29
linux-kernel
[PATCH RESEND 0/5] cachefiles: some bugfixes for withdraw and xattr
2024-05-22 04:06:13
linux-kernel
[PATCH RESEND 1/5] netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume()
2024-05-22 04:00:48
linux-kernel
[PATCH v3 08/12] cachefiles: never get a new anonymous fd if ondemand_id is valid
2024-05-22 03:53:11
linux-kernel
[PATCH v3 09/12] cachefiles: defer exposing anon_fd until after copy_to_user() succeeds
2024-05-22 03:52:45
linux-kernel
[PATCH v3 01/12] cachefiles: add output string to cachefiles_obj_[get|put]_ondemand_fd
2024-05-22 03:52:33
linux-kernel
[PATCH v3 05/12] cachefiles: remove err_put_fd label in cachefiles_ondemand_daemon_read()
2024-05-22 03:52:21
linux-kernel
[PATCH v3 04/12] cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()
2024-05-22 03:52:06
linux-kernel
[PATCH v3 12/12] cachefiles: make on-demand read killable
2024-05-22 03:51:42
linux-kernel
[PATCH v3 00/12] cachefiles: some bugfixes and cleanups for ondemand requests
2024-05-22 03:51:37
linux-kernel
[PATCH v3 11/12] cachefiles: flush all requests after setting CACHEFILES_DEAD
2024-05-22 03:51:24
linux-kernel
[PATCH v3 02/12] cachefiles: remove requests from xarray during flushing requests
2024-05-22 03:51:02
linux-kernel
[PATCH v3 10/12] cachefiles: Set object to close if ondemand_id < 0 in copen
2024-05-22 03:50:52
linux-kernel
[PATCH v3 07/12] cachefiles: add spin_lock for cachefiles_ondemand_info
2024-05-22 03:50:30
linux-kernel
[PATCH v3 06/12] cachefiles: add consistency check for copen/cread
2024-05-22 03:50:12
linux-kernel
[PATCH v3 03/12] cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()
2024-05-21 02:36:38
linux-kernel
Re: [PATCH v2 4/5] cachefiles: cyclic allocation of msg_id to avoid reuse
2024-05-20 13:25:11
linux-kernel
Re: [PATCH v2 4/5] cachefiles: cyclic allocation of msg_id to avoid reuse
2024-05-20 12:45:39
linux-kernel
Re: [PATCH v2 4/5] cachefiles: cyclic allocation of msg_id to avoid reuse
2024-05-20 12:22:42
linux-kernel
Re: [PATCH v2 03/12] cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()
2024-05-20 11:37:55
linux-kernel
Re: [PATCH v2 09/12] cachefiles: defer exposing anon_fd until after copy_to_user() succeeds
2024-05-20 11:14:35
linux-kernel
Re: [PATCH v2 08/12] cachefiles: never get a new anonymous fd if ondemand_id is valid
2024-05-20 09:20:12
linux-kernel
Re: [PATCH v2 03/12] cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()
2024-05-20 09:10:54
linux-kernel
Re: [PATCH v2 03/12] cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()
2024-05-20 09:08:08
linux-kernel
Re: [PATCH v2 08/12] cachefiles: never get a new anonymous fd if ondemand_id is valid
2024-05-20 09:02:56
linux-kernel
Re: [PATCH v2 05/12] cachefiles: add output string to cachefiles_obj_[get|put]_ondemand_fd
2024-05-20 08:57:09
linux-kernel
Re: [PATCH v2 04/12] cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()
2024-05-20 08:39:06
linux-kernel
Re: [PATCH v2 03/12] cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()
2024-05-20 04:15:52
linux-kernel
Re: [PATCH v2 02/12] cachefiles: remove err_put_fd tag in cachefiles_ondemand_daemon_read()
2024-05-20 04:11:54
linux-kernel
Re: [PATCH v2 01/12] cachefiles: remove request from xarry during flush requests
2024-05-20 04:07:13
linux-kernel
Re: [PATCH v2 4/5] cachefiles: cyclic allocation of msg_id to avoid reuse
2024-05-15 13:04:31
linux-kernel
[PATCH v2 1/5] cachefiles: stop sending new request when dropping object
2024-05-15 13:04:24
linux-kernel
[PATCH v2 2/5] cachefiles: flush all requests for the object that is being dropped
2024-05-15 13:03:25
linux-kernel
[PATCH v2 5/5] cachefiles: add missing lock protection when polling
2024-05-15 13:03:22
linux-kernel
[PATCH v2 3/5] cachefiles: flush ondemand_object_worker during clean object
2024-05-15 13:03:07
linux-kernel
[PATCH v2 0/5] cachefiles: some bugfixes for clean object/send req/poll
2024-05-15 13:02:33
linux-kernel
[PATCH v2 4/5] cachefiles: cyclic allocation of msg_id to avoid reuse
2024-05-15 09:04:57
linux-kernel
[PATCH v2 08/12] cachefiles: never get a new anonymous fd if ondemand_id is valid
2024-05-15 09:01:48
linux-kernel
[PATCH v2 12/12] cachefiles: make on-demand read killable
2024-05-15 09:00:53
linux-kernel
[PATCH v2 09/12] cachefiles: defer exposing anon_fd until after copy_to_user() succeeds
2024-05-15 08:59:36
linux-kernel
[PATCH v2 11/12] cachefiles: flush all requests after setting CACHEFILES_DEAD
2024-05-15 08:59:36
linux-kernel
[PATCH v2 02/12] cachefiles: remove err_put_fd tag in cachefiles_ondemand_daemon_read()
2024-05-15 08:58:53
linux-kernel
[PATCH v2 07/12] cachefiles: add spin_lock for cachefiles_ondemand_info
2024-05-15 08:58:43
linux-kernel
[PATCH v2 10/12] cachefiles: Set object to close if ondemand_id < 0 in copen
2024-05-15 08:58:40
linux-kernel
[PATCH v2 03/12] cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()