summaryrefslogtreecommitdiffstats
path: root/drivers/block/brd.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/block/brd.c: fix brd_lookup_page() raceBrian Behlendorf2013-05-241-2/+2
* block: Add bio_end_sector()Kent Overstreet2013-03-231-2/+1
* block: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-10/+10
* fs: move code out of buffer.cAl Viro2012-01-031-5/+4
* block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-121-3/+1
* brd: export module parametersNamhyung Kim2011-05-261-4/+15
* brd: fix comment on initial device creationNamhyung Kim2011-05-261-4/+4
* brd: handle on-demand devices correctlyNamhyung Kim2011-05-261-4/+4
* brd: limit 'max_part' module param to DISK_MAX_PARTSNamhyung Kim2011-05-261-0/+3
* brd: get rid of unused members from struct brd_deviceNamhyung Kim2011-05-261-4/+0
* Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-1/+0
|\
| * block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo2010-09-101-1/+0
| * block: kill QUEUE_ORDERED_BY_TAGTejun Heo2010-09-101-1/+1
* | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-3/+4
|/
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-071-1/+4
* block: remove q->prepare_flush_fn completelyFUJITA Tomonori2010-08-071-1/+1
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-1/+1
* brd: support discardNick Piggin2010-06-011-1/+52
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-261-1/+1
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* ramdisk: remove long-deprecated "ramdisk=" boot-time parameterRobert P. J. Day2009-06-101-6/+1
* brd: fix cacheflushingNick Piggin2009-04-151-1/+3
* brd: support barriersNick Piggin2009-04-151-0/+1
* [PATCH] switch brdAl Viro2008-10-211-3/+2
* [PATCH] beginning of methods conversionAl Viro2008-10-211-1/+1
* brd: fix name argument of unregister_blkdev()Akinobu Mita2008-08-201-1/+1
* Add 'rd' alias to new brd ramdisk driverNick Piggin2008-06-051-0/+1
* brd: don't show ramdisks in /proc/partitionsMarcin Krol2008-05-241-0/+1
* brd: modify ramdisk device to be able to manage partitionsLaurent Vivier2008-04-301-5/+14
* return pfn from direct_access, for XIPJared Hulbert2008-04-281-2/+3
* fix brd allocation flagsPetr Tesarik2008-04-221-1/+1
* rd: support XIPNick Piggin2008-02-081-2/+37
* rewrite rdNick Piggin2008-02-081-0/+548