index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-24
io_uring: add a helper for putting rsrc nodes
Pavel Begunkov
1
-3
/
+8
2022-04-24
io_uring: store rsrc node in req instead of refs
Pavel Begunkov
1
-11
/
+11
2022-04-24
io_uring: refactor io_assign_file error path
Pavel Begunkov
1
-5
/
+1
2022-04-24
io_uring: use right helpers for file assign locking
Pavel Begunkov
1
-4
/
+2
2022-04-24
io_uring: add data_race annotations
Pavel Begunkov
1
-3
/
+3
2022-04-24
io_uring: inline io_req_complete_fail_submit()
Pavel Begunkov
1
-13
/
+8
2022-04-24
io_uring: refactor io_submit_sqe()
Pavel Begunkov
1
-9
/
+14
2022-04-24
io_uring: refactor lazy link fail
Pavel Begunkov
1
-39
/
+46
2022-04-24
io_uring: introduce IO_REQ_LINK_FLAGS
Pavel Begunkov
1
-6
/
+7
2022-04-24
io_uring: refactor io_queue_sqe()
Pavel Begunkov
1
-8
/
+12
2022-04-24
io_uring: rename io_queue_async_work()
Pavel Begunkov
1
-4
/
+4
2022-04-24
io_uring: inline io_queue_sqe()
Pavel Begunkov
1
-13
/
+8
2022-04-24
io_uring: helper for prep+queuing linked timeouts
Pavel Begunkov
1
-9
/
+13
2022-04-24
io_uring: inline io_free_req()
Pavel Begunkov
1
-10
/
+5
2022-04-24
io_uring: kill io_put_req_deferred()
Pavel Begunkov
1
-34
/
+22
2022-04-24
io_uring: minor refactoring for some tw handlers
Pavel Begunkov
1
-9
/
+5
2022-04-24
io_uring: clean poll tw PF_EXITING handling
Pavel Begunkov
1
-1
/
+1
2022-04-24
io_uring: optimise io_get_cqe()
Pavel Begunkov
1
-10
/
+34
2022-04-24
io_uring: optimise submission left counting
Pavel Begunkov
1
-10
/
+10
2022-04-24
io_uring: optimise submission loop invariant
Pavel Begunkov
1
-17
/
+15
2022-04-24
io_uring: add helper to return req to cache list
Pavel Begunkov
1
-4
/
+8
2022-04-24
io_uring: helper for empty req cache checks
Pavel Begunkov
1
-3
/
+8
2022-04-24
io_uring: inline io_flush_cached_reqs
Pavel Begunkov
1
-19
/
+11
2022-04-24
io_uring: shrink final link flush
Pavel Begunkov
1
-2
/
+2
2022-04-24
io_uring: memcpy CQE from req
Pavel Begunkov
1
-1
/
+23
2022-04-24
io_uring: explicitly keep a CQE in io_kiocb
Pavel Begunkov
1
-65
/
+69
2022-04-24
io_uring: rename io_sqe_file_register
Pavel Begunkov
1
-4
/
+4
2022-04-24
io_uring: deduplicate SCM accounting
Pavel Begunkov
1
-67
/
+40
2022-04-24
io_uring: don't pass around fixed index for scm
Pavel Begunkov
1
-23
/
+14
2022-04-24
io_uring: refactor __io_sqe_files_scm
Pavel Begunkov
1
-34
/
+12
2022-04-24
io_uring: uniform SCM accounting
Pavel Begunkov
1
-68
/
+25
2022-04-24
io_uring: don't scm-account for non af_unix sockets
Pavel Begunkov
1
-13
/
+38
2022-04-24
io_uring: move finish_wait() outside of loop in cqring_wait()
Jens Axboe
1
-1
/
+1
2022-04-24
io_uring: refactor io_req_add_compl_list()
Pavel Begunkov
1
-3
/
+2
2022-04-24
io_uring: silence io_for_each_link() warning
Pavel Begunkov
1
-1
/
+2
2022-04-24
io_uring: partially uninline io_put_task()
Pavel Begunkov
1
-10
/
+14
2022-04-24
io_uring: cleanup conditional submit locking
Pavel Begunkov
1
-54
/
+41
2022-04-24
io_uring: optimise mutex locking for submit+iopoll
Pavel Begunkov
1
-17
/
+23
2022-04-24
io_uring: pre-calculate syscall iopolling decision
Pavel Begunkov
1
-8
/
+13
2022-04-24
io_uring: split off IOPOLL argument verifiction
Pavel Begunkov
1
-7
/
+22
2022-04-24
io_uring: clean up io_queue_next()
Pavel Begunkov
1
-7
/
+6
2022-04-24
io_uring: move poll recycling later in compl flushing
Pavel Begunkov
1
-9
/
+9
2022-04-24
io_uring: optimise io_free_batch_list
Pavel Begunkov
1
-6
/
+14
2022-04-24
io_uring: refactor io_req_find_next
Pavel Begunkov
1
-6
/
+7
2022-04-24
io_uring: remove extra ifs around io_commit_cqring
Pavel Begunkov
1
-11
/
+14
2022-04-24
io_uring: small optimisation of tctx_task_work
Pavel Begunkov
1
-5
/
+4
2022-04-23
Merge tag '5.18-rc3-ksmbd-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
8
-66
/
+52
2022-04-23
Merge tag 'io_uring-5.18-2022-04-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+7
2022-04-22
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
8
-25
/
+100
2022-04-22
Merge tag '5.18-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
4
-10
/
+31
[prev]
[next]