index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-24
Merge tag 'io_uring-5.10-2020-10-24' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-97
/
+76
2020-10-23
Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-6
/
+7
2020-10-22
io_uring: make loop_rw_iter() use original user supplied pointers
Jens Axboe
1
-14
/
+12
2020-10-22
io_uring: remove req cancel in ->flush()
Pavel Begunkov
1
-23
/
+5
2020-10-22
io_uring: don't reuse linked_timeout
Pavel Begunkov
1
-1
/
+3
2020-10-21
io_uring: unify fsize with def->work_flags
Jens Axboe
1
-12
/
+11
2020-10-20
Merge tag 'io_uring-5.10-2020-10-20' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-260
/
+388
2020-10-19
io_uring: fix racy REQ_F_LINK_TIMEOUT clearing
Pavel Begunkov
1
-4
/
+13
2020-10-19
io_uring: do poll's hash_node init in common code
Pavel Begunkov
1
-2
/
+1
2020-10-19
io_uring: inline io_poll_task_handler()
Pavel Begunkov
1
-19
/
+12
2020-10-19
io_uring: remove extra ->file check in poll prep
Pavel Begunkov
1
-2
/
+0
2020-10-19
io_uring: make cached_cq_overflow non atomic_t
Pavel Begunkov
1
-5
/
+6
2020-10-19
io_uring: inline io_fail_links()
Pavel Begunkov
1
-10
/
+3
2020-10-19
io_uring: kill ref get/drop in personality init
Pavel Begunkov
1
-4
/
+9
2020-10-19
io_uring: flags-based creds init in queue
Pavel Begunkov
1
-2
/
+2
2020-10-19
io_uring: use blk_queue_nowait() to check if NOWAIT supported
Jeffle Xu
1
-1
/
+1
2020-10-18
mm/madvise: pass mm to do_madvise
Minchan Kim
1
-1
/
+1
2020-10-18
task_work: cleanup notification modes
Jens Axboe
1
-6
/
+7
2020-10-17
io_uring: fix double poll mask init
Pavel Begunkov
1
-1
/
+3
2020-10-17
io-wq: inherit audit loginuid and sessionid
Jens Axboe
1
-1
/
+23
2020-10-17
io_uring: use percpu counters to track inflight requests
Jens Axboe
1
-22
/
+28
2020-10-17
io_uring: assign new io_identity for task if members have changed
Jens Axboe
1
-4
/
+15
2020-10-17
io_uring: store io_identity in io_uring_task
Jens Axboe
1
-10
/
+11
2020-10-17
io_uring: COW io_identity on mismatch
Jens Axboe
1
-52
/
+170
2020-10-17
io_uring: move io identity items into separate struct
Jens Axboe
1
-31
/
+31
2020-10-17
io_uring: rely solely on work flags to determine personality.
Jens Axboe
1
-18
/
+33
2020-10-17
io_uring: pass required context in as flags
Jens Axboe
1
-60
/
+40
2020-10-17
io_uring: fix error path cleanup in io_sqe_files_register()
Jens Axboe
1
-1
/
+2
2020-10-17
Revert "io_uring: mark io_uring_fops/io_op_defs as __read_mostly"
Jens Axboe
1
-2
/
+2
2020-10-17
io_uring: fix REQ_F_COMP_LOCKED by killing it
Pavel Begunkov
1
-80
/
+69
2020-10-17
io_uring: dig out COMP_LOCK from deep call chain
Pavel Begunkov
1
-24
/
+9
2020-10-17
io_uring: don't put a poll req under spinlock
Pavel Begunkov
1
-2
/
+1
2020-10-17
io_uring: don't unnecessarily clear F_LINK_TIMEOUT
Pavel Begunkov
1
-1
/
+0
2020-10-17
io_uring: don't set COMP_LOCKED if won't put
Pavel Begunkov
1
-1
/
+1
2020-10-17
io_uring: Fix sizeof() mismatch
Colin Ian King
1
-1
/
+1
2020-10-16
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-0
/
+6
2020-10-13
Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-786
/
+1395
2020-10-13
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-12
/
+8
2020-10-10
io_uring: keep a pointer ref_node in file_data
Pavel Begunkov
1
-8
/
+6
2020-10-10
io_uring: refactor *files_register()'s error paths
Pavel Begunkov
1
-46
/
+32
2020-10-10
io_uring: clean file_data access in files_register
Pavel Begunkov
1
-36
/
+33
2020-10-10
io_uring: don't delay io_init_req() error check
Pavel Begunkov
1
-2
/
+1
2020-10-10
io_uring: clean leftovers after splitting issue
Pavel Begunkov
1
-8
/
+6
2020-10-10
io_uring: remove timeout.list after hrtimer cancel
Pavel Begunkov
1
-9
/
+2
2020-10-10
io_uring: use a separate struct for timeout_remove
Pavel Begunkov
1
-9
/
+9
2020-10-10
io_uring: improve submit_state.ios_left accounting
Pavel Begunkov
1
-5
/
+5
2020-10-10
io_uring: simplify io_file_get()
Pavel Begunkov
1
-16
/
+14
2020-10-10
io_uring: kill extra check in fixed io_file_get()
Pavel Begunkov
1
-2
/
+1
2020-10-10
io_uring: clean up ->files grabbing
Pavel Begunkov
1
-39
/
+13
2020-10-10
io_uring: don't io_prep_async_work() linked reqs
Pavel Begunkov
1
-3
/
+0
[next]