summaryrefslogtreecommitdiffstats
path: root/drivers/block/brd.c
AgeCommit message (Expand)AuthorLines
2017-07-10ARM: fix rd_size declarationBart Van Assche-0/+1
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+8
2017-06-27dax: remove default copy_from_iter fallbackDan Williams-0/+8
2017-06-27block: don't bother with bounce limits for make_request driversChristoph Hellwig-1/+0
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-11/+37
2017-05-03brd: fix uninitialized use of brd->dax_devGerald Schaefer-7/+5
2017-04-25block: remove block_device_operations ->direct_access()Dan Williams-15/+0
2017-04-19brd: add dax_operations supportDan Williams-11/+54
2017-04-08brd: remove discard supportChristoph Hellwig-54/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-10-25brd: remove support for BLKFLSBUFMike Snitzer-35/+0
2016-10-25brd: Switch rd_size to unsigned longJan Kara-2/+2
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe-8/+8
2016-08-04mm/block: convert rw_page users to bio op useMike Christie-10/+7
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+1
2016-07-20block: add QUEUE_FLAG_DAX for devices to advertise their DAX supportToshi Kani-1/+3
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig-3/+1
2016-07-12pmem: kill __pmem address spaceDan Williams-2/+2
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie-1/+1
2016-05-18dax: enable dax in the presence of known media errors (badblocks)Dan Williams-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-1/+1
2016-03-15brd: Fix discard request processingBart Van Assche-1/+1
2016-01-15mm, dax, pmem: introduce pfn_tDan Williams-2/+5
2015-11-11brd: Refuse improperly aligned discard requestsJan Kara-0/+3
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe-2/+3
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-6/+2
2015-08-27dax: drop size parameter to ->direct_access()Dan Williams-5/+1
2015-08-20pmem, dax: have direct_access use __pmem annotationRoss Zwisler-2/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig-5/+8
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe-1/+1
2015-02-16brd: rename XIP to DAXMatthew Wilcox-7/+7
2015-01-13brd: Request from fdisk 4k alignmentBoaz Harrosh-0/+9
2015-01-13brd: Fix all partitions BUGsBoaz Harrosh-62/+38
2015-01-13block: Change direct_access calling conventionMatthew Wilcox-7/+7
2014-08-21brd: add ram disk visibility optionDmitry Monakhov-1/+5
2014-06-04brd: return -ENOSPC rather than -ENOMEM on page allocation failureMatthew Wilcox-3/+3
2014-06-04brd: add support for rw_page()Matthew Wilcox-0/+10
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet-6/+6
2013-11-23block: Abstract out bvec iteratorKent Overstreet-2/+2
2013-11-08block: fix a probe argument to blk_register_regionMikulas Patocka-1/+1
2013-05-24drivers/block/brd.c: fix brd_lookup_page() raceBrian Behlendorf-2/+2
2013-03-23block: Add bio_end_sector()Kent Overstreet-2/+1
2012-03-20block: remove the second argument of k[un]map_atomic()Cong Wang-10/+10
2012-01-03fs: move code out of buffer.cAl Viro-5/+4
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig-3/+1
2011-05-26brd: export module parametersNamhyung Kim-4/+15
2011-05-26brd: fix comment on initial device creationNamhyung Kim-4/+4
2011-05-26brd: handle on-demand devices correctlyNamhyung Kim-4/+4
2011-05-26brd: limit 'max_part' module param to DISK_MAX_PARTSNamhyung Kim-0/+3