index
:
blaster4385/linux-IllusionX
v6.12.1
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-15
Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux
Linus Torvalds
31
-274
/
+328
2024-07-10
floppy: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-07-10
loop: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-07-10
ublk_drv: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-07-10
xen/blkback: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-07-09
block/rnbd: Constify struct kobj_type
Christophe JAILLET
2
-3
/
+3
2024-07-09
loop: Don't bother validating blocksize
John Garry
1
-11
/
+1
2024-07-09
virtio_blk: Don't bother validating blocksize
John Garry
1
-10
/
+1
2024-07-09
null_blk: Don't bother validating blocksize
John Garry
1
-3
/
+0
2024-07-09
virtio_blk: Fix default logical block size fallback
John Garry
1
-13
/
+13
2024-07-05
block: Remove REQ_OP_ZONE_RESET_ALL emulation
Damien Le Moal
3
-3
/
+3
2024-07-05
null_blk: Introduce the zone_full parameter
Damien Le Moal
3
-3
/
+17
2024-07-05
loop: remove the unused inode variable in loop_configure
Christoph Hellwig
1
-2
/
+0
2024-07-04
null_blk: don't initialize static 'g_virt_boundary' to false
Zhu Yanjun
1
-1
/
+1
2024-07-02
xen-blkfront: fix sector_size propagation to the block layer
Christoph Hellwig
1
-11
/
+5
2024-07-02
null_blk: Fix description of the fua parameter
Damien Le Moal
1
-1
/
+1
2024-06-28
rnbd-cnt: don't set QUEUE_FLAG_SAME_FORCE
Christoph Hellwig
1
-1
/
+0
2024-06-28
rnbd: don't set QUEUE_FLAG_SAME_COMP
Christoph Hellwig
1
-1
/
+0
2024-06-28
loop: don't set QUEUE_FLAG_NOMERGES
Christoph Hellwig
1
-13
/
+2
2024-06-27
loop: Fix a race between loop detach and loop open
Gulam Mohamed
1
-39
/
+36
2024-06-24
brd: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-21
null_blk: Do not set disk->nr_zones
Damien Le Moal
1
-2
/
+0
2024-06-19
Merge branch 'for-6.11/block-limits' into for-6.11/block
Jens Axboe
23
-158
/
+154
2024-06-19
block: move the zone_resetall flag to queue_limits
Christoph Hellwig
3
-7
/
+3
2024-06-19
block: move the zoned flag into the features field
Christoph Hellwig
3
-4
/
+5
2024-06-19
block: move the nowait flag to queue_limits
Christoph Hellwig
1
-2
/
+2
2024-06-19
block: move the synchronous flag to queue_limits
Christoph Hellwig
2
-3
/
+3
2024-06-19
block: move the stable_writes flag to queue_limits
Christoph Hellwig
3
-10
/
+6
2024-06-19
block: move the add_random flag to queue_limits
Christoph Hellwig
1
-1
/
+0
2024-06-19
block: move the nonrot flag to queue_limits
Christoph Hellwig
22
-40
/
+34
2024-06-19
block: move cache control settings out of queue->flags
Christoph Hellwig
9
-37
/
+53
2024-06-19
nbd: move setting the cache control flags to __nbd_set_size
Christoph Hellwig
1
-10
/
+7
2024-06-19
virtio_blk: remove virtblk_update_cache_mode
Christoph Hellwig
1
-10
/
+3
2024-06-19
loop: fold loop_update_rotational into loop_reconfigure_limits
Christoph Hellwig
1
-19
/
+4
2024-06-19
loop: also use the default block size from an underlying block device
Christoph Hellwig
1
-1
/
+7
2024-06-19
loop: regularize upgrading the block size for direct I/O
Christoph Hellwig
1
-10
/
+15
2024-06-19
loop: always update discard settings in loop_reconfigure_limits
Christoph Hellwig
1
-6
/
+4
2024-06-19
loop: stop using loop_reconfigure_limits in __loop_clr_fd
Christoph Hellwig
1
-1
/
+9
2024-06-19
xen-blkfront: don't disable cache flushes when they fail
Christoph Hellwig
1
-21
/
+23
2024-06-19
z2ram: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-19
ataflop: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-19
amiflop: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-14
Merge branch 'for-6.11/block-limits' into for-6.11/block
Jens Axboe
3
-5
/
+4
2024-06-14
block: add special APIs for run-time disabling of discard and friends
Christoph Hellwig
1
-2
/
+2
2024-06-14
block: take io_opt and io_min into account for max_sectors
Christoph Hellwig
2
-2
/
+1
2024-06-14
rbd: increase io_opt again
Christoph Hellwig
1
-1
/
+1
2024-06-14
rust: block: add rnull, Rust null_blk implementation
Andreas Hindborg
3
-0
/
+85
2024-06-14
loop: Disable fallocate() zero and discard if not supported
Cyril Hrubis
1
-0
/
+23
2024-06-12
nbd: Remove __force casts
Christoph Hellwig
1
-29
/
+22
2024-06-05
null_blk: fix validation of block size
Andreas Hindborg
1
-2
/
+2
[next]