aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/brd.c
AgeCommit message (Expand)Author
2012-03-20block: remove the second argument of k[un]map_atomic()Cong Wang
2012-01-03fs: move code out of buffer.cAl Viro
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig
2011-05-26brd: export module parametersNamhyung Kim
2011-05-26brd: fix comment on initial device creationNamhyung Kim
2011-05-26brd: handle on-demand devices correctlyNamhyung Kim
2011-05-26brd: limit 'max_part' module param to DISK_MAX_PARTSNamhyung Kim
2011-05-26brd: get rid of unused members from struct brd_deviceNamhyung Kim
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo
2010-09-10block: kill QUEUE_ORDERED_BY_TAGTejun Heo
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig
2010-06-01brd: support discardNick Piggin
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen
2009-09-22const: make block_device_operations constAlexey Dobriyan
2009-06-10ramdisk: remove long-deprecated "ramdisk=" boot-time parameterRobert P. J. Day
2009-04-15brd: fix cacheflushingNick Piggin
2009-04-15brd: support barriersNick Piggin
2008-10-21[PATCH] switch brdAl Viro
2008-10-21[PATCH] beginning of methods conversionAl Viro
2008-08-20brd: fix name argument of unregister_blkdev()Akinobu Mita
2008-06-05Add 'rd' alias to new brd ramdisk driverNick Piggin
2008-05-24brd: don't show ramdisks in /proc/partitionsMarcin Krol
2008-04-30brd: modify ramdisk device to be able to manage partitionsLaurent Vivier
2008-04-28return pfn from direct_access, for XIPJared Hulbert
2008-04-22fix brd allocation flagsPetr Tesarik
2008-02-08rd: support XIPNick Piggin
2008-02-08rewrite rdNick Piggin