Emanuele Giuseppe Esposito ([email protected])

Number of posts: 177 (0.15 per day)
First post: 2020-04-13 09:56:34
Last post: 2023-07-14 07:23:58

Date List Subject
2020-05-26 11:06:59 linux-kernel [PATCH v3 2/7] documentation for stats_fs
2020-05-26 11:06:42 linux-kernel [PATCH v3 1/7] stats_fs API: create, add and remove stats_fs sources and values
2020-05-26 11:06:08 linux-kernel [PATCH v3 0/7] Statsfs: a new ram-based file system for Linux kernel statistics
2020-05-11 09:40:35 linux-kernel Re: [PATCH v2 0/5] Statsfs: a new ram-based file sytem for Linux kernel statistics
2020-05-05 09:23:07 linux-kernel Re: [PATCH v2 0/5] Statsfs: a new ram-based file sytem for Linux kernel statistics
2020-05-04 11:10:42 linux-kernel [PATCH v2 1/5] refcount, kref: add dec-and-test wrappers for rw_semaphores
2020-05-04 11:09:11 linux-kernel [PATCH v2 0/5] Statsfs: a new ram-based file sytem for Linux kernel statistics
2020-05-04 11:08:10 linux-kernel [PATCH v2 3/5] kunit: tests for stats_fs API
2020-05-04 11:07:12 linux-kernel [PATCH v2 2/5] stats_fs API: create, add and remove stats_fs sources and values
2020-05-04 11:06:25 linux-kernel [PATCH v2 5/5] kvm_main: replace debugfs with stats_fs
2020-05-04 11:06:20 linux-kernel [PATCH v2 4/5] stats_fs fs: virtual fs to show stats to the end-user
2020-04-21 14:03:37 linux-kernel [PATCH v2 4/7] libfs: add alloc_anon_inode wrapper
2020-04-21 14:02:00 linux-kernel [PATCH v2 5/7] libfs: add file creation functions
2020-04-21 14:00:04 linux-kernel [PATCH v2 3/7] libfs: introduce new_inode_current_time
2020-04-21 14:00:04 linux-kernel [PATCH v2 7/7] tracefs: switch to simplefs inode creation API
2020-04-21 13:59:33 linux-kernel [PATCH v2 6/7] debugfs: switch to simplefs inode creation API
2020-04-21 13:55:49 linux-kernel [PATCH v2 2/7] libfs: wrap simple_pin_fs/simple_release_fs arguments in a struct
2020-04-21 13:54:44 linux-kernel [PATCH v2 1/7] apparmor: just use vfs_kern_mount to make .null
2020-04-21 13:53:11 linux-kernel [PATCH v2 0/7] libfs: group and simplify linux fs code
2020-04-15 22:36:11 linux-kernel Re: [PATCH v2] kvm_host: unify VM_STAT and VCPU_STAT definitions in a single place
2020-04-14 16:53:31 linux-kernel [PATCH v2] kvm_host: unify VM_STAT and VCPU_STAT definitions in a single place
2020-04-14 16:52:36 linux-kernel Re: [PATCH] kvm_host: unify VM_STAT and VCPU_STAT definitions in a single place
2020-04-13 15:27:09 linux-kernel [PATCH] kvm_host: unify VM_STAT and VCPU_STAT definitions in a single place
2020-04-13 09:56:34 linux-kernel Re: [PATCH] KVM: x86: move kvm_create_vcpu_debugfs after last failure point