projects
/
linux-block.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
linux-block.git
2024-09-20
Jens Axboe
io_uring: check if we need to reschedule during overflo...
for-6.12/io_uring
for-6.12/io_uring-20240922
commit
|
commitdiff
|
tree
2024-09-20
Jens Axboe
io_uring: improve request linking trace
commit
|
commitdiff
|
tree
2024-09-19
Jens Axboe
io_uring: check for presence of task_work rather than...
commit
|
commitdiff
|
tree
2024-09-17
Olivier Langlois
io_uring/sqpoll: do the napi busy poll outside the...
commit
|
commitdiff
|
tree
2024-09-16
Dan Carpenter
io_uring: clean up a type in io_uring_register_get_file()
commit
|
commitdiff
|
tree
2024-09-16
Felix Moessbauer
io_uring/sqpoll: do not put cpumask on stack
commit
|
commitdiff
|
tree
2024-09-16
Jens Axboe
io_uring/sqpoll: retain test for whether the CPU is...
commit
|
commitdiff
|
tree
2024-09-15
Jens Axboe
io_uring/rsrc: change ubuf->ubuf_end to length tracking
commit
|
commitdiff
|
tree
2024-09-15
Jens Axboe
io_uring/rsrc: get rid of io_mapped_ubuf->folio_mask
commit
|
commitdiff
|
tree
2024-09-14
Jens Axboe
io_uring: rename "copy buffers" to "clone buffers"
commit
|
commitdiff
|
tree
2024-09-12
Jens Axboe
io_uring: add IORING_REGISTER_COPY_BUFFERS method
for-6.12/io_uring-20240913
commit
|
commitdiff
|
tree
2024-09-12
Jens Axboe
io_uring/register: provide helper to get io_ring_ctx...
commit
|
commitdiff
|
tree
2024-09-11
Jens Axboe
io_uring/rsrc: add reference count to struct io_mapped_ubuf
commit
|
commitdiff
|
tree
2024-09-11
Jens Axboe
io_uring/rsrc: clear 'slot' entry upfront
commit
|
commitdiff
|
tree
2024-09-11
Felix Moessbauer
io_uring/io-wq: inherit cpuset of cgroup in io worker
commit
|
commitdiff
|
tree
2024-09-11
Felix Moessbauer
io_uring/io-wq: do not allow pinning outside of cpuset
commit
|
commitdiff
|
tree
2024-09-10
Jens Axboe
io_uring/rw: drop -EOPNOTSUPP check in __io_complete_rw...
commit
|
commitdiff
|
tree
2024-09-10
Jens Axboe
io_uring/rw: treat -EOPNOTSUPP for IOCB_NOWAIT like...
commit
|
commitdiff
|
tree
2024-09-09
Felix Moessbauer
io_uring/sqpoll: do not allow pinning outside of cpuset
commit
|
commitdiff
|
tree
2024-09-08
Jens Axboe
io_uring/eventfd: move refs to refcount_t
commit
|
commitdiff
|
tree
2024-09-02
Anuj Gupta
io_uring: remove unused rsrc_put_fn
commit
|
commitdiff
|
tree
2024-09-02
Anuj Gupta
io_uring: add new line after variable declaration
commit
|
commitdiff
|
tree
2024-08-30
Jens Axboe
io_uring: add GCOV_PROFILE_URING Kconfig option
commit
|
commitdiff
|
tree
2024-08-29
Jens Axboe
io_uring/kbuf: add support for incremental buffer consu...
commit
|
commitdiff
|
tree
2024-08-29
Jens Axboe
io_uring/kbuf: pass in 'len' argument for buffer commit
commit
|
commitdiff
|
tree
2024-08-29
Jens Axboe
Revert "io_uring: Require zeroed sqe->len on provided...
commit
|
commitdiff
|
tree
2024-08-29
Jens Axboe
io_uring/kbuf: move io_ring_head_to_buf() to kbuf.h
commit
|
commitdiff
|
tree
2024-08-29
Jens Axboe
io_uring/kbuf: add io_kbuf_commit() helper
commit
|
commitdiff
|
tree
2024-08-25
Jens Axboe
io_uring/kbuf: shrink nr_iovs/mode in struct buf_sel_arg
commit
|
commitdiff
|
tree
2024-08-25
Jens Axboe
io_uring: wire up min batch wake timeout
commit
|
commitdiff
|
tree
2024-08-25
Jens Axboe
io_uring: add support for batch wait timeout
commit
|
commitdiff
|
tree
2024-08-25
Jens Axboe
io_uring: implement our own schedule timeout handling
commit
|
commitdiff
|
tree
2024-08-25
Jens Axboe
io_uring: move schedule wait logic into helper
commit
|
commitdiff
|
tree
2024-08-25
Jens Axboe
io_uring: encapsulate extraneous wait flags into a...
commit
|
commitdiff
|
tree
2024-08-25
Pavel Begunkov
io_uring: user registered clockid for wait timeouts
commit
|
commitdiff
|
tree
2024-08-25
Pavel Begunkov
io_uring: add absolute mode wait timeouts
commit
|
commitdiff
|
tree
2024-08-25
Pavel Begunkov
io_uring/napi: postpone napi timeout adjustment
commit
|
commitdiff
|
tree
2024-08-25
Pavel Begunkov
io_uring/napi: refactor __io_napi_busy_loop()
commit
|
commitdiff
|
tree
2024-08-25
Jens Axboe
io_uring/kbuf: turn io_buffer_list booleans into flags
commit
|
commitdiff
|
tree
2024-08-25
Jens Axboe
io_uring/net: use ITER_UBUF for single segment send...
commit
|
commitdiff
|
tree
2024-08-25
Jens Axboe
io_uring/kbuf: use 'bl' directly rather than req->buf_list
commit
|
commitdiff
|
tree
2024-08-25
Olivier Langlois
io_uring: micro optimization of __io_sq_thread() condition
commit
|
commitdiff
|
tree
2024-08-25
Chenliang Li
io_uring/rsrc: enable multi-hugepage buffer coalescing
commit
|
commitdiff
|
tree
2024-08-25
Chenliang Li
io_uring/rsrc: store folio shift and mask into imu
commit
|
commitdiff
|
tree
2024-08-25
Olivier Langlois
io_uring: add napi busy settings to the fdinfo output
commit
|
commitdiff
|
tree
2024-08-25
Linus Torvalds
Linux 6.11-rc5
v6.11-rc5
commit
|
commitdiff
|
tree
2024-08-25
Linus Torvalds
Merge tag 'bcachefs-2024-08-24' of git://evilpiepirate...
commit
|
commitdiff
|
tree
2024-08-25
Linus Torvalds
Merge tag '6.11-rc5-server-fixes' of git://git.samba...
commit
|
commitdiff
|
tree
2024-08-25
Linus Torvalds
Merge tag 's390-6.11-4' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
2024-08-25
Linus Torvalds
Merge tag 'scsi-fixes' of git://git./linux/kernel/git...
commit
|
commitdiff
|
tree
2024-08-24
Kent Overstreet
bcachefs: Fix rebalance_work accounting
commit
|
commitdiff
|
tree
2024-08-24
Kent Overstreet
bcachefs: Fix failure to flush moves before sleeping...
commit
|
commitdiff
|
tree
2024-08-24
Linus Torvalds
Merge tag 'cgroup-for-6.11-rc4-fixes' of git://git...
commit
|
commitdiff
|
tree
2024-08-24
Linus Torvalds
Merge tag 'wq-for-6.11-rc4-fixes' of git://git./linux...
commit
|
commitdiff
|
tree
2024-08-24
Linus Torvalds
Merge tag 'mips-fixes_6.11_1' of git://git./linux/kerne...
commit
|
commitdiff
|
tree
2024-08-24
Linus Torvalds
Merge tag 'arm64-fixes' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
2024-08-24
Linus Torvalds
Merge tag 'nfs-for-6.11-2' of git://git.linux-nfs.org...
commit
|
commitdiff
|
tree
2024-08-24
Linus Torvalds
Merge tag 'v6.11-rc4-client-fixes' of git://git.samba...
commit
|
commitdiff
|
tree
2024-08-24
Linus Torvalds
Merge tag 'input-for-v6.11-rc4' of git://git./linux...
commit
|
commitdiff
|
tree
2024-08-24
Linus Torvalds
Merge tag 'drm-fixes-2024-08-24' of https://gitlab...
commit
|
commitdiff
|
tree
2024-08-23
Linus Torvalds
Merge tag 'block-6.11-20240823' of git://git.kernel...
commit
|
commitdiff
|
tree
2024-08-23
Linus Torvalds
Merge tag 'io_uring-6.11-20240823' of git://git.kernel...
commit
|
commitdiff
|
tree
2024-08-23
Linus Torvalds
Merge tag 'acpi-6.11-rc5' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
2024-08-23
Linus Torvalds
Merge tag 'thermal-6.11-rc5' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
2024-08-23
Linus Torvalds
Merge tag 'mmc-v6.11-rc1' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
2024-08-23
Linus Torvalds
Merge tag 'spi-fix-v6.11-rc3' of git://git./linux/kerne...
commit
|
commitdiff
|
tree
2024-08-23
Linus Torvalds
Merge tag 'pwrseq-fixes-for-v6.11-rc5' of git://git...
commit
|
commitdiff
|
tree
2024-08-23
Linus Torvalds
Merge tag 'pmdomain-v6.11-rc2' of git://git./linux...
commit
|
commitdiff
|
tree
2024-08-23
Catalin Marinas
Merge tag 'kvmarm-fixes-6.11-2' of git://git./linux...
commit
|
commitdiff
|
tree
2024-08-23
Linus Torvalds
Merge tag 'ata-6.11-rc5' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
2024-08-22
Linus Torvalds
Merge tag 'net-6.11-rc5' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
2024-08-22
Linus Torvalds
Merge tag 'kbuild-fixes-v6.11-2' of git://git./linux...
commit
|
commitdiff
|
tree
2024-08-22
Dave Airlie
Merge tag 'drm-xe-fixes-2024-08-22' of https://gitlab...
commit
|
commitdiff
|
tree
2024-08-22
Dave Airlie
Merge tag 'drm-misc-fixes-2024-08-22' of https://gitlab...
commit
|
commitdiff
|
tree
2024-08-22
Dave Airlie
Merge tag 'drm-intel-fixes-2024-08-22' of https://gitla...
commit
|
commitdiff
|
tree
2024-08-22
Dave Airlie
Merge tag 'amd-drm-fixes-6.11-2024-08-21' of https...
commit
|
commitdiff
|
tree
2024-08-22
Jens Axboe
Merge tag 'nvme-6.11-2024-08-22' of git://git.infradead...
block-6.11-20240823
commit
|
commitdiff
|
tree
2024-08-22
Trond Myklebust
NFS: Avoid unnecessary rescanning of the per-server...
commit
|
commitdiff
|
tree
2024-08-22
Trond Myklebust
NFSv4: Fix clearing of layout segments in layoutreturn
commit
|
commitdiff
|
tree
2024-08-22
Trond Myklebust
NFSv4: Add missing rescheduling points in nfs_client_re...
commit
|
commitdiff
|
tree
2024-08-22
Jeff Layton
nfs: fix bitmap decoder to handle a 3rd word
commit
|
commitdiff
|
tree
2024-08-22
Jeff Layton
nfs: fix the fetch of FATTR4_OPEN_ARGUMENTS
commit
|
commitdiff
|
tree
2024-08-22
Dave Airlie
Merge tag 'drm-msm-fixes-2024-08-19' of https://gitlab...
commit
|
commitdiff
|
tree
2024-08-22
ChenXiaoSong
smb/client: fix typo: GlobalMid_Sem -> GlobalMid_Lock
commit
|
commitdiff
|
tree
2024-08-22
Nilay Shroff
nvme: Remove unused field
commit
|
commitdiff
|
tree
2024-08-22
Ming Lei
nvme: move stopping keep-alive into nvme_uninit_ctrl()
commit
|
commitdiff
|
tree
2024-08-22
Alexandra Winter
s390/iucv: Fix vargs handling in iucv_alloc_device()
commit
|
commitdiff
|
tree
2024-08-22
Menglong Dong
net: ovs: fix ovs_drop_reasons error
commit
|
commitdiff
|
tree
2024-08-22
Jakub Kicinski
Merge tag 'nf-24-08-22' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
2024-08-22
Jakub Kicinski
Merge branch 'net-xilinx-axienet-multicast-fixes-and...
commit
|
commitdiff
|
tree
2024-08-22
Sean Anderson
net: xilinx: axienet: Fix dangling multicast addresses
commit
|
commitdiff
|
tree
2024-08-22
Sean Anderson
net: xilinx: axienet: Always disable promiscuous mode
commit
|
commitdiff
|
tree
2024-08-22
Krzysztof Kozlowski
thermal: of: Fix OF node leak in of_thermal_zone_find...
commit
|
commitdiff
|
tree
2024-08-22
Krzysztof Kozlowski
thermal: of: Fix OF node leak in thermal_of_zone_register()
commit
|
commitdiff
|
tree
2024-08-22
Krzysztof Kozlowski
thermal: of: Fix OF node leak in thermal_of_trips_init...
commit
|
commitdiff
|
tree
2024-08-22
Masahiro Yamada
kbuild: fix typos "prequisites" to "prerequisites"
commit
|
commitdiff
|
tree
2024-08-22
Paulo Alcantara
smb: client: ignore unhandled reparse tags
commit
|
commitdiff
|
tree
2024-08-22
Steve French
smb3: fix problem unloading module due to leaked refcou...
commit
|
commitdiff
|
tree
2024-08-22
Alexander Gordeev
s390/boot: Fix KASLR base offset off by __START_KERNEL...
commit
|
commitdiff
|
tree
2024-08-22
Alexander Gordeev
s390/boot: Avoid possible physmem_info segment corruption
commit
|
commitdiff
|
tree
next