- 83b863f mtd: add add_disk() error handling by Luis Chamberlain · 3 years, 3 months ago
- 6b6dc4f Merge tag 'mtd/for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux by Linus Torvalds · 3 years, 4 months ago
- ee28b42 mtd_blkdevs: simplify the refcounting in blktrans_{open, release} by Christoph Hellwig · 3 years, 4 months ago
- 37b143d mtd_blkdevs: simplify blktrans_getgeo by Christoph Hellwig · 3 years, 4 months ago
- 560a391 mtd_blkdevs: remove blktrans_ref_mutex by Christoph Hellwig · 3 years, 4 months ago
- 8984382 mtd_blkdevs: simplify blktrans_dev_get by Christoph Hellwig · 3 years, 4 months ago
- f214eeb mtd_blkdevs: use lockdep_assert_held by Christoph Hellwig · 3 years, 4 months ago
- 799ae31c mtd_blkdevs: don't hold del_mtd_blktrans_dev in blktrans_{open, release} by Christoph Hellwig · 3 years, 4 months ago
- b7abb05 mtd: fix lock hierarchy in deregister_mtd_blktrans by Desmond Cheong Zhi Xi · 3 years, 6 months ago
- 962bf78 mtd: break circular locks in register_mtd_blktrans by Desmond Cheong Zhi Xi · 3 years, 7 months ago
- 2b6d283 mtd: mtd_blkdevs: Initialize rq.limits.discard_granularity by Zhihao Cheng · 3 years, 7 months ago
- 07a719f mtd_blkdevs: initialze new->rq in add_mtd_blktrans_dev by Christoph Hellwig · 3 years, 7 months ago
- 6966bb9 mtd_blkdevs: use blk_mq_alloc_disk by Christoph Hellwig · 3 years, 7 months ago
- daaedb8 mtd_blkdevs: don't override BLKFLSBUF by Christoph Hellwig · 4 years, 2 months ago
- fd534e9 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102 by Thomas Gleixner · 6 years ago
- 891b7c5 mtd_blkdevs: convert to blk-mq by Jens Axboe · 6 years ago
- fef912b block: genhd: add 'groups' argument to device_add_disk by Hannes Reinecke · 6 years ago
- 34ab96e mtd_blkdevs: handle highmem pages by Christoph Hellwig · 7 years ago
- 8b904b5 block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() by Bart Van Assche · 7 years ago
- 9a51544 mtd: blkdevs: Fix mtd block write failure by Abhishek Sahu · 7 years ago
- 8fc4504 block: don't set bounce limit in blk_init_queue by Christoph Hellwig · 8 years ago
- 2a842ac block: introduce new block status code type by Christoph Hellwig · 8 years ago
- aebf526 block: fold cmd_type into the REQ_OP_ space by Christoph Hellwig · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 0d52c756 block: convert to device_add_disk() by Dan Williams · 9 years ago
- 3a5e02c block, drivers: add REQ_OP_FLUSH operation by Mike Christie · 9 years ago
- c2df40d drivers: use req op accessor by Mike Christie · 9 years ago
- fec3ff5d mtd: switch to using blk_queue_write_cache() by Jens Axboe · 9 years ago
- f3c6379 mtd: blkdevs: fix potential deadlock + lockdep warnings by Brian Norris · 9 years ago
- 2ce401d mtd: blktrans: fix multiplication overflow by Peng Fan · 9 years ago
- 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
- cc7fce8 mtd: blkdevs: fix switch-bool compilation warning by Tomer Barletz · 9 years ago
- 2bb4cd5 block: have drivers use blk_queue_max_discard_sectors() by Jens Axboe · 9 years ago
- c4a3f13c mtd: blktrans: use better error code for unimplemented ioctl() by Brian Norris · 10 years ago
- 5018393 mtd: blktrans: change blktrans_getgeo return value by Wenlin Kang · 10 years ago
- 073db4a mtd: fix: avoid race condition when accessing mtd->usecount by Brian Norris · 10 years ago
- e22b765 mtd: blkdevs: remove dead code by Brian Norris · 10 years ago
- b277da0 block: disable entropy contributions for nonrot devices by Mike Snitzer · 10 years ago
- e413a19a Merge tag 'for-linus-20140610' of git://git.infradead.org/linux-mtd by Linus Torvalds · 11 years ago
- 566c0d6a mtd: mtd_blkdevs: handle REQ_FLUSH request and do explicit flush of writeback buffer by Roman Peniaev · 11 years ago
- b4f42e2 block: remove struct request buffer member by Jens Axboe · 11 years ago
- 3ea5b03 mtd: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
- db2a144 block_device_operations->release() should return void by Al Viro · 12 years ago
- a8ca889 mtd_blktrans_ops->release() should return void by Al Viro · 12 years ago
- 22a8578 mtd: mtd_blkdevs: Replace request handler kthread with a workqueue by Ezequiel Garcia · 12 years ago
- 9329c5e mtd: mtd_blkdev: Use a different name for block_device_operations variable by Ezequiel Garcia · 12 years ago
- 70d5098 mtd: mtdblock: call mtd_sync() only if opened for write by Alexander Stein · 13 years ago
- 342ff28 mtd: mtd_blkdevs: don't increase 'open' count on error path by Brian Norris · 13 years ago
- 16f7eca mtd: mark block device queue as non-rotational by Dan McGee · 13 years ago
- 94735ec mtd: mtd_blkdevs: fix error path in blktrans_open by Artem Bityutskiy · 14 years ago
- 7bf7e37 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus-1 by Artem Bityutskiy · 14 years ago
- 115ee88 mtd_blkdevs: Set the maximum discards size by Jarkko Lavinen · 14 years ago
- c7519db mtd_blkdevs: Add background processing support by Jarkko Lavinen · 14 years ago
- 7f53f12 mtd: mtd_blkdevs: local symbols should be static by H Hartley Sweeten · 14 years ago
- bd637f6 mtd: mtd_blkdevs: fix double free on error path by Maxim Levitsky · 14 years ago
- 8cc9de3 mtd: Remove redundant mutex from mtd_blkdevs.c by David Woodhouse · 14 years ago
- 6757792 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 14 years ago
- 6fe4c59 MTD: Fix wrong check register_blkdev return value by Frank Li · 14 years ago
- 12aebf3 mtd: blktrans: fix a race vs kthread_stop by Maxim Levitsky · 14 years ago
- 480792b mtd: blktrans: kill BKL by Maxim Levitsky · 14 years ago
- 008c751 mtd: allow to unload the mtdtrans module if its block devices aren't open by Maxim Levitsky · 14 years ago
- 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 15 years ago
- 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
- a1452a3 mtd: Update copyright notices by David Woodhouse · 14 years ago
- 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
- 8a6cfeb block: push down BKL into .locked_ioctl by Arnd Bergmann · 14 years ago
- 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
- dba76c0 mtd: blkdevs: fix crash related to sysfs attributes. by Maxim Levitsky · 14 years ago
- 007c2d8 mtd: return success on blktrans_ioctl by Dan Carpenter · 15 years ago
- e4d64ca mtd: blktrans: do blk_cleanup_queue when it is really safe to do so by Maxim Levitsky · 15 years ago
- 133fa8c7 mtd: Few follow up cleanups for Smartmedia/xD support by Maxim Levitsky · 15 years ago
- 026ec57 mtd: blktrans: allow FTL drivers to export sysfs attributes by Maxim Levitsky · 15 years ago
- 048d871 mtd: blktrans: Hotplug fixes by Maxim Levitsky · 15 years ago
- a863862 mtd: blktrans: remove mtd_blkcore_priv, switch to per device queue and thread by Maxim Levitsky · 15 years ago
- 4d3a853 mtd: Raise limit on block device minor numbers by Ben Hutchings · 15 years ago
- f1332ba mtd: Introduce and use iteration macro for reading the MTD device table by Ben Hutchings · 15 years ago
- 60d9aa7 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
- d5ba1c8 mtd: don't use PF_MEMALLOC by KOSAKI Motohiro · 15 years ago
- 2d4dc89 block: add helpers to run flush_dcache_page() against a bio and a request's pages by Ilya Loginov · 15 years ago
- 6f4e137 mtd_blkdevs.c: quiet a "symbol shadows" sparse warning by hartleys · 15 years ago
- 1122a26 block: use normal I/O path for discard requests by Christoph Hellwig · 15 years ago
- 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
- 8022c13 mtd: blkdevs: do not forget to get MTD devices by Artem Bityutskiy · 15 years ago
- ac1b7c3 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 16 years ago
- d694846 [MTD] set blkdev parent to the mtd device, not its parent by David Woodhouse · 16 years ago
- e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 16 years ago
- 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 16 years ago
- 1498ada mtd_blkdevs: dequeue in-flight request by Tejun Heo · 16 years ago
- 1011c1b block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup by Tejun Heo · 16 years ago
- 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 16 years ago
- f06d9a2 block: replace end_request() with [__]blk_end_request_cur() by Tejun Heo · 16 years ago
- 1f24b5a [MTD] driver model updates by David Brownell · 16 years ago
- 2cf3a114 [MTD] fix use after free in register_mtd_blktrans by Marcin Slusarz · 16 years ago
- af0e2a0 [PATCH] switch mtd_blkdevs by Al Viro · 17 years ago
- d4430d6 [PATCH] beginning of methods conversion by Al Viro · 17 years ago
- eae9acd Support 'discard sectors' operation in translation layer support core by David Woodhouse · 16 years ago
- 71a928c [MTD] Use list_for_each_entry[_safe] where appropriate. by Chris Malley · 17 years ago
- 59018b6 MTD/JFFS2: remove CVS keywords by Adrian Bunk · 17 years ago
- ce37ab4 [MTD] Always initialise mutex in new mtd_blktrans_dev. by David Woodhouse · 17 years ago
- 39fe543 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 17 years ago