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
Age
Commit message (
Expand
)
Author
Lines
2024-07-03
dm-verity: always "map" the data blocks
Eric Biggers
-180
/
+42
2024-07-03
dm-verity: provide dma_alignment limit in io_hints
Eric Biggers
-0
/
+8
2024-07-03
dm-verity: make real_digest and want_digest fixed-length
Eric Biggers
-12
/
+8
2024-07-03
dm-verity: move data hash mismatch handling into its own function
Eric Biggers
-28
/
+36
2024-07-02
dm-verity: move hash algorithm setup into its own function
Eric Biggers
-31
/
+39
2024-07-02
dm init: Handle minors larger than 255
Benjamin Marzinski
-1
/
+3
2024-07-02
dm cache metadata: remove unused struct 'thunk'
Dr. David Alan Gilbert
-9
/
+0
2024-07-02
dm io: remove code duplication between sync_io and aysnc_io
Benjamin Marzinski
-36
/
+23
2024-07-02
dm io: don't call the async_io notify.fn on invalid num_regions
Benjamin Marzinski
-19
/
+12
2024-07-02
dm io: bump num_bvecs to handle offset memory
Benjamin Marzinski
-1
/
+1
2024-06-26
dm: optimize flushes
Mikulas Patocka
-12
/
+46
2024-06-26
block: change rq_integrity_vec to respect the iterator
Mikulas Patocka
-3
/
+3
2024-06-24
brd: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
-0
/
+1
2024-06-22
cdrom: Add missing MODULE_DESCRIPTION()
Jeff Johnson
-0
/
+1
2024-06-21
null_blk: Do not set disk->nr_zones
Damien Le Moal
-2
/
+0
2024-06-20
nvme: Atomic write support
Alan Adamson
-0
/
+52
2024-06-20
scsi: scsi_debug: Atomic write support
John Garry
-134
/
+454
2024-06-20
scsi: sd: Atomic write support
John Garry
-1
/
+122
2024-06-20
block: Generalize chunk_sectors support as boundary support
John Garry
-1
/
+1
2024-06-20
Merge branch 'for-6.11/block-limits' into for-6.11/block
Jens Axboe
-6
/
+3
2024-06-20
block: move the raid_partial_stripes_expensive flag into the features field
Christoph Hellwig
-3
/
+3
2024-06-20
block: remove the discard_alignment flag
Christoph Hellwig
-3
/
+0
2024-06-19
Merge branch 'for-6.11/block-limits' into for-6.11/block
Jens Axboe
-524
/
+319
2024-06-19
block: move the bounce flag into the features field
Christoph Hellwig
-1
/
+1
2024-06-19
block: move the skip_tagset_quiesce flag to queue_limits
Christoph Hellwig
-3
/
+5
2024-06-19
block: move the pci_p2pdma flag to queue_limits
Christoph Hellwig
-5
/
+3
2024-06-19
block: move the zone_resetall flag to queue_limits
Christoph Hellwig
-13
/
+5
2024-06-19
block: move the zoned flag into the features field
Christoph Hellwig
-13
/
+15
2024-06-19
block: move the poll flag to queue_limits
Christoph Hellwig
-52
/
+14
2024-06-19
block: move the dax flag to queue_limits
Christoph Hellwig
-8
/
+5
2024-06-19
block: move the nowait flag to queue_limits
Christoph Hellwig
-36
/
+7
2024-06-19
block: move the synchronous flag to queue_limits
Christoph Hellwig
-7
/
+6
2024-06-19
block: move the stable_writes flag to queue_limits
Christoph Hellwig
-45
/
+22
2024-06-19
block: move the io_stat flag setting to queue_limits
Christoph Hellwig
-17
/
+15
2024-06-19
block: move the add_random flag to queue_limits
Christoph Hellwig
-38
/
+4
2024-06-19
block: move the nonrot flag to queue_limits
Christoph Hellwig
-77
/
+37
2024-06-19
block: move cache control settings out of queue->flags
Christoph Hellwig
-126
/
+125
2024-06-19
nbd: move setting the cache control flags to __nbd_set_size
Christoph Hellwig
-10
/
+7
2024-06-19
virtio_blk: remove virtblk_update_cache_mode
Christoph Hellwig
-10
/
+3
2024-06-19
loop: fold loop_update_rotational into loop_reconfigure_limits
Christoph Hellwig
-19
/
+4
2024-06-19
loop: also use the default block size from an underlying block device
Christoph Hellwig
-1
/
+7
2024-06-19
loop: regularize upgrading the block size for direct I/O
Christoph Hellwig
-10
/
+15
2024-06-19
loop: always update discard settings in loop_reconfigure_limits
Christoph Hellwig
-6
/
+4
2024-06-19
loop: stop using loop_reconfigure_limits in __loop_clr_fd
Christoph Hellwig
-1
/
+9
2024-06-19
sd: move zone limits setup out of sd_read_block_characteristics
Christoph Hellwig
-20
/
+10
2024-06-19
sd: remove sd_is_zoned
Christoph Hellwig
-19
/
+5
2024-06-19
xen-blkfront: don't disable cache flushes when they fail
Christoph Hellwig
-21
/
+23
2024-06-19
z2ram: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
-0
/
+1
2024-06-19
ataflop: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
-0
/
+1
2024-06-19
amiflop: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
-0
/
+1
[next]