index
:
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
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-17
block: Introduce zone write plugging
Damien Le Moal
1
-3
/
+48
2024-04-17
block: Allow using bio_attempt_back_merge() internally
Damien Le Moal
1
-0
/
+8
2024-04-17
block: Introduce blk_zone_update_request_bio()
Damien Le Moal
1
-1
/
+18
2024-03-26
block: Make blk_rq_set_mixed_merge() static
John Garry
1
-1
/
+0
2024-03-13
block: limit block time caching to in_task() context
Jens Axboe
1
-1
/
+1
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+83
2024-02-25
block: remove bdev_handle completely
Christian Brauner
1
-5
/
+0
2024-02-25
bdev: remove bdev pointer from struct bdev_handle
Christian Brauner
1
-2
/
+1
2024-02-25
bdev: make struct bdev_handle private to the block layer
Christian Brauner
1
-3
/
+9
2024-02-25
bdev: make bdev_{release, open_by_dev}() private to block layer
Christian Brauner
1
-0
/
+4
2024-02-24
block: io wait hang check helper
Keith Busch
1
-0
/
+13
2024-02-13
block: pass a queue_limits argument to blk_alloc_queue
Christoph Hellwig
1
-1
/
+1
2024-02-13
block: add an API to atomically update queue limits
Christoph Hellwig
1
-1
/
+1
2024-02-05
block: update cached timestamp post schedule/preemption
Jens Axboe
1
-1
/
+3
2024-02-05
block: cache current nsec time in struct blk_plug
Jens Axboe
1
-1
/
+13
2024-02-05
block: add blk_time_get_ns() and blk_time_get() helpers
Jens Axboe
1
-1
/
+12
2024-02-05
block: move cgroup time handling code into blk.h
Jens Axboe
1
-0
/
+42
2023-12-19
block: simplify disk_set_zoned
Christoph Hellwig
1
-2
/
+0
2023-08-14
block: Add some exports for bcachefs
Kent Overstreet
1
-1
/
+0
2023-08-09
block: make bvec_try_merge_hw_page() non-static
Jinyoung Choi
1
-0
/
+4
2023-07-17
blk-flush: count inflight flush_data requests
Chengming Zhou
1
-3
/
+2
2023-06-16
block: remove BIO_PAGE_REFFED
Christoph Hellwig
1
-2
/
+0
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
1
-5
/
+6
2023-06-12
block: remove unused fmode_t arguments from ioctl handlers
Christoph Hellwig
1
-3
/
+3
2023-06-12
block: move a few internal definitions out of blkdev.h
Christoph Hellwig
1
-2
/
+21
2023-06-05
block: delete partitions later in del_gendisk
Christoph Hellwig
1
-1
/
+1
2023-05-24
block: Add BIO_PAGE_PINNED and associated infrastructure
David Howells
1
-0
/
+12
2023-05-19
blk-mq: defer to the normal submission path for non-flush flush commands
Christoph Hellwig
1
-1
/
+1
2023-04-26
blk-integrity: register sysfs attributes on struct device
Thomas Weißschuh
1
-9
/
+1
2023-04-24
block: Cleanup set_capacity()/bdev_set_nr_sectors()
Damien Le Moal
1
-0
/
+2
2023-04-13
blk-iolatency: Make initialization lazy
Tejun Heo
1
-6
/
+0
2023-03-02
blk-mq: enforce op-specific segment limits in blk_insert_cloned_request
Uday Shankar
1
-0
/
+7
2023-02-17
block: Revert "block: Do not reread partition table on exclusively open device"
Yu Kuai
1
-1
/
+1
2022-12-13
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-18
/
+9
2022-12-01
block: Do not reread partition table on exclusively open device
Jan Kara
1
-1
/
+1
2022-11-30
block: untangle request_queue refcounting from sysfs
Christoph Hellwig
1
-4
/
+0
2022-11-18
Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+1
2022-11-16
block: make blk_set_default_limits() private
Keith Busch
1
-0
/
+1
2022-11-02
blk-mq: move the srcu_struct used for quiescing to the tagset
Christoph Hellwig
1
-8
/
+1
2022-11-01
block: split elevator_switch
Christoph Hellwig
1
-0
/
+1
2022-10-25
block: Constify most queue limits pointers
Bart Van Assche
1
-5
/
+6
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+7
2022-10-03
kmsan: disable physical page merging in biovec
Alexander Potapenko
1
-0
/
+7
2022-09-27
blk-mq: use quiesced elevator switch when reinitializing queues
Keith Busch
1
-2
/
+1
2022-09-26
blk-iolatency: pass a gendisk to blk_iolatency_init
Christoph Hellwig
1
-2
/
+2
2022-08-02
block: pass struct queue_limits to the bio splitting helpers
Christoph Hellwig
1
-11
/
+14
2022-08-02
block: move bio_allowed_max_sectors to blk-merge.c
Christoph Hellwig
1
-10
/
+0
2022-08-02
block: change the blk_queue_bounce calling convention
Christoph Hellwig
1
-4
/
+6
2022-08-02
block: change the blk_queue_split calling convention
Christoph Hellwig
1
-3
/
+3
2022-07-21
block: remove __blk_get_queue
Christoph Hellwig
1
-5
/
+0
[next]