OSDN Git Service

uclinux-h8/linux.git
2021-02-10 Jens Axboeio_uring: provide FIFO ordering for task_work
2021-02-10 Jens Axboeio_uring: use persistent request cache
2021-02-10 Pavel Begunkovio_uring: feed reqs back into alloc cache
2021-02-10 Pavel Begunkovio_uring: persistent req cache
2021-02-10 Pavel Begunkovio_uring: count ctx refs separately from reqs
2021-02-10 Pavel Begunkovio_uring: remove fallback_req
2021-02-10 Pavel Begunkovio_uring: submit-completion free batching
2021-02-10 Pavel Begunkovio_uring: replace list with array for compl batch
2021-02-10 Pavel Begunkovio_uring: don't reinit submit state every time
2021-02-10 Pavel Begunkovio_uring: remove ctx from comp_state
2021-02-10 Pavel Begunkovio_uring: don't keep submit_state on stack
2021-02-10 Pavel Begunkovio_uring: don't propagate io_comp_state
2021-02-10 Pavel Begunkovio_uring: make op handlers always take issue flags
2021-02-10 Pavel Begunkovio_uring: replace force_nonblock with flags
2021-02-08 Pavel Begunkovio_uring: cleanup up cancel SQPOLL reqs across exec
2021-02-05 Pavel Begunkovio_uring: refactor sendmsg/recvmsg iov managing
2021-02-05 Pavel Begunkovio_uring: clean iov usage for recvmsg buf select
2021-02-05 Pavel Begunkovio_uring: set msg_name on msg fixup
2021-02-04 Pavel Begunkovio_uring/io-wq: return 2-step work swap scheme
2021-02-04 Pavel Begunkovio_uring: deduplicate file table slot calculation
2021-02-04 Pavel Begunkovio_uring: io_import_iovec return type cleanup
2021-02-04 Pavel Begunkovio_uring: treat NONBLOCK and RWF_NOWAIT similarly
2021-02-04 Pavel Begunkovio_uring: highlight read-retry loop
2021-02-04 Pavel Begunkovio_uring: inline io_read()'s iovec freeing
2021-02-04 Pavel Begunkovio_uring: don't forget to adjust io_size
2021-02-04 Pavel Begunkovio_uring: let io_setup_async_rw take care of iovec
2021-02-04 Pavel Begunkovio_uring: further simplify do_read error parsing
2021-02-04 Pavel Begunkovio_uring: refactor io_read for unsupported nowait
2021-02-04 Pavel Begunkovio_uring: refactor io_cqring_wait
2021-02-04 Pavel Begunkovio_uring: refactor scheduling in io_cqring_wait
2021-02-04 Pavel Begunkovio_uring: deduplicate core cancellations sequence
2021-02-01 Pavel Begunkovio_uring: simplify do_read return parsing
2021-02-01 Pavel Begunkovio_uring: deduplicate adding to REQ_F_INFLIGHT
2021-02-01 Pavel Begunkovio_uring: remove work flags after cleanup
2021-02-01 Pavel Begunkovio_uring: inline io_req_drop_files()
2021-02-01 Pavel Begunkovio_uring: kill not used needs_file_no_error
2021-02-01 Pavel Begunkovio_uring: fix inconsistent lock state
2021-02-01 Dan Carpenterio_uring: Fix NULL dereference in error in io_sqe_files...
2021-02-01 Hao Xuio_uring: check kthread parked flag before sqthread...
2021-02-01 Pavel BegunkovMAINTAINERS: update io_uring section
2021-02-01 noahio_uring: Add skip option for __io_sqe_files_update
2021-02-01 Pavel Begunkovio_uring: cleanup files_update looping
2021-02-01 Pavel Begunkovio_uring: consolidate putting reqs task
2021-02-01 Pavel Begunkovio_uring: ensure only sqo_task has file notes
2021-02-01 Yejune Dengio_uring: simplify io_remove_personalities()
2021-02-01 Jens Axboeio_uring/io-wq: kill off now unused IO_WQ_WORK_NO_CANCEL
2021-02-01 Jens Axboeio_uring: get rid of intermediate IORING_OP_CLOSE stage
2021-02-01 Jens Axboefs: provide locked helper variant of close_fd_get_file()
2021-02-01 Pavel Begunkovio_uring: save atomic dec for inline executed reqs
2021-02-01 Pavel Begunkovio_uring: don't flush CQEs deep down the stack
2021-02-01 Pavel Begunkovio_uring: help inlining of io_req_complete()
2021-02-01 Pavel Begunkovio_uring: add a helper timeout mode calculation
2021-02-01 Pavel Begunkovio_uring: deduplicate failing task_work_add
2021-02-01 Pavel Begunkovio_uring: remove __io_state_file_put
2021-02-01 Pavel Begunkovio_uring: simplify io_alloc_req()
2021-02-01 Pavel Begunkovio_uring: further deduplicate #CQ events calc
2021-02-01 Pavel Begunkovio_uring: inline __io_commit_cqring()
2021-02-01 Pavel Begunkovio_uring: inline io_async_submit()
2021-02-01 Pavel Begunkovio_uring: cleanup personalities under uring_lock
2021-02-01 Pavel Begunkovio_uring: refactor io_resubmit_prep()
2021-02-01 Pavel Begunkovio_uring: optimise io_rw_reissue()
2021-02-01 Bijan Mottahedehio_uring: make percpu_ref_release names consistent
2021-02-01 Bijan Mottahedehio_uring: create common fixed_rsrc_data allocation...
2021-02-01 Bijan Mottahedehio_uring: create common fixed_rsrc_ref_node handling...
2021-02-01 Pavel Begunkovio_uring: split ref_node alloc and init
2021-02-01 Bijan Mottahedehio_uring: split alloc_fixed_file_ref_node
2021-02-01 Bijan Mottahedehio_uring: add rsrc_ref locking routines
2021-02-01 Bijan Mottahedehio_uring: separate ref_list from fixed_rsrc_data
2021-02-01 Bijan Mottahedehio_uring: generalize io_queue_rsrc_removal
2021-02-01 Bijan Mottahedehio_uring: rename file related variables to rsrc
2021-02-01 Bijan Mottahedehio_uring: modularize io_sqe_buffers_register
2021-02-01 Bijan Mottahedehio_uring: modularize io_sqe_buffer_register
2021-02-01 Jens Axboeio_uring: enable LOOKUP_CACHED path resolution for...
2021-02-01 Jens AxboeMerge branch 'work.namei' of git://git./linux/kernel...
2021-01-31 Linus TorvaldsLinux 5.11-rc6
2021-01-31 Linus TorvaldsMerge tag 'efi-urgent-for-v5.11' of git://git./linux...
2021-01-31 Linus TorvaldsMerge tag 'x86_entry_for_v5.11_rc6' of git://git./linux...
2021-01-31 Linus TorvaldsMerge tag 'timers-urgent-2021-01-31' of git://git....
2021-01-31 Linus TorvaldsMerge tag 'core-urgent-2021-01-31' of git://git./linux...
2021-01-31 Linus TorvaldsMerge tag 'powerpc-5.11-6' of git://git./linux/kernel...
2021-01-31 Linus TorvaldsMerge branch 'i2c/for-current' of git://git./linux...
2021-01-31 Linus TorvaldsMerge branch 'for-rc-5.11' of git://git./linux/kernel...
2021-01-31 Linus TorvaldsMerge tag 'nfs-for-5.11-3' of git://git.linux-nfs.org...
2021-01-31 Linus Walleijleds: rt8515: Add Richtek RT8515 LED driver
2021-01-31 Linus Walleijdt-bindings: leds: Add DT binding for Richtek RT8515
2021-01-31 Andrea Righileds: trigger: fix potential deadlock with libata
2021-01-31 Zheng Yongjunleds: leds-ariel: convert comma to semicolon
2021-01-31 Zheng Yongjunleds: leds-lm3533: convert comma to semicolon
2021-01-31 Linus TorvaldsMerge tag '5.11-rc5-smb3' of git://git.samba.org/sfrenc...
2021-01-31 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2021-01-31 Linus TorvaldsMerge tag 'for-linus' of git://github.com/openrisc...
2021-01-30 Linus TorvaldsMerge tag 'devicetree-fixes-for-5.11-2' of git://git...
2021-01-30 Linus TorvaldsMerge tag 's390-5.11-4' of git://git./linux/kernel...
2021-01-30 Linus TorvaldsMerge tag 'riscv-for-linus-5.11-rc6' of git://git....
2021-01-29 Rob Herringdt-bindings: Cleanup standard unit properties
2021-01-29 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2021-01-29 Linus TorvaldsMerge tag 'for-5.11-rc5-tag' of git://git./linux/kernel...
2021-01-29 Linus TorvaldsMerge tag 'block-5.11-2021-01-29' of git://git.kernel...
2021-01-29 Linus TorvaldsMerge tag 'io_uring-5.11-2021-01-29' of git://git.kerne...
2021-01-29 David Gowsoc: litex: Properly depend on HAS_IOMEM
next