| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2024-07-17 | 1 | -12/+4 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-07-04 | 2 | -6/+8 |
| |\ |
|
| * | | io_uring/net: move charging socket out of zc io_uring | Pavel Begunkov | 2024-07-02 | 1 | -12/+4 |
* | | | Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux | Linus Torvalds | 2024-07-15 | 1 | -5/+4 |
|\ \ \ |
|
| * | | | fs: Initial atomic write support | Prasad Singamsetty | 2024-06-20 | 1 | -5/+4 |
* | | | | Merge tag 'for-6.11/io_uring-20240714' of git://git.kernel.dk/linux | Linus Torvalds | 2024-07-15 | 17 | -281/+490 |
|\ \ \ \ |
|
| * | | | | io_uring/net: check socket is valid in io_bind()/io_listen() | Tetsuo Handa | 2024-07-13 | 1 | -2/+12 |
| * | | | | io_uring/io-wq: limit retrying worker initialisation | Pavel Begunkov | 2024-07-11 | 1 | -3/+7 |
| * | | | | io_uring/napi: Remove unnecessary s64 cast | Thorsten Blum | 2024-07-10 | 1 | -1/+1 |
| * | | | | io_uring/net: cleanup io_recv_finish() bundle handling | Jens Axboe | 2024-07-02 | 1 | -10/+10 |
| * | | | | io_uring/msg_ring: fix overflow posting | Pavel Begunkov | 2024-07-02 | 1 | -1/+5 |
| * | | | | io_uring/msg_ring: use kmem_cache_free() to free request | Jens Axboe | 2024-07-01 | 1 | -1/+1 |
| * | | | | io_uring/msg_ring: check for dead submitter task | Jens Axboe | 2024-07-01 | 1 | -5/+10 |
| * | | | | io_uring/msg_ring: add an alloc cache for io_kiocb entries | Jens Axboe | 2024-06-24 | 3 | -2/+36 |
| * | | | | io_uring/msg_ring: improve handling of target CQE posting | Jens Axboe | 2024-06-24 | 1 | -43/+47 |
| * | | | | io_uring: add io_add_aux_cqe() helper | Jens Axboe | 2024-06-24 | 2 | -2/+22 |
| * | | | | io_uring: add remote task_work execution helper | Jens Axboe | 2024-06-24 | 2 | -8/+18 |
| * | | | | io_uring/msg_ring: tighten requirement for remote posting | Jens Axboe | 2024-06-24 | 1 | -3/+1 |
| * | | | | io_uring: Allocate only necessary memory in io_probe | Gabriel Krisman Bertazi | 2024-06-19 | 1 | -4/+3 |
| * | | | | io_uring: Fix probe of disabled operations | Gabriel Krisman Bertazi | 2024-06-19 | 3 | -3/+11 |
| * | | | | io_uring: Introduce IORING_OP_LISTEN | Gabriel Krisman Bertazi | 2024-06-19 | 3 | -0/+44 |
| * | | | | io_uring: Introduce IORING_OP_BIND | Gabriel Krisman Bertazi | 2024-06-19 | 3 | -0/+52 |
| * | | | | io_uring/advise: support 64-bit lengths | Jens Axboe | 2024-06-16 | 1 | -6/+10 |
| * | | | | io_uring/rsrc: remove redundant __set_current_state() post schedule() | Jens Axboe | 2024-06-16 | 1 | -2/+1 |
| * | | | | io_uring/io-wq: make io_wq_work flags atomic | Jens Axboe | 2024-06-16 | 3 | -16/+17 |
| * | | | | io_uring: use 'state' consistently | Jens Axboe | 2024-06-16 | 1 | -1/+1 |
| * | | | | io_uring/eventfd: move eventfd handling to separate file | Jens Axboe | 2024-06-16 | 6 | -145/+173 |
| * | | | | io_uring/eventfd: move to more idiomatic RCU free usage | Jens Axboe | 2024-06-16 | 3 | -28/+31 |
| * | | | | io_uring/rsrc: Drop io_copy_iov in favor of iovec API | Gabriel Krisman Bertazi | 2024-06-16 | 1 | -39/+21 |
* | | | | | Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 2024-07-15 | 2 | -4/+3 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | vfs: retire user_path_at_empty and drop empty arg from getname_flags | Mateusz Guzik | 2024-06-05 | 2 | -4/+3 |
* | | | | | io_uring/net: don't clear msg_inq before io_recv_buf_select() needs it | Jens Axboe | 2024-07-02 | 1 | -4/+6 |
* | | | | | io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPI | Jens Axboe | 2024-06-25 | 1 | -2/+2 |
| |_|_|/
|/| | | |
|
* | | | | io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed | Chenliang Li | 2024-06-20 | 1 | -1/+0 |
| |/ /
|/| | |
|
* | | | io_uring: fix cancellation overwriting req->flags | Pavel Begunkov | 2024-06-14 | 2 | -2/+3 |
* | | | io_uring/rsrc: don't lock while !TASK_RUNNING | Pavel Begunkov | 2024-06-12 | 1 | -0/+1 |
| |/
|/| |
|
* | | io_uring: fix possible deadlock in io_register_iowq_max_workers() | Hagar Hemdan | 2024-06-04 | 1 | -0/+4 |
* | | io_uring/io-wq: avoid garbage value of 'match' in io_wq_enqueue() | Su Hui | 2024-06-04 | 1 | -5/+5 |
* | | io_uring/napi: fix timeout calculation | Jens Axboe | 2024-06-04 | 1 | -11/+13 |
* | | io_uring: check for non-NULL file pointer in io_file_can_poll() | Jens Axboe | 2024-06-01 | 1 | -1/+1 |
* | | io_uring/net: assign kmsg inq/flags before buffer selection | Jens Axboe | 2024-05-30 | 1 | -3/+3 |
* | | io_uring/rw: Free iovec before cleaning async data | Breno Leitao | 2024-05-30 | 1 | -0/+5 |
* | | io_uring: don't attempt to mmap larger than what the user asks for | Jens Axboe | 2024-05-29 | 1 | -2/+3 |
|/ |
|
* | Merge tag 'io_uring-6.10-20240523' of git://git.kernel.dk/linux | Linus Torvalds | 2024-05-23 | 2 | -6/+6 |
|\ |
|
| * | io_uring: remove checks for NULL 'sq_offset' | Jens Axboe | 2024-05-22 | 1 | -4/+2 |
| * | io_uring/sqpoll: ensure that normal task_work is also run timely | Jens Axboe | 2024-05-21 | 1 | -2/+4 |
* | | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2024-05-21 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | remove call_{read,write}_iter() functions | Miklos Szeredi | 2024-04-15 | 1 | -2/+2 |
* | | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-05-19 | 1 | -1/+1 |
|\ \ |
|
| * | | mm: switch mm->get_unmapped_area() to a flag | Rick Edgecombe | 2024-04-26 | 1 | -1/+1 |