Jens Axboe ([email protected])

Number of posts: 6784 (1.04 per day)
First post: 2006-08-25 06:34:59
Last post: 2024-06-16 02:39:56

Date List Subject
2020-10-08 15:55:10 linux-kernel Re: [PATCH 3/6] kernel: split syscall restart from signal handling
2020-10-08 15:54:29 linux-kernel Re: [PATCH v2 0/8] Some improvements for blk throttle
2020-10-08 15:54:24 linux-kernel Re: [PATCH] block: Remove redundant 'return' statement
2020-10-08 15:35:12 linux-kernel Re: inconsistent lock state in xa_destroy
2020-10-08 15:30:50 linux-kernel [PATCH 3/4] kernel: add support for TIF_NOTIFY_SIGNAL
2020-10-08 15:30:38 linux-kernel [PATCH 2/4] kernel: add task_sigpending() helper
2020-10-08 15:29:38 linux-kernel [PATCH 1/4] tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
2020-10-08 15:29:23 linux-kernel [PATCHSET v4] Add support for TIF_NOTIFY_SIGNAL
2020-10-08 15:09:32 linux-kernel Re: inconsistent lock state in xa_destroy
2020-10-08 15:04:02 linux-kernel Re: [PATCHSET RFC v3 0/6] Add support for TIF_NOTIFY_SIGNAL
2020-10-08 14:43:58 linux-kernel Re: [PATCH 3/6] kernel: split syscall restart from signal handling
2020-10-08 13:42:19 linux-kernel Re: [PATCH 2/6] kernel: add task_sigpending() helper
2020-10-08 13:39:26 linux-kernel Re: [PATCH 2/6] kernel: add task_sigpending() helper
2020-10-08 13:38:54 linux-kernel Re: [PATCH 1/6] tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
2020-10-07 17:29:45 linux-kernel Re: [PATCH v3 0/4] io_uring: Fix async workqueue is not canceled on some corner case
2020-10-06 20:28:55 linux-kernel Re: [PATCH v2 0/5] io_uring: Fix async workqueue is not canceled on some corner case
2020-10-06 20:28:06 linux-kernel Re: [PATCH v2 4/5] io_uring: Fix missing save the current thread files
2020-10-06 14:43:47 linux-kernel Re: [PATCH v8 00/18] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
2020-10-06 13:32:06 linux-kernel Re: [PATCH V7 0/2] percpu_ref & block: reduce memory footprint of percpu_ref in fast path
2020-10-05 17:08:45 linux-kernel Re: remove bdget() as a public API
2020-10-05 15:09:33 linux-kernel [PATCH 2/6] kernel: add task_sigpending() helper
2020-10-05 15:08:52 linux-kernel [PATCH 6/6] task_work: use TIF_NOTIFY_SIGNAL if available
2020-10-05 15:07:41 linux-kernel [PATCHSET RFC v3 0/6] Add support for TIF_NOTIFY_SIGNAL
2020-10-05 15:07:40 linux-kernel [PATCH 3/6] kernel: split syscall restart from signal handling
2020-10-05 15:07:31 linux-kernel [PATCH 4/6] kernel: add support for TIF_NOTIFY_SIGNAL
2020-10-05 15:07:16 linux-kernel [PATCH 5/6] x86: define _TIF_NOTIFY_SIGNAL
2020-10-05 15:07:06 linux-kernel [PATCH 1/6] tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
2020-10-03 15:38:57 linux-kernel Re: [PATCH 3/3] task_work: use TIF_TASKWORK if available
2020-10-03 00:00:03 linux-kernel Re: [PATCH][next] block: scsi_ioctl: Avoid the use of one-element arrays
2020-10-02 23:57:00 linux-kernel Re: [PATCH][next] rsxx: Use fallthrough pseudo-keyword
2020-10-02 23:55:00 linux-kernel Re: [PATCH][next] block: scsi_ioctl: Avoid the use of one-element arrays
2020-10-02 23:54:20 linux-kernel Re: [PATCH][next] pata_cmd64x: Use fallthrough pseudo-keyword
2020-10-02 23:45:54 linux-kernel Re: drivers/block/rbd.c: atomic_inc_return_safe() & atomic_dec_return_safe()
2020-10-02 20:55:12 linux-kernel Re: [PATCH] ahci: qoriq: enable acpi support in qoriq ahci driver
2020-10-02 20:54:57 linux-kernel Re: [PATCH -next] sata, highbank: simplify the return expression of ahci_highbank_suspend
2020-10-02 20:15:56 linux-kernel Re: [PATCH 3/3] task_work: use TIF_TASKWORK if available
2020-10-02 20:12:34 linux-kernel Re: [PATCH] ext4: flag as supporting buffered async reads
2020-10-02 18:04:11 linux-kernel Re: [PATCH v4] block/scsi-ioctl: Fix kernel-infoleak in scsi_put_cdrom_generic_arg()
2020-10-02 17:52:29 linux-kernel [GIT PULL] io_uring fixes for 5.9-rc
2020-10-02 16:44:11 linux-kernel Re: [PATCH 3/3] task_work: use TIF_TASKWORK if available
2020-10-02 16:19:52 linux-kernel Re: [PATCH 3/3] task_work: use TIF_TASKWORK if available
2020-10-02 15:57:12 linux-kernel Re: [PATCH 3/3] task_work: use TIF_TASKWORK if available
2020-10-02 15:53:58 linux-kernel Re: [PATCH 3/3] task_work: use TIF_TASKWORK if available
2020-10-02 13:46:15 linux-kernel Re: [PATCH RFC v2] kernel: decouple TASK_WORK TWA_SIGNAL handling from signals
2020-10-02 01:29:37 linux-kernel Re: [PATCH blk-next 0/2] Delete the get_vector_affinity leftovers
2020-10-01 19:44:35 linux-kernel [PATCH 1/3] kernel: add task_sigpending() helper
2020-10-01 19:43:55 linux-kernel [PATCHSET RFC 0/3] kernel: decouple TASK_WORK TWA_SIGNAL handling from signals
2020-10-01 19:43:50 linux-kernel [PATCH 3/3] task_work: use TIF_TASKWORK if available
2020-10-01 19:43:46 linux-kernel [PATCH 2/3] kernel: decouple TASK_WORK TWA_SIGNAL handling from signals
2020-10-01 17:29:09 linux-kernel Re: [PATCH RFC v2] kernel: decouple TASK_WORK TWA_SIGNAL handling from signals
2020-10-01 17:20:28 linux-kernel Re: [PATCH RFC] kernel: decouple TASK_WORK TWA_SIGNAL handling from signals