summaryrefslogtreecommitdiffstats
path: root/drivers/block/brd.c
Commit message (Expand)AuthorAgeFilesLines
* brd: remove support for BLKFLSBUFMike Snitzer2016-10-251-35/+0
* 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/+7
* Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-281-2/+2
|\
| * pmem: kill __pmem address spaceDan Williams2016-07-121-2/+2
* | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-3/+1
|\ \
| * | block: get rid of bio_rw and READAChristoph Hellwig2016-07-201-3/+1
* | | block: add QUEUE_FLAG_DAX for devices to advertise their DAX supportToshi Kani2016-07-201-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-151-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/+2
|\
| * dax: drop size parameter to ->direct_access()Dan Williams2015-08-271-5/+1
| * 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-161-7/+7
* brd: Request from fdisk 4k alignmentBoaz Harrosh2015-01-131-0/+9
* brd: Fix all partitions BUGsBoaz Harrosh2015-01-131-62/+38
* block: Change direct_access calling conventionMatthew Wilcox2015-01-131-7/+7
* brd: add ram disk visibility optionDmitry Monakhov2014-08-211-1/+5
* brd: return -ENOSPC rather than -ENOMEM on page allocation failureMatthew Wilcox2014-06-041-3/+3
* brd: add support for rw_page()Matthew Wilcox2014-06-041-0/+10
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-231-6/+6
* block: Abstract out bvec iteratorKent Overstreet2013-11-231-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-241-2/+2
* block: Add bio_end_sector()Kent Overstreet2013-03-231-2/+1
* 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-031-5/+4
* block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-121-3/+1
* 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/+0
* Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-1/+0
|\
| * block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo2010-09-101-1/+0
| * 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
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1