VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-08-18
io-wq: fix IO_WORKER_F_FIXED issue in create_io_worker()
Hao Xu
2021-08-18
io-wq: fix bug of creating io-wokers unconditionally
Hao Xu
2021-08-12
io-wq: fix race between worker exiting and activating free worker
Jens Axboe
2021-08-12
io-wq: fix lack of acct->nr_workers < acct->max_workers judgement
Hao Xu
2021-08-12
io-wq: fix no lock protection of acct->nr_worker
Hao Xu
2021-08-08
io_uring: explicitly catch any illegal async queue attempt
Jens Axboe
2021-07-19
io_uring: fix false WARN_ONCE
Pavel Begunkov
2021-05-26
io-wq: Fix UAF when wakeup wqe in hash waitqueue
Zqiang
2021-05-25
io_uring/io-wq: close io-wq full-stop gap
Pavel Begunkov
2021-04-20
io-wq: remove unused io_wqe_need_worker() function
Jens Axboe
2021-04-11
io-wq: Fix io_wq_worker_affinity()
Peter Zijlstra
2021-04-11
io-wq: simplify code in __io_worker_busy()
Hao Xu
2021-04-11
io-wq: cancel task_work on exit only targeting the current 'wq'
Jens Axboe
2021-04-11
io-wq: eliminate the need for a manager thread
Jens Axboe
2021-04-11
io-wq: refactor *_get_acct()
Pavel Begunkov
2021-04-08
io-wq: cancel unbounded works on io-wq destroy
Pavel Begunkov
2021-04-01
io_uring/io-wq: protect against sprintf overflow
Pavel Begunkov
2021-03-27
io_uring: handle signals for IO threads like a normal thread
Jens Axboe
2021-03-25
io-wq: fix race around pending work on teardown
Jens Axboe
2021-03-21
io_uring: don't use {test,clear}_tsk_thread_flag() for current
Jens Axboe
2021-03-21
io-wq: ensure task is running before processing task_work
Jens Axboe
2021-03-12
io_uring: allow IO worker threads to be frozen
Jens Axboe
2021-03-10
kernel: make IO threads unfreezable by default
Jens Axboe
2021-03-10
io-wq: fix ref leak for req in case of exit cancelations
yangerkun
2021-03-10
io-wq: remove unused 'user' member of io_wq
Jens Axboe
2021-03-07
io-wq: warn on creating manager while exiting
Pavel Begunkov
2021-03-06
io-wq: fix race in freeing 'wq' and worker access
Jens Axboe
2021-03-05
io-wq: kill hashed waitqueue before manager exits
Jens Axboe
2021-03-05
io_uring: move to using create_io_thread()
Jens Axboe
2021-03-04
io-wq: ensure all pending work is canceled on exit
Jens Axboe
2021-03-04
io_uring: ensure that threads freeze on suspend
Jens Axboe
2021-03-04
io-wq: fix error path leak of buffered write hash map
Jens Axboe
2021-03-04
io_uring: move cred assignment into io_issue_sqe()
Jens Axboe
2021-03-04
io-wq: provide an io_wq_put_and_exit() helper
Jens Axboe
2021-03-04
io-wq: fix double put of 'wq' in error path
Jens Axboe
2021-03-04
io-wq: wait for manager exit on wq destroy
Jens Axboe
2021-03-04
io-wq: rename wq->done completion to wq->started
Jens Axboe
2021-03-04
io-wq: don't ask for a new worker if we're exiting
Jens Axboe
2021-03-04
io-wq: have manager wait for all workers to exit
Jens Axboe
2021-03-01
io-wq: wait for worker startup when forking a new one
Jens Axboe
2021-02-25
io-wq: remove now unused IO_WQ_BIT_ERROR
Jens Axboe
2021-02-25
io-wq: improve manager/worker handling over exec
Jens Axboe
2021-02-25
io-wq: make buffered file write hashed work map per-ctx
Jens Axboe
2021-02-23
io-wq: fix race around io_worker grabbing
Jens Axboe
2021-02-23
io-wq: fix races around manager/worker creation and task exit
Jens Axboe
2021-02-23
io-wq: remove nr_process accounting
Jens Axboe
2021-02-21
io-wq: make io_wq_fork_thread() available to other users
Jens Axboe
2021-02-21
io-wq: only remove worker from free_list, if it was there
Jens Axboe
2021-02-21
io_uring: remove io_identity
Jens Axboe
2021-02-21
io-wq: worker idling always returns false
Jens Axboe
2021-02-21
io-wq: fork worker threads from original task
Jens Axboe
2021-02-21
io-wq: don't pass 'wqe' needlessly around
Jens Axboe
2021-02-21
io-wq: get rid of wq->use_refs
Jens Axboe
2021-02-21
io-wq: don't create any IO workers upfront
Jens Axboe
2021-02-21
io_uring: remove the need for relying on an io-wq fallback worker
Jens Axboe
2021-02-12
io-wq: clear out worker ->fs and ->files
Jens Axboe
2021-02-04
io_uring/io-wq: return 2-step work swap scheme
Pavel Begunkov
2021-02-01
io_uring/io-wq: kill off now unused IO_WQ_WORK_NO_CANCEL
Jens Axboe
2020-12-20
io-wq: kill now unused io_wq_cancel_all()
Jens Axboe
2020-12-09
io_uring: always batch cancel in *cancel_files()
Pavel Begunkov
2020-11-04
io-wq: cancel request if it's asking for files and we don't have them
Jens Axboe
2020-10-22
io-wq: re-set NUMA node affinities if CPUs come online
Jens Axboe
2020-10-20
io_uring: unify fsize with def->work_flags
Jens Axboe
2020-10-17
io-wq: inherit audit loginuid and sessionid
Jens Axboe
2020-10-17
io_uring: move io identity items into separate struct
Jens Axboe
2020-10-17
io_uring: rely solely on work flags to determine personality.
Jens Axboe
2020-10-17
io_uring: pass required context in as flags
Jens Axboe
2020-10-17
io-wq: assign NUMA node locality if appropriate
Jens Axboe
2020-09-30
io-wq: kill unused IO_WORKER_F_EXITING
Jens Axboe
2020-09-30
io-wq: fix use-after-free in io_wq_worker_running
Hillf Danton
2020-09-30
io_uring: add blkcg accounting to offloaded operations
Dennis Zhou
2020-09-30
io_wq: Make io_wqe::lock a raw_spinlock_t
Sebastian Andrzej Siewior
2020-09-30
io_uring: reference ->nsproxy for file table commands
Jens Axboe
2020-08-23
io-wq: fix hang after cancelling pending hashed work
Pavel Begunkov
2020-07-25
io-wq: update hash bits
Pavel Begunkov
2020-07-24
io_uring/io-wq: move RLIMIT_FSIZE to io-wq
Pavel Begunkov
2020-06-26
io-wq: return next work from ->do_work() directly
Pavel Begunkov
2020-06-15
io_uring: cancel all task's requests on exit
Pavel Begunkov
2020-06-15
io-wq: add an option to cancel all matched reqs
Pavel Begunkov
2020-06-15
io-wq: reorder cancellation pending -> running
Pavel Begunkov
2020-06-11
Merge tag 'io_uring-5.8-2020-06-11' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-06-10
kernel: set USER_DS in kthread_use_mm
Christoph Hellwig
2020-06-10
kernel: better document the use_mm/unuse_mm API contract
Christoph Hellwig
2020-06-10
kernel: move use_mm/unuse_mm to kthread.c
Christoph Hellwig
2020-06-08
io_wq: add per-wq work handler instead of per work
Pavel Begunkov
2020-04-03
io_uring: use io-wq manager as backup task if task is exiting
Jens Axboe
2020-03-23
io-wq: handle hashed writes in chains
Pavel Begunkov
2020-03-22
io-wq: close cancel gap for hashed linked work
Pavel Begunkov
2020-03-14
io-wq: hash dependent work
Pavel Begunkov
2020-03-14
io-wq: split hashing and enqueueing
Pavel Begunkov
2020-03-14
io-wq: don't resched if there is no work
Pavel Begunkov
2020-03-12
io-wq: remove duplicated cancel code
Pavel Begunkov
2020-03-04
io_uring/io-wq: forward submission ref to async
Pavel Begunkov
2020-03-04
io-wq: optimise out *next_work() double lock
Pavel Begunkov
2020-03-04
io-wq: optimise locking in io_worker_handle_work()
Pavel Begunkov
2020-03-04
io-wq: shuffle io_worker_handle_work() code
Pavel Begunkov
2020-03-02
io-wq: use BIT for ulong hash
Pavel Begunkov
2020-03-02
io_uring: remove IO_WQ_WORK_CB
Pavel Begunkov
2020-03-02
io-wq: remove unused IO_WQ_WORK_HAS_MM
Pavel Begunkov
2020-03-02
io-wq: remove io_wq_flush and IO_WQ_WORK_INTERNAL
Pavel Begunkov
2020-03-02
io-wq: fix IO_WQ_WORK_NO_CANCEL cancellation
Pavel Begunkov
2020-02-25
io-wq: remove spin-for-work optimization
Jens Axboe
2020-02-12
io-wq: don't call kXalloc_node() with non-online node
Jens Axboe
2020-02-09
io-wq: add io_wq_cancel_pid() to cancel based on a specific pid
Jens Axboe
2020-02-09
io-wq: make io_wqe_cancel_work() take a match handler
Jens Axboe
2020-02-08
io-wq: add support for inheriting ->fs
Jens Axboe
2020-01-29
io_uring: fix linked command file table usage
Jens Axboe
2020-01-28
io-wq: allow grabbing existing io-wq
Pavel Begunkov
2020-01-28
io_uring/io-wq: don't use static creds/mm assignments
Jens Axboe
2020-01-27
io-wq: make the io_wq ref counted
Jens Axboe
2020-01-20
io-wq: support concurrent non-blocking work
Jens Axboe
2020-01-20
io-wq: add support for uncancellable work
Jens Axboe
2020-01-14
io-wq: cancel work if we fail getting a mm reference
Jens Axboe
2019-12-24
io-wq: add cond_resched() to worker thread
Hillf Danton
2019-12-23
io-wq: remove unused busy list from io_sqe
Hillf Danton
2019-12-15
io_uring: fix stale comment and a few typos
Brian Gianforcaro
2019-12-10
io-wq: briefly spin for new work after finishing work
Jens Axboe
2019-12-10
io-wq: remove worker->wait waitqueue
Jens Axboe
2019-12-02
io_uring: use current task creds instead of allocating a new one
Jens Axboe
2019-11-26
io-wq: shrink io_wq_work a bit
Jens Axboe
2019-11-26
io-wq: fix handling of NUMA node IDs
Jann Horn
2019-11-26
io_uring: use kzalloc instead of kcalloc for single-element allocations
Jann Horn
2019-11-25
io_uring: async workers should inherit the user creds
Jens Axboe
2019-11-25
io-wq: have io_wq_create() take a 'data' argument
Jens Axboe
2019-11-25
io_uring: close lookup gap for dependent next work
Jens Axboe
2019-11-25
io-wq: remove extra space characters
Dan Carpenter
2019-11-25
io-wq: wait for io_wq_create() to setup necessary workers
Jens Axboe
2019-11-14
io-wq: remove now redundant struct io_wq_nulls_list
Jens Axboe
2019-11-13
io-wq: ensure free/busy list browsing see all items
Jens Axboe
2019-11-13
io-wq: ensure we have a stable view of ->cur_work for cancellations
Jens Axboe
2019-11-13
io_wq: add get/put_work handlers to io_wq_create()
Jens Axboe
2019-11-07
io-wq: add support for bounded vs unbunded work
Jens Axboe
2019-11-09
io-wq: io_wqe_run_queue() doesn't need to use list_empty_careful()
Jens Axboe
2019-11-05
io-wq: use proper nesting IRQ disabling spinlocks for cancel
Jens Axboe
2019-11-02
io-wq: use kfree_rcu() to simplify the code
YueHaibing
2019-11-01
io_uring: support for generic async request cancel
Jens Axboe
2019-10-29
io_uring: io_uring: add support for async work inheriting files
Jens Axboe
2019-10-29
io-wq: small threadpool implementation for io_uring
Jens Axboe