summaryrefslogtreecommitdiff
path: root/fs/fs.c
Commit message (Expand)AuthorAgeFilesLines
* fs: fail gracefully in get_mounted_path/get_cdev_by_mountpathAhmad Fatoum2023-05-081-0/+4
* commands: stat: fix UUID printAhmad Fatoum2023-03-141-6/+3
* Merge branch 'for-next/misc'Sascha Hauer2023-02-231-2/+2
|\
| * fs: remove unused members of struct statAhmad Fatoum2023-02-031-2/+2
* | fs: align write return codes with POSIXAhmad Fatoum2023-02-031-0/+2
|/
* Rename struct fs_driver_d to fs_driverSascha Hauer2023-01-101-16/+16
* Rename struct fs_device_d to fs_deviceSascha Hauer2023-01-101-27/+27
* Rename struct driver_d to driverSascha Hauer2023-01-101-3/+3
* Rename struct device_d to deviceSascha Hauer2023-01-101-5/+5
* fs: avoid uninitialized var warningSascha Hauer2022-11-081-1/+1
* commands: add new stat commandAhmad Fatoum2022-10-271-1/+104
* Merge branch 'for-next/selftest'Sascha Hauer2022-10-131-0/+15
|\
| * fs: implement unreaddirAhmad Fatoum2022-10-111-0/+15
* | fs: export file system detection functionalityAhmad Fatoum2022-10-051-2/+2
* | fs: implement cdev_mount()Ahmad Fatoum2022-10-041-0/+19
|/
* Merge branch 'for-next/misc'Sascha Hauer2022-09-141-15/+35
|\
| * fs: export cdev_get_linux_rootarg() for reuseAhmad Fatoum2022-08-161-15/+35
* | fs: drop duplicate follow_managed() callAhmad Fatoum2022-09-121-10/+3
* | fs: remove never-read initializer in mount_all()Ahmad Fatoum2022-09-121-1/+1
|/
* fs: Check if automount actually mounts somethingSascha Hauer2022-07-141-0/+4
* treewide: Remove duplicate incudesAlexander Shiyan2022-06-101-1/+0
* Merge branch 'for-next/efi'Sascha Hauer2022-02-181-4/+4
|\
| * rename cdev_open() -> cdev_open_by_name()Sascha Hauer2022-02-081-2/+2
| * cdev: rename partuuid to uuidMichael Olbrich2022-02-081-2/+2
* | commands: add missing command groupsAhmad Fatoum2022-01-261-0/+2
|/
* fs: implement pushd/popd chdir wrappersAhmad Fatoum2022-01-121-0/+30
* fs: remove useless AT_FDCWD referencesAhmad Fatoum2021-11-251-29/+27
* fs: remove unused struct fs_device_d::parent_deviceAhmad Fatoum2021-10-051-1/+0
* fs: fix NULL pointer dereference of fsdrv->truncate for read-only FSAhmad Fatoum2021-07-091-6/+10
* Merge branch 'for-next/usb-gadget'Sascha Hauer2021-05-171-3/+3
|\
| * fs: error out when writing on read-only file systemAhmad Fatoum2021-05-121-3/+3
* | Merge branch 'for-next/mci'Sascha Hauer2021-05-171-4/+39
|\ \
| * | fs: add linux_rootarg 'root=mmcblkXpN' supportMarco Felsch2021-05-121-4/+39
* | | fs: check getname() return value in open()Sascha Hauer2021-05-071-1/+7
* | | fs: check for valid name in filename_lookup()Sascha Hauer2021-05-071-0/+3
* | | fs: check for empty name in getname()Sascha Hauer2021-05-071-2/+5
|/ /
* | fs: Fix link_path_walk to return -ENOENT on empty pathJules Maselbas2021-05-031-0/+2
|/
* fs: Fix default mount when device already mountedStefan Riedmueller2021-03-171-9/+19
* fs: delete unused members in <linux/stat.h>Ahmad Fatoum2021-03-161-1/+0
* fs: increase reference count for backing store when loop mountingAhmad Fatoum2021-02-161-6/+36
* fs: introduce unsetenv() to prepare for changing setenv(var, "") behaviorAhmad Fatoum2020-11-231-1/+1
* Merge branch 'for-next/net' into masterSascha Hauer2020-09-251-0/+34
|\
| * fs: Warn when filesystem operations are called from a pollerSascha Hauer2020-08-191-0/+34
* | fs: Fix use after freeSascha Hauer2020-09-141-3/+3
* | fs: Drop unnecessary dput()Sascha Hauer2020-09-141-1/+0
* | fs: don't free device in remove callbackAhmad Fatoum2020-09-141-2/+9
|/
* fs: free inodes we no longer needSascha Hauer2020-07-051-3/+5
* fs: Make iput() accept NULL pointersSascha Hauer2020-07-051-0/+3
* Merge branch 'for-next/misc'Sascha Hauer2020-05-141-3/+0
|\
| * treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0