public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-06-13 15:24:57 to 2022-06-21 20:27:49 UTC [more...]

Linux 5.18-rc4
 2022-06-21 20:27 UTC  (9+ messages)

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-multiqueue 3/5] fs/afs/rxrpc.c:155:6: warning: variable 'o' is used uninitialized whenever 'if' condition is false
 2022-06-21 19:34 UTC 

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-multiqueue 3/5] net/rxrpc/recvmsg.c:37:19: warning: variable 'sk' is uninitialized when used here
 2022-06-21 19:13 UTC 

[PATCH for-next 00/10] 5.20 patches
 2022-06-21 15:40 UTC  (13+ messages)
` [PATCH for-next 01/10] io_uring: fix multi ctx cancellation
` [PATCH for-next 02/10] io_uring: improve task exit timeout cancellations
` [PATCH for-next 03/10] io_uring: fix io_poll_remove_all clang warnings
` [PATCH for-next 04/10] io_uring: hide eventfd assumptions in evenfd paths
` [PATCH for-next 05/10] io_uring: introduce locking helpers for CQE posting
` [PATCH for-next 06/10] io_uring: add io_commit_cqring_flush()
` [PATCH for-next 07/10] io_uring: opcode independent fixed buf import
` [PATCH for-next 08/10] io_uring: move io_import_fixed()
` [PATCH for-next 09/10] io_uring: consistent naming for inline completion
` [PATCH for-next 10/10] io_uring: add an warn_once for poll_find

[PATCH rcu 0/5] nolibc updates for v5.20
 2022-06-20 23:13 UTC  (6+ messages)
` [PATCH rcu 1/5] tools/nolibc/stdlib: Support overflow checking for older compiler versions
` [PATCH rcu 2/5] tools/nolibc/stdio: Add format attribute to enable printf warnings
` [PATCH rcu 3/5] tools/nolibc: fix the makefile to also work as "make -C tools ..."
` [PATCH rcu 4/5] tools/nolibc: make the default target build the headers
` [PATCH rcu 5/5] tools/nolibc: add a help target to list supported targets

[PATCH RFC for-next 0/8] io_uring: tw contention improvments
 2022-06-20 16:19 UTC  (9+ messages)
` [PATCH RFC for-next 1/8] io_uring: remove priority tw list optimisation
` [PATCH RFC for-next 2/8] io_uring: remove __io_req_task_work_add
` [PATCH RFC for-next 3/8] io_uring: lockless task list
` [PATCH RFC for-next 4/8] io_uring: introduce llist helpers
` [PATCH RFC for-next 5/8] io_uring: batch task_work
` [PATCH RFC for-next 6/8] io_uring: move io_uring_get_opcode out of TP_printk
` [PATCH RFC for-next 7/8] io_uring: add trace event for running task work
` [PATCH RFC for-next 8/8] io_uring: trace task_work_run

[PATCH for-next 1/1] io_uring: optinise io_uring_task layout
 2022-06-20 14:27 UTC 

[iov_iter] 8416b73063: canonical_address#:#[##]
 2022-06-20 11:16 UTC  (2+ messages)

[PATCHSET RFC for-next 0/3] Add io_uring_register() based cancel
 2022-06-19 12:15 UTC  (6+ messages)
` [PATCH 1/3] io_uring: have cancelation API accept io_uring_task directly
` [PATCH 2/3] io_uring: add IORING_ASYNC_CANCEL_FD_FIXED cancel flag
` [PATCH 3/3] io_uring: add sync cancelation API through io_uring_register()

[ammarfaizi2-block:axboe/linux-block/for-5.20/io_uring-cancel 98/98] ./usr/include/linux/io_uring.h:573:41: error: field 'timeout' has incomplete type
 2022-06-18 20:41 UTC 

[PATCH for-next 0/4] simple cleanups
 2022-06-18 12:27 UTC  (5+ messages)
` [PATCH for-next 1/4] io_uring: opcode independent fixed buf import
` [PATCH for-next 2/4] io_uring: move io_import_fixed()
` [PATCH for-next 3/4] io_uring: consistent naming for inline completion
` [PATCH for-next 4/4] io_uring: add an warn_once for poll_find

[PATCHSET RFC for-next 0/2] Add direct descriptor ring passing
 2022-06-18 11:34 UTC  (5+ messages)
` [PATCH 1/2] io_uring: split out fixed file installation and removal
` [PATCH 2/2] io_uring: add support for passing fixed file descriptors

[GIT PULL] io_uring fixes for 5.19-rc3
 2022-06-17 18:26 UTC  (2+ messages)

[PATCH for-next v3 00/16] 5.20 cleanups and poll optimisations
 2022-06-17 15:35 UTC  (20+ messages)
` [PATCH for-next v3 01/16] io_uring: rw: delegate sync completions to core io_uring
` [PATCH for-next v3 02/16] io_uring: kill REQ_F_COMPLETE_INLINE
` [PATCH for-next v3 03/16] io_uring: refactor io_req_task_complete()
` [PATCH for-next v3 04/16] io_uring: don't inline io_put_kbuf
` [PATCH for-next v3 05/16] io_uring: poll: remove unnecessary req->ref set
` [PATCH for-next v3 06/16] io_uring: switch cancel_hash to use per entry spinlock
` [PATCH for-next v3 07/16] io_uring: pass poll_find lock back
` [PATCH for-next v3 08/16] io_uring: clean up io_try_cancel
` [PATCH for-next v3 09/16] io_uring: limit the number of cancellation buckets
` [PATCH for-next v3 10/16] io_uring: clean up io_ring_ctx_alloc
` [PATCH for-next v3 11/16] io_uring: use state completion infra for poll reqs
` [PATCH for-next v3 12/16] io_uring: add IORING_SETUP_SINGLE_ISSUER
` [PATCH for-next v3 13/16] io_uring: pass hash table into poll_find
` [PATCH for-next v3 14/16] io_uring: introduce a struct for hash table
` [PATCH for-next v3 15/16] io_uring: propagate locking state to poll cancel
` [PATCH for-next v3 16/16] io_uring: mutex locked poll hashing

[PATCH v9 00/14] io-uring/xfs: support async buffered writes
 2022-06-16 21:22 UTC  (15+ messages)
` [PATCH v9 01/14] mm: Move starting of background writeback into the main balancing loop
` [PATCH v9 02/14] mm: Move updates of dirty_exceeded into one place
` [PATCH v9 03/14] mm: Add balance_dirty_pages_ratelimited_flags() function
` [PATCH v9 04/14] iomap: Add flags parameter to iomap_page_create()
` [PATCH v9 05/14] iomap: Add async buffered write support
` [PATCH v9 06/14] iomap: Return -EAGAIN from iomap_write_iter()
` [PATCH v9 07/14] fs: Add check for async buffered writes to generic_write_checks
` [PATCH v9 08/14] fs: add __remove_file_privs() with flags parameter
` [PATCH v9 09/14] fs: Split off inode_needs_update_time and __file_update_time
` [PATCH v9 10/14] fs: Add async write file modification handling
` [PATCH v9 11/14] io_uring: Add support for async buffered writes
` [PATCH v9 12/14] io_uring: Add tracepoint for short writes
` [PATCH v9 13/14] xfs: Specify lockmode when calling xfs_ilock_for_iomap()
` [PATCH v9 14/14] xfs: Add async buffered write support

[ammarfaizi2-block:paulmck/linux-rcu/pmladek.2022.06.15a 133/140] vmlinux.o: warning: objtool: __ct_user_exit+0x41: call to __kasan_check_read() leaves .noinstr.text section
 2022-06-16 17:49 UTC  (8+ messages)

[PATCH for-next 0/3] io_uring trace events clean up
 2022-06-16 12:57 UTC  (4+ messages)
` [PATCH for-next 1/3] io_uring: kill extra io_uring_types.h includes
` [PATCH for-next 2/3] io_uring: make io_uring_types.h public
` [PATCH for-next 3/3] io_uring: clean up tracing events

[PATCH v2] io_uring: commit non-pollable provided mapped buffers upfront
 2022-06-16 12:34 UTC 

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless-2 14/24] net/rxrpc/call_event.c:230:28: sparse: sparse: cast from restricted __be32
 2022-06-16 11:21 UTC 

[PATCH] io_uring: read/readv must commit ring mapped buffers upfront
 2022-06-16 11:14 UTC  (3+ messages)

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless-2 15/24] net/rxrpc/output.c:23:19: warning: unused variable 'sa'
 2022-06-16  8:07 UTC 

Test
 2022-06-16  4:44 UTC  (3+ messages)

Test send email
 2022-06-16  4:34 UTC 

test
 2022-06-16  3:38 UTC 

[PATCH for-next 00/10] 5.20 cleanups
 2022-06-15 21:30 UTC  (12+ messages)
` [PATCH for-next 01/10] io_uring: make reg buf init consistent
` [PATCH for-next 02/10] io_uring: move defer_list to slow data
` [PATCH for-next 03/10] io_uring: better caching for ctx timeout fields
` [PATCH for-next 04/10] io_uring: refactor ctx slow data placement
` [PATCH for-next 05/10] io_uring: move small helpers to headers
` [PATCH for-next 06/10] io_uring: explain io_wq_work::cancel_seq placement
` [PATCH for-next 07/10] io_uring: inline ->registered_rings
` [PATCH for-next 08/10] io_uring: never defer-complete multi-apoll
` [PATCH for-next 09/10] io_uring: remove check_cq checking from hot paths
` [PATCH for-next 10/10] io_uring: don't set REQ_F_COMPLETE_INLINE in tw

[PATCH liburing] convert buf-ring nop test to use read
 2022-06-15 21:24 UTC  (2+ messages)

[PATCH 5.19 0/6] CQE32 fixes
 2022-06-15 10:23 UTC  (7+ messages)
` [PATCH 5.19 1/6] io_uring: get rid of __io_fill_cqe{32}_req()
` [PATCH 5.19 2/6] io_uring: unite fill_cqe and the 32B version
` [PATCH 5.19 3/6] io_uring: fill extra big cqe fields from req
` [PATCH 5.19 4/6] io_uring: fix ->extra{1,2} misuse
` [PATCH 5.19 5/6] io_uring: inline __io_fill_cqe()
` [PATCH 5.19 6/6] io_uring: make io_fill_cqe_aux to honour CQE32

[RFC] GNU/Weeb Financial Transaction Record Design
 2022-06-15 10:06 UTC  (6+ messages)

[PATCH for-next v2 00/25] 5.20 cleanups and poll optimisations
 2022-06-15  8:20 UTC  (29+ messages)
` [PATCH for-next v2 01/25] io_uring: make reg buf init consistent
` [PATCH for-next v2 02/25] io_uring: move defer_list to slow data
` [PATCH for-next v2 03/25] io_uring: better caching for ctx timeout fields
` [PATCH for-next v2 04/25] io_uring: refactor ctx slow data placement
` [PATCH for-next v2 05/25] io_uring: move small helpers to headers
` [PATCH for-next v2 06/25] io_uring: explain io_wq_work::cancel_seq placement
` [PATCH for-next v2 07/25] io_uring: inline ->registered_rings
` [PATCH for-next v2 08/25] io_uring: don't set REQ_F_COMPLETE_INLINE in tw
` [PATCH for-next v2 09/25] io_uring: never defer-complete multi-apoll
` [PATCH for-next v2 10/25] io_uring: kill REQ_F_COMPLETE_INLINE
` [PATCH for-next v2 11/25] io_uring: refactor io_req_task_complete()
` [PATCH for-next v2 12/25] io_uring: don't inline io_put_kbuf
` [PATCH for-next v2 13/25] io_uring: remove check_cq checking from hot paths
` [PATCH for-next v2 14/25] io_uring: poll: remove unnecessary req->ref set
` [PATCH for-next v2 15/25] io_uring: switch cancel_hash to use per entry spinlock
` [PATCH for-next v2 16/25] io_uring: pass poll_find lock back
` [PATCH for-next v2 17/25] io_uring: clean up io_try_cancel
` [PATCH for-next v2 18/25] io_uring: limit number hash buckets
` [PATCH for-next v2 19/25] io_uring: clean up io_ring_ctx_alloc
` [PATCH for-next v2 20/25] io_uring: use state completion infra for poll reqs
` [PATCH for-next v2 21/25] io_uring: add IORING_SETUP_SINGLE_ISSUER
` [PATCH for-next v2 22/25] io_uring: pass hash table into poll_find
` [PATCH for-next v2 23/25] io_uring: introduce a struct for hash table
` [PATCH for-next v2 24/25] io_uring: propagate locking state to poll cancel
` [PATCH for-next v2 25/25] io_uring: mutex locked poll hashing

[PATCH liburing v2 0/3] single-issuer and poll benchmark
 2022-06-15  6:24 UTC  (9+ messages)
` [PATCH liburing v2 1/3] io_uring: update headers with IORING_SETUP_SINGLE_ISSUER
` [PATCH liburing v2 2/3] examples: add a simple single-shot poll benchmark
` [PATCH liburing v2 3/3] tests: test IORING_SETUP_SINGLE_ISSUER

[PATCH 5.19 0/3] 5.19 reverts
 2022-06-14 18:26 UTC  (7+ messages)
` [PATCH 5.19 1/3] Revert "io_uring: support CQE32 for nop operation"
` [PATCH 5.19 2/3] Revert "io_uring: add buffer selection support to IORING_OP_NOP"
` [PATCH 5.19 3/3] io_uring: remove IORING_CLOSE_FD_AND_FILE_SLOT

[PATCH liburing 0/3] single-issuer and poll benchmark
 2022-06-14 15:05 UTC  (6+ messages)
` [PATCH liburing 1/3] io_uring: update headers with IORING_SETUP_SINGLE_ISSUER
` [PATCH liburing 2/3] examples: add a simple single-shot poll benchmark
` [PATCH liburing 3/3] tests: test IORING_SETUP_SINGLE_ISSUER

[ammarfaizi2-block:dhowells/linux-fs/keys-fixes 1/2] system_keyring.c:undefined reference to `x509_load_certificate_list'
 2022-06-14  4:55 UTC 

[io_uring] 584b0180f0: phoronix-test-suite.fio.SequentialWrite.IO_uring.Yes.Yes.1MB.DefaultTestDirectory.mb_s -10.2% regression
 2022-06-14  1:54 UTC  (2+ messages)
  ` [LKP] "

[RFC 0/3] io_uring: add support for IORING_OP_MSGSND/IORING_OP_MSGRCV
 2022-06-13 19:26 UTC 

[PATCH liburing 0/4] Buffer ring API fixes
 2022-06-13 13:12 UTC  (5+ messages)
` [PATCH liburing 1/4] remove non-existent manpage reference
` [PATCH liburing 2/4] add mask parameter to io_uring_buf_ring_add
` [PATCH liburing 3/4] add io_uring_buf_ring_init
` [PATCH liburing 4/4] buf-ring: add tests that cycle through the provided buffer ring

[PATCH 0/3] io_uring: fixes for provided buffer ring
 2022-06-13 12:59 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox