summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/block2mtd.c
Commit message (Expand)AuthorAgeFilesLines
* block2mtd: prevent direct access of bd_inodeYu Kuai2024-05-031-2/+4
* fs,block: yield devices earlyChristian Brauner2024-03-271-1/+1
* block2mtd: port device access to filesChristian Brauner2024-02-251-25/+21
* mtd: block2mtd: Convert to bdev_open_by_dev/path()Jan Kara2023-10-281-22/+29
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-2/+2
* block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-2/+2
* mtd: block2mtd: don't call early_lookup_bdev after the system is runningChristoph Hellwig2023-06-051-1/+11
* mtd: block2mtd: factor the early block device open logic into a helperChristoph Hellwig2023-06-051-23/+30
* init: improve the name_to_dev_t interfaceChristoph Hellwig2023-06-051-2/+1
* block: introduce holder opsChristoph Hellwig2023-06-051-2/+2
* mtd: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-191-1/+1
* mtd: block2mtd: add support for an optional custom MTD labelJoachim Wiberg2021-10-151-7/+17
* mtd: block2mtd: minor refactor to avoid hard coded constantJoachim Wiberg2021-10-151-2/+5
* mtd: Convert fallthrough comments into statementsMiquel Raynal2020-03-301-2/+2
* mtd: block2mtd: page index should use pgoff_tLiu Song2020-01-271-4/+4
* mtd: block2mtd: mark expected switch fall-throughsGustavo A. R. Silva2018-11-091-0/+2
* mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon2018-03-211-6/+1
* mtd: block2mtd: remove redundant initialization of 'bdev'Colin Ian King2018-03-151-1/+1
* treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-3/+3
* writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-0/+1
* mtd: block2mtd: wait until block devices are presentedFelix Fietkau2015-02-231-15/+43
* mtd: block2mtd: check device sizeFabian Frederick2014-03-101-1/+5
* mtd: block2mtd: Add mutex_destroyFabian Frederick2014-03-101-5/+8
* mtd: Move major number definitions to major.hEzequiel Garcia2013-11-061-0/+1
* mtd: Convert logging messagesJoe Perches2013-08-051-27/+31
* mtd: block2mtd: throttle writes by calling balance_dirty_pages_ratelimited.NeilBrown2012-12-131-0/+2
* mtd: remove use of __devexitBill Pemberton2012-11-221-1/+1
* mtd: block2mtd: fix recursive call of mtd_writevGabor Juhos2012-06-011-1/+0
* mtd: block2mtd: page_read() never returns NULLRyosuke Saito2012-05-131-6/+0
* mtd: move zero length verification to MTD API functionsArtem Bityutskiy2012-03-271-3/+0
* mtd: remove retlen zeroing duplicationArtem Bityutskiy2012-03-271-5/+0
* mtd: do not duplicate length and offset checks in driversArtem Bityutskiy2012-03-271-9/+0
* mtd: block2mtd: initialize writebufsizeArtem Bityutskiy2012-03-271-0/+1
* mtd: add leading underscore to all mtd functionsArtem Bityutskiy2012-03-271-5/+5
* Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-01-101-1/+1
|\
| * mtd: harmonize mtd_writev usageArtem Bityutskiy2012-01-091-1/+1
* | fs: move code out of buffer.cAl Viro2012-01-031-1/+0
|/
* mtd: convert remaining users to mtd_device_register()Jamie Iles2011-05-251-2/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-131-2/+2
* block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-13/+4
* mtd: fix bdev exclusive open bugs in block2mtd::add_device()Tejun Heo2010-11-131-2/+11
* block2mtd: dubious assignmentNicolas Kaiser2010-10-261-1/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-05-101-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | mtd: block2mtd: Use kasprintfJulia Lawall2010-03-181-3/+1
|/
* [PATCH] propagate mode through open_bdev_excl/close_bdev_exclAl Viro2008-10-211-2/+2
* Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse2008-07-251-3/+5
|\
| * MTD: handle pci_name() being constGreg Kroah-Hartman2008-07-211-3/+5