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-11-30
zram: use IS_ERR_VALUE() to check for zs_malloc() errors
Sergey Senozhatsky
-3
/
+3
2022-11-30
zram: clarify writeback_store() comment
Sergey Senozhatsky
-2
/
+6
2022-11-30
zram: add recompress flag to read_block_state()
Sergey Senozhatsky
-2
/
+3
2022-11-30
zram: introduce recompress sysfs knob
Sergey Senozhatsky
-3
/
+277
2022-11-30
zram: factor out WB and non-WB zram read functions
Sergey Senozhatsky
-23
/
+49
2022-11-30
zram: add recompression algorithm sysfs knob
Sergey Senozhatsky
-19
/
+105
2022-11-30
zram: preparation for multi-zcomp support
Sergey Senozhatsky
-32
/
+80
2022-11-30
virtio-blk: replace ida_simple[get|remove] with ida_[alloc_range|free]
Pankaj Raghav
-4
/
+4
2022-11-25
Merge tag 'block-6.1-2022-11-25' of git://git.kernel.dk/linux
Linus Torvalds
-44
/
+38
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
-13
/
+13
2022-11-24
driver core: make struct class.devnode() take a const *
Greg Kroah-Hartman
-1
/
+1
2022-11-24
drbd: destroy workqueue when drbd device was freed
Wang ShaoBo
-1
/
+5
2022-11-24
drbd: remove call to memset before free device/resource/connection
Wang ShaoBo
-3
/
+0
2022-11-23
ublk_drv: don't forward io commands in reserve order
Ming Lei
-44
/
+38
2022-11-22
drbd: use consistent license
Christoph Böhmwalder
-25
/
+25
2022-11-21
Merge 6.1-rc6 into driver-core-next
Greg Kroah-Hartman
-59
/
+86
2022-11-18
Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linux
Linus Torvalds
-2
/
+2
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
-2
/
+2
2022-11-15
drbd: use after free in drbd_create_device()
Dan Carpenter
-2
/
+2
2022-11-10
blkdev: make struct block_device_operations.devnode() take a const *
Greg Kroah-Hartman
-1
/
+1
2022-11-09
drbd: Store op in drbd_peer_request
Christoph Böhmwalder
-40
/
+53
2022-11-09
drbd: disable discard support if granularity > max
Philipp Reisner
-0
/
+13
2022-11-09
drbd: use blk_queue_max_discard_sectors helper
Christoph Böhmwalder
-5
/
+5
2022-11-08
zram: use try_cmpxchg in update_used_max
Uros Bizjak
-8
/
+5
2022-11-05
Merge tag 'block-6.1-2022-11-05' of git://git.kernel.dk/linux
Linus Torvalds
-47
/
+74
2022-11-02
block: set the disk capacity to 0 in blk_mark_disk_dead
Christoph Hellwig
-1
/
+0
2022-10-31
ublk_drv: add ublk_queue_cmd() for cleanup
Ming Lei
-26
/
+21
2022-10-31
ublk_drv: avoid to touch io_uring cmd in blk_mq io path
Ming Lei
-30
/
+53
2022-10-31
ublk_drv: comment on ublk_driver entry of Kconfig
Ming Lei
-0
/
+6
2022-10-31
ublk_drv: return flag of UBLK_F_URING_CMD_COMP_IN_TASK in case of module
Ming Lei
-0
/
+3
2022-10-29
Merge tag 'block-6.1-2022-10-28' of git://git.kernel.dk/linux
Linus Torvalds
-1
/
+3
2022-10-27
rbd: fix possible memory leak in rbd_sysfs_init()
Yang Yingliang
-1
/
+3
2022-10-21
Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linux
Linus Torvalds
-9
/
+7
2022-10-20
drbd: only clone bio if we have a backing device
Christoph Böhmwalder
-8
/
+6
2022-10-19
ublk_drv: use flexible-array member instead of zero-length array
Yushan Zhou
-1
/
+1
2022-10-16
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-2
/
+2
2022-10-14
Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-23
/
+3
2022-10-12
zram: always expose rw_page
Brian Geffon
-23
/
+3
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
-2
/
+2
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-22
/
+31
2022-10-10
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-18
/
+92
2022-10-07
Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-2
/
+0
2022-10-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
-6
/
+5
2022-10-07
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
-237
/
+598
2022-10-07
virtio_blk: add SECURE ERASE command support
Alvaro Karsz
-18
/
+92
2022-10-06
Merge tag 'v6.0' into rdma.git for-next
Jason Gunthorpe
-32
/
+89
2022-10-04
Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-0
/
+1
2022-10-03
zram: keep comments within 80-columns limit
Sergey Senozhatsky
-8
/
+11
2022-10-03
zram: do not waste zram_table_entry flags bits
Sergey Senozhatsky
-8
/
+9
2022-09-27
virtio-blk: Fix WARN_ON_ONCE in virtio_queue_rq()
Suwan Kim
-6
/
+5
[prev]
[next]