index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-02
null_blk: Fix description of the fua parameter
Damien Le Moal
1
-1
/
+1
2024-07-01
nvme: don't set io_opt if NOWS is zero
Christoph Hellwig
1
-1
/
+2
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
mpt3sas_scsih: don't set QUEUE_FLAG_NOMERGES
Christoph Hellwig
1
-6
/
+0
2024-06-28
megaraid_sas: don't set QUEUE_FLAG_NOMERGES
Christoph Hellwig
1
-2
/
+0
2024-06-28
loop: don't set QUEUE_FLAG_NOMERGES
Christoph Hellwig
1
-13
/
+2
2024-06-28
bcache: work around a __bitwise to bool conversion sparse warning
Christoph Hellwig
1
-2
/
+2
2024-06-27
loop: Fix a race between loop detach and loop open
Gulam Mohamed
1
-39
/
+36
2024-06-26
block: move dma_pad_mask into queue_limits
Christoph Hellwig
4
-10
/
+11
2024-06-26
md: set md-specific flags for all queue limits
Christoph Hellwig
6
-9
/
+14
2024-06-26
block: change rq_integrity_vec to respect the iterator
Mikulas Patocka
1
-3
/
+3
2024-06-24
brd: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-22
cdrom: Add missing MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-06-21
null_blk: Do not set disk->nr_zones
Damien Le Moal
1
-2
/
+0
2024-06-20
nvme: Atomic write support
Alan Adamson
1
-0
/
+52
2024-06-20
scsi: scsi_debug: Atomic write support
John Garry
1
-134
/
+454
2024-06-20
scsi: sd: Atomic write support
John Garry
3
-1
/
+122
2024-06-20
block: Generalize chunk_sectors support as boundary support
John Garry
1
-1
/
+1
2024-06-20
Merge branch 'for-6.11/block-limits' into for-6.11/block
Jens Axboe
5
-6
/
+3
2024-06-20
block: move the raid_partial_stripes_expensive flag into the features field
Christoph Hellwig
2
-3
/
+3
2024-06-20
block: remove the discard_alignment flag
Christoph Hellwig
3
-3
/
+0
2024-06-19
Merge branch 'for-6.11/block-limits' into for-6.11/block
Jens Axboe
48
-524
/
+319
2024-06-19
block: move the bounce flag into the features field
Christoph Hellwig
1
-1
/
+1
2024-06-19
block: move the skip_tagset_quiesce flag to queue_limits
Christoph Hellwig
1
-3
/
+5
2024-06-19
block: move the pci_p2pdma flag to queue_limits
Christoph Hellwig
1
-5
/
+3
2024-06-19
block: move the zone_resetall flag to queue_limits
Christoph Hellwig
5
-13
/
+5
2024-06-19
block: move the zoned flag into the features field
Christoph Hellwig
8
-13
/
+15
2024-06-19
block: move the poll flag to queue_limits
Christoph Hellwig
2
-52
/
+14
2024-06-19
block: move the dax flag to queue_limits
Christoph Hellwig
3
-8
/
+5
2024-06-19
block: move the nowait flag to queue_limits
Christoph Hellwig
4
-36
/
+7
2024-06-19
block: move the synchronous flag to queue_limits
Christoph Hellwig
4
-7
/
+6
2024-06-19
block: move the stable_writes flag to queue_limits
Christoph Hellwig
9
-45
/
+22
2024-06-19
block: move the io_stat flag setting to queue_limits
Christoph Hellwig
4
-17
/
+15
2024-06-19
block: move the add_random flag to queue_limits
Christoph Hellwig
7
-38
/
+4
2024-06-19
block: move the nonrot flag to queue_limits
Christoph Hellwig
35
-77
/
+37
2024-06-19
block: move cache control settings out of queue->flags
Christoph Hellwig
20
-126
/
+125
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
sd: move zone limits setup out of sd_read_block_characteristics
Christoph Hellwig
2
-20
/
+10
2024-06-19
sd: remove sd_is_zoned
Christoph Hellwig
3
-19
/
+5
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
[next]