index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
io_uring: Fix NULL pointer dereference in loop_rw_iter()
Guoyu Huang
2020-08-05
1
-2
/
+7
*
io_uring: add comments on how the async buffered read retry works
Jens Axboe
2020-08-04
1
-1
/
+22
*
io_uring: io_async_buf_func() need not test page bit
Jens Axboe
2020-08-04
1
-4
/
+0
*
Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-08-03
1
-0
/
+2
|
\
|
*
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2020-07-31
1
-0
/
+2
|
|
\
|
|
*
fs/btrfs: Add cond_resched() for try_release_extent_mapping() stalls
Paul E. McKenney
2020-06-29
1
-0
/
+2
*
|
|
Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-08-03
6
-1113
/
+1463
|
\
\
\
|
*
|
|
io_uring: flip if handling after io_setup_async_rw
Pavel Begunkov
2020-08-01
1
-74
/
+72
|
*
|
|
io_uring: don't touch 'ctx' after installing file descriptor
Jens Axboe
2020-07-31
1
-3
/
+9
|
*
|
|
io_uring: get rid of atomic FAA for cq_timeouts
Pavel Begunkov
2020-07-30
1
-3
/
+5
|
*
|
|
io_uring: consolidate *_check_overflow accounting
Pavel Begunkov
2020-07-30
1
-10
/
+13
|
*
|
|
io_uring: fix stalled deferred requests
Pavel Begunkov
2020-07-30
1
-0
/
+1
|
*
|
|
io_uring: fix racy overflow count reporting
Pavel Begunkov
2020-07-30
1
-2
/
+1
|
*
|
|
io_uring: deduplicate __io_complete_rw()
Pavel Begunkov
2020-07-30
1
-5
/
+3
|
*
|
|
io_uring: de-unionise io_kiocb
Pavel Begunkov
2020-07-30
1
-45
/
+14
|
*
|
|
io-wq: update hash bits
Pavel Begunkov
2020-07-25
1
-4
/
+1
|
*
|
|
io_uring: fix missing io_queue_linked_timeout()
Pavel Begunkov
2020-07-25
1
-13
/
+13
|
*
|
|
io_uring: mark ->work uninitialised after cleanup
Pavel Begunkov
2020-07-25
1
-1
/
+2
|
*
|
|
io_uring: deduplicate io_grab_files() calls
Pavel Begunkov
2020-07-24
1
-16
/
+16
|
*
|
|
io_uring: don't do opcode prep twice
Pavel Begunkov
2020-07-24
1
-1
/
+2
|
*
|
|
io_uring: clear IORING_SQ_NEED_WAKEUP after executing task works
Xiaoguang Wang
2020-07-24
1
-10
/
+19
|
*
|
|
io_uring: batch put_task_struct()
Pavel Begunkov
2020-07-24
1
-2
/
+27
|
*
|
|
io_uring: return locked and pinned page accounting
Pavel Begunkov
2020-07-24
1
-4
/
+5
|
*
|
|
io_uring: don't miscount pinned memory
Pavel Begunkov
2020-07-24
1
-1
/
+1
|
*
|
|
io_uring: don't open-code recv kbuf managment
Pavel Begunkov
2020-07-24
1
-14
/
+14
|
*
|
|
io_uring: extract io_put_kbuf() helper
Pavel Begunkov
2020-07-24
1
-7
/
+12
|
*
|
|
io_uring: move BUFFER_SELECT check into *recv[msg]
Pavel Begunkov
2020-07-24
1
-12
/
+10
|
*
|
|
io_uring: free selected-bufs if error'ed
Pavel Begunkov
2020-07-24
1
-41
/
+44
|
*
|
|
io_uring: don't forget cflags in io_recv()
Pavel Begunkov
2020-07-24
1
-6
/
+4
|
*
|
|
io_uring: remove extra checks in send/recv
Pavel Begunkov
2020-07-24
1
-5
/
+5
|
*
|
|
io_uring: indent left {send,recv}[msg]()
Pavel Begunkov
2020-07-24
1
-134
/
+131
|
*
|
|
io_uring: simplify file ref tracking in submission state
Pavel Begunkov
2020-07-24
1
-8
/
+4
|
*
|
|
io_uring/io-wq: move RLIMIT_FSIZE to io-wq
Pavel Begunkov
2020-07-24
3
-13
/
+11
|
*
|
|
io_uring: alloc ->io in io_req_defer_prep()
Pavel Begunkov
2020-07-24
1
-15
/
+7
|
*
|
|
io_uring: remove empty cleanup of OP_OPEN* reqs
Pavel Begunkov
2020-07-24
1
-3
/
+0
|
*
|
|
io_uring: inline io_req_work_grab_env()
Pavel Begunkov
2020-07-24
1
-30
/
+20
|
*
|
|
io_uring: place cflags into completion data
Pavel Begunkov
2020-07-24
1
-5
/
+5
|
*
|
|
io_uring: remove sequence from io_kiocb
Pavel Begunkov
2020-07-24
1
-14
/
+30
|
*
|
|
io_uring: use non-intrusive list for defer
Pavel Begunkov
2020-07-24
1
-7
/
+18
|
*
|
|
io_uring: remove init for unused list
Pavel Begunkov
2020-07-24
1
-1
/
+0
|
*
|
|
io_uring: add req->timeout.list
Pavel Begunkov
2020-07-24
1
-10
/
+12
|
*
|
|
io_uring: use completion list for CQ overflow
Pavel Begunkov
2020-07-24
1
-7
/
+8
|
*
|
|
io_uring: use inflight_entry list for iopoll'ing
Pavel Begunkov
2020-07-24
1
-11
/
+15
|
*
|
|
io_uring: rename ctx->poll into ctx->iopoll
Pavel Begunkov
2020-07-24
1
-18
/
+18
|
*
|
|
io_uring: share completion list w/ per-op space
Pavel Begunkov
2020-07-24
1
-7
/
+20
|
*
|
|
io_uring: follow **iovec idiom in io_import_iovec
Pavel Begunkov
2020-07-24
1
-6
/
+8
|
*
|
|
io_uring: add a helper for async rw iovec prep
Pavel Begunkov
2020-07-24
1
-26
/
+20
|
*
|
|
io_uring: simplify io_req_map_rw()
Pavel Begunkov
2020-07-24
1
-7
/
+9
|
*
|
|
io_uring: replace rw->task_work with rq->task_work
Pavel Begunkov
2020-07-24
1
-27
/
+4
|
*
|
|
io_uring: extract io_sendmsg_copy_hdr()
Pavel Begunkov
2020-07-24
1
-10
/
+11
[next]