index
:
kernel/linux.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.12.y
linux-6.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-05
block: always verify unfreeze lock on the owner task
Ming Lei
1
-1
/
+2
2024-12-05
block: model freeze & enter queue as lock for supporting lockdep
Ming Lei
1
-3
/
+26
2024-09-11
block: implement async io_uring discard cmd
Pavel Begunkov
1
-0
/
+1
2024-09-11
block: Added folio-ized version of bio_add_hw_page()
Kundan Kumar
1
-0
/
+4
2024-08-29
block: don't use bio_split_rw on misc operations
Christoph Hellwig
1
-1
/
+6
2024-08-29
block: properly handle REQ_OP_ZONE_APPEND in __bio_split_to_limits
Christoph Hellwig
1
-0
/
+4
2024-08-29
block: rework bio splitting
Christoph Hellwig
1
-19
/
+44
2024-07-22
Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+12
2024-07-08
block: add a bvec_phys helper
Christoph Hellwig
1
-2
/
+2
2024-07-03
block: don't free submitter owned integrity payload on I/O completion
Christoph Hellwig
1
-2
/
+11
2024-07-03
block: split integrity support out of bio.h
Christoph Hellwig
1
-0
/
+1
2024-06-28
block: remove bio_integrity_process
Christoph Hellwig
1
-5
/
+2
2024-06-26
block: remove disk_update_readahead
Christoph Hellwig
1
-0
/
+2
2024-06-21
block: Add core atomic write support
John Garry
1
-0
/
+3
2024-06-21
block: Pass blk_queue_get_max_sectors() a request pointer
John Garry
1
-2
/
+4
2024-06-19
block: move the bounce flag into the features field
Christoph Hellwig
1
-1
/
+1
2024-06-14
block: remove the blk_integrity_profile structure
Christoph Hellwig
1
-0
/
+8
2024-05-21
Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+2
2024-05-09
blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOW
Yu Kuai
1
-11
/
+0
2024-05-09
block: support to account io_ticks precisely
Yu Kuai
1
-0
/
+1
2024-05-07
block: add a bio_await_chain helper
Keith Busch
1
-0
/
+1
2024-05-03
missing helpers: bdev_unhash(), bdev_drop()
Al Viro
1
-0
/
+2
2024-05-01
block: Improve zone write request completion handling
Damien Le Moal
1
-4
/
+4
2024-05-01
block: Fix handling of non-empty flush write requests to zones
Damien Le Moal
1
-2
/
+2
2024-04-17
block: Implement zone append emulation
Damien Le Moal
1
-2
/
+12
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-20
block: simplify disk_set_zoned
Christoph Hellwig
1
-2
/
+0
2023-08-15
block: Add some exports for bcachefs
Kent Overstreet
1
-1
/
+0
2023-08-10
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
[next]