| Commit message (Expand) | Author | Age | Files | Lines |
* | brd: implement discard support | Keith Busch | 2024-05-13 | 1 | -0/+26 |
* | brd: Remove use of page->index | Matthew Wilcox (Oracle) | 2024-04-01 | 1 | -29/+11 |
* | brd: pass queue_limits to blk_mq_alloc_disk | Christoph Hellwig | 2024-02-19 | 1 | -10/+11 |
* | block: pass a queue_limits argument to blk_alloc_disk | Christoph Hellwig | 2024-02-19 | 1 | -3/+4 |
* | brd: use cond_resched instead of cond_resched_rcu | Pankaj Raghav | 2023-06-14 | 1 | -1/+1 |
* | brd: use XArray instead of radix-tree to index backing pages | Pankaj Raghav | 2023-05-16 | 1 | -69/+24 |
* | block/drivers: remove dead clear of random flag | Chaitanya Kulkarni | 2023-04-25 | 1 | -1/+0 |
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-02-23 | 1 | -14/+1 |
|\ |
|
| * | block: remove ->rw_page | Christoph Hellwig | 2023-02-02 | 1 | -14/+1 |
* | | brd: use radix_tree_maybe_preload instead of radix_tree_preload | Pankaj Raghav | 2023-02-17 | 1 | -1/+1 |
* | | brd: mark as nowait compatible | Jens Axboe | 2023-02-16 | 1 | -0/+1 |
* | | brd: check for REQ_NOWAIT and set correct page allocation mask | Jens Axboe | 2023-02-16 | 1 | -20/+28 |
* | | brd: return 0/-error from brd_insert_page() | Jens Axboe | 2023-02-16 | 1 | -14/+12 |
|/ |
|
* | block: move from strlcpy with unused retval to strscpy | Wolfram Sang | 2022-09-21 | 1 | -1/+1 |
* | block/brd: Use the enum req_op type | Bart Van Assche | 2022-07-14 | 1 | -1/+1 |
* | block: Change the type of the last .rw_page() argument | Bart Van Assche | 2022-07-14 | 1 | -1/+1 |
* | block: remove blk_cleanup_disk | Christoph Hellwig | 2022-06-28 | 1 | -2/+2 |
* | brd: remove brd_devices_mutex mutex | Tetsuo Handa | 2022-01-17 | 1 | -43/+30 |
* | block: remove GENHD_FL_EXT_DEVT | Christoph Hellwig | 2021-11-29 | 1 | -1/+0 |
* | block/brd: add error handling support for add_disk() | Luis Chamberlain | 2021-10-30 | 1 | -2/+7 |
* | block: switch polling to be bio based | Christoph Hellwig | 2021-10-18 | 1 | -7/+5 |
* | brd: reduce the brd_devices_mutex scope | Tetsuo Handa | 2021-10-17 | 1 | -22/+22 |
* | block: move some macros to blkdev.h | Guoqing Jiang | 2021-08-11 | 1 | -3/+0 |
* | brd: convert to blk_alloc_disk/blk_cleanup_disk | Christoph Hellwig | 2021-06-01 | 1 | -61/+33 |
* | include: remove pagemap.h from blkdev.h | Matthew Wilcox (Oracle) | 2021-05-06 | 1 | -0/+1 |
* | brd: expose number of allocated pages in debugfs | Calvin Owens | 2021-04-21 | 1 | -1/+18 |
* | block: store a block_device pointer in struct bio | Christoph Hellwig | 2021-01-24 | 1 | -1/+1 |
* | brd: remove the end of device check in brd_do_bvec | Christoph Hellwig | 2021-01-24 | 1 | -5/+1 |
* | brd: use __register_blkdev to allocate devices on demand | Christoph Hellwig | 2020-11-16 | 1 | -28/+11 |
* | bdi: remove BDI_CAP_SYNCHRONOUS_IO | Christoph Hellwig | 2020-09-24 | 1 | -1/+0 |
* | block: move ->make_request_fn to struct block_device_operations | Christoph Hellwig | 2020-07-01 | 1 | -2/+3 |
* | block: simplify queue allocation | Christoph Hellwig | 2020-03-27 | 1 | -3/+1 |
* | brd: check and limit max_part par | Zhiqiang Liu | 2020-02-04 | 1 | -2/+20 |
* | brd: warn on un-aligned buffer | Ming Lei | 2019-12-04 | 1 | -0/+4 |
* | brd: remove max_hw_sectors queue limit | Ming Lei | 2019-12-04 | 1 | -1/+0 |
* | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | brd: add cond_resched to brd_free_pages | Mikulas Patocka | 2019-05-09 | 1 | -0/+6 |
* | brd: re-enable __GFP_HIGHMEM in brd_insert_page() | Hou Tao | 2019-04-22 | 1 | -6/+1 |
* | block: brd: associate with queue until adding disk | Ming Lei | 2018-11-01 | 1 | -5/+11 |
* | block: make bdev_ops->rw_page() take a REQ_OP instead of bool | Tejun Heo | 2018-07-18 | 1 | -7/+7 |
* | block drivers/block: Use octal not symbolic permissions | Joe Perches | 2018-05-24 | 1 | -3/+3 |
* | brd: Mark as non-rotational | SeongJae Park | 2018-05-09 | 1 | -0/+4 |
* | block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h> | Bart Van Assche | 2018-03-17 | 1 | -1/+0 |
* | genhd: Rename get_disk() to get_disk_and_module() | Jan Kara | 2018-02-26 | 1 | -1/+1 |
* | Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-11-17 | 1 | -65/+0 |
|\ |
|
| * | brd: remove dax support | Dan Williams | 2017-11-14 | 1 | -65/+0 |
* | | bdi: introduce BDI_CAP_SYNCHRONOUS_IO | Minchan Kim | 2017-11-15 | 1 | -0/+2 |
* | | brd: remove unused brd_mutex | Mikulas Patocka | 2017-11-10 | 1 | -1/+0 |
|/ |
|
* | brd: fix overflow in __brd_direct_access | Mikulas Patocka | 2017-09-25 | 1 | -1/+1 |
* | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-09-07 | 1 | -3/+2 |
|\ |
|