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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-09
io_uring: fix miscounting ios_left
Pavel Begunkov
1
-12
/
+9
2020-12-09
io_uring: change submit file state invariant
Pavel Begunkov
1
-11
/
+10
2020-12-09
io_uring: check kthread stopped flag when sq thread is unparked
Xiaoguang Wang
1
-1
/
+9
2020-12-09
io_uring: share fixed_file_refs b/w multiple rsrcs
Pavel Begunkov
1
-8
/
+15
2020-12-09
io_uring: replace inflight_wait with tctx->wait
Pavel Begunkov
1
-7
/
+6
2020-12-09
io_uring: don't take fs for recvmsg/sendmsg
Pavel Begunkov
1
-4
/
+2
2020-12-09
io_uring: only wake up sq thread while current task is in io worker context
Xiaoguang Wang
1
-3
/
+8
2020-12-09
io_uring: don't acquire uring_lock twice
Xiaoguang Wang
1
-11
/
+7
2020-12-09
io_uring: initialize 'timeout' properly in io_sq_thread()
Xiaoguang Wang
1
-1
/
+1
2020-12-09
io_uring: refactor io_sq_thread() handling
Xiaoguang Wang
1
-102
/
+67
2020-12-09
io_uring: always batch cancel in *cancel_files()
Pavel Begunkov
3
-125
/
+21
2020-12-09
io_uring: pass files into kill timeouts/poll
Pavel Begunkov
1
-8
/
+10
2020-12-09
io_uring: don't iterate io_uring_cancel_files()
Pavel Begunkov
1
-22
/
+12
2020-12-09
io_uring: cancel only requests of current task
Pavel Begunkov
1
-18
/
+5
2020-12-09
io_uring: add a {task,files} pair matching helper
Pavel Begunkov
1
-26
/
+22
2020-12-09
io_uring: simplify io_task_match()
Pavel Begunkov
1
-5
/
+1
2020-12-09
io_uring: inline io_import_iovec()
Pavel Begunkov
1
-24
/
+16
2020-12-09
io_uring: remove duplicated io_size from rw
Pavel Begunkov
1
-10
/
+6
2020-12-09
fs/io_uring Don't use the return value from import_iovec().
David Laight
1
-4
/
+4
2020-12-09
io_uring: NULL files dereference by SQPOLL
Pavel Begunkov
1
-7
/
+12
2020-12-09
io_uring: add timeout support for io_uring_enter()
Hao Xu
3
-8
/
+72
2020-12-09
io_uring: only plug when appropriate
Jens Axboe
1
-2
/
+23
2020-12-09
io_uring: rearrange io_kiocb fields for better caching
Pavel Begunkov
1
-2
/
+1
2020-12-09
io_uring: link requests with singly linked list
Pavel Begunkov
1
-81
/
+52
2020-12-09
io_uring: track link timeout's master explicitly
Pavel Begunkov
1
-12
/
+12
2020-12-09
io_uring: track link's head and tail during submit
Pavel Begunkov
1
-8
/
+16
2020-12-09
io_uring: split poll and poll_remove structs
Pavel Begunkov
1
-8
/
+9
2020-12-09
io_uring: add support for IORING_OP_UNLINKAT
Jens Axboe
2
-0
/
+66
2020-12-09
io_uring: add support for IORING_OP_RENAMEAT
Jens Axboe
2
-0
/
+72
2020-12-09
fs: make do_renameat2() take struct filename
Jens Axboe
2
-18
/
+24
2020-12-09
io_uring: enable file table usage for SQPOLL rings
Jens Axboe
1
-7
/
+7
2020-12-09
io_uring: allow non-fixed files with SQPOLL
Jens Axboe
2
-18
/
+70
2020-11-23
io_uring: add support for shutdown(2)
Jens Axboe
2
-0
/
+53
2020-11-23
net: provide __sys_shutdown_sock() that takes a socket
Jens Axboe
2
-3
/
+13
2020-11-23
io_uring: allow SQPOLL with CAP_SYS_NICE privileges
Jens Axboe
1
-1
/
+1
2020-11-22
Linux 5.10-rc5
Linus Torvalds
1
-1
/
+1
2020-11-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Linus Torvalds
12
-17
/
+223
2020-11-22
Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-57
/
+95
2020-11-22
Merge tag 'perf-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-24
/
+12
2020-11-22
Merge tag 'locking-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+4
2020-11-22
Merge tag 'efi-urgent-for-v5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-11
/
+17
2020-11-22
Merge tag 'x86_urgent_for_v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-57
/
+29
2020-11-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
16
-49
/
+75
2020-11-22
Merge tag 'staging-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Linus Torvalds
13
-85
/
+165
2020-11-22
Merge tag 'tty-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
3
-22
/
+26
2020-11-22
Merge tag 'ext4_for_linus_fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
5
-37
/
+37
2020-11-22
afs: Fix speculative status fetch going out of order wrt to modifications
David Howells
3
-0
/
+10
2020-11-22
mm: fix madvise WILLNEED performance problem
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-11-22
libfs: fix error cast of negative value in simple_attr_write()
Yicong Yang
1
-2
/
+4
2020-11-22
mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault()
Gerald Schaefer
1
-5
/
+4
[next]