summaryrefslogtreecommitdiff
path: root/drivers/block/brd.c
Commit message (Expand)AuthorAge
* 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
* rewrite rdNick Piggin2008-02-08