index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
Age
Commit message (
Expand
)
Author
Lines
2022-09-24
nbd: remove define-only NBD_MAGIC, previously magic number
наб
-2
/
+0
2022-09-23
ublk_drv: add START_USER_RECOVERY and END_USER_RECOVERY support
ZiyangZhang
-0
/
+116
2022-09-23
ublk_drv: support UBLK_F_USER_RECOVERY_REISSUE
ZiyangZhang
-4
/
+18
2022-09-23
ublk_drv: consider recovery feature in aborting mechanism
ZiyangZhang
-6
/
+110
2022-09-23
ublk_drv: requeue rqs with recovery feature enabled
ZiyangZhang
-5
/
+15
2022-09-23
ublk_drv: define macros for recovery feature and check them
ZiyangZhang
-1
/
+17
2022-09-23
ublk_drv: check 'current' instead of 'ubq_daemon'
ZiyangZhang
-2
/
+10
2022-09-21
block: aoe: use DEFINE_SHOW_ATTRIBUTE to simplify aoe_debugfs
Liu Shixin
-13
/
+2
2022-09-21
block: move from strlcpy with unused retval to strscpy
Wolfram Sang
-12
/
+12
2022-09-21
block/drbd: remove useless comments in receive_DataReply()
Gaosheng Cui
-3
/
+0
2022-09-21
drbd: remove orphan _req_may_be_done() declaration
Gaosheng Cui
-2
/
+0
2022-09-21
rnbd-srv: remove struct rnbd_dev
Christoph Hellwig
-50
/
+18
2022-09-21
rnbd-srv: remove rnbd_dev_{open,close}
Christoph Hellwig
-62
/
+18
2022-09-21
rnbd-srv: remove rnbd_endio
Christoph Hellwig
-15
/
+7
2022-09-21
rnbd-srv: simplify rnbd_srv_fill_msg_open_rsp
Christoph Hellwig
-52
/
+13
2022-09-12
block/drbd: remove unused w_start_resync declaration
Gaosheng Cui
-1
/
+0
2022-09-11
zram: don't retry compress incompressible page
Alexey Romanov
-2
/
+12
2022-09-11
drivers/block/zram/zram_drv.c: do not keep dangling zcomp pointer after zram ...
Sergey Senozhatsky
-9
/
+4
2022-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-10
/
+19
2022-09-08
nbd: Fix hung when signal interrupts nbd_start_device_ioctl()
Shigeru Yoshida
-2
/
+4
2022-09-05
rnbd-srv: remove redundant setting of blk_open_flags
Guoqing Jiang
-1
/
+0
2022-09-05
rnbd-srv: make process_msg_close returns void
Guoqing Jiang
-4
/
+3
2022-09-05
rnbd-srv: add comment in rnbd_srv_rdma_ev
Guoqing Jiang
-0
/
+5
2022-09-03
Merge tag 'for-linus-6.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-10
/
+19
2022-09-02
xen-blkfront: Cache feature_persistent value before advertisement
SeongJae Park
-7
/
+7
2022-09-02
xen-blkfront: Advertise feature-persistent as user requested
SeongJae Park
-2
/
+6
2022-09-02
xen-blkback: Advertise feature-persistent as user requested
SeongJae Park
-2
/
+7
2022-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+5
2022-08-30
RDMA/rtrs: Remove 'dir' argument from rnbd_srv_rdma_ev
Guoqing Jiang
-6
/
+5
2022-08-29
genetlink: start to validate reserved header bytes
Jakub Kicinski
-0
/
+1
2022-08-26
Merge tag 'block-6.0-2022-08-26' of git://git.kernel.dk/linux-block
Linus Torvalds
-0
/
+5
2022-08-24
block/rnbd-clt: Remove the unneeded result variable
ye xingchen
-3
/
+1
2022-08-24
loop: Check for overflow while configuring loop
Siddh Raman Pant
-0
/
+5
2022-08-23
Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
-10
/
+33
2022-08-22
block: Change the return type of blk_mq_map_queues() into void
Bart Van Assche
-9
/
+3
2022-08-22
null_blk: Modify the behavior of null_map_queues()
Bart Van Assche
-1
/
+3
2022-08-22
block/rnbd-srv: Add event tracing support
Santosh Pradhan
-7
/
+241
2022-08-20
Revert "zram: remove double compression logic"
Jiri Slaby
-10
/
+33
2022-08-20
Merge tag 'block-6.0-2022-08-19' of git://git.kernel.dk/linux-block
Linus Torvalds
-6
/
+27
2022-08-16
ublk_drv: do not add a re-issued request aborted previously to ioucmd's task_...
ZiyangZhang
-1
/
+17
2022-08-16
ublk_drv: update comment for __ublk_fail_req()
ZiyangZhang
-2
/
+3
2022-08-16
ublk_drv: check ubq_daemon_is_dying() in __ublk_rq_task_work()
ZiyangZhang
-3
/
+2
2022-08-14
Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-15
/
+9
2022-08-13
ublk_drv: update iod->addr for UBLK_IO_NEED_GET_DATA
ZiyangZhang
-0
/
+5
2022-08-12
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-14
/
+10
2022-08-12
xen-blkfront: Apply 'feature_persistent' parameter when connect
SeongJae Park
-3
/
+1
2022-08-12
xen-blkback: Apply 'feature_persistent' parameter when connect
Maximilian Heyne
-6
/
+3
2022-08-12
xen-blkback: fix persistent grants negotiation
SeongJae Park
-8
/
+7
2022-08-11
Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
-3
/
+3
2022-08-11
virtio-blk: Avoid use-after-free on suspend/resume
Shigeru Yoshida
-14
/
+10
[prev]
[next]