Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
0e9ddb39b7d964d716cddd6e6bd1aab3f800066e
0e9ddb3
io_uring: cleanup up cancel SQPOLL reqs across exec
by Pavel Begunkov
· 4 years ago
257e84a
io_uring: refactor sendmsg/recvmsg iov managing
by Pavel Begunkov
· 4 years ago
5476dfe
io_uring: clean iov usage for recvmsg buf select
by Pavel Begunkov
· 4 years ago
2a78080
io_uring: set msg_name on msg fixup
by Pavel Begunkov
· 4 years ago
5280f7e
io_uring/io-wq: return 2-step work swap scheme
by Pavel Begunkov
· 4 years ago
ea64ec02
io_uring: deduplicate file table slot calculation
by Pavel Begunkov
· 4 years ago
847595d
io_uring: io_import_iovec return type cleanup
by Pavel Begunkov
· 4 years ago
75c668c
io_uring: treat NONBLOCK and RWF_NOWAIT similarly
by Pavel Begunkov
· 4 years ago
b23df91
io_uring: highlight read-retry loop
by Pavel Begunkov
· 4 years ago
5ea5dd4
io_uring: inline io_read()'s iovec freeing
by Pavel Begunkov
· 4 years ago
7335e3b
io_uring: don't forget to adjust io_size
by Pavel Begunkov
· 4 years ago
6bf985d
io_uring: let io_setup_async_rw take care of iovec
by Pavel Begunkov
· 4 years ago
1a2cc0c
io_uring: further simplify do_read error parsing
by Pavel Begunkov
· 4 years ago
6713e7a
io_uring: refactor io_read for unsupported nowait
by Pavel Begunkov
· 4 years ago
eeb60b9
io_uring: refactor io_cqring_wait
by Pavel Begunkov
· 4 years ago
c1d5a22
io_uring: refactor scheduling in io_cqring_wait
by Pavel Begunkov
· 4 years ago
9936c7c
io_uring: deduplicate core cancellations sequence
by Pavel Begunkov
· 4 years ago
57cd657
io_uring: simplify do_read return parsing
by Pavel Begunkov
· 4 years ago
ce3d5aa
io_uring: deduplicate adding to REQ_F_INFLIGHT
by Pavel Begunkov
· 4 years ago
e86d004
io_uring: remove work flags after cleanup
by Pavel Begunkov
· 4 years ago
34e08fe
io_uring: inline io_req_drop_files()
by Pavel Begunkov
· 4 years ago
ba13e23
io_uring: kill not used needs_file_no_error
by Pavel Begunkov
· 4 years ago
9ae1f8d
io_uring: fix inconsistent lock state
by Pavel Begunkov
· 4 years ago
13770a7
io_uring: Fix NULL dereference in error in io_sqe_files_register()
by Dan Carpenter
· 4 years ago
8b28fdf
io_uring: check kthread parked flag before sqthread goes to sleep
by Hao Xu
· 4 years ago
090da7d
MAINTAINERS: update io_uring section
by Pavel Begunkov
· 4 years ago
4e0377a
io_uring: Add skip option for __io_sqe_files_update
by noah
· 4 years ago
67973b9
io_uring: cleanup files_update looping
by Pavel Begunkov
· 4 years ago
7c66073
io_uring: consolidate putting reqs task
by Pavel Begunkov
· 4 years ago
ecfc849
io_uring: ensure only sqo_task has file notes
by Pavel Begunkov
· 4 years ago
0bead8c
io_uring: simplify io_remove_personalities()
by Yejune Deng
· 4 years, 1 month ago
4014d94
io_uring/io-wq: kill off now unused IO_WQ_WORK_NO_CANCEL
by Jens Axboe
· 4 years ago
9eac190
io_uring: get rid of intermediate IORING_OP_CLOSE stage
by Jens Axboe
· 4 years ago
53dec2e
fs: provide locked helper variant of close_fd_get_file()
by Jens Axboe
· 4 years ago
e342c80
io_uring: save atomic dec for inline executed reqs
by Pavel Begunkov
· 4 years ago
9affd66
io_uring: don't flush CQEs deep down the stack
by Pavel Begunkov
· 4 years ago
a38d68d
io_uring: help inlining of io_req_complete()
by Pavel Begunkov
· 4 years ago
8662dae
io_uring: add a helper timeout mode calculation
by Pavel Begunkov
· 4 years ago
eab30c4
io_uring: deduplicate failing task_work_add
by Pavel Begunkov
· 4 years ago
02b23a9
io_uring: remove __io_state_file_put
by Pavel Begunkov
· 4 years ago
85bcb6c
io_uring: simplify io_alloc_req()
by Pavel Begunkov
· 4 years ago
888aae2
io_uring: further deduplicate #CQ events calc
by Pavel Begunkov
· 4 years ago
ec30e04
io_uring: inline __io_commit_cqring()
by Pavel Begunkov
· 4 years ago
2d7e935
io_uring: inline io_async_submit()
by Pavel Begunkov
· 4 years ago
5c766a9
io_uring: cleanup personalities under uring_lock
by Pavel Begunkov
· 4 years ago
dc2a6e9
io_uring: refactor io_resubmit_prep()
by Pavel Begunkov
· 4 years ago
bf6182b6d
io_uring: optimise io_rw_reissue()
by Pavel Begunkov
· 4 years ago
00835dc
io_uring: make percpu_ref_release names consistent
by Bijan Mottahedeh
· 4 years ago
1ad555c
io_uring: create common fixed_rsrc_data allocation routines
by Bijan Mottahedeh
· 4 years ago
d7954b2
io_uring: create common fixed_rsrc_ref_node handling routines
by Bijan Mottahedeh
· 4 years ago
bc9744c
io_uring: split ref_node alloc and init
by Pavel Begunkov
· 4 years ago
6802535
io_uring: split alloc_fixed_file_ref_node
by Bijan Mottahedeh
· 4 years ago
2a63b2d
io_uring: add rsrc_ref locking routines
by Bijan Mottahedeh
· 4 years ago
d67d226
io_uring: separate ref_list from fixed_rsrc_data
by Bijan Mottahedeh
· 4 years ago
5023853
io_uring: generalize io_queue_rsrc_removal
by Bijan Mottahedeh
· 4 years ago
269bbe5
io_uring: rename file related variables to rsrc
by Bijan Mottahedeh
· 4 years ago
2b35860
io_uring: modularize io_sqe_buffers_register
by Bijan Mottahedeh
· 4 years ago
0a96bbe
io_uring: modularize io_sqe_buffer_register
by Bijan Mottahedeh
· 4 years ago
3a81fd0
io_uring: enable LOOKUP_CACHED path resolution for filename lookups
by Jens Axboe
· 4 years, 1 month ago
b2d86c7
Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into for-5.12/io_uring
by Jens Axboe
· 4 years ago
1048ba8
Linux 5.11-rc6
by Linus Torvalds
· 4 years ago
ac8c6ed
Merge tag 'efi-urgent-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 4 years ago
f5a376e
Merge tag 'x86_entry_for_v5.11_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 4 years ago
17b756d
Merge tag 'timers-urgent-2021-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 4 years ago
f7ea44c
Merge tag 'core-urgent-2021-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 4 years ago
b333a99
Merge tag 'powerpc-5.11-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 4 years ago
1188866
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 4 years ago
29bd2d2
Merge branch 'for-rc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds
by Linus Torvalds
· 4 years ago
c178fae
Merge tag 'nfs-for-5.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 4 years ago
e1c6edc
leds: rt8515: Add Richtek RT8515 LED driver
by Linus Walleij
· 4 years ago
c8283eb
dt-bindings: leds: Add DT binding for Richtek RT8515
by Linus Walleij
· 4 years ago
27af8e2
leds: trigger: fix potential deadlock with libata
by Andrea Righi
· 4 years, 2 months ago
47854d2
leds: leds-ariel: convert comma to semicolon
by Zheng Yongjun
· 4 years, 1 month ago
4e04b11
leds: leds-lm3533: convert comma to semicolon
by Zheng Yongjun
· 4 years, 1 month ago
6642d60
Merge tag '5.11-rc5-smb3' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 4 years ago
ad8b3c1
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 4 years ago
03e319e
Merge tag 'for-linus' of git://github.com/openrisc/linux
by Linus Torvalds
· 4 years ago
8c94764
Merge tag 'devicetree-fixes-for-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 4 years ago
3bf2553
Merge tag 's390-5.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 4 years ago
e37c0fb
Merge tag 'riscv-for-linus-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
by Linus Torvalds
· 4 years ago
32ada6b
dt-bindings: Cleanup standard unit properties
by Rob Herring
· 4 years ago
0e9bcda
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 4 years ago
c05d51c
Merge tag 'for-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 4 years ago
2ba1c4d
Merge tag 'block-5.11-2021-01-29' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 4 years ago
c0ec4ff
Merge tag 'io_uring-5.11-2021-01-29' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 4 years ago
1bea2a9
soc: litex: Properly depend on HAS_IOMEM
by David Gow
· 4 years ago
8ef24c2
Merge tag 'iommu-fixes-v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 4 years ago
32b0c41
Merge tag 'pm-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 4 years ago
016decc
Merge tag 'acpi-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 4 years ago
6305d15
Merge tag 'drm-fixes-2021-01-29' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 4 years ago
a9cbbb8
tty: avoid using vfs_iocb_iter_write() for redirected console writes
by Linus Torvalds
· 4 years ago
b584b7e
Merge branch 'acpi-sysfs'
by Rafael J. Wysocki
· 4 years ago
cd92cdb
null_blk: cleanup zoned mode initialization
by Damien Le Moal
· 4 years ago
0d4873f
cifs: fix dfs domain referrals
by Ronnie Sahlberg
· 4 years ago
bec4c29
Merge tag 'ecryptfs-5.11-rc6-setxattr-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
by Linus Torvalds
· 4 years ago
e0ecafe
Merge tag 'amd-drm-fixes-5.11-2021-01-28' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
by Dave Airlie
· 4 years ago
9a1054c
Merge tag 'drm-intel-fixes-2021-01-28' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
by Dave Airlie
· 4 years ago
fb62b7b
Merge tag 'drm-misc-fixes-2021-01-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
by Dave Airlie
· 4 years ago
87bff75
Merge branch '04.01-ampere-lite' of git://github.com/skeggsb/linux into drm-fixes
by Dave Airlie
· 4 years ago
ba839b7
drm/nouveau/kms/gk104-gp1xx: Fix > 64x64 cursors
by Lyude Paul
· 4 years ago
Next »