开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
blkdev.h
Age
Commit message (
Expand
)
Author
2023-02-14
Revert "blk-cgroup: move the cgroup information to struct gendisk"
Christoph Hellwig
2023-02-03
blk-cgroup: move the cgroup information to struct gendisk
Christoph Hellwig
2023-01-29
blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deacti...
Yu Kuai
2023-01-29
block: introduce bdev_zone_no helper
Pankaj Raghav
2023-01-29
block: add a new helper bdev_{is_zone_start, offset_from_zone_start}
Pankaj Raghav
2023-01-29
block: remove superfluous check for request queue in bdev_is_zoned()
Pankaj Raghav
2023-01-29
block: save user max_sectors limit
Keith Busch
2023-01-29
block: make BLK_DEF_MAX_SECTORS unsigned
Keith Busch
2023-01-04
Revert "block: remove devnode callback from struct block_device_operations"
Jens Axboe
2022-12-13
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
2022-12-03
block: remove devnode callback from struct block_device_operations
Greg Kroah-Hartman
2022-11-30
block: untangle request_queue refcounting from sysfs
Christoph Hellwig
2022-11-16
block: make blk_set_default_limits() private
Keith Busch
2022-11-16
block: make dma_alignment a stacking queue_limit
Keith Busch
2022-11-16
block: remove delayed holder registration
Christoph Hellwig
2022-11-02
blk-mq: add tagset quiesce interface
Chao Leng
2022-11-02
blk-mq: move the srcu_struct used for quiescing to the tagset
Christoph Hellwig
2022-10-31
block: simplify blksize_bits() implementation
Dawei Li
2022-10-25
block: remove bio_start_io_acct_time
Christoph Hellwig
2022-10-10
Merge branch 'for-6.1/block' into block-6.1
Jens Axboe
2022-10-10
block: avoid sign extend problem with default queue flags mask
Brian Foster
2022-10-07
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
2022-09-29
block: adapt blk_mq_plug() to not plug for writes that require a zone lock
Pankaj Raghav
2022-09-27
block: replace blk_queue_nowait with bdev_nowait
Christoph Hellwig
2022-09-11
vfs: support STATX_DIOALIGN on block devices
Eric Biggers
2022-08-04
Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-08-03
Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2022-08-02
block: move ->bio_split to the gendisk
Christoph Hellwig
2022-08-02
block: change the blk_queue_split calling convention
Christoph Hellwig
2022-07-25
block: add bdev_max_segments() helper
Naohiro Aota
2022-07-14
block: Use the new blk_opf_t type
Bart Van Assche
2022-07-14
block: Change the type of the last .rw_page() argument
Bart Van Assche
2022-07-14
block: Use enum req_op where appropriate
Bart Van Assche
2022-07-14
treewide: Rename enum req_opf into enum req_op
Bart Van Assche
2022-07-14
block: remove bdevname
Christoph Hellwig
2022-07-06
block: move zone related fields to struct gendisk
Christoph Hellwig
2022-07-06
block: remove blk_queue_zone_sectors
Christoph Hellwig
2022-07-06
block: replace blkdev_nr_zones with bdev_nr_zones
Christoph Hellwig
2022-07-06
block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zones
Christoph Hellwig
2022-07-06
block: remove queue_max_open_zones and queue_max_active_zones
Christoph Hellwig
2022-07-06
block: pass a gendisk to blk_queue_set_zoned
Christoph Hellwig
2022-07-06
block: remove a superflous ifdef in blkdev.h
Christoph Hellwig
2022-06-29
block: move ->ia_ranges from the request_queue to the gendisk
Christoph Hellwig
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
2022-06-28
block: simplify disk shutdown
Christoph Hellwig
2022-06-28
block: remove QUEUE_FLAG_DEAD
Christoph Hellwig
2022-06-27
block: move blk_queue_get_max_sectors to blk.h
Christoph Hellwig
2022-06-27
block: fold blk_max_size_offset into get_max_io_size
Christoph Hellwig
2022-06-27
block: factor out a chunk_size_left helper
Christoph Hellwig
2022-06-27
block: relax direct io memory alignment
Keith Busch
[next]