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-07-05
block: move read-only and supported checks into (__)blkdev_issue_zeroout
Christoph Hellwig
1
-28
/
+23
2024-07-05
block: remove the LBA alignment check in __blkdev_issue_zeroout
Christoph Hellwig
1
-5
/
+0
2024-07-05
block: factor out a blk_write_zeroes_limit helper
Christoph Hellwig
1
-7
/
+11
2024-07-05
block: Remove blk_alloc_zone_bitmap()
Damien Le Moal
1
-10
/
+2
2024-07-05
block: Remove REQ_OP_ZONE_RESET_ALL emulation
Damien Le Moal
8
-87
/
+9
2024-07-05
dm: handle REQ_OP_ZONE_RESET_ALL
Damien Le Moal
4
-5
/
+190
2024-07-05
dm: Refactor is_abnormal_io()
Damien Le Moal
1
-13
/
+11
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
block: reuse original bio_vec array for integrity during clone
Anuj Gupta
1
-6
/
+3
2024-07-04
null_blk: don't initialize static 'g_virt_boundary' to false
Zhu Yanjun
1
-1
/
+1
2024-07-04
Merge tag 'md-6.11-20240704' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jens Axboe
4
-42
/
+52
2024-07-04
block: t10-pi: Return correct ref tag when queue has no integrity profile
Anuj Gupta
1
-2
/
+8
2024-07-04
md/raid5: recheck if reshape has finished with device_lock held
Benjamin Marzinski
1
-23
/
+41
2024-07-04
md: Don't wait for MD_RECOVERY_NEEDED for HOT_REMOVE_DISK ioctl
Yu Kuai
1
-6
/
+0
2024-07-04
md-cluster: Constify struct md_cluster_operations
Christophe JAILLET
3
-5
/
+5
2024-07-04
md: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2024-07-04
md/raid5: fix spares errors about rcu usage
Yu Kuai
1
-7
/
+5
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-07-02
block/mq-deadline: Fix the tag reservation code
Bart Van Assche
1
-3
/
+17
2024-07-02
block: Call .limit_depth() after .hctx has been set
Bart Van Assche
1
-6
/
+6
2024-07-01
nvme: don't set io_opt if NOWS is zero
Christoph Hellwig
1
-1
/
+2
2024-07-01
block: don't reduce max_sectors based on io_opt
Christoph Hellwig
1
-1
/
+1
2024-07-01
block: remove a duplicate io_min check in blk_validate_limits
Christoph Hellwig
1
-2
/
+1
2024-07-01
blk-wbt: don't throttle swap writes in direct reclaim
Baokun Li
1
-9
/
+9
2024-06-28
block: pass a gendisk to the queue_sysfs_entry methods
Christoph Hellwig
3
-97
/
+96
2024-06-28
block: add helper macros to de-duplicate the queue sysfs attributes
Christoph Hellwig
1
-173
/
+82
2024-06-28
block: simplify queue_logical_block_size
Christoph Hellwig
1
-6
/
+1
2024-06-28
blk-throttle: fix lower control under super low iops limit
Yu Kuai
1
-0
/
+3
2024-06-28
block: set bip_vcnt correctly
Anuj Gupta
1
-0
/
+2
2024-06-28
rust: block: fix generated bindings after refactoring of features
Andreas Hindborg
1
-0
/
+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
block: check bio alignment in blk_mq_submit_bio
Ming Lei
1
-0
/
+20
2024-06-28
block: Add ioprio to block_rq tracepoint
Dongliang Cui
1
-9
/
+32
2024-06-28
block: remove bio_integrity_process
Christoph Hellwig
4
-81
/
+79
2024-06-28
block: switch on bio operation in bio_integrity_prep
Christoph Hellwig
1
-5
/
+7
2024-06-28
block: remove allocation failure warnings in bio_integrity_prep
Christoph Hellwig
1
-2
/
+0
2024-06-28
block: simplify adding the payload in bio_integrity_prep
Christoph Hellwig
1
-26
/
+6
2024-06-28
block: only zero non-PI metadata tuples in bio_integrity_prep
Christoph Hellwig
1
-4
/
+4
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-27
block: Delete blk_queue_flag_test_and_set()
John Garry
2
-15
/
+0
2024-06-27
block: clean up the check in blkdev_iomap_begin()
Li Nan
1
-2
/
+3
2024-06-26
block: use the right type for stub rq_integrity_vec()
Jens Axboe
1
-1
/
+1
2024-06-26
block: move dma_pad_mask into queue_limits
Christoph Hellwig
8
-33
/
+21
[next]