summaryrefslogtreecommitdiffstats
path: root/fs/devfs-core.c
Commit message (Expand)AuthorAgeFilesLines
* devfs-core: add function to find cdev by partuuidSteffen Trumtrar2017-07-101-0/+14
* fs: add cdev_create_loop and cdev_remove_loop for loop mount optionPhilipp Zabel2017-06-061-0/+90
* fs: Create automount entries for the default mount pathesSascha Hauer2017-05-101-0/+2
* fs: devfs-core: replace DEVFS_IS_PARTITION flag with pointer to the master cdevSascha Hauer2017-03-311-4/+4
* fs: devfs-core: remove unused codeSascha Hauer2017-03-311-68/+0
* cdev: Collect partitions on listSascha Hauer2017-03-311-0/+8
* mtd: Add support for marking blocks as goodSascha Hauer2016-03-151-0/+1
* mtd: Fix erasing of devices >4GiBSascha Hauer2016-02-091-1/+1
* devfs: Add symlink supportSascha Hauer2016-01-081-13/+63
* cdev: When creating a new cdev, initialize device_nodeTrent Piepho2016-01-081-1/+4
* fs: devfs: Allow mount path in cdev_openSascha Hauer2015-10-151-1/+5
* cdev: Add function to find cdev by device_nodeSascha Hauer2015-09-011-0/+13
* drop CONFIG_PARTITION_NEED_MTDSascha Hauer2014-05-131-2/+2
* devfs-core: return new cdev also for mtd partitionsSascha Hauer2014-04-091-1/+1
* Merge branch 'for-next/partitionhelper'Sascha Hauer2014-03-071-17/+83
|\
| * devfs: partitioning: add new helper devfs_create_partitionsUwe Kleine-König2014-02-281-17/+82
| * devfs_add_partition: make flags parameter unsignedUwe Kleine-König2014-02-281-1/+1
| * devfs: partitioning: add missing free in error pathUwe Kleine-König2014-02-281-0/+1
* | mtd: register mtd partitions as real mtd devicesSascha Hauer2014-02-261-16/+14
|/
* mtd: Add subpagesize to mtd_info_userSascha Hauer2013-12-201-0/+1
* cdev: add device_find_partitionSascha Hauer2013-07-151-0/+27
* cdev: allow to open a struct cdevSascha Hauer2013-07-151-5/+11
* cdev: introduce partition namesSascha Hauer2013-07-151-0/+3
* devfs: let devfs_add_partition return the new partitionSascha Hauer2013-07-151-6/+6
* devfs & mtd: add MEMERASE ioctl supportWolfram Sang2012-12-191-1/+2
* devfs-core: add writesize in mtd partition ioctlAlexander Aring2012-10-231-0/+1
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* partitions: Make 64bit capableSascha Hauer2012-06-301-1/+1
* make cdev 64bit capableSascha Hauer2012-06-301-4/+5
* mtd: fix arguments to bad block ioctlsSascha Hauer2012-06-301-3/+3
* complete: add delpart complete supportJean-Christophe PLAGNIOL-VILLARD2012-04-301-0/+19
* devfs-code: fix warningJean-Christophe PLAGNIOL-VILLARD2012-01-161-1/+2
* ioctl: add support for ECCGETSTATS and MEMGETREGIONINFOAlexander Aring2012-01-061-6/+33
* cdev: pass flags to open functionSascha Hauer2011-12-151-1/+1
* Create a unique cdev number for on demand devicesJuergen Beisert2011-11-281-0/+14
* devfs: factor out core devfs functionalitySascha Hauer2011-04-111-0/+236