index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
io-uring: add sqpoll support for napi busy poll
Stefan Roesch
2024-02-09
3
-1
/
+33
*
io-uring: add napi busy poll support
Stefan Roesch
2024-02-09
7
-1
/
+373
*
io-uring: move io_wait_queue definition to header file
Stefan Roesch
2024-02-09
2
-21
/
+22
*
Merge branch 'for-io_uring-add-napi-busy-polling-support' of git://git.kernel...
Jens Axboe
2024-02-09
2
-14
/
+47
|
\
|
*
net: add napi_busy_loop_rcu()
Stefan Roesch
2024-02-09
2
-0
/
+19
|
*
net: split off __napi_busy_poll from napi_busy_poll
Stefan Roesch
2024-02-09
1
-14
/
+28
*
|
io_uring: add support for ftruncate
Tony Solomonik
2024-02-09
5
-1
/
+64
*
|
Add do_ftruncate that truncates a struct file
Tony Solomonik
2024-02-09
2
-25
/
+29
*
|
io_uring: Simplify the allocation of slab caches
Kunwu Chan
2024-02-08
1
-3
/
+2
*
|
io_uring: re-arrange struct io_ring_ctx to reduce padding
Jens Axboe
2024-02-08
1
-15
/
+16
*
|
io_uring/sqpoll: manage task_work privately
Jens Axboe
2024-02-08
3
-17
/
+82
*
|
io_uring: pass in counter to handle_tw_list() rather than return it
Jens Axboe
2024-02-08
1
-5
/
+3
*
|
io_uring: cleanup handle_tw_list() calling convention
Jens Axboe
2024-02-08
1
-16
/
+13
*
|
io_uring/poll: improve readability of poll reference decrementing
Jens Axboe
2024-02-08
1
-2
/
+2
*
|
io_uring: remove unconditional looping in local task_work handling
Jens Axboe
2024-02-08
1
-15
/
+29
*
|
io_uring: remove next io_kiocb fetch in task_work running
Jens Axboe
2024-02-08
1
-3
/
+0
*
|
io_uring: handle traditional task_work in FIFO order
Jens Axboe
2024-02-08
1
-1
/
+1
*
|
io_uring: remove 'loops' argument from trace_io_uring_task_work_run()
Jens Axboe
2024-02-08
2
-8
/
+4
*
|
io_uring: remove looping around handling traditional task_work
Jens Axboe
2024-02-08
1
-38
/
+7
*
|
io_uring/kbuf: cleanup passing back cflags
Jens Axboe
2024-02-08
2
-24
/
+31
*
|
io_uring/rw: remove dead file == NULL check
Jens Axboe
2024-02-08
1
-1
/
+1
*
|
io_uring: cleanup io_req_complete_post()
Jens Axboe
2024-02-08
1
-4
/
+4
*
|
io_uring: mark the need to lock/unlock the ring as unlikely
Jens Axboe
2024-02-08
1
-2
/
+2
*
|
io_uring: add io_file_can_poll() helper
Jens Axboe
2024-02-08
6
-6
/
+21
*
|
io_uring/cancel: don't default to setting req->work.cancel_seq
Jens Axboe
2024-02-08
5
-8
/
+15
*
|
io_uring: expand main struct io_kiocb flags to 64-bits
Jens Axboe
2024-02-08
4
-50
/
+58
*
|
io_uring: use file_mnt_idmap helper
Alexander Mikhalitsyn
2024-02-07
1
-1
/
+1
|
/
*
Linux 6.8-rc3
v6.8-rc3
Linus Torvalds
2024-02-04
1
-1
/
+1
*
Merge tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-02-04
11
-189
/
+203
|
\
|
*
ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type
Zhang Yi
2024-02-02
1
-29
/
+3
|
*
ext4: make ext4_map_blocks() distinguish delalloc only extent
Zhang Yi
2024-02-02
3
-3
/
+10
|
*
ext4: add a hole extent entry in cache after punch
Zhang Yi
2024-02-02
1
-2
/
+4
|
*
ext4: correct the hole length returned by ext4_map_blocks()
Zhang Yi
2024-02-02
1
-41
/
+70
|
*
ext4: convert to exclusive lock while inserting delalloc extents
Zhang Yi
2024-02-02
1
-14
/
+11
|
*
ext4: refactor ext4_da_map_blocks()
Zhang Yi
2024-02-02
1
-22
/
+17
|
*
ext4: remove 'needed' in trace_ext4_discard_preallocations
Kemeng Shi
2024-01-18
2
-10
/
+6
|
*
ext4: remove unnecessary parameter "needed" in ext4_discard_preallocations
Kemeng Shi
2024-01-18
9
-22
/
+18
|
*
ext4: remove unused return value of ext4_mb_release_group_pa
Kemeng Shi
2024-01-18
1
-4
/
+2
|
*
ext4: remove unused return value of ext4_mb_release_inode_pa
Kemeng Shi
2024-01-18
1
-3
/
+1
|
*
ext4: remove unused return value of ext4_mb_release
Kemeng Shi
2024-01-18
2
-4
/
+2
|
*
ext4: remove unused ext4_allocation_context::ac_groups_considered
Kemeng Shi
2024-01-18
1
-1
/
+0
|
*
ext4: remove unneeded return value of ext4_mb_release_context
Kemeng Shi
2024-01-18
1
-2
/
+1
|
*
ext4: remove unused parameter ngroup in ext4_mb_choose_next_group_*()
Kemeng Shi
2024-01-18
1
-6
/
+6
|
*
ext4: remove unused return value of __mb_check_buddy
Kemeng Shi
2024-01-18
1
-4
/
+3
|
*
ext4: mark the group block bitmap as corrupted before reporting an error
Baokun Li
2024-01-18
1
-11
/
+11
|
*
ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()
Baokun Li
2024-01-18
1
-5
/
+4
|
*
ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()
Baokun Li
2024-01-18
1
-0
/
+4
|
*
ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap ...
Baokun Li
2024-01-18
1
-1
/
+1
|
*
ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()
Baokun Li
2024-01-18
1
-18
/
+21
|
*
ext4: regenerate buddy after block freeing failed if under fc replay
Baokun Li
2024-01-18
1
-0
/
+20
[next]