summaryrefslogtreecommitdiffstats
path: root/drivers/block/brd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-14/+1
|\
| * block: remove ->rw_pageChristoph Hellwig2023-02-021-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-211-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-111-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-061-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-241-1/+1
* brd: remove the end of device check in brd_do_bvecChristoph Hellwig2021-01-241-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-011-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-141-65/+0
* | bdi: introduce BDI_CAP_SYNCHRONOUS_IOMinchan Kim2017-11-151-0/+2
* | brd: remove unused brd_mutexMikulas Patocka2017-11-101-1/+0
|/
* brd: fix overflow in __brd_direct_accessMikulas Patocka2017-09-251-1/+1
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-3/+2
|\
| * block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-3/+2
* | block, THP: make block_device_operations.rw_page support THPHuang Ying2017-09-061-1/+5
|/
* ARM: fix rd_size declarationBart Van Assche2017-07-101-0/+1
* Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-071-0/+8
|\
| * dax: remove default copy_from_iter fallbackDan Williams2017-06-271-0/+8
* | block: don't bother with bounce limits for make_request driversChristoph Hellwig2017-06-271-1/+0
|/
* Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-051-11/+37
|\