summaryrefslogtreecommitdiffstats
path: root/fs/fs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * fs: Do not use IS_ERR_VALUE() to validate offset in lseek()Andrey Smirnov2019-02-041-1/+1
| * fs: devfs: Change .lseek callbacks to return 'int'Andrey Smirnov2019-02-041-5/+3
| * fs: Drop trivial .lseek() implementaitons in FS driversAndrey Smirnov2019-01-291-8/+6
| * fs: Update FILE position in lseek()Andrey Smirnov2019-01-291-0/+2
* | treewide: Introduce MAP_FAILED and replace ad-hoc constants with itAndrey Smirnov2019-01-161-1/+1
|/
* fs: fix possible null pointer dereference of base.Oleksij Rempel2018-11-211-1/+2
* fs: closedir: remove uninitialized variable retOleksij Rempel2018-11-211-3/+1
* Merge branch 'for-next/net-switch-mv88e6xxx'Sascha Hauer2018-11-091-1/+1
|\
| * drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-1/+1
* | Merge branch 'for-next/missing-prototypes'Sascha Hauer2018-11-091-18/+18
|\ \
| * | fs: Make locally used functions staticSascha Hauer2018-10-191-18/+18
| |/
* / fs: implement d_revalidateSascha Hauer2018-10-291-1/+36
|/
* fs: implement clear_nlink and set_nlinkSascha Hauer2018-10-081-0/+16
* fs: implement iget_locked and iget_failedSascha Hauer2018-10-081-0/+24
* fs: implement file_inodeSascha Hauer2018-10-081-0/+1
* fs: stat: Do not forget to set errnoSascha Hauer2018-09-261-0/+3
* fs: open: Do not forget to set errnoSascha Hauer2018-09-261-1/+1
* fs: dentry cache implementationSascha Hauer2018-07-111-995/+2191