index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
ublk_drv: check 'current' instead of 'ubq_daemon'
ZiyangZhang
2022-09-23
1
-2
/
+10
*
block: aoe: use DEFINE_SHOW_ATTRIBUTE to simplify aoe_debugfs
Liu Shixin
2022-09-21
1
-13
/
+2
*
block: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-09-21
5
-12
/
+12
*
block/drbd: remove useless comments in receive_DataReply()
Gaosheng Cui
2022-09-21
1
-3
/
+0
*
drbd: remove orphan _req_may_be_done() declaration
Gaosheng Cui
2022-09-21
1
-2
/
+0
*
rnbd-srv: remove struct rnbd_dev
Christoph Hellwig
2022-09-21
3
-50
/
+18
*
rnbd-srv: remove rnbd_dev_{open,close}
Christoph Hellwig
2022-09-21
4
-62
/
+18
*
rnbd-srv: remove rnbd_endio
Christoph Hellwig
2022-09-21
2
-15
/
+7
*
rnbd-srv: simplify rnbd_srv_fill_msg_open_rsp
Christoph Hellwig
2022-09-21
2
-52
/
+13
*
block/drbd: remove unused w_start_resync declaration
Gaosheng Cui
2022-09-12
1
-1
/
+0
*
nbd: Fix hung when signal interrupts nbd_start_device_ioctl()
Shigeru Yoshida
2022-09-08
1
-2
/
+4
*
rnbd-srv: remove redundant setting of blk_open_flags
Guoqing Jiang
2022-09-05
1
-1
/
+0
*
rnbd-srv: make process_msg_close returns void
Guoqing Jiang
2022-09-05
1
-4
/
+3
*
rnbd-srv: add comment in rnbd_srv_rdma_ev
Guoqing Jiang
2022-09-05
1
-0
/
+5
*
block/rnbd-clt: Remove the unneeded result variable
ye xingchen
2022-08-24
1
-3
/
+1
*
block: Change the return type of blk_mq_map_queues() into void
Bart Van Assche
2022-08-22
3
-9
/
+3
*
null_blk: Modify the behavior of null_map_queues()
Bart Van Assche
2022-08-22
1
-1
/
+3
*
block/rnbd-srv: Add event tracing support
Santosh Pradhan
2022-08-22
4
-7
/
+241
*
Merge tag 'block-6.0-2022-08-19' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-08-20
1
-6
/
+27
|
\
|
*
ublk_drv: do not add a re-issued request aborted previously to ioucmd's task_...
ZiyangZhang
2022-08-16
1
-1
/
+17
|
*
ublk_drv: update comment for __ublk_fail_req()
ZiyangZhang
2022-08-16
1
-2
/
+3
|
*
ublk_drv: check ubq_daemon_is_dying() in __ublk_rq_task_work()
ZiyangZhang
2022-08-16
1
-3
/
+2
|
*
ublk_drv: update iod->addr for UBLK_IO_NEED_GET_DATA
ZiyangZhang
2022-08-13
1
-0
/
+5
*
|
Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-08-14
2
-15
/
+9
|
\
\
|
*
|
xen-blkfront: Apply 'feature_persistent' parameter when connect
SeongJae Park
2022-08-12
1
-3
/
+1
|
*
|
xen-blkback: Apply 'feature_persistent' parameter when connect
Maximilian Heyne
2022-08-12
1
-6
/
+3
|
*
|
xen-blkback: fix persistent grants negotiation
SeongJae Park
2022-08-12
1
-8
/
+7
*
|
|
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2022-08-12
1
-14
/
+10
|
\
\
\
|
*
|
|
virtio-blk: Avoid use-after-free on suspend/resume
Shigeru Yoshida
2022-08-11
1
-14
/
+10
|
|
/
/
*
|
|
Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
2022-08-11
1
-3
/
+3
|
\
\
\
|
*
|
|
libceph: clean up ceph_osdc_start_request prototype
Jeff Layton
2022-08-03
1
-3
/
+3
|
|
/
/
*
|
|
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-05
2
-8
/
+9
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
zsmalloc: zs_malloc: return ERR_PTR on failure
Hui Zhu
2022-07-29
1
-2
/
+2
|
*
|
zram: fix unused 'zram_wb_devops' warning
Kefeng Wang
2022-07-17
1
-0
/
+2
|
*
|
zram: do not lookup algorithm in backends table
Sergey Senozhatsky
2022-07-03
1
-6
/
+5
*
|
|
ublk_drv: add support for UBLK_IO_NEED_GET_DATA
ZiyangZhang
2022-08-02
1
-12
/
+94
*
|
|
ublk_drv: cleanup ublksrv_ctrl_dev_info
Ming Lei
2022-08-02
1
-11
/
+7
*
|
|
ublk_drv: add SET_PARAMS/GET_PARAMS control command
Ming Lei
2022-08-02
1
-18
/
+187
*
|
|
ublk_drv: fix ublk device leak in case that add_disk fails
Ming Lei
2022-08-02
1
-0
/
+5
*
|
|
ublk_drv: cancel device even though disk isn't up
Ming Lei
2022-08-02
1
-6
/
+12
*
|
|
block: change the blk_queue_split calling convention
Christoph Hellwig
2022-08-02
3
-3
/
+3
*
|
|
remove the sx8 block driver
Christoph Hellwig
2022-08-02
3
-1593
/
+0
*
|
|
nbd: add missing definition of pr_fmt
Yu Kuai
2022-08-02
1
-2
/
+4
*
|
|
null_blk: fix ida error handling in null_add_dev()
Dan Carpenter
2022-08-02
1
-3
/
+11
*
|
|
null_blk: add configfs variables for 2 options
Vincent Fu
2022-08-02
2
-19
/
+50
*
|
|
null_blk: add module parameters for 4 options
Vincent Fu
2022-08-02
1
-0
/
+20
*
|
|
block/rnbd-srv: Replace sess_dev_list with index_idr
Md Haris Iqbal
2022-08-02
2
-14
/
+7
*
|
|
block/rnbd-srv: Set keep_id to true after mutex_trylock
Md Haris Iqbal
2022-08-02
1
-1
/
+2
*
|
|
rnbd-clt: make rnbd_clt_change_capacity return void
Guoqing Jiang
2022-08-02
1
-4
/
+3
*
|
|
rnbd-clt: pass sector_t type for resize capacity
Guoqing Jiang
2022-08-02
3
-5
/
+5
[next]