Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
eba6f5a330cf042bb0001f0b5e8cbf21be1b25d6
eba6f5a
io-wq: allow grabbing existing io-wq
by Pavel Begunkov
· 5 years ago
cccf0ee
io_uring/io-wq: don't use static creds/mm assignments
by Jens Axboe
· 5 years ago
848f7e1
io-wq: make the io_wq ref counted
by Jens Axboe
· 5 years ago
9466f43
io_uring: fix refcounting with batched allocations at OOM
by Pavel Begunkov
· 5 years ago
8cdf219
io_uring: add comment for drain_next
by Pavel Begunkov
· 5 years ago
980ad26
io_uring: don't attempt to copy iovec for READ/WRITE
by Jens Axboe
· 5 years ago
86a761f
io_uring: honor IOSQE_ASYNC for linked reqs
by Pavel Begunkov
· 5 years ago
1118591
io_uring: prep req when do IOSQE_ASYNC
by Pavel Begunkov
· 5 years ago
0463b6c
io_uring: use labeled array init in io_op_defs
by Pavel Begunkov
· 5 years ago
6b47ee6
io_uring: optimise sqe-to-req flags translation
by Pavel Begunkov
· 5 years ago
8798789
io_uring: remove REQ_F_IO_DRAINED
by Pavel Begunkov
· 5 years ago
e46a795
io_uring: file switch work needs to get flushed on exit
by Jens Axboe
· 5 years ago
b14cca0
io_uring: hide uring_fd in ctx
by Pavel Begunkov
· 5 years ago
0791015
io_uring: remove extra check in __io_commit_cqring
by Pavel Begunkov
· 5 years ago
711be03
io_uring: optimise use of ctx->drain_next
by Pavel Begunkov
· 5 years ago
66f4af9
io_uring: add support for probing opcodes
by Jens Axboe
· 5 years ago
10fef4b
io_uring: account fixed file references correctly in batch
by Jens Axboe
· 5 years ago
354420f
io_uring: add opcode to issue trace event
by Jens Axboe
· 5 years ago
cebdb98
io_uring: add support for IORING_OP_OPENAT2
by Jens Axboe
· 5 years ago
f874888
io_uring: remove 'fname' from io_open structure
by Jens Axboe
· 5 years ago
c12cedf
io_uring: add 'struct open_how' to the openat request context
by Jens Axboe
· 5 years ago
f2842ab
io_uring: enable option to only trigger eventfd for async completions
by Jens Axboe
· 5 years ago
69b3e54
io_uring: change io_ring_ctx bool fields into bit fields
by Jens Axboe
· 5 years ago
c150368
io_uring: file set registration should use interruptible waits
by Jens Axboe
· 5 years ago
96fd84d
io_uring: Remove unnecessary null check
by YueHaibing
· 5 years ago
fddafac
io_uring: add support for send(2) and recv(2)
by Jens Axboe
· 5 years ago
2550878
io_uring: remove extra io_wq_current_is_worker()
by Pavel Begunkov
· 5 years ago
caf582c
io_uring: optimise commit_sqring() for common case
by Pavel Begunkov
· 5 years ago
ee7d46d
io_uring: optimise head checks in io_get_sqring()
by Pavel Begunkov
· 5 years ago
9ef4f12
io_uring: clamp to_submit in io_submit_sqes()
by Pavel Begunkov
· 5 years ago
8110c1a
io_uring: add support for IORING_SETUP_CLAMP
by Jens Axboe
· 5 years ago
c6ca97b30
io_uring: extend batch freeing to cover more cases
by Jens Axboe
· 5 years ago
8237e04
io_uring: wrap multi-req freeing in struct req_batch
by Jens Axboe
· 5 years ago
2b85edf
io_uring: batch getting pcpu references
by Pavel Begunkov
· 5 years ago
4e5ef02
pcpu_ref: add percpu_ref_tryget_many()
by Pavel Begunkov
· 5 years ago
c1ca757
io_uring: add IORING_OP_MADVISE
by Jens Axboe
· 5 years ago
db08ca2
mm: make do_madvise() available internally
by Jens Axboe
· 5 years ago
4840e41
io_uring: add IORING_OP_FADVISE
by Jens Axboe
· 5 years ago
ba04291
io_uring: allow use of offset == -1 to mean file position
by Jens Axboe
· 5 years ago
3a6820f
io_uring: add non-vectored read/write commands
by Jens Axboe
· 5 years ago
e94f141
io_uring: improve poll completion performance
by Jens Axboe
· 5 years ago
ad3eb2c
io_uring: split overflow state into SQ and CQ side
by Jens Axboe
· 5 years ago
d365634
io_uring: add lookup table for various opcode needs
by Jens Axboe
· 5 years ago
add7b6b
io_uring: remove two unnecessary function declarations
by Jens Axboe
· 5 years ago
32fe525
io_uring: move *queue_link_head() from common path
by Pavel Begunkov
· 5 years ago
9d76377
io_uring: rename prev to head
by Pavel Begunkov
· 5 years ago
ce35a47
io_uring: add IOSQE_ASYNC
by Jens Axboe
· 5 years ago
895e2ca
io-wq: support concurrent non-blocking work
by Jens Axboe
· 5 years ago
eddc7ef
io_uring: add support for IORING_OP_STATX
by Jens Axboe
· 5 years ago
3934e36
fs: make two stat prep helpers available
by Jens Axboe
· 5 years ago
05f3fb3
io_uring: avoid ring quiesce for fixed file set unregister and update
by Jens Axboe
· 5 years ago
b5dba59
io_uring: add support for IORING_OP_CLOSE
by Jens Axboe
· 5 years ago
0c9d5cc
io-wq: add support for uncancellable work
by Jens Axboe
· 5 years ago
6e802a4
fs: move filp_close() outside of __close_fd_get_file()
by Jens Axboe
· 5 years ago
15b71ab
io_uring: add support for IORING_OP_OPENAT
by Jens Axboe
· 5 years ago
35cb6d5
fs: make build_open_flags() available internally
by Jens Axboe
· 5 years ago
d63d1b5
io_uring: add support for fallocate()
by Jens Axboe
· 5 years ago
4d92748
Merge branch 'io_uring-5.5' into for-5.6/io_uring-vfs
by Jens Axboe
· 5 years ago
1292e97
io_uring: fix compat for IORING_REGISTER_FILES_UPDATE
by Eugene Syromiatnikov
· 5 years ago
fa7773d
Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into for-5.6/io_uring-vfs
by Jens Axboe
· 5 years ago
def9d27
Linux 5.5-rc7
by Linus Torvalds
· 5 years ago
7008ee1
Merge tag 'riscv/for-v5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
by Linus Torvalds
· 5 years ago
11a8272
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 5 years ago
5f43644
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 5 years ago
b2383ad
cxgb4: reject overlapped queues in TC-MQPRIO offload
by Rahul Lakkireddy
· 5 years ago
c856e2b
cxgb4: fix Tx multi channel port rate limit
by Rahul Lakkireddy
· 5 years ago
09d4f10
net: sched: act_ctinfo: fix memory leak
by Eric Dumazet
· 5 years ago
fc585d4
riscv: Less inefficient gcc tishift helpers (and export their symbols)
by Olof Johansson
· 5 years ago
8f8972a
Merge tag 'mtd/fixes-for-5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux
by Linus Torvalds
· 5 years ago
244dc268
Merge tag 'drm-fixes-2020-01-19' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 5 years ago
95f4d9c
riscv: delete temporary files
by Ilie Halip
· 5 years ago
0cc2682
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
7ff15cd
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
9e79c52
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
a186c11
Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
b07b9e8
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
124b554
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
a1c6f87
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
e2f73d1
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
ba0f472
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
8cac899
Merge tag 'for-linus-2020-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
by Linus Torvalds
· 5 years ago
2324de6
Merge tag 's390-5.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 5 years ago
8965de7
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 5 years ago
f04dba6
Merge tag 'char-misc-5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 5 years ago
bf3f401
Merge tag 'staging-5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 5 years ago
c5fd2c5
Merge tag 'usb-5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 5 years ago
b55eef8
Documentation: path-lookup: include new LOOKUP flags
by Aleksa Sarai
· 5 years ago
b28a10a
selftests: add openat2(2) selftests
by Aleksa Sarai
· 5 years ago
fddb5d4
open: introduce openat2(2) syscall
by Aleksa Sarai
· 5 years ago
e02d9c4
Merge branch 'bnxt_en-fixes'
by David S. Miller
· 5 years ago
d061b24
bnxt_en: Do not treat DSN (Digital Serial Number) read failure as fatal.
by Michael Chan
· 5 years ago
6fc7caa8
bnxt_en: Fix ipv6 RFS filter matching logic.
by Michael Chan
· 5 years ago
ceb3284
bnxt_en: Fix NTUPLE firmware command failures.
by Michael Chan
· 5 years ago
6b3ad66
ptrace: reintroduce usage of subjective credentials in ptrace_has_cap()
by Christian Brauner
· 5 years ago
f66d84c
Merge tag 'drm-misc-fixes-2020-01-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
by Dave Airlie
· 5 years ago
e33c7ba
Merge tag 'drm-intel-fixes-2020-01-16' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
by Dave Airlie
· 5 years ago
d704866
mtd: rawnand: gpmi: Restore nfc timing setup after suspend/resume
by Esben Haabendal
· 5 years ago
5bc6bb6
mtd: rawnand: gpmi: Fix suspend/resume problem
by Esben Haabendal
· 5 years ago
da2ef81
mtd: spi-nor: Fix quad enable for Spansion like flashes
by Michael Walle
· 5 years ago
440b6d5
mtd: spi-nor: Fix selection of 4-byte addressing opcodes on Spansion
by Vignesh Raghavendra
· 5 years ago
Next »