index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
loop: Disable fallocate() zero and discard if not supported
Cyril Hrubis
2024-06-14
1
-0
/
+23
*
nbd: Remove __force casts
Christoph Hellwig
2024-06-12
1
-29
/
+22
*
null_blk: fix validation of block size
Andreas Hindborg
2024-06-05
1
-2
/
+2
*
null_blk: Do not allow runt zone with zone capacity smaller then zone size
Damien Le Moal
2024-05-30
1
-0
/
+11
*
null_blk: Print correct max open zones limit in null_init_zoned_dev()
Damien Le Moal
2024-05-28
1
-1
/
+1
*
null_blk: Fix return value of nullb_device_power_store()
Damien Le Moal
2024-05-27
1
-0
/
+1
*
Merge tag 'block-6.10-20240523' of git://git.kernel.dk/linux
Linus Torvalds
2024-05-23
5
-35
/
+82
|
\
|
*
null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues'
Yu Kuai
2024-05-23
1
-14
/
+26
|
*
nbd: Fix signal handling
Bart Van Assche
2024-05-14
1
-14
/
+14
|
*
nbd: Remove a local variable from nbd_send_cmd()
Bart Van Assche
2024-05-14
1
-2
/
+1
|
*
nbd: Improve the documentation of the locking assumptions
Bart Van Assche
2024-05-14
1
-1
/
+5
|
*
nbd: Remove superfluous casts
Bart Van Assche
2024-05-14
1
-2
/
+2
|
*
brd: implement discard support
Keith Busch
2024-05-14
1
-0
/
+26
|
*
null_blk: Fix two sparse warnings
Bart Van Assche
2024-05-14
2
-2
/
+7
|
*
ublk_drv: set DMA alignment mask to 3
Jens Axboe
2024-05-14
1
-0
/
+1
*
|
Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-05-23
1
-6
/
+6
|
\
\
|
*
|
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
2024-05-23
1
-6
/
+6
*
|
|
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2024-05-23
1
-1
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
virtio_blk: drop owner assignment
Krzysztof Kozlowski
2024-05-22
1
-1
/
+0
*
|
|
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2024-05-21
1
-2
/
+2
|
\
\
\
|
*
|
|
remove call_{read,write}_iter() functions
Miklos Szeredi
2024-04-15
1
-2
/
+2
*
|
|
|
Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-05-21
3
-29
/
+9
|
\
\
\
\
|
*
|
|
|
set_blocksize(): switch to passing struct file *
Al Viro
2024-05-02
1
-1
/
+1
|
*
|
|
|
zram: don't bother with reopening - just use O_EXCL for open
Al Viro
2024-05-02
2
-23
/
+8
|
*
|
|
|
pktcdvd: sort set_blocksize() calls out
Al Viro
2024-05-02
1
-6
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-05-19
1
-3
/
+28
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
zram: add max_pages param to recompression
Sergey Senozhatsky
2024-04-26
1
-3
/
+28
|
|
/
/
*
|
|
Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
Linus Torvalds
2024-05-13
6
-211
/
+239
|
\
\
\
|
*
|
|
null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()
Zhu Yanjun
2024-05-06
1
-0
/
+1
|
*
|
|
null_blk: Fix missing mutex_destroy() at module removal
Zhu Yanjun
2024-04-25
1
-0
/
+2
|
*
|
|
null_blk: Simplify null_zone_write()
Damien Le Moal
2024-04-17
1
-20
/
+16
|
*
|
|
null_blk: Do zone resource management only if necessary
Damien Le Moal
2024-04-17
1
-146
/
+165
|
*
|
|
null_blk: Have all null_handle_xxx() return a blk_status_t
Damien Le Moal
2024-04-17
1
-10
/
+8
|
*
|
|
block: Simplify blk_revalidate_disk_zones() interface
Damien Le Moal
2024-04-17
3
-3
/
+3
|
*
|
|
null_blk: Introduce fua attribute
Damien Le Moal
2024-04-17
2
-2
/
+11
|
*
|
|
null_blk: Introduce zone_append_max_sectors attribute
Damien Le Moal
2024-04-17
3
-4
/
+27
|
*
|
|
null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
Damien Le Moal
2024-04-17
1
-1
/
+0
|
*
|
|
ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
Damien Le Moal
2024-04-17
1
-2
/
+1
|
*
|
|
brd: Remove use of page->index
Matthew Wilcox (Oracle)
2024-04-01
1
-29
/
+11
|
|
|
/
|
|
/
|
*
|
|
ublk: remove segment count and size limits
Uday Shankar
2024-04-30
1
-1
/
+2
|
|
/
|
/
|
*
|
nullblk: Fix cleanup order in null_add_dev() error path
Damien Le Moal
2024-04-02
1
-2
/
+2
|
/
*
Merge tag 'block-6.9-20240322' of git://git.kernel.dk/linux
Linus Torvalds
2024-03-22
1
-1
/
+0
|
\
|
*
floppy: remove duplicated code in redo_fd_request()
Yufeng Wang
2024-03-19
1
-1
/
+0
*
|
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-03-15
1
-1
/
+1
|
\
\
|
*
|
Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"
Ahelenia ZiemiaĆska
2024-03-06
1
-1
/
+1
*
|
|
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-03-15
3
-4
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
zram: zcomp: remove zcomp_set_max_streams() declaration
Kefeng Wang
2024-03-05
1
-1
/
+0
|
*
|
zram: do not allocate physically contiguous strm buffers
Barry Song
2024-02-22
1
-2
/
+3
|
*
|
zram: use copy_page for full page copy
Mark-PK Tsai
2024-02-22
1
-1
/
+1
|
|
/
*
|
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
2024-03-11
32
-1017
/
+762
|
\
\
[next]