summaryrefslogtreecommitdiffstats
path: root/fs/devfs.c
Commit message (Expand)AuthorAgeFilesLines
* devfs: Add optional truncate callback for device filesTeresa Remmet2017-01-111-0/+5
* mtd: Fix erasing of devices >4GiBSascha Hauer2016-02-091-1/+1
* devfs: Add symlink supportSascha Hauer2016-01-081-1/+26
* fs: devfs: Allow mounting only on /dev/Sascha Hauer2015-10-151-0/+7
* fs: rename inode member of struct filep to privSascha Hauer2015-03-091-10/+10
* fs: store pointer to fsdev instead of dev in struct filepSascha Hauer2014-10-081-2/+2
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* fs: fix standard zero, full devicesSascha Hauer2012-07-041-1/+2
* Merge branch 'for-next/resource-size'Sascha Hauer2012-07-021-1/+1
|\
| * resource: store 'end' instead of 'size' in struct resourceSascha Hauer2012-07-011-1/+1
* | Merge branch 'for-next/misc'Sascha Hauer2012-07-021-0/+6
|\ \
| * | fs/devfs.c: disallow write and erase if a partition is read-onlyJan Luebbe2012-06-301-0/+6
| |/
* | make cdev 64bit capableSascha Hauer2012-06-301-2/+2
* | use loff_t for file offsetsSascha Hauer2012-06-301-3/+3
|/
* devfs: don't erase past the end of the partitionJohannes Stezenbach2012-06-071-0/+3
* fs: get fs device using container_ofSascha Hauer2012-02-251-1/+0
* cdev: pass flags to open functionSascha Hauer2011-12-151-1/+1
* fs: switch to resourceJean-Christophe PLAGNIOL-VILLARD2011-07-301-1/+3
* devfs: factor out core devfs functionalitySascha Hauer2011-04-111-165/+2
* fs: implement flush functionSascha Hauer2011-04-111-0/+11
* devfs: remove unused struct filep* argument from open/closeSascha Hauer2011-04-111-2/+2
* fs: remove unused field 'type' from struct fs_driver_dSascha Hauer2011-04-111-1/+0
* devfs: only check for ioctl function when neededSascha Hauer2010-07-051-8/+7
* add partition mtd supportSascha Hauer2010-07-051-0/+31
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-1/+1
* devfs: fix return value for lseek in partitionsSascha Hauer2009-09-251-1/+1
* devfs: add open counterSascha Hauer2009-09-111-7/+29
* get rid of device idsSascha Hauer2009-07-211-13/+25
* make sure ramfs/devfs are initialised when neededSascha Hauer2009-07-211-1/+1
* Get rid of DEVICE_TYPE_FS usageSascha Hauer2009-07-211-2/+1
* devfs: add missing remove functionSascha Hauer2009-07-211-0/+5
* introduce cdevSascha Hauer2009-07-211-47/+183
* lseek: return -1 for errors and check for that return valueSascha Hauer2008-08-011-2/+2
* - introduce ioctl callSascha Hauer2008-06-061-6/+30
* Use Linux kernel list for drivers and devices instead of handmadeSascha Hauer2007-10-111-8/+12
* declare lots of functions staticSascha Hauer2007-09-281-6/+6
* implement flash protectionSascha Hauer2007-07-161-0/+8
* implement memmap().Sascha Hauer2007-07-151-0/+8
* implement truncate for devfsSascha Hauer2007-07-051-0/+8
* svn_rev_706Sascha Hauer2007-07-051-0/+22
* svn_rev_448Sascha Hauer2007-07-051-0/+8
* svn_rev_437Sascha Hauer2007-07-051-2/+4
* svn_rev_420Sascha Hauer2007-07-051-6/+6
* svn_rev_369Sascha Hauer2007-07-051-1/+0
* svn_rev_337Sascha Hauer2007-07-051-1/+4
* svn_rev_284Sascha Hauer2007-07-051-0/+122