aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/brd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-04brd: warn on un-aligned bufferMing Lei1-0/+4
2019-12-04brd: remove max_hw_sectors queue limitMing Lei1-1/+0
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-09brd: add cond_resched to brd_free_pagesMikulas Patocka1-0/+6
2019-04-22brd: re-enable __GFP_HIGHMEM in brd_insert_page()Hou Tao1-6/+1
2018-11-01block: brd: associate with queue until adding diskMing Lei1-5/+11
2018-07-18block: make bdev_ops->rw_page() take a REQ_OP instead of boolTejun Heo1-7/+7
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches1-3/+3
2018-05-09brd: Mark as non-rotationalSeongJae Park1-0/+4
2018-03-17block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche1-1/+0
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Jan Kara1-1/+1
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-65/+0
2017-11-15bdi: introduce BDI_CAP_SYNCHRONOUS_IOMinchan Kim1-0/+2
2017-11-14brd: remove dax supportDan Williams1-65/+0
2017-11-10brd: remove unused brd_mutexMikulas Patocka1-1/+0
2017-09-25brd: fix overflow in __brd_direct_accessMikulas Patocka1-1/+1
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+2
2017-09-06block, THP: make block_device_operations.rw_page support THPHuang Ying1-1/+5
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-3/+2
2017-07-10ARM: fix rd_size declarationBart Van Assche1-0/+1
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+8
2017-06-27dax: remove default copy_from_iter fallbackDan Williams1-0/+8
2017-06-27block: don't bother with bounce limits for make_request driversChristoph Hellwig1-1/+0
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-11/+37
2017-05-03brd: fix uninitialized use of brd->dax_devGerald Schaefer1-7/+5
2017-04-25block: remove block_device_operations ->direct_access()Dan Williams1-15/+0
2017-04-19brd: add dax_operations supportDan Williams1-11/+54
2017-04-08brd: remove discard supportChristoph Hellwig1-54/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-25brd: remove support for BLKFLSBUFMike Snitzer1-35/+0
2016-10-25brd: Switch rd_size to unsigned longJan Kara1-2/+2
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe1-8/+8
2016-08-04mm/block: convert rw_page users to bio op useMike Christie1-10/+7
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-2/+2
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+1
2016-07-20block: add QUEUE_FLAG_DAX for devices to advertise their DAX supportToshi Kani1-1/+3
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig1-3/+1
2016-07-12pmem: kill __pmem address spaceDan Williams1-2/+2
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie1-1/+1
2016-05-18dax: enable dax in the presence of known media errors (badblocks)Dan Williams1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-03-15brd: Fix discard request processingBart Van Assche1-1/+1
2016-01-15mm, dax, pmem: introduce pfn_tDan Williams1-2/+5
2015-11-11brd: Refuse improperly aligned discard requestsJan Kara1-0/+3
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe1-2/+3
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-6/+2
2015-08-27dax: drop size parameter to ->direct_access()Dan Williams1-5/+1
2015-08-20pmem, dax: have direct_access use __pmem annotationRoss Zwisler1-2/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-5/+8
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe1-1/+1