index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Make blk_rq_set_mixed_merge() static
John Garry
2024-03-26
1
-1
/
+0
*
block: limit block time caching to in_task() context
Jens Axboe
2024-03-13
1
-1
/
+1
*
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
2024-03-11
1
-2
/
+83
|
\
|
*
block: io wait hang check helper
Keith Busch
2024-02-24
1
-0
/
+13
|
*
block: pass a queue_limits argument to blk_alloc_queue
Christoph Hellwig
2024-02-13
1
-1
/
+1
|
*
block: add an API to atomically update queue limits
Christoph Hellwig
2024-02-13
1
-1
/
+1
|
*
block: update cached timestamp post schedule/preemption
Jens Axboe
2024-02-05
1
-1
/
+3
|
*
block: cache current nsec time in struct blk_plug
Jens Axboe
2024-02-05
1
-1
/
+13
|
*
block: add blk_time_get_ns() and blk_time_get() helpers
Jens Axboe
2024-02-05
1
-1
/
+12
|
*
block: move cgroup time handling code into blk.h
Jens Axboe
2024-02-05
1
-0
/
+42
*
|
block: remove bdev_handle completely
Christian Brauner
2024-02-25
1
-5
/
+0
*
|
bdev: remove bdev pointer from struct bdev_handle
Christian Brauner
2024-02-25
1
-2
/
+1
*
|
bdev: make struct bdev_handle private to the block layer
Christian Brauner
2024-02-25
1
-3
/
+9
*
|
bdev: make bdev_{release, open_by_dev}() private to block layer
Christian Brauner
2024-02-25
1
-0
/
+4
|
/
*
block: simplify disk_set_zoned
Christoph Hellwig
2023-12-19
1
-2
/
+0
*
block: Add some exports for bcachefs
Kent Overstreet
2023-08-14
1
-1
/
+0
*
block: make bvec_try_merge_hw_page() non-static
Jinyoung Choi
2023-08-09
1
-0
/
+4
*
blk-flush: count inflight flush_data requests
Chengming Zhou
2023-07-17
1
-3
/
+2
*
block: remove BIO_PAGE_REFFED
Christoph Hellwig
2023-06-16
1
-2
/
+0
*
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
1
-5
/
+6
*
block: remove unused fmode_t arguments from ioctl handlers
Christoph Hellwig
2023-06-12
1
-3
/
+3
*
block: move a few internal definitions out of blkdev.h
Christoph Hellwig
2023-06-12
1
-2
/
+21
*
block: delete partitions later in del_gendisk
Christoph Hellwig
2023-06-05
1
-1
/
+1
*
block: Add BIO_PAGE_PINNED and associated infrastructure
David Howells
2023-05-24
1
-0
/
+12
*
blk-mq: defer to the normal submission path for non-flush flush commands
Christoph Hellwig
2023-05-19
1
-1
/
+1
*
blk-integrity: register sysfs attributes on struct device
Thomas Weißschuh
2023-04-26
1
-9
/
+1
*
block: Cleanup set_capacity()/bdev_set_nr_sectors()
Damien Le Moal
2023-04-24
1
-0
/
+2
*
blk-iolatency: Make initialization lazy
Tejun Heo
2023-04-13
1
-6
/
+0
*
blk-mq: enforce op-specific segment limits in blk_insert_cloned_request
Uday Shankar
2023-03-02
1
-0
/
+7
*
block: Revert "block: Do not reread partition table on exclusively open device"
Yu Kuai
2023-02-17
1
-1
/
+1
*
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
2022-12-13
1
-18
/
+9
|
\
|
*
block: Do not reread partition table on exclusively open device
Jan Kara
2022-12-01
1
-1
/
+1
|
*
block: untangle request_queue refcounting from sysfs
Christoph Hellwig
2022-11-30
1
-4
/
+0
|
*
blk-mq: move the srcu_struct used for quiescing to the tagset
Christoph Hellwig
2022-11-02
1
-8
/
+1
|
*
block: split elevator_switch
Christoph Hellwig
2022-11-01
1
-0
/
+1
|
*
block: Constify most queue limits pointers
Bart Van Assche
2022-10-25
1
-5
/
+6
*
|
Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linux
Linus Torvalds
2022-11-18
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
block: make blk_set_default_limits() private
Keith Busch
2022-11-16
1
-0
/
+1
*
|
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-10
1
-0
/
+7
|
\
\
|
|
/
|
/
|
|
*
kmsan: disable physical page merging in biovec
Alexander Potapenko
2022-10-03
1
-0
/
+7
*
|
blk-mq: use quiesced elevator switch when reinitializing queues
Keith Busch
2022-09-27
1
-2
/
+1
*
|
blk-iolatency: pass a gendisk to blk_iolatency_init
Christoph Hellwig
2022-09-26
1
-2
/
+2
|
/
*
block: pass struct queue_limits to the bio splitting helpers
Christoph Hellwig
2022-08-02
1
-11
/
+14
*
block: move bio_allowed_max_sectors to blk-merge.c
Christoph Hellwig
2022-08-02
1
-10
/
+0
*
block: change the blk_queue_bounce calling convention
Christoph Hellwig
2022-08-02
1
-4
/
+6
*
block: change the blk_queue_split calling convention
Christoph Hellwig
2022-08-02
1
-3
/
+3
*
block: remove __blk_get_queue
Christoph Hellwig
2022-07-21
1
-5
/
+0
*
block: Use enum req_op where appropriate
Bart Van Assche
2022-07-14
1
-1
/
+1
*
block: pass a gendisk to blk_queue_free_zone_bitmaps
Christoph Hellwig
2022-07-06
1
-2
/
+2
*
block: pass a gendisk to blk_queue_clear_zone_settings
Christoph Hellwig
2022-07-06
1
-2
/
+2
[next]