aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/brd.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-26brd: export module parametersGravatar Namhyung Kim 1-4/+15
2011-05-26brd: fix comment on initial device creationGravatar Namhyung Kim 1-4/+4
2011-05-26brd: handle on-demand devices correctlyGravatar Namhyung Kim 1-4/+4
2011-05-26brd: limit 'max_part' module param to DISK_MAX_PARTSGravatar Namhyung Kim 1-0/+3
2011-05-26brd: get rid of unused members from struct brd_deviceGravatar Namhyung Kim 1-4/+0
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+0
2010-10-05block: autoconvert trivial BKL users to private mutexGravatar Arnd Bergmann 1-3/+4
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Gravatar Tejun Heo 1-1/+0
2010-09-10block: kill QUEUE_ORDERED_BY_TAGGravatar Tejun Heo 1-1/+1
2010-08-07block: push down BKL into .locked_ioctlGravatar Arnd Bergmann 1-1/+4
2010-08-07block: remove q->prepare_flush_fn completelyGravatar FUJITA Tomonori 1-1/+1
2010-08-07block: unify flags for struct bio and struct requestGravatar Christoph Hellwig 1-1/+1
2010-06-01brd: support discardGravatar Nick Piggin 1-1/+52
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsGravatar Martin K. Petersen 1-1/+1
2009-09-22const: make block_device_operations constGravatar Alexey Dobriyan 1-1/+1
2009-06-10ramdisk: remove long-deprecated "ramdisk=" boot-time parameterGravatar Robert P. J. Day 1-6/+1
2009-04-15brd: fix cacheflushingGravatar Nick Piggin 1-1/+3
2009-04-15brd: support barriersGravatar Nick Piggin 1-0/+1
2008-10-21[PATCH] switch brdGravatar Al Viro 1-3/+2
2008-10-21[PATCH] beginning of methods conversionGravatar Al Viro 1-1/+1
2008-08-20brd: fix name argument of unregister_blkdev()Gravatar Akinobu Mita 1-1/+1
2008-06-05Add 'rd' alias to new brd ramdisk driverGravatar Nick Piggin 1-0/+1
2008-05-24brd: don't show ramdisks in /proc/partitionsGravatar Marcin Krol 1-0/+1
2008-04-30brd: modify ramdisk device to be able to manage partitionsGravatar Laurent Vivier 1-5/+14
2008-04-28return pfn from direct_access, for XIPGravatar Jared Hulbert 1-2/+3
2008-04-22fix brd allocation flagsGravatar Petr Tesarik 1-1/+1
2008-02-08rd: support XIPGravatar Nick Piggin 1-2/+37
2008-02-08rewrite rdGravatar Nick Piggin 1-0/+548