summaryrefslogtreecommitdiffstats
path: root/fs/devfs.c
Commit message (Expand)AuthorAgeFilesLines
* fs: Make use of cdev_flush()Andrey Smirnov2019-02-271-4/+1
* fs: Make use of cdev_erase()Andrey Smirnov2019-02-271-4/+1
* fs: devfs: forbid truncation when cdev has no truncate operationSascha Hauer2019-02-061-5/+1
* fs: let truncate take a loff_t argumentSascha Hauer2019-02-061-1/+1
* fs: devfs: Change .lseek callbacks to return 'int'Andrey Smirnov2019-02-041-3/+3
* devfs: Drop dev_lseek_default()Andrey Smirnov2019-01-291-2/+0
* fs: Update FILE position in lseek()Andrey Smirnov2019-01-291-2/+0
* devfs: Fix incorrect error check for cdev->ops->lseek()Andrey Smirnov2019-01-291-5/+9
* fs: devfs: Make locally used function staticSascha Hauer2018-11-121-1/+1
* fs: devfs: implement d_revalidate hookSascha Hauer2018-10-291-0/+27
* fs: devfs: fix r/w permissionsSascha Hauer2018-09-171-1/+6
* fs: devfs: Create device files as character devicesSascha Hauer2018-09-171-2/+2
* fs: devfs: Switch to dentry cache implementationSascha Hauer2018-07-111-65/+85
* 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