summaryrefslogtreecommitdiffstats
path: root/fs/fs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | fs: Fix inode size setting in ftruncateSascha Hauer2020-05-051-0/+1
|/
* fs: Introduce discard_range()Sascha Hauer2020-02-141-0/+25
* chdir(): add LOOKUP_DIRECTORY flag to filename_lookup()Robert Karszniewicz2019-10-141-1/+1
* fs: provide no_revalidate_d_ops for network file systemsAhmad Fatoum2019-08-231-0/+9
* fs: Simplify fd to FILE lookup codeAndrey Smirnov2019-02-271-53/+30
* fs: Drop unused code in fstat()Andrey Smirnov2019-02-271-3/+0
* fs: Drop needless OOM checkAndrey Smirnov2019-02-271-3/+0
* Merge branch 'for-next/lseek'Sascha Hauer2019-02-131-20/+20
|\
| * fs: do not call truncate for FILE_SIZE_STREAM sized filesSascha Hauer2019-02-061-0/+3
| * fs: set errno in ftruncate()Sascha Hauer2019-02-061-1/+3
| * fs: Simplify new position calculation in lseek()Andrey Smirnov2019-02-041-11/+8