summaryrefslogtreecommitdiffstats
path: root/drivers/block/brd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* block: move the nowait flag to queue_limitsChristoph Hellwig2024-06-191-2/+2
* block: move the synchronous flag to queue_limitsChristoph Hellwig2024-06-191-1/+1
* block: move the nonrot flag to queue_limitsChristoph Hellwig2024-06-191-2/+0
* brd: implement discard supportKeith Busch2024-05-141-0/+26
* brd: Remove use of page->indexMatthew Wilcox (Oracle)2024-04-011-29/+11
* brd: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-201-10/+11
* block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig2024-02-201-3/+4
* brd: use cond_resched instead of cond_resched_rcuPankaj Raghav2023-06-141-1/+1
* brd: use XArray instead of radix-tree to index backing pagesPankaj Raghav2023-05-161-69/+24
* block/drivers: remove dead clear of random flagChaitanya Kulkarni2023-04-251-1/+0
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-241-14/+1
|\
| * block: remove ->rw_pageChristoph Hellwig2023-02-031-14/+1
* | brd: use radix_tree_maybe_preload instead of radix_tree_preloadPankaj Raghav2023-02-171-1/+1
* | brd: mark as nowait compatibleJens Axboe2023-02-161-0/+1
* | brd: check for REQ_NOWAIT and set correct page allocation maskJens Axboe2023-02-161-20/+28
* | brd: return 0/-error from brd_insert_page()Jens Axboe2023-02-161-14/+12
|/
* block: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-221-1/+1
* block/brd: Use the enum req_op typeBart Van Assche2022-07-141-1/+1
* block: Change the type of the last .rw_page() argumentBart Van Assche2022-07-141-1/+1
* block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-2/+2
* brd: remove brd_devices_mutex mutexTetsuo Handa2022-01-171-43/+30
* block: remove GENHD_FL_EXT_DEVTChristoph Hellwig2021-11-291-1/+0
* block/brd: add error handling support for add_disk()Luis Chamberlain2021-10-301-2/+7
* block: switch polling to be bio basedChristoph Hellwig2021-10-181-7/+5
* brd: reduce the brd_devices_mutex scopeTetsuo Handa2021-10-171-22/+22
* block: move some macros to blkdev.hGuoqing Jiang2021-08-121-3/+0
* brd: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2021-06-011-61/+33
* include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)2021-05-071-0/+1
* brd: expose number of allocated pages in debugfsCalvin Owens2021-04-211-1/+18
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-251-1/+1
* brd: remove the end of device check in brd_do_bvecChristoph Hellwig2021-01-251-5/+1
* brd: use __register_blkdev to allocate devices on demandChristoph Hellwig2020-11-161-28/+11
* bdi: remove BDI_CAP_SYNCHRONOUS_IOChristoph Hellwig2020-09-241-1/+0
* block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-011-2/+3
* block: simplify queue allocationChristoph Hellwig2020-03-271-3/+1
* brd: check and limit max_part parZhiqiang Liu2020-02-041-2/+20
* brd: warn on un-aligned bufferMing Lei2019-12-041-0/+4
* brd: remove max_hw_sectors queue limitMing Lei2019-12-041-1/+0
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* brd: add cond_resched to brd_free_pagesMikulas Patocka2019-05-091-0/+6
* brd: re-enable __GFP_HIGHMEM in brd_insert_page()Hou Tao2019-04-221-6/+1
* block: brd: associate with queue until adding diskMing Lei2018-11-021-5/+11
* block: make bdev_ops->rw_page() take a REQ_OP instead of boolTejun Heo2018-07-181-7/+7
* block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-241-3/+3
* brd: Mark as non-rotationalSeongJae Park2018-05-091-0/+4
* block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2018-03-171-1/+0
* genhd: Rename get_disk() to get_disk_and_module()Jan Kara2018-02-261-1/+1
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-171-65/+0
|\
| * brd: remove dax supportDan Williams2017-11-151-65/+0
* | bdi: introduce BDI_CAP_SYNCHRONOUS_IOMinchan Kim2017-11-161-0/+2