index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-24
mailmap: add entry for Weiwen Hu
Weiwen Hu
1
-0
/
+1
2024-06-24
nvme: rename CDR/MORE/DNR to NVME_STATUS_*
Weiwen Hu
16
-125
/
+125
2024-06-24
nvme: fix status magic numbers
Weiwen Hu
6
-16
/
+26
2024-06-24
nvme: rename nvme_sc_to_pr_err to nvme_status_to_pr_err
Weiwen Hu
1
-5
/
+5
2024-06-24
nvme: split device add from initialization
Keith Busch
8
-23
/
+66
2024-06-24
nvme: fc: split controller bringup handling
Keith Busch
1
-16
/
+27
2024-06-24
nvme: rdma: split controller bringup handling
Keith Busch
1
-7
/
+21
2024-06-24
nvme: tcp: split controller bringup handling
Keith Busch
1
-6
/
+19
2024-06-24
nvme: apple: fix device reference counting
Keith Busch
1
-5
/
+22
2024-06-24
block: fix the blk_queue_nonrot polarity
Christoph Hellwig
1
-1
/
+1
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
block: Fix blk_validate_atomic_write_limits() build for arm32
John Garry
1
-2
/
+1
2024-06-21
block: Cleanup block device zone helpers
Damien Le Moal
1
-32
/
+12
2024-06-21
block: Define bdev_nr_zones() as an inline function
Damien Le Moal
2
-19
/
+5
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
5
-1
/
+124
2024-06-20
block: Add fops atomic write support
John Garry
1
-3
/
+17
2024-06-20
block: Add atomic write support for statx
Prasad Singamsetty
3
-19
/
+39
2024-06-20
block: Add core atomic write support
John Garry
8
-5
/
+304
2024-06-20
fs: Add initial atomic write support info to statx
Prasad Singamsetty
4
-2
/
+50
2024-06-20
fs: Initial atomic write support
Prasad Singamsetty
6
-14
/
+45
2024-06-20
block: Generalize chunk_sectors support as boundary support
John Garry
3
-13
/
+22
2024-06-20
block: Pass blk_queue_get_max_sectors() a request pointer
John Garry
3
-4
/
+7
2024-06-20
Merge branch 'for-6.11/block-limits' into for-6.11/block
Jens Axboe
9
-51
/
+29
2024-06-20
rust: block: do not use removed queue flag API
Andreas Hindborg
1
-14
/
+3
2024-06-20
block: move the raid_partial_stripes_expensive flag into the features field
Christoph Hellwig
4
-9
/
+8
2024-06-20
block: remove the discard_alignment flag
Christoph Hellwig
5
-14
/
+0
2024-06-20
block: move the misaligned flag into the features field
Christoph Hellwig
2
-11
/
+13
2024-06-20
block: renumber and rename the cache disabled flag
Christoph Hellwig
2
-6
/
+6
2024-06-20
block: fix spelling and grammar for in writeback_cache_control.rst
Christoph Hellwig
1
-3
/
+3
2024-06-20
block: remove the unused blk_bounce enum
Christoph Hellwig
1
-9
/
+0
2024-06-19
Merge branch 'for-6.11/block-limits' into for-6.11/block
Jens Axboe
61
-730
/
+576
2024-06-19
block: move the bounce flag into the features field
Christoph Hellwig
4
-5
/
+6
2024-06-19
block: move the skip_tagset_quiesce flag to queue_limits
Christoph Hellwig
3
-6
/
+9
2024-06-19
block: move the pci_p2pdma flag to queue_limits
Christoph Hellwig
3
-9
/
+7
2024-06-19
block: move the zone_resetall flag to queue_limits
Christoph Hellwig
7
-16
/
+9
2024-06-19
block: move the zoned flag into the features field
Christoph Hellwig
10
-19
/
+23
2024-06-19
block: move the poll flag to queue_limits
Christoph Hellwig
8
-76
/
+45
2024-06-19
block: move the dax flag to queue_limits
Christoph Hellwig
5
-11
/
+9
2024-06-19
block: move the nowait flag to queue_limits
Christoph Hellwig
8
-42
/
+22
2024-06-19
block: move the synchronous flag to queue_limits
Christoph Hellwig
6
-11
/
+10
2024-06-19
block: move the stable_writes flag to queue_limits
Christoph Hellwig
12
-77
/
+29
2024-06-19
block: move the io_stat flag setting to queue_limits
Christoph Hellwig
8
-24
/
+26
2024-06-19
block: move the add_random flag to queue_limits
Christoph Hellwig
10
-44
/
+10
2024-06-19
block: move the nonrot flag to queue_limits
Christoph Hellwig
41
-88
/
+83
2024-06-19
block: move cache control settings out of queue->flags
Christoph Hellwig
29
-206
/
+227
2024-06-19
block: remove blk_flush_policy
Christoph Hellwig
1
-18
/
+15
[next]