Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-05 | mtd: Kill mount_mtd() | David Howells | 1 | -3/+0 | |
Kill mount_mtd() as it has now been replaced by vfs_get_mtd_super() in the new mount API and nothing now uses it. Signed-off-by: David Howells <[email protected]> cc: David Woodhouse <[email protected]> cc: Brian Norris <[email protected]> cc: Boris Brezillon <[email protected]> cc: Marek Vasut <[email protected]> cc: Richard Weinberger <[email protected]> cc: [email protected] Signed-off-by: Al Viro <[email protected]> | |||||
2019-09-05 | mtd: Provide fs_context-aware mount_mtd() replacement | David Howells | 1 | -0/+3 | |
Provide a function, get_tree_mtd(), to replace mount_mtd(), using an fs_context struct to hold the parameters. Signed-off-by: David Howells <[email protected]> cc: David Woodhouse <[email protected]> cc: Brian Norris <[email protected]> cc: Boris Brezillon <[email protected]> cc: Marek Vasut <[email protected]> cc: Richard Weinberger <[email protected]> cc: [email protected] Signed-off-by: Al Viro <[email protected]> | |||||
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 | |
Based on 1 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of the gnu general public license as published by the free software foundation either version 2 of the license or at your option any later version extracted by the scancode license scanner the SPDX license identifier GPL-2.0-or-later has been chosen to replace the boilerplate/reference in 3029 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Allison Randal <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2010-10-29 | convert get_sb_mtd() users to ->mount() | Al Viro | 1 | -3/+2 | |
Signed-off-by: Al Viro <[email protected]> | |||||
2007-05-11 | [MTD] generalise the handling of MTD-specific superblocks | David Howells | 1 | -0/+30 | |
Generalise the handling of MTD-specific superblocks so that JFFS2 and ROMFS can both share it. Signed-off-by: David Howells <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: David Woodhouse <[email protected]> |