index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
jobserver-exec
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-09
io-uring: add napi busy poll support
Stefan Roesch
7
-1
/
+373
2024-02-09
io-uring: move io_wait_queue definition to header file
Stefan Roesch
2
-21
/
+22
2024-02-09
net: add napi_busy_loop_rcu()
Stefan Roesch
2
-0
/
+19
2024-02-09
net: split off __napi_busy_poll from napi_busy_poll
Stefan Roesch
1
-14
/
+28
2024-02-09
io_uring: add support for ftruncate
Tony Solomonik
5
-1
/
+64
2024-02-09
Add do_ftruncate that truncates a struct file
Tony Solomonik
2
-25
/
+29
2024-02-08
io_uring: Simplify the allocation of slab caches
Kunwu Chan
1
-3
/
+2
2024-02-08
io_uring: re-arrange struct io_ring_ctx to reduce padding
Jens Axboe
1
-15
/
+16
2024-02-08
io_uring/sqpoll: manage task_work privately
Jens Axboe
3
-17
/
+82
2024-02-08
io_uring: pass in counter to handle_tw_list() rather than return it
Jens Axboe
1
-5
/
+3
2024-02-08
io_uring: cleanup handle_tw_list() calling convention
Jens Axboe
1
-16
/
+13
2024-02-08
io_uring/poll: improve readability of poll reference decrementing
Jens Axboe
1
-2
/
+2
2024-02-08
io_uring: remove unconditional looping in local task_work handling
Jens Axboe
1
-15
/
+29
2024-02-08
io_uring: remove next io_kiocb fetch in task_work running
Jens Axboe
1
-3
/
+0
2024-02-08
io_uring: handle traditional task_work in FIFO order
Jens Axboe
1
-1
/
+1
2024-02-08
io_uring: remove 'loops' argument from trace_io_uring_task_work_run()
Jens Axboe
2
-8
/
+4
2024-02-08
io_uring: remove looping around handling traditional task_work
Jens Axboe
1
-38
/
+7
2024-02-08
io_uring/kbuf: cleanup passing back cflags
Jens Axboe
2
-24
/
+31
2024-02-08
io_uring/rw: remove dead file == NULL check
Jens Axboe
1
-1
/
+1
2024-02-08
io_uring: cleanup io_req_complete_post()
Jens Axboe
1
-4
/
+4
2024-02-08
io_uring: mark the need to lock/unlock the ring as unlikely
Jens Axboe
1
-2
/
+2
2024-02-08
io_uring: add io_file_can_poll() helper
Jens Axboe
6
-6
/
+21
2024-02-08
io_uring/cancel: don't default to setting req->work.cancel_seq
Jens Axboe
5
-8
/
+15
2024-02-08
io_uring: expand main struct io_kiocb flags to 64-bits
Jens Axboe
4
-50
/
+58
2024-02-07
io_uring: use file_mnt_idmap helper
Alexander Mikhalitsyn
1
-1
/
+1
2024-02-04
Linux 6.8-rc3
v6.8-rc3
Linus Torvalds
1
-1
/
+1
2024-02-02
Input: i8042 - add Fujitsu Lifebook U728 to i8042 quirk table
Szilard Fabian
1
-0
/
+8
2024-02-02
Input: i8042 - fix strange behavior of touchpad on Clevo NS70PU
Werner Sembach
1
-0
/
+6
2024-02-02
dm-crypt, dm-verity: disable tasklets
Mikulas Patocka
3
-61
/
+4
2024-02-02
Revert "gfs2: Use GL_NOBLOCK flag for non-blocking lookups"
Andreas Gruenbacher
2
-18
/
+13
2024-02-02
dmaengine: at_hdmac: add missing kernel-doc style description
Vinod Koul
1
-1
/
+10
2024-02-02
powerpc: iommu: Bring back table group release_ownership() call
Shivaprasad G Bhat
1
-9
/
+28
2024-02-02
nouveau: offload fence uevents work to workqueue
Dave Airlie
2
-6
/
+19
2024-02-02
nouveau/gsp: use correct size for registry rpc.
Dave Airlie
1
-1
/
+1
2024-02-02
ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type
Zhang Yi
1
-29
/
+3
2024-02-02
ext4: make ext4_map_blocks() distinguish delalloc only extent
Zhang Yi
3
-3
/
+10
2024-02-02
ext4: add a hole extent entry in cache after punch
Zhang Yi
1
-2
/
+4
2024-02-02
Input: atkbd - do not skip atkbd_deactivate() when skipping ATKBD_CMD_GETID
Hans de Goede
1
-1
/
+2
2024-02-02
Input: atkbd - skip ATKBD_CMD_SETLEDS when skipping ATKBD_CMD_GETID
Hans de Goede
1
-5
/
+8
2024-02-02
ext4: correct the hole length returned by ext4_map_blocks()
Zhang Yi
1
-41
/
+70
2024-02-02
ext4: convert to exclusive lock while inserting delalloc extents
Zhang Yi
1
-14
/
+11
2024-02-02
ext4: refactor ext4_da_map_blocks()
Zhang Yi
1
-22
/
+17
2024-02-01
Kconfig: Disable -Wstringop-overflow for GCC globally
Linus Torvalds
1
-3
/
+3
2024-02-01
smb: client: increase number of PDUs allowed in a compound request
Paulo Alcantara
2
-3
/
+3
2024-02-01
cifs: failure to add channel on iface should bump up weight
Shyam Prasad N
1
-0
/
+2
2024-02-01
cifs: do not search for channel if server is terminating
Shyam Prasad N
2
-1
/
+5
2024-02-01
cifs: avoid redundant calls to disable multichannel
Shyam Prasad N
1
-1
/
+1
2024-02-01
block: Fix where bio IO priority gets set
Hongyu Jin
2
-10
/
+10
2024-02-01
doc/netlink/specs: Add missing attr in rt_link spec
Donald Hunter
1
-0
/
+10
2024-02-01
idpf: avoid compiler padding in virtchnl2_ptype struct
Pavan Kumar Linga
1
-1
/
+1
[next]