git.samba.org
/
metze
/
linux
/
wip.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
metze/linux/wip.git
2021-02-20
Stefan Metzmacher
FIXUP: Also diff the commit message! block: add example...
io_uring-fops
commit
|
commitdiff
|
tree
2021-02-20
Jens Axboe
block: add example ioctl
commit
|
commitdiff
|
tree
2021-02-20
Stefan Metzmacher
fixup: block: wire up support for file_operations-...
commit
|
commitdiff
|
tree
2021-02-20
Jens Axboe
block: wire up support for file_operations->uring_cmd()
commit
|
commitdiff
|
tree
2021-02-20
Stefan Metzmacher
fixup: net: wire up support for file_operations->uring_...
commit
|
commitdiff
|
tree
2021-02-20
Jens Axboe
net: wire up support for file_operations->uring_cmd()
commit
|
commitdiff
|
tree
2021-02-20
Stefan Metzmacher
fixup: io_uring: add support for IORING_OP_URING_CMD
commit
|
commitdiff
|
tree
2021-02-20
Jens Axboe
io_uring: add support for IORING_OP_URING_CMD
commit
|
commitdiff
|
tree
2021-02-20
Stefan Metzmacher
fixup: fs: add file_operations->uring_cmd()
commit
|
commitdiff
|
tree
2021-02-20
Jens Axboe
fs: add file_operations->uring_cmd()
commit
|
commitdiff
|
tree
2021-02-19
Jens Axboe
io-wq: make hashed work map + lock per-ctx
commit
|
commitdiff
|
tree
2021-02-19
Jens Axboe
net: remove cmsg restriction from io_uring based send...
commit
|
commitdiff
|
tree
2021-02-19
Jens Axboe
Revert "proc: don't allow async path resolution of...
commit
|
commitdiff
|
tree
2021-02-19
Jens Axboe
Revert "proc: don't allow async path resolution of...
commit
|
commitdiff
|
tree
2021-02-19
Jens Axboe
io_uring: move SQPOLL thread io-wq forked worker
commit
|
commitdiff
|
tree
2021-02-19
Jens Axboe
io-wq: make io_wq_fork_thread() available to other...
commit
|
commitdiff
|
tree
2021-02-19
Jens Axboe
io-wq: only remove worker from free_list, if it was...
commit
|
commitdiff
|
tree
2021-02-19
Jens Axboe
io_uring: remove io_identity
commit
|
commitdiff
|
tree
2021-02-19
Jens Axboe
io_uring: remove any grabbing of context
commit
|
commitdiff
|
tree
2021-02-19
Jens Axboe
io-wq: worker idling always returns false
commit
|
commitdiff
|
tree
2021-02-19
Jens Axboe
io-wq: fork worker threads from original task
commit
|
commitdiff
|
tree
2021-02-19
Jens Axboe
kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace...
commit
|
commitdiff
|
tree
2021-02-19
Jens Axboe
arch: setup PF_IO_WORKER threads like PF_KTHREAD
commit
|
commitdiff
|
tree
2021-02-19
Jens Axboe
io-wq: don't pass 'wqe' needlessly around
commit
|
commitdiff
|
tree
2021-02-19
Jens Axboe
io_uring: tie async worker side to the task context
commit
|
commitdiff
|
tree
2021-02-19
Jens Axboe
io-wq: get rid of wq->use_refs
commit
|
commitdiff
|
tree
2021-02-19
Jens Axboe
io_uring: disable io-wq attaching
commit
|
commitdiff
|
tree
2021-02-19
Jens Axboe
io-wq: don't create any IO workers upfront
commit
|
commitdiff
|
tree
2021-02-19
Jens Axboe
io_uring: remove the need for relying on an io-wq fallb...
commit
|
commitdiff
|
tree
2021-02-19
Jens Axboe
Merge branch 'for-5.12/io_uring' into io_uring-worker.v2
commit
|
commitdiff
|
tree
2021-02-19
Jens Axboe
Merge branch 'al' into io_uring-worker.v2
commit
|
commitdiff
|
tree
2021-02-19
Hao Xu
io_uring: don't hold uring_lock when calling io_run_tas...
commit
|
commitdiff
|
tree
2021-02-18
Pavel Begunkov
io_uring: fail io-wq submission from a task_work
commit
|
commitdiff
|
tree
2021-02-18
Pavel Begunkov
io_uring: don't take uring_lock during iowq cancel
commit
|
commitdiff
|
tree
2021-02-18
Pavel Begunkov
io_uring: fail links more in io_submit_sqe()
commit
|
commitdiff
|
tree
2021-02-18
Pavel Begunkov
io_uring: don't do async setup for links' heads
commit
|
commitdiff
|
tree
2021-02-18
Pavel Begunkov
io_uring: do io_*_prep() early in io_submit_sqe()
commit
|
commitdiff
|
tree
2021-02-18
Pavel Begunkov
io_uring: split sqe-prep and async setup
commit
|
commitdiff
|
tree
2021-02-18
Pavel Begunkov
io_uring: don't submit link on error
commit
|
commitdiff
|
tree
2021-02-18
Pavel Begunkov
io_uring: move req link into submit_state
commit
|
commitdiff
|
tree
2021-02-18
Pavel Begunkov
io_uring: move io_init_req() into io_submit_sqe()
commit
|
commitdiff
|
tree
2021-02-18
Pavel Begunkov
io_uring: move io_init_req()'s definition
commit
|
commitdiff
|
tree
2021-02-18
Pavel Begunkov
io_uring: don't duplicate ->file check in sfr
commit
|
commitdiff
|
tree
2021-02-18
Pavel Begunkov
io_uring: keep io_*_prep() naming consistent
commit
|
commitdiff
|
tree
2021-02-18
Pavel Begunkov
io_uring: kill fictitious submit iteration index
commit
|
commitdiff
|
tree
2021-02-17
Pavel Begunkov
io_uring: fix read memory leak
commit
|
commitdiff
|
tree
2021-02-17
Jens Axboe
Merge branch 'work.namei' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
2021-02-16
Jens Axboe
io_uring: tctx->task_lock should be IRQ safe
commit
|
commitdiff
|
tree
2021-02-15
Jens Axboe
proc: don't allow async path resolution of /proc/thread...
commit
|
commitdiff
|
tree
2021-02-15
Al Viro
fix handling of nd->depth on LOOKUP_CACHED failures...
commit
|
commitdiff
|
tree
2021-02-14
Linus Torvalds
Linux 5.11
commit
|
commitdiff
|
tree
2021-02-14
Linus Torvalds
Merge branch 'for-rc8-5.11' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
2021-02-14
Linus Torvalds
Merge tag 'kbuild-fixes-v5.11-3' of git://git./linux...
commit
|
commitdiff
|
tree
2021-02-14
Linus Torvalds
Merge tag 'x86_urgent_for_v5.11' of git://git./linux...
commit
|
commitdiff
|
tree
2021-02-14
Arnd Bergmann
leds: rt8515: add V4L2_FLASH_LED_CLASS dependency
commit
|
commitdiff
|
tree
2021-02-14
Rolf Eike Beer
scripts: set proper OpenSSL include dir also for sign...
commit
|
commitdiff
|
tree
2021-02-14
Masahiro Yamada
sparc: remove wrong comment from arch/sparc/include...
commit
|
commitdiff
|
tree
2021-02-13
Linus Torvalds
Merge tag 'clk-fixes-for-linus' of git://git./linux...
commit
|
commitdiff
|
tree
2021-02-13
Linus Torvalds
Merge tag 'scsi-fixes' of git://git./linux/kernel/git...
commit
|
commitdiff
|
tree
2021-02-13
Linus Torvalds
Merge branch 'for-5.11-fixes' of git://git./linux/kerne...
commit
|
commitdiff
|
tree
2021-02-13
Linus Torvalds
Merge branch 'akpm' (patches from Andrew)
commit
|
commitdiff
|
tree
2021-02-13
Linus Torvalds
Merge branch 'i2c/for-current' of git://git./linux...
commit
|
commitdiff
|
tree
2021-02-13
Linus Torvalds
Merge tag 'for-5.11-rc7-tag' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
2021-02-13
Randy Dunlap
h8300: fix PREEMPTION build, TI_PRE_COUNT undefined
commit
|
commitdiff
|
tree
2021-02-13
Andrey Konovalov
MAINTAINERS: add Andrey Konovalov to KASAN reviewers
commit
|
commitdiff
|
tree
2021-02-13
Andrey Konovalov
MAINTAINERS: update Andrey Konovalov's email address
commit
|
commitdiff
|
tree
2021-02-13
Andrey Konovalov
MAINTAINERS: update KASAN file list
commit
|
commitdiff
|
tree
2021-02-13
Rong Chen
scripts/recordmcount.pl: support big endian for ARCH sh
commit
|
commitdiff
|
tree
2021-02-13
Mike Rapoport
m68k: make __pfn_to_phys() and __phys_to_pfn() availabl...
commit
|
commitdiff
|
tree
2021-02-13
Jens Axboe
io_uring: kill cached requests from exiting task closin...
commit
|
commitdiff
|
tree
2021-02-13
Jens Axboe
io_uring: add helper to free all request caches
commit
|
commitdiff
|
tree
2021-02-13
Jens Axboe
io_uring: allow task match to be passed to io_req_cache...
commit
|
commitdiff
|
tree
2021-02-12
Linus Torvalds
Merge tag '5.11-rc7-smb3-github' of git://github.com...
commit
|
commitdiff
|
tree
2021-02-12
Jens Axboe
io-wq: clear out worker ->fs and ->files
commit
|
commitdiff
|
tree
2021-02-12
Linus Torvalds
Merge tag 'io_uring-5.11-2021-02-12' of git://git.kerne...
commit
|
commitdiff
|
tree
2021-02-12
Linus Torvalds
Merge tag 'drm-fixes-2021-02-12' of git://anongit.freed...
commit
|
commitdiff
|
tree
2021-02-12
Linus Torvalds
Merge tag 'trace-v5.11-rc7-2' of git://git./linux/kerne...
commit
|
commitdiff
|
tree
2021-02-12
Linus Torvalds
Merge tag 'for-linus-5.11-rc8-tag' of git://git./linux...
commit
|
commitdiff
|
tree
2021-02-12
Linus Torvalds
Merge tag 'riscv-for-linus-5.11-rc8' of git://git....
commit
|
commitdiff
|
tree
2021-02-12
Linus Torvalds
Merge tag 'arm64-fixes' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
2021-02-12
Pavel Begunkov
io_uring: optimise io_init_req() flags setting
commit
|
commitdiff
|
tree
2021-02-12
Pavel Begunkov
io_uring: clean io_req_find_next() fast check
commit
|
commitdiff
|
tree
2021-02-12
Pavel Begunkov
io_uring: don't check PF_EXITING from syscall
commit
|
commitdiff
|
tree
2021-02-12
Catalin Marinas
arm64: mte: Allow PTRACE_PEEKMTETAGS access to the...
commit
|
commitdiff
|
tree
2021-02-12
Su Yue
btrfs: initialize fs_info::csum_size earlier in open_ctree
commit
|
commitdiff
|
tree
2021-02-12
Pavel Begunkov
io_uring: don't split out consume out of SQE get
commit
|
commitdiff
|
tree
2021-02-12
Pavel Begunkov
io_uring: save ctx put/get for task_work submit
commit
|
commitdiff
|
tree
2021-02-12
Pavel Begunkov
io_uring: don't duplicate io_req_task_queue()
commit
|
commitdiff
|
tree
2021-02-12
Pavel Begunkov
io_uring: optimise SQPOLL mm/files grabbing
commit
|
commitdiff
|
tree
2021-02-12
Pavel Begunkov
io_uring: optimise out unlikely link queue
commit
|
commitdiff
|
tree
2021-02-12
Pavel Begunkov
io_uring: take compl state from submit state
commit
|
commitdiff
|
tree
2021-02-12
Alain Volmat
i2c: stm32f7: fix configuration of the digital filter
commit
|
commitdiff
|
tree
2021-02-12
Dave Airlie
Merge branch 'drm-misc-fixes' of git://anongit.freedesk...
commit
|
commitdiff
|
tree
2021-02-12
Jernej Skrabec
clk: sunxi-ng: mp: fix parent rate change flag check
commit
|
commitdiff
|
tree
2021-02-12
Dave Airlie
Merge tag 'drm-intel-fixes-2021-02-11' of git://anongit...
commit
|
commitdiff
|
tree
2021-02-11
Dave Airlie
Merge tag 'amd-drm-fixes-5.11-2021-02-10' of https...
commit
|
commitdiff
|
tree
2021-02-11
Linus Torvalds
Merge tag 'powerpc-5.11-8' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
2021-02-11
Steven Rostedt...
tracing: Check length before giving out the filter...
commit
|
commitdiff
|
tree
2021-02-11
Linus Torvalds
Merge tag 'gpio-fixes-for-v5.11' of git://git./linux...
commit
|
commitdiff
|
tree
2021-02-11
Pavel Begunkov
io_uring: inline io_complete_rw_common()
commit
|
commitdiff
|
tree
next