summaryrefslogtreecommitdiff
path: root/drivers/block/brd.c
Commit message (Expand)AuthorAge
* 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-23
* block: Abstract out bvec iteratorKent Overstreet2013-11-23
* 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
* ramdisk: remove long-deprecated "ramdisk=" boot-time parameterRobert P. J. Day2009-06-10
* brd: fix cacheflushingNick Piggin2009-04-15
* brd: support barriersNick Piggin2009-04-15
* [PATCH] switch brdAl Viro2008-10-21
* [PATCH] beginning of methods conversionAl Viro2008-10-21
* brd: fix name argument of unregister_blkdev()Akinobu Mita2008-08-20
* Add 'rd' alias to new brd ramdisk driverNick Piggin2008-06-05
* brd: don't show ramdisks in /proc/partitionsMarcin Krol2008-05-24
* brd: modify ramdisk device to be able to manage partitionsLaurent Vivier2008-04-30
* return pfn from direct_access, for XIPJared Hulbert2008-04-28
* fix brd allocation flagsPetr Tesarik2008-04-22
* rd: support XIPNick Piggin2008-02-08