index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-23
ublk: rename auto buffer registration helpers
Ming Lei
1
-13
/
+26
2026-01-23
ublk: fix canceling flag handling in batch I/O recovery
Ming Lei
1
-3
/
+8
2026-01-23
ublk: move ublk_mark_io_ready() out of __ublk_fetch()
Ming Lei
1
-1
/
+5
2026-01-22
ublk: fix batch I/O recovery -ENODEV error
Ming Lei
1
-32
/
+60
2026-01-22
ublk: implement batch request completion via blk_mq_end_request_batch()
Ming Lei
1
-8
/
+17
2026-01-22
ublk: add new feature UBLK_F_BATCH_IO
Ming Lei
1
-8
/
+52
2026-01-22
ublk: abort requests filled in event kfifo
Ming Lei
1
-1
/
+23
2026-01-22
ublk: refactor ublk_queue_rq() and add ublk_batch_queue_rq()
Ming Lei
1
-10
/
+46
2026-01-22
ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processing
Ming Lei
1
-8
/
+386
2026-01-22
ublk: add batch I/O dispatch infrastructure
Ming Lei
1
-0
/
+195
2026-01-22
ublk: add io events fifo structure
Ming Lei
1
-6
/
+63
2026-01-22
ublk: handle UBLK_U_IO_COMMIT_IO_CMDS
Ming Lei
1
-2
/
+101
2026-01-22
ublk: handle UBLK_U_IO_PREP_IO_CMDS
Ming Lei
1
-1
/
+190
2026-01-22
ublk: add new batch command UBLK_U_IO_PREP_IO_CMDS & UBLK_U_IO_COMMIT_IO_CMDS
Ming Lei
1
-1
/
+86
2026-01-22
ublk: prepare for not tracking task context for command batch
Ming Lei
1
-1
/
+4
2026-01-22
ublk: define ublk_ch_batch_io_fops for the coming feature F_BATCH_IO
Ming Lei
1
-1
/
+25
2026-01-21
ublk: fix ublksrv pid handling for pid namespaces
Seamus Connor
1
-5
/
+34
2026-01-20
array_size.h: add ARRAY_END()
Alejandro Colomar
1
-2
/
+0
2026-01-20
zram: remove KMSG_COMPONENT macro
Heiko Carstens
1
-2
/
+1
2026-01-20
zram: drop pp_in_progress
Sergey Senozhatsky
2
-25
/
+8
2026-01-20
zram: fixup read_block_state()
Sergey Senozhatsky
1
-5
/
+2
2026-01-20
zram: trivial fix of recompress_slot() coding styles
Sergey Senozhatsky
1
-5
/
+6
2026-01-20
zram: rename internal slot API
Sergey Senozhatsky
1
-181
/
+182
2026-01-20
zram: use u32 for entry ac_time tracking
Sergey Senozhatsky
2
-32
/
+37
2026-01-20
zram: consolidate device-attr declarations
Sergey Senozhatsky
1
-4
/
+3
2026-01-20
zram: switch to guard() for init_lock
Sergey Senozhatsky
1
-134
/
+77
2026-01-20
zram: rename zram_free_page()
Sergey Senozhatsky
1
-10
/
+10
2026-01-20
zram: move bd_stat to writeback section
Sergey Senozhatsky
1
-27
/
+21
2026-01-20
zram: introduce writeback_compressed device attribute
Richard Chang
1
-0
/
+38
2026-01-20
zram: introduce compressed data writeback
Richard Chang
2
-53
/
+227
2026-01-16
Merge tag 'block-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-2
/
+11
2026-01-15
rnbd-clt: fix refcount underflow in device unmap path
Chaitanya Kulkarni
1
-1
/
+0
2026-01-13
null_blk: fix kmemleak by releasing references to fault configfs items
Nilay Shroff
1
-1
/
+11
2026-01-12
ublk: add UBLK_CMD_TRY_STOP_DEV command
Yoav Cohen
1
-2
/
+42
2026-01-12
ublk: make ublk_ctrl_stop_dev return void
Yoav Cohen
1
-3
/
+3
2026-01-12
ublk: optimize ublk_user_copy() on daemon task
Caleb Sander Mateos
1
-5
/
+18
2026-01-12
ublk: support UBLK_F_INTEGRITY
Stanley Zhang
1
-1
/
+2
2026-01-12
ublk: implement integrity user copy
Stanley Zhang
1
-2
/
+51
2026-01-12
ublk: move offset check out of __ublk_check_and_get_req()
Caleb Sander Mateos
1
-7
/
+9
2026-01-12
ublk: inline ublk_check_and_get_req() into ublk_user_copy()
Caleb Sander Mateos
1
-33
/
+18
2026-01-12
ublk: split out ublk_user_copy() helper
Caleb Sander Mateos
1
-16
/
+10
2026-01-12
ublk: split out ublk_copy_user_bvec() helper
Caleb Sander Mateos
1
-22
/
+30
2026-01-12
ublk: set UBLK_IO_F_INTEGRITY in ublksrv_io_desc
Caleb Sander Mateos
1
-0
/
+3
2026-01-12
ublk: support UBLK_PARAM_TYPE_INTEGRITY in device creation
Stanley Zhang
1
-1
/
+100
2026-01-12
ublk: move ublk flag check functions earlier
Caleb Sander Mateos
1
-30
/
+30
2026-01-11
Merge branch 'block-6.19' into for-7.0/block
Jens Axboe
2
-15
/
+72
2026-01-09
Merge tag 'block-6.19-20260109' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-27
/
+55
2026-01-09
ublk: fix use-after-free in ublk_partition_scan_work
Ming Lei
1
-15
/
+22
2026-01-07
loop: add missing bd_abort_claiming in loop_set_status
Tetsuo Handa
1
-1
/
+3
2026-01-06
loop: don't change loop device under exclusive opener in loop_set_status
Raphael Pinsonneault-Thibeault
1
-11
/
+30
[prev]
[next]