index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-13
io_uring: allow allocated fixed files for openat/openat2
Jens Axboe
1
-3
/
+33
2022-05-13
io_uring: add basic fixed file allocator
Jens Axboe
1
-0
/
+29
2022-05-13
io_uring: track fixed files with a bitmap
Jens Axboe
1
-1
/
+32
2022-05-09
io_uring: don't clear req->kbuf when buffer selection is done
Jens Axboe
1
-2
/
+0
2022-05-09
io_uring: eliminate the need to track provided buffer ID separately
Jens Axboe
1
-6
/
+10
2022-05-09
io_uring: move provided buffer state closer to submit state
Jens Axboe
1
-3
/
+5
2022-05-09
io_uring: move provided and fixed buffers into the same io_kiocb area
Jens Axboe
1
-4
/
+8
2022-05-09
io_uring: abstract out provided buffer list selection
Jens Axboe
1
-11
/
+23
2022-05-09
io_uring: never call io_buffer_select() for a buffer re-select
Jens Axboe
1
-12
/
+17
2022-05-09
io_uring: get rid of hashed provided buffer groups
Jens Axboe
1
-39
/
+58
2022-05-09
io_uring: always use req->buf_index for the provided buffer group
Jens Axboe
1
-13
/
+13
2022-05-09
io_uring: ignore ->buf_index if REQ_F_BUFFER_SELECT isn't set
Jens Axboe
1
-4
/
+0
2022-05-09
io_uring: kill io_rw_buffer_select() wrapper
Jens Axboe
1
-10
/
+5
2022-05-09
io_uring: make io_buffer_select() return the user address directly
Jens Axboe
1
-26
/
+20
2022-05-05
io_uring: kill io_recv_buffer_select() wrapper
Jens Axboe
1
-10
/
+2
2022-05-05
io_uring: use 'sr' vs 'req->sr_msg' consistently
Jens Axboe
1
-9
/
+8
2022-05-05
io_uring: add POLL_FIRST support for send/sendmsg and recv/recvmsg
Jens Axboe
1
-2
/
+25
2022-05-05
io_uring: check IOPOLL/ioprio support upfront
Jens Axboe
1
-95
/
+58
2022-04-30
io_uring: replace smp_mb() with smp_mb__after_atomic() in io_sq_thread()
Almog Khaikin
1
-1
/
+1
2022-04-30
io_uring: add IORING_SETUP_TASKRUN_FLAG
Jens Axboe
1
-3
/
+11
2022-04-30
io_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_COOP_TASKRUN is used
Jens Axboe
1
-4
/
+13
2022-04-30
io_uring: set task_work notify method at init time
Jens Axboe
1
-12
/
+11
2022-04-30
io-wq: use __set_notify_signal() to wake workers
Jens Axboe
1
-2
/
+2
2022-04-30
io_uring: serialize ctx->rings->sq_flags with atomic_or/and
Jens Axboe
1
-26
/
+10
2022-04-25
io_uring: fix compile warning for 32-bit builds
Jens Axboe
1
-1
/
+1
2022-04-24
io_uring: return an error when cqe is dropped
Dylan Yudaken
1
-4
/
+28
2022-04-24
io_uring: use constants for cq_overflow bitfield
Dylan Yudaken
1
-8
/
+14
2022-04-24
io_uring: rework io_uring_enter to simplify return value
Dylan Yudaken
1
-14
/
+21
2022-04-24
io_uring: trace cqe overflows
Dylan Yudaken
1
-0
/
+1
2022-04-24
io_uring: allow re-poll if we made progress
Jens Axboe
1
-3
/
+7
2022-04-24
io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)
Jens Axboe
1
-7
/
+29
2022-04-24
io_uring: add support for IORING_ASYNC_CANCEL_ANY
Jens Axboe
1
-14
/
+25
2022-04-24
io_uring: allow IORING_OP_ASYNC_CANCEL with 'fd' key
Jens Axboe
1
-7
/
+60
2022-04-24
io_uring: add support for IORING_ASYNC_CANCEL_ALL
Jens Axboe
2
-21
/
+71
2022-04-24
io_uring: pass in struct io_cancel_data consistently
Jens Axboe
1
-32
/
+44
2022-04-24
io_uring: remove dead 'poll_only' argument to io_poll_cancel()
Jens Axboe
1
-4
/
+3
2022-04-24
io_uring: refactor io_disarm_next() locking
Pavel Begunkov
1
-7
/
+10
2022-04-24
io_uring: move timeout locking in io_timeout_cancel()
Pavel Begunkov
1
-7
/
+5
2022-04-24
io_uring: store SCM state in io_fixed_file->file_ptr
Jens Axboe
1
-7
/
+29
2022-04-24
io_uring: kill ctx arg from io_req_put_rsrc
Pavel Begunkov
1
-3
/
+3
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
-40
/
+47
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
[next]