LinuxLists
Users
About
Luo Jiaxing (
[email protected]
)
Number of posts: 126 (0.2 per day)
First post: 2020-01-08 13:44:51
Last post: 2021-09-30 08:07:12
Previous Page
Date
List
Subject
2020-10-23 14:50:38
linux-kernel
Re: [PATCH v1 1/5] seq_file: Introduce DEFINE_STORE_ATTRIBUTE() helper macro
2020-10-23 14:34:14
linux-kernel
Re: [PATCH v1 0/5] Introduce a new helper marco DEFINE_STORE_ATTRIBUTE at seq_file.c
2020-10-22 15:07:16
linux-kernel
[PATCH v1 3/5] scsi: qla2xxx: Introduce DEFINE_STORE_ATTRIBUTE for debugfs
2020-10-22 09:14:23
linux-kernel
[PATCH v1 4/5] usb: dwc3: debugfs: Introduce DEFINE_STORE_ATTRIBUTE
2020-10-22 09:13:53
linux-kernel
[PATCH v1 5/5] drm/i915/display: Introduce DEFINE_STORE_ATTRIBUTE for debugfs
2020-10-22 09:11:31
linux-kernel
[PATCH v1 1/5] seq_file: Introduce DEFINE_STORE_ATTRIBUTE() helper macro
2020-10-22 09:11:12
linux-kernel
[PATCH v1 2/5] scsi: hisi_sas: Introduce DEFINE_STORE_ATTRIBUTE for debugfs
2020-10-22 09:10:48
linux-kernel
[PATCH v1 0/5] Introduce a new helper marco DEFINE_STORE_ATTRIBUTE at seq_file.c
2020-09-28 11:50:18
linux-kernel
[PATCH -next] fs_parse: mark fs_param_bad_value() as static
2020-09-16 08:55:00
linux-kernel
[PATCH] drm/msm/dpu: remove unused variables new_cnt and old_cnt in dpu_encoder_phys_vid_vblank_irq()
2020-09-12 08:12:13
linux-kernel
[PATCH net-next] net: ethernet: mlx4: Avoid assigning a value to ring_cons but not used it anymore in mlx4_en_xmit()
2020-09-11 03:59:46
linux-kernel
[PATCH net-next] net: stmmac: set get_rx_header_len() as void for it didn't have any error code to return
2020-09-11 03:58:53
linux-kernel
Re: [PATCH net-next] net: stmmac: Remove unused variable 'ret' at stmmac_rx_buf1_len()
2020-09-10 02:49:36
linux-kernel
[PATCH net-next] net: stmmac: Remove unused variable 'ret' at stmmac_rx_buf1_len()
2020-08-26 07:28:09
linux-kernel
[PATCH v1] scsi: libsas: set data_dir as DMA_NONE if libata mark qc as NODATA
2020-07-25 09:00:40
linux-kernel
Re: [PATCH v2 0/2] scsi: libsas: An improvement on error handle and tidy-up
2020-07-25 08:24:23
linux-kernel
[PATCH v2 0/2] scsi: libsas: An improvement on error handle and tidy-up
2020-07-25 08:23:18
linux-kernel
[PATCH v2 1/2] scsi: libsas: delete postreset at sas_sata_ops
2020-07-25 08:21:26
linux-kernel
[PATCH v2 2/2] scsi: libsas: check link status at ATA prereset() ops
2020-07-22 09:09:17
linux-kernel
[PATCH v1 1/2] {topost} scsi: libsas: delete postreset at sas_sata_ops
2020-07-22 09:07:02
linux-kernel
[PATCH v1 2/2] {topost} scsi: libsas: check link status at ATA prereset() ops
2020-07-22 09:06:38
linux-kernel
[PATCH v1 0/2] scsi: libsas: An improvement on error handle and tidy-up
2020-07-16 12:41:26
linux-kernel
Re: [PATCH -next] scsi: hisi_sas: Convert to DEFINE_SHOW_ATTRIBUTE
2020-01-08 13:44:51
linux-kernel
[PATCH v1] driver core: Use list_del_init to replace list_del at device_links_purge()