summaryrefslogtreecommitdiffstats
path: root/drivers/block/brd.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* brd: remove support for BLKFLSBUFMike Snitzer2016-10-251-35/+0Star
* brd: Switch rd_size to unsigned longJan Kara2016-10-251-2/+2
* block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe2016-08-071-8/+8
* mm/block: convert rw_page users to bio op useMike Christie2016-08-041-10/+7Star
* Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-291-2/+2
|\
| * pmem: kill __pmem address spaceDan Williams2016-07-131-2/+2
* | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-271-3/+1Star
|\ \
| * | block: get rid of bio_rw and READAChristoph Hellwig2016-07-211-3/+1Star
* | | block: add QUEUE_FLAG_DAX for devices to advertise their DAX supportToshi Kani2016-07-211-1/+3
|/ /
* / block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-071-1/+1
|/
* dax: enable dax in the presence of known media errors (badblocks)Dan Williams2016-05-181-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* brd: Fix discard request processingBart Van Assche2016-03-151-1/+1
* mm, dax, pmem: introduce pfn_tDan Williams2016-01-161-2/+5
* brd: Refuse improperly aligned discard requestsJan Kara2015-11-111-0/+3
* block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-071-2/+3
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-6/+2Star
|\
| * dax: drop size parameter to ->direct_access()Dan Williams2015-08-281-5/+1Star
| * pmem, dax: have direct_access use __pmem annotationRoss Zwisler2015-08-201-2/+2
* | block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-5/+8
* | block: have drivers use blk_queue_max_discard_sectors()Jens Axboe2015-07-171-1/+1
|/
* brd: rename XIP to DAXMatthew Wilcox2015-02-171-7/+7
* brd: Request from fdisk 4k alignmentBoaz Harrosh2015-01-141-0/+9
* brd: Fix all partitions BUGsBoaz Harrosh2015-01-141-62/+38Star
* block: Change direct_access calling conventionMatthew Wilcox2015-01-141-7/+7
* brd: add ram disk visibility optionDmitry Monakhov2014-08-221-1/+5
* brd: return -ENOSPC rather than -ENOMEM on page allocation failureMatthew Wilcox2014-06-051-3/+3
* brd: add support for rw_page()Matthew Wilcox2014-06-051-0/+10
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-241-6/+6
* block: Abstract out bvec iteratorKent Overstreet2013-11-241-2/+2
* block: fix a probe argument to blk_register_regionMikulas Patocka2013-11-081-1/+1
* drivers/block/brd.c: fix brd_lookup_page() raceBrian Behlendorf2013-05-251-2/+2
* block: Add bio_end_sector()Kent Overstreet2013-03-231-2/+1Star
* block: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-10/+10
* fs: move code out of buffer.cAl Viro2012-01-041-5/+4Star
* block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-121-3/+1Star
* brd: export module parametersNamhyung Kim2011-05-261-4/+15
* brd: fix comment on initial device creationNamhyung Kim2011-05-261-4/+4
* brd: handle on-demand devices correctlyNamhyung Kim2011-05-261-4/+4
* brd: limit 'max_part' module param to DISK_MAX_PARTSNamhyung Kim2011-05-261-0/+3
* brd: get rid of unused members from struct brd_deviceNamhyung Kim2011-05-261-4/+0Star
* Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-231-1/+0Star
|\
| * block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo2010-09-101-1/+0Star
| * block: kill QUEUE_ORDERED_BY_TAGTejun Heo2010-09-101-1/+1
* | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-3/+4
|/
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-071-1/+4
* block: remove q->prepare_flush_fn completelyFUJITA Tomonori2010-08-071-1/+1
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-1/+1
* brd: support discardNick Piggin2010-06-011-1/+52