summaryrefslogtreecommitdiffstats
path: root/fs/fs.c
Commit message (Expand)AuthorAgeFilesLines
* fs: dentry cache implementationSascha Hauer2018-07-111-995/+2191
* fs: fix memory access via /dev/mem for MIPS64Peter Mamonov2018-06-141-2/+2
* fs: Fix finding correct directory for mkdir/rmdirSascha Hauer2018-04-061-2/+2
* fs: Cleanup whitespace damageSascha Hauer2018-04-061-13/+13
* fs: Move mem_write/mem_read to devfs-coreSascha Hauer2018-04-061-66/+0
* fs: check pointer returned by get_fsdevice_by_path before dereferencingGaël PORTAY2018-03-191-1/+1
* Merge branch 'for-next/tftp-workaround'Sascha Hauer2018-02-081-0/+22
|\
| * fs: implement is_tftp_fs()Sascha Hauer2018-01-251-0/+22
* | fs: add support loop mount offsetPhilipp Zabel2018-02-051-3/+9
* | fs: Fix memory leak in mount()Sascha Hauer2018-01-261-0/+2
|/
* Merge branch 'for-next/misc'Sascha Hauer2018-01-221-2/+1
|\
| * move parseopt to lib/Antony Pavlov2018-01-171-2/+1
* | fs: implement ftruncateSascha Hauer2018-01-101-0/+22
|/
* fs: Don't bother filesystems without link support with additional stat() callsSascha Hauer2017-09-061-0/+10
* fs: avoid pathes with '//' in __canonicalize_path()Sascha Hauer2017-09-061-2/+7
* fs: Make locally used function canonicalize_dir() staticSascha Hauer2017-06-271-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2017-06-141-4/+32
|\
| * fs: add cdev_create_loop and cdev_remove_loop for loop mount optionPhilipp Zabel2017-06-061-4/+18
| * fs: Create automount entries for the default mount pathesSascha Hauer2017-05-101-0/+14
* | fixup! fs: Implement links to directoriesSascha Hauer2017-05-111-2/+2
* | fs: Implement links to directoriesSascha Hauer2017-05-111-118/+169
* | fs: drop path_check_prereq()Sascha Hauer2017-05-111-65/+48
|/
* lseek: tighten error checking and allow negative offsets for SEEK_ENDUwe Kleine-König2017-03-031-2/+4
* lseek: ensure errno is set on failure and return -1Uwe Kleine-König2017-03-021-1/+7
* fs: Remove O_TRUNC check for devices when open filesTeresa Remmet2017-01-111-1/+1
* fs: Check for correct open modeSascha Hauer2016-07-221-1/+11
* Merge branch 'for-next/include-cleanup'Sascha Hauer2016-05-091-3/+6
|\
| * move make_directory declaration to libfile.hSascha Hauer2016-04-151-0/+1
| * string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-3/+4
| * include: move run_command prototype to command.hSascha Hauer2016-04-151-0/+1
* | fix erasing/protecting flashes with unspecified sizeSascha Hauer2016-04-191-1/+3
|/
* fs: umount based on device path and mount pathMarkus Pargmann2016-04-081-3/+45
* mtd: Fix erasing of devices >4GiBSascha Hauer2016-02-091-1/+1
* fs: automount: Make automountpoints persistentSascha Hauer2016-01-081-3/+4
* fs: pass path directly to cdev_openSascha Hauer2015-10-151-6/+1
* filetype: Use cdev_openSascha Hauer2015-10-151-2/+0
* fs: Fix filesystem detection with full pathPeter Mamonov2015-10-131-1/+5
* detect_fs: use device instead of fileVicente Bergas2015-10-021-1/+1
* fs: Add device parameter for Linux root= optionSascha Hauer2015-06-181-0/+37
* Merge branch 'for-next/misc'Sascha Hauer2015-06-091-8/+5
|\
| * mem: Fix memcpy_sz variable typesSascha Hauer2015-05-151-8/+5
* | fs: Add O_RWSIZE_8Sascha Hauer2015-05-281-0/+3
|/
* fs: make "offset" parameter of erase() and protect() 64 bit safeMarc Kleine-Budde2015-03-031-2/+2
* fs: implement fstatSascha Hauer2014-10-081-0/+16
* fs: Store the path in struct filepSascha Hauer2014-10-081-0/+5
* fs: do not lookup global FILE * when the file is already availableSascha Hauer2014-10-081-1/+1
* fs: store pointer to fsdev instead of dev in struct filepSascha Hauer2014-10-081-48/+27
* move file helper functions to separate fileSascha Hauer2014-08-071-72/+0
* automount: check for recursive automountSascha Hauer2014-07-031-1/+9
* Merge branch 'for-next/nfs'Sascha Hauer2014-03-071-7/+14
|\