aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/brd.c
Commit message (Expand)AuthorAge
* block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe2016-08-07
* mm/block: convert rw_page users to bio op useMike Christie2016-08-04
* Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-28
|\
| * pmem: kill __pmem address spaceDan Williams2016-07-12
* | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-26
|\ \
| * | block: get rid of bio_rw and READAChristoph Hellwig2016-07-20
* | | block: add QUEUE_FLAG_DAX for devices to advertise their DAX supportToshi Kani2016-07-20
|/ /
* / block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-07
|/
* dax: enable dax in the presence of known media errors (badblocks)Dan Williams2016-05-18
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* brd: Fix discard request processingBart Van Assche2016-03-15
* mm, dax, pmem: introduce pfn_tDan Williams2016-01-15
* brd: Refuse improperly aligned discard requestsJan Kara2015-11-11
* block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-07
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-08
|\
| * dax: drop size parameter to ->direct_access()Dan Williams2015-08-27
| * pmem, dax: have direct_access use __pmem annotationRoss Zwisler2015-08-20
* | block: add a bi_error field to struct bioChristoph Hellwig2015-07-29
* | block: have drivers use blk_queue_max_discard_sectors()Jens Axboe2015-07-17
|/
* brd: rename XIP to DAXMatthew Wilcox2015-02-16
* brd: Request from fdisk 4k alignmentBoaz Harrosh2015-01-13
* brd: Fix all partitions BUGsBoaz Harrosh2015-01-13
* block: Change direct_access calling conventionMatthew Wilcox2015-01-13
* brd: add ram disk visibility optionDmitry Monakhov2014-08-21
* brd: return -ENOSPC rather than -ENOMEM on page allocation failureMatthew Wilcox2014-06-04
* brd: add support for rw_page()Matthew Wilcox2014-06-04
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-24
* block: Abstract out bvec iteratorKent Overstreet2013-11-24
* block: fix a probe argument to blk_register_regionMikulas Patocka2013-11-08
* drivers/block/brd.c: fix brd_lookup_page() raceBrian Behlendorf2013-05-24
* block: Add bio_end_sector()Kent Overstreet2013-03-23
* block: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
* fs: move code out of buffer.cAl Viro2012-01-03
* block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-12
* brd: export module parametersNamhyung Kim2011-05-26
* brd: fix comment on initial device creationNamhyung Kim2011-05-26
* brd: handle on-demand devices correctlyNamhyung Kim2011-05-26
* brd: limit 'max_part' module param to DISK_MAX_PARTSNamhyung Kim2011-05-26
* brd: get rid of unused members from struct brd_deviceNamhyung Kim2011-05-26
* Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-22
|\
| * block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo2010-09-10
| * block: kill QUEUE_ORDERED_BY_TAGTejun Heo2010-09-10
* | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-05
|/
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-07
* block: remove q->prepare_flush_fn completelyFUJITA Tomonori2010-08-07
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-07
* brd: support discardNick Piggin2010-06-01
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-26
* const: make block_device_operations constAlexey Dobriyan2009-09-22