]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2025-03-05 Caleb Sander... io_uring: introduce io_cache_free() helper
2025-03-04 Caleb Sander... io_uring/rsrc: skip NULL file/buffer checks in io_free_...
2025-03-04 Caleb Sander... io_uring/rsrc: avoid NULL node check on io_sqe_buffer_r...
2025-03-04 Caleb Sander... io_uring/rsrc: call io_free_node() on io_sqe_buffer_reg...
2025-03-04 Caleb Sander... io_uring/rsrc: free io_rsrc_node using kfree()
2025-03-04 Caleb Sander... io_uring/rsrc: split out io_free_node() helper
2025-03-04 Caleb Sander... io_uring/rsrc: include io_uring_types.h in rsrc.h
2025-03-04 Caleb Sander... ublk: don't cast registered buffer index to int
2025-03-01 Caleb Sander... io_uring/nop: use io_find_buf_node()
2025-03-01 Caleb Sander... io_uring/rsrc: declare io_find_buf_node() in header...
2025-03-01 Caleb Sander... io_uring/ublk: report error when unregister operation...
2025-03-01 Caleb Sander... io_uring: convert cmd_to_io_kiocb() macro to function
2025-03-01 Caleb Sander... io_uring/uring_cmd: specify io_uring_cmd_import_fixed...
2025-03-01 Caleb Sander... io_uring/rsrc: use rq_data_dir() to compute bvec dir
2025-02-28 Ming Leiselftests: ublk: add ublk zero copy test
2025-02-28 Ming Leiselftests: ublk: add file backed ublk
2025-02-28 Ming Leiselftests: ublk: add kernel selftests for ublk
2025-02-28 Keith Buschio_uring: cache nodes and mapped buffers
2025-02-28 Keith Buschublk: zc register/unregister bvec
2025-02-28 Keith Buschio_uring: add support for kernel registered bvecs
2025-02-28 Xinyu Zhangnvme: map uring_cmd data even if address is 0
2025-02-28 Keith Buschio_uring/rw: move fixed buffer import to issue path
2025-02-28 Keith Buschio_uring/rw: move buffer_select outside generic prep
2025-02-27 Arnd Bergmannio_uring/net: fix build warning for !CONFIG_COMPAT
2025-02-27 Pavel Begunkovio_uring: rearrange opdef flags by use pattern
2025-02-27 Pavel Begunkovio_uring/net: extract iovec import into a helper
2025-02-27 Pavel Begunkovio_uring/net: unify *mshot_prep calls with compat
2025-02-27 Pavel Begunkovio_uring/net: derive iovec storage later
2025-02-27 Pavel Begunkovio_uring/net: verify msghdr before copying iovec
2025-02-27 Pavel Begunkovio_uring/net: isolate msghdr copying code
2025-02-27 Pavel Begunkovio_uring/net: simplify compat selbuf iov parsing
2025-02-27 Pavel Begunkovio_uring/net: remove unnecessary REQ_F_NEED_CLEANUP
2025-02-27 Jens AxboeMerge branch 'io_uring-6.14' into for-6.15/io_uring
2025-02-27 Pavel Begunkovio_uring: combine buffer lookup and import
2025-02-27 Pavel Begunkovio_uring/nvme: pass issue_flags to io_uring_cmd_import_...
2025-02-27 Pavel Begunkovio_uring/net: reuse req->buf_index for sendzc
2025-02-27 Keith Buschio_uring/nop: reuse req->buf_index
2025-02-27 Keith Buschio_uring/rsrc: remove redundant check for valid imu
2025-02-27 Pavel Begunkovio_uring/rw: open code io_prep_rw_setup()
2025-02-25 Pavel Begunkovio_uring/net: save msg_control for compat
2025-02-25 Pavel Begunkovio_uring/rw: extract helper for iovec import
2025-02-25 Pavel Begunkovio_uring/rw: rename io_import_iovec()
2025-02-25 Pavel Begunkovio_uring/rw: allocate async data in io_prep_rw()
2025-02-24 Pavel Begunkovio_uring: make io_poll_issue() sturdier
2025-02-24 Pavel Begunkovio_uring/net: canonise accept mshot handling
2025-02-24 Pavel Begunkovio_uring/net: fix accept multishot handling
2025-02-24 Pavel Begunkovio_uring/net: use io_is_compat()
2025-02-24 Pavel Begunkovio_uring/waitid: use io_is_compat()
2025-02-24 Pavel Begunkovio_uring/rw: shrink io_iov_compat_buffer_select_prep
2025-02-24 Pavel Begunkovio_uring/rw: compile out compat param passing
2025-02-24 Pavel Begunkovio_uring/cmd: optimise !CONFIG_COMPAT flags setting
2025-02-24 Pavel Begunkovio_uring: introduce io_is_compat()
2025-02-19 Pavel Begunkovio_uring/rw: clean up mshot forced sync mode
2025-02-19 Pavel Begunkovio_uring/rw: move ki_complete init into prep
2025-02-19 Pavel Begunkovio_uring/rw: don't directly use ki_complete
2025-02-19 Pavel Begunkovio_uring/rw: forbid multishot async reads
2025-02-19 Caleb Sander... io_uring/rsrc: remove unused constants
2025-02-18 Jens Axboeio_uring: fix spelling error in uapi io_uring.h
2025-02-18 Caleb Sander... io_uring: use lockless_cq flag in io_req_complete_post()
2025-02-17 Caleb Sander... io_uring: pass struct io_tw_state by value
2025-02-17 Caleb Sander... io_uring: introduce type alias for io_tw_state
2025-02-17 Caleb Sander... io_uring/rsrc: avoid NULL check in io_put_rsrc_node()
2025-02-17 Caleb Sander... io_uring: pass ctx instead of req to io_init_req_drain()
2025-02-17 Caleb Sander... io_uring: use IO_REQ_LINK_FLAGS more
2025-02-17 Jens Axboeio_uring/net: improve recv bundles
2025-02-17 Jens Axboeio_uring/waitid: use generic io_cancel_remove() helper
2025-02-17 Jens Axboeio_uring/futex: use generic io_cancel_remove() helper
2025-02-17 Jens Axboeio_uring/cancel: add generic cancel helper
2025-02-17 Jens Axboeio_uring/waitid: convert to io_cancel_remove_all()
2025-02-17 Jens Axboeio_uring/futex: convert to io_cancel_remove_all()
2025-02-17 Jens Axboeio_uring/cancel: add generic remove_all helper
2025-02-17 Pavel Begunkovio_uring/kbuf: uninline __io_put_kbufs
2025-02-17 Pavel Begunkovio_uring/kbuf: introduce io_kbuf_drop_legacy()
2025-02-17 Pavel Begunkovio_uring/kbuf: open code __io_put_kbuf()
2025-02-17 Pavel Begunkovio_uring/kbuf: remove legacy kbuf caching
2025-02-17 Pavel Begunkovio_uring/kbuf: simplify __io_put_kbuf
2025-02-17 Pavel Begunkovio_uring/kbuf: move locking into io_kbuf_drop()
2025-02-17 Pavel Begunkovio_uring/kbuf: remove legacy kbuf kmem cache
2025-02-17 Pavel Begunkovio_uring/kbuf: remove legacy kbuf bulk allocation
2025-02-17 Pavel Begunkovio_uring: sanitise ring params earlier
2025-02-17 Pavel Begunkovio_uring: check for iowq alloc_workqueue failure
2025-02-17 Pavel Begunkovio_uring: deduplicate caches deallocation
2025-02-17 Max Kellermannio_uring/io-wq: pass io_wq to io_get_next_work()
2025-02-17 Max Kellermannio_uring/io-wq: do not use bogus hash value
2025-02-17 Max Kellermannio_uring/io-wq: cache work->flags in variable
2025-02-17 Max Kellermannio_uring/io-wq: move worker lists to struct io_wq_acct
2025-02-17 Max Kellermannio_uring/io-wq: add io_worker.acct pointer
2025-02-17 Max Kellermannio_uring/io-wq: eliminate redundant io_work_get_acct...
2025-02-16 Linus TorvaldsLinux 6.14-rc3
2025-02-16 Linus TorvaldsMerge tag 'kbuild-fixes-v6.14-2' of git://git.kernel...
2025-02-16 Linus TorvaldsMerge tag 'driver-core-6.14-rc3' of git://git.kernel...
2025-02-16 Linus TorvaldsMerge tag 'tty-6.14-rc3' of git://git.kernel.org/pub...
2025-02-16 Linus TorvaldsMerge tag 'usb-6.14-rc3' of git://git.kernel.org/pub...
2025-02-16 Linus TorvaldsMerge tag 'irq_urgent_for_v6.14_rc3' of git://git.kerne...
2025-02-16 Linus TorvaldsMerge tag 'perf_urgent_for_v6.14_rc3' of git://git...
2025-02-16 Linus TorvaldsMerge tag 'sched_urgent_for_v6.14_rc3' of git://git...
2025-02-16 Linus TorvaldsMerge tag 'objtool_urgent_for_v6.14_rc3' of git://git...
2025-02-16 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2025-02-16 Linus TorvaldsMerge tag 'mips-fixes_6.14_1' of git://git.kernel.org...
2025-02-16 Linus TorvaldsMerge tag 'devicetree-fixes-for-6.14-1' of git://git...
next