aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/brd.c
AgeCommit message (Expand)Author
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe
2016-08-04mm/block: convert rw_page users to bio op useMike Christie
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-20block: add QUEUE_FLAG_DAX for devices to advertise their DAX supportToshi Kani
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig
2016-07-12pmem: kill __pmem address spaceDan Williams
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie
2016-05-18dax: enable dax in the presence of known media errors (badblocks)Dan Williams
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-15brd: Fix discard request processingBart Van Assche
2016-01-15mm, dax, pmem: introduce pfn_tDan Williams
2015-11-11brd: Refuse improperly aligned discard requestsJan Kara
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-08-27dax: drop size parameter to ->direct_access()Dan Williams
2015-08-20pmem, dax: have direct_access use __pmem annotationRoss Zwisler
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe
2015-02-16brd: rename XIP to DAXMatthew Wilcox
2015-01-13brd: Request from fdisk 4k alignmentBoaz Harrosh
2015-01-13brd: Fix all partitions BUGsBoaz Harrosh
2015-01-13block: Change direct_access calling conventionMatthew Wilcox
2014-08-21brd: add ram disk visibility optionDmitry Monakhov
2014-06-04brd: return -ENOSPC rather than -ENOMEM on page allocation failureMatthew Wilcox
2014-06-04brd: add support for rw_page()Matthew Wilcox
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-08block: fix a probe argument to blk_register_regionMikulas Patocka
2013-05-24drivers/block/brd.c: fix brd_lookup_page() raceBrian Behlendorf
2013-03-23block: Add bio_end_sector()Kent Overstreet
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