index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
brd.c
Age
Commit message (
Expand
)
Author
2025-07-01
brd: fix sleeping function called from invalid context in brd_insert_page()
Yu Kuai
2025-05-14
brd: avoid extra xarray lookups on first write
Christoph Hellwig
2025-05-06
brd: fix discard end sector
Yu Kuai
2025-05-06
brd: fix aligned_sector from brd_do_discard()
Yu Kuai
2025-05-06
brd: protect page with rcu
Yu Kuai
2025-04-28
brd: use memcpy_{to,from]_page in brd_rw_bvec
Christoph Hellwig
2025-04-28
brd: split I/O at page boundaries
Christoph Hellwig
2025-04-28
brd: use bvec_kmap_local in brd_do_bvec
Christoph Hellwig
2025-04-28
brd: remove the sector variable in brd_submit_bio
Christoph Hellwig
2025-04-28
brd: pass a bvec pointer to brd_do_bvec
Christoph Hellwig
2024-11-29
brd: decrease the number of allocated pages which discarded
Zhang Xianwei
2024-10-30
brd: defer automatic disk creation until module initialization succeeds
Yang Erkun
2024-06-24
brd: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
2024-06-19
block: move the nowait flag to queue_limits
Christoph Hellwig
2024-06-19
block: move the synchronous flag to queue_limits
Christoph Hellwig
2024-06-19
block: move the nonrot flag to queue_limits
Christoph Hellwig
2024-05-13
brd: implement discard support
Keith Busch
2024-04-01
brd: Remove use of page->index
Matthew Wilcox (Oracle)
2024-02-19
brd: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
2024-02-19
block: pass a queue_limits argument to blk_alloc_disk
Christoph Hellwig
2023-06-14
brd: use cond_resched instead of cond_resched_rcu
Pankaj Raghav
2023-05-16
brd: use XArray instead of radix-tree to index backing pages
Pankaj Raghav
2023-04-25
block/drivers: remove dead clear of random flag
Chaitanya Kulkarni
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-17
brd: use radix_tree_maybe_preload instead of radix_tree_preload
Pankaj Raghav
2023-02-16
brd: mark as nowait compatible
Jens Axboe
2023-02-16
brd: check for REQ_NOWAIT and set correct page allocation mask
Jens Axboe
2023-02-16
brd: return 0/-error from brd_insert_page()
Jens Axboe
2023-02-02
block: remove ->rw_page
Christoph Hellwig
2022-09-21
block: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-07-14
block/brd: Use the enum req_op type
Bart Van Assche
2022-07-14
block: Change the type of the last .rw_page() argument
Bart Van Assche
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
2022-01-17
brd: remove brd_devices_mutex mutex
Tetsuo Handa
2021-11-29
block: remove GENHD_FL_EXT_DEVT
Christoph Hellwig
2021-10-30
block/brd: add error handling support for add_disk()
Luis Chamberlain
2021-10-18
block: switch polling to be bio based
Christoph Hellwig
2021-10-17
brd: reduce the brd_devices_mutex scope
Tetsuo Handa
2021-08-11
block: move some macros to blkdev.h
Guoqing Jiang
2021-06-01
brd: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
2021-05-06
include: remove pagemap.h from blkdev.h
Matthew Wilcox (Oracle)
2021-04-21
brd: expose number of allocated pages in debugfs
Calvin Owens
2021-01-24
block: store a block_device pointer in struct bio
Christoph Hellwig
2021-01-24
brd: remove the end of device check in brd_do_bvec
Christoph Hellwig
2020-11-16
brd: use __register_blkdev to allocate devices on demand
Christoph Hellwig
2020-09-24
bdi: remove BDI_CAP_SYNCHRONOUS_IO
Christoph Hellwig
2020-07-01
block: move ->make_request_fn to struct block_device_operations
Christoph Hellwig
2020-03-27
block: simplify queue allocation
Christoph Hellwig
2020-02-04
brd: check and limit max_part par
Zhiqiang Liu
2019-12-04
brd: warn on un-aligned buffer
Ming Lei
[next]