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
2023-10-13 01:45:57 linux-kernel Re: Problem with io_uring splice and KTLS
2023-10-13 01:13:30 linux-kernel Re: Problem with io_uring splice and KTLS
2023-10-12 22:08:09 linux-kernel Re: [PATCH] audit,io_uring: io_uring openat triggers audit reference count underflow
2023-10-11 21:54:32 linux-kernel Re: [PATCH] block: Don't invalidate pagecache for invalid falloc modes
2023-10-11 21:54:22 linux-kernel Re: [PATCH] block: Don't invalidate pagecache for invalid falloc modes
2023-10-11 21:43:07 linux-kernel Re: linux-next: manual merge of the block tree with the asm-generic tree
2023-10-11 21:21:38 linux-kernel Re: block: Don't invalidate pagecache for invalid falloc modes
2023-10-11 20:53:31 linux-kernel Re: block: Don't invalidate pagecache for invalid falloc modes
2023-10-11 20:21:22 linux-kernel Re: [PATCH] block: Don't invalidate pagecache for invalid falloc modes
2023-10-11 16:21:24 linux-kernel Re: linux-next: manual merge of the block tree with the asm-generic tree
2023-10-10 14:29:04 linux-kernel Re: Problem with io_uring splice and KTLS
2023-10-09 14:16:49 linux-kernel Re: linux-next: manual merge of the block tree with the asm-generic tree
2023-10-09 13:41:38 linux-kernel Re: [EXTERNAL] Re: audit: io_uring openat triggers audit reference count underflow in worker thread
2023-10-07 13:12:11 linux-kernel Re: audit: io_uring openat triggers audit reference count underflow in worker thread
2023-10-07 02:33:08 linux-kernel Re: audit: io_uring openat triggers audit reference count underflow in worker thread
2023-10-04 20:29:01 linux-kernel Re: [PATCH] block: Fix regression in sed-opal for a saved key.
2023-10-04 18:53:18 linux-kernel Re: [syzbot] [block?] WARNING in __floppy_read_block_0 (3)
2023-10-04 00:24:06 linux-kernel Re: [PATCH v2] aoe: replace strncpy with strscpy
2023-10-04 00:23:50 linux-kernel Re: [PATCH v3] null_blk: replace strncpy with strscpy
2023-10-03 02:03:21 linux-kernel Re: [syzbot] [io-uring?] BUG: unable to handle kernel NULL pointer dereference in __io_remove_buffers (2)
2023-10-03 02:02:49 linux-kernel Re: [syzbot] [io-uring?] general protection fault in io_get_cqe_overflow
2023-10-03 00:12:57 linux-kernel Re: [syzbot] [io-uring?] BUG: unable to handle kernel NULL pointer dereference in __io_remove_buffers (2)
2023-10-02 22:00:55 linux-kernel Re: [syzbot] [io-uring?] BUG: unable to handle kernel NULL pointer dereference in __io_remove_buffers (2)
2023-10-02 15:35:37 linux-kernel Re: [syzbot] [io-uring?] general protection fault in io_get_cqe_overflow
2023-09-29 14:42:24 linux-kernel Re: [PATCHSET v6] Add io_uring futex/futexv support
2023-09-29 11:22:01 linux-kernel [PATCH 1/8] futex: move FUTEX2_VALID_MASK to futex.h
2023-09-29 04:48:48 linux-kernel [PATCH 8/8] io_uring: add support for vectored futex waits
2023-09-29 02:38:32 linux-kernel [PATCH 3/8] futex: abstract out a __futex_wake_mark() helper
2023-09-29 00:01:07 linux-kernel [PATCH 5/8] futex: add wake_data to struct futex_q
2023-09-28 23:40:28 linux-kernel [PATCHSET v6] Add io_uring futex/futexv support
2023-09-28 23:31:05 linux-kernel [PATCH 7/8] futex: make the vectored futex operations available
2023-09-28 21:46:37 linux-kernel [PATCH 6/8] futex: make futex_parse_waitv() available as a helper
2023-09-28 21:15:20 linux-kernel [PATCH 4/8] io_uring: add support for futex wake and wait
2023-09-28 20:06:01 linux-kernel [PATCH 2/8] futex: factor out the futex wake handling
2023-09-28 17:55:21 linux-kernel Re: [PATCH 3/3] IO_URING: Statistics of the true utilization of sq threads.
2023-09-28 14:42:14 linux-kernel Re: [PATCH 3/3] IO_URING: Statistics of the true utilization of sq threads.
2023-09-27 17:23:05 linux-kernel Re: [PATCH 4/8] io_uring: add support for futex wake and wait
2023-09-27 15:26:32 linux-nfs Re: [PATCH v4 0/29] block: Make blkdev_get_by_*() return handle
2023-09-27 14:30:03 linux-kernel Re: [PATCH] eventfd: move 'eventfd-count' printing out of spinlock
2023-09-26 22:27:03 linux-kernel Re: [PATCH 8/8] io_uring: add support for vectored futex waits
2023-09-26 19:35:41 linux-kernel Re: [PATCH] ovl: disable IOCB_DIO_CALLER_COMP
2023-09-26 08:04:22 linux-kernel Re: [PATCH] block: fix kernel-doc for disk_force_media_change()
2023-09-26 08:01:56 linux-kernel Re: [PATCH 8/8] io_uring: add support for vectored futex waits
2023-09-25 17:21:00 linux-kernel Re: [PATCH] ovl: disable IOCB_DIO_CALLER_COMP
2023-09-25 10:44:16 linux-kernel Re: [PATCH] ovl: disable IOCB_DIO_CALLER_COMP
2023-09-25 09:15:36 linux-kernel [PATCH] ovl: disable IOCB_DIO_CALLER_COMP
2023-09-22 23:24:01 linux-kernel Re: [PATCH v3 10/15] futex: Add sys_futex_requeue()
2023-09-22 19:04:16 linux-kernel Re: [PATCH v2 0/5] blk-mq: optimize queue_rqs() support
2023-09-22 06:05:20 linux-kernel [PATCH 7/8] futex: make the vectored futex operations available
2023-09-22 03:45:55 linux-kernel [PATCH 3/8] futex: abstract out a __futex_wake_mark() helper
2023-09-22 01:19:06 linux-kernel [PATCH 5/8] futex: add wake_data to struct futex_q