index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-04
io_uring: deduplicate core cancellations sequence
Pavel Begunkov
1
-45
/
+40
2021-02-01
io_uring: simplify do_read return parsing
Pavel Begunkov
1
-5
/
+2
2021-02-01
io_uring: deduplicate adding to REQ_F_INFLIGHT
Pavel Begunkov
1
-19
/
+17
2021-02-01
io_uring: remove work flags after cleanup
Pavel Begunkov
1
-13
/
+6
2021-02-01
io_uring: inline io_req_drop_files()
Pavel Begunkov
1
-22
/
+17
2021-02-01
io_uring: kill not used needs_file_no_error
Pavel Begunkov
1
-4
/
+1
2021-02-01
io_uring: fix inconsistent lock state
Pavel Begunkov
1
-4
/
+11
2021-02-01
io_uring: Fix NULL dereference in error in io_sqe_files_register()
Dan Carpenter
1
-1
/
+1
2021-02-01
io_uring: check kthread parked flag before sqthread goes to sleep
Hao Xu
1
-4
/
+1
2021-02-01
MAINTAINERS: update io_uring section
Pavel Begunkov
1
-0
/
+5
2021-02-01
io_uring: Add skip option for __io_sqe_files_update
noah
2
-0
/
+6
2021-02-01
io_uring: cleanup files_update looping
Pavel Begunkov
1
-6
/
+2
2021-02-01
io_uring: consolidate putting reqs task
Pavel Begunkov
1
-20
/
+14
2021-02-01
io_uring: ensure only sqo_task has file notes
Pavel Begunkov
1
-0
/
+4
2021-02-01
io_uring: simplify io_remove_personalities()
Yejune Deng
1
-17
/
+11
2021-02-01
io_uring/io-wq: kill off now unused IO_WQ_WORK_NO_CANCEL
Jens Axboe
3
-6
/
+1
2021-02-01
io_uring: get rid of intermediate IORING_OP_CLOSE stage
Jens Axboe
1
-29
/
+35
2021-02-01
fs: provide locked helper variant of close_fd_get_file()
Jens Axboe
2
-11
/
+26
2021-02-01
io_uring: save atomic dec for inline executed reqs
Pavel Begunkov
1
-7
/
+10
2021-02-01
io_uring: don't flush CQEs deep down the stack
Pavel Begunkov
1
-3
/
+10
2021-02-01
io_uring: help inlining of io_req_complete()
Pavel Begunkov
1
-15
/
+21
2021-02-01
io_uring: add a helper timeout mode calculation
Pavel Begunkov
1
-12
/
+11
2021-02-01
io_uring: deduplicate failing task_work_add
Pavel Begunkov
1
-29
/
+17
2021-02-01
io_uring: remove __io_state_file_put
Pavel Begunkov
1
-9
/
+5
2021-02-01
io_uring: simplify io_alloc_req()
Pavel Begunkov
1
-3
/
+1
2021-02-01
io_uring: further deduplicate #CQ events calc
Pavel Begunkov
1
-8
/
+7
2021-02-01
io_uring: inline __io_commit_cqring()
Pavel Begunkov
1
-9
/
+3
2021-02-01
io_uring: inline io_async_submit()
Pavel Begunkov
1
-6
/
+1
2021-02-01
io_uring: cleanup personalities under uring_lock
Pavel Begunkov
1
-1
/
+1
2021-02-01
io_uring: refactor io_resubmit_prep()
Pavel Begunkov
1
-20
/
+13
2021-02-01
io_uring: optimise io_rw_reissue()
Pavel Begunkov
1
-3
/
+4
2021-02-01
io_uring: make percpu_ref_release names consistent
Bijan Mottahedeh
1
-4
/
+4
2021-02-01
io_uring: create common fixed_rsrc_data allocation routines
Bijan Mottahedeh
1
-15
/
+29
2021-02-01
io_uring: create common fixed_rsrc_ref_node handling routines
Bijan Mottahedeh
1
-12
/
+26
2021-02-01
io_uring: split ref_node alloc and init
Pavel Begunkov
1
-13
/
+11
2021-02-01
io_uring: split alloc_fixed_file_ref_node
Bijan Mottahedeh
1
-2
/
+14
2021-02-01
io_uring: add rsrc_ref locking routines
Bijan Mottahedeh
1
-6
/
+16
2021-02-01
io_uring: separate ref_list from fixed_rsrc_data
Bijan Mottahedeh
1
-17
/
+18
2021-02-01
io_uring: generalize io_queue_rsrc_removal
Bijan Mottahedeh
1
-7
/
+15
2021-02-01
io_uring: rename file related variables to rsrc
Bijan Mottahedeh
2
-111
/
+124
2021-02-01
io_uring: modularize io_sqe_buffers_register
Bijan Mottahedeh
1
-17
/
+34
2021-02-01
io_uring: modularize io_sqe_buffer_register
Bijan Mottahedeh
1
-103
/
+107
2021-02-01
io_uring: enable LOOKUP_CACHED path resolution for filename lookups
Jens Axboe
1
-20
/
+27
2021-02-01
Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Jens Axboe
5
-46
/
+55
2021-01-31
Linux 5.11-rc6
Linus Torvalds
1
-1
/
+1
2021-01-31
Merge tag 'efi-urgent-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+9
2021-01-31
Merge tag 'x86_entry_for_v5.11_rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-10
/
+15
2021-01-31
Merge tag 'timers-urgent-2021-01-31' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-0
/
+15
2021-01-31
Merge tag 'core-urgent-2021-01-31' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2021-01-31
Merge tag 'powerpc-5.11-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-12
/
+16
[next]