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
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
2025-08-11
drbd: Remove the open-coded page pool
Philipp Reisner
4
-347
/
+71
2025-08-09
Merge tag 'block-6.17-20250808' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+2
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2025-07-31
zloop: fix KASAN use-after-free of tag set
Shin'ichiro Kawasaki
1
-1
/
+2
2025-07-28
Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linux
Linus Torvalds
14
-3231
/
+449
2025-07-22
sunvdc: Balance device refcount in vdc_port_mpgroup_check
Ma Ke
1
-1
/
+3
2025-07-18
Merge tag 'block-6.16-20250718' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+2
2025-07-16
loop: use kiocb helpers to fix lockdep warning
Ming Lei
1
-3
/
+2
2025-07-15
ublk: remove unused req argument from ublk_sub_req_ref()
Caleb Sander Mateos
1
-5
/
+4
2025-07-15
ublk: pass 'const struct ublk_io *' to ublk_[un]map_io()
Ming Lei
1
-2
/
+2
2025-07-15
ublk: remove ublk_commit_and_fetch()
Ming Lei
1
-18
/
+18
2025-07-15
ublk: add helper ublk_check_fetch_buf()
Ming Lei
1
-13
/
+19
2025-07-15
ublk: store auto buffer register data into `struct ublk_io`
Ming Lei
1
-18
/
+12
2025-07-15
ublk: move auto buffer register handling into one dedicated helper
Ming Lei
1
-56
/
+71
2025-07-15
ublk: avoid to pass `struct ublksrv_io_cmd *` to ublk_commit_and_fetch()
Ming Lei
1
-15
/
+29
2025-07-15
ublk: let ublk_fill_io_cmd() cover more things
Ming Lei
1
-4
/
+2
2025-07-15
ublk: move fake timeout logic into __ublk_complete_rq()
Ming Lei
1
-4
/
+1
2025-07-15
ublk: look up ublk task via its pid in timeout handler
Ming Lei
1
-8
/
+17
2025-07-15
ublk: validate ublk server pid
Ming Lei
1
-0
/
+9
2025-07-13
block: floppy: Fix uninitialized use of outparam
Purva Yeshi
1
-1
/
+1
2025-07-11
loop: Avoid updating block size under exclusive owner
Jan Kara
1
-8
/
+30
2025-07-11
Merge tag 'block-6.16-20250710' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+3
2025-07-09
null_blk: use memzero_page()
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-07-09
nbd: fix lockdep deadlock warning
Ming Lei
1
-1
/
+11
2025-07-08
drbd: add missing kref_get in handle_write_conflicts
Sarah Newman
1
-1
/
+5
2025-07-08
block: mtip32xx: Fix usage of dma_map_sg()
Thomas Fourier
1
-10
/
+17
2025-07-07
nbd: fix uaf in nbd_genl_connect() error path
Zheng Qixing
1
-3
/
+3
2025-07-07
block: remove pktcdvd driver
Jens Axboe
3
-2960
/
+0
2025-07-04
Merge tag 'block-6.16-20250704' of git://git.kernel.dk/linux
Linus Torvalds
2
-7
/
+10
2025-07-04
ublk: introduce and use ublk_set_canceling helper
Uday Shankar
1
-20
/
+34
2025-07-04
ublk: speed up ublk server exit handling
Uday Shankar
1
-15
/
+21
2025-07-03
zram: pass buffer offset to zcomp_available_show()
Sergey Senozhatsky
3
-13
/
+13
2025-07-03
block: zram: replace scnprintf() with sysfs_emit() in *_show() functions
Rahul Kumar
1
-11
/
+11
2025-07-01
virtio: blk/scsi: use block layer helpers to calculate num of queues
Daniel Wagner
1
-3
/
+2
2025-07-01
brd: fix sleeping function called from invalid context in brd_insert_page()
Yu Kuai
1
-2
/
+4
2025-07-01
ublk: don't queue request if the associated uring_cmd is canceled
Ming Lei
1
-5
/
+6
2025-06-30
ublk: cache-align struct ublk_io
Caleb Sander Mateos
1
-1
/
+1
2025-06-30
ublk: remove ubq checks from ublk_{get,put}_req_ref()
Caleb Sander Mateos
1
-24
/
+11
2025-06-30
ublk: optimize UBLK_IO_UNREGISTER_IO_BUF on daemon task
Caleb Sander Mateos
1
-1
/
+8
2025-06-30
ublk: optimize UBLK_IO_REGISTER_IO_BUF on daemon task
Caleb Sander Mateos
1
-9
/
+61
2025-06-30
ublk: return early if blk_should_fake_timeout()
Caleb Sander Mateos
1
-2
/
+3
2025-06-30
ublk: allow UBLK_IO_(UN)REGISTER_IO_BUF on any task
Caleb Sander Mateos
1
-5
/
+22
2025-06-30
ublk: don't take ublk_queue in ublk_unregister_io_buf()
Caleb Sander Mateos
1
-3
/
+3
2025-06-30
ublk: consolidate UBLK_IO_FLAG_{ACTIVE,OWNED_BY_SRV} checks
Caleb Sander Mateos
1
-4
/
+1
2025-06-30
ublk: remove task variable from __ublk_ch_uring_cmd()
Caleb Sander Mateos
1
-3
/
+1
2025-06-30
ublk: handle UBLK_IO_FETCH_REQ earlier
Caleb Sander Mateos
1
-9
/
+12
2025-06-30
ublk: check cmd_op first
Caleb Sander Mateos
1
-6
/
+6
2025-06-30
ublk: remove struct ublk_rq_data
Caleb Sander Mateos
1
-60
/
+71
2025-06-30
ublk: use vmalloc for ublk_device's __queues
Caleb Sander Mateos
1
-2
/
+2
2025-06-27
Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linux
Linus Torvalds
1
-12
/
+37
[prev]
[next]