summaryrefslogtreecommitdiffstats
path: root/fs
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/misc'Sascha Hauer2021-05-171-1/+1
|\ \
| * | fs: nfs: Fix readlink max size checkSascha Hauer2021-05-121-1/+1
| |/
* | 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: ext4: fix bogus behavior on failure to read ext4 blockAhmad Fatoum2021-03-291-4/+4
* Merge branch 'for-next/misc'Sascha Hauer2021-03-231-10/+19
|\
| * 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: ubifs: remove unused variableSascha Hauer2021-03-121-2/+0
|/
* Merge branch 'for-next/misc'Sascha Hauer2021-02-221-6/+36
|\
| * fs: increase reference count for backing store when loop mountingAhmad Fatoum2021-02-161-6/+36
* | Merge branch 'for-next/ext4'Sascha Hauer2021-02-226-63/+49
|\ \
| * | fs: ext4: support files exceeding 4GAhmad Fatoum2021-02-183-2/+11
| * | fs: ext4: use sector_t and loff_t where appropriateAhmad Fatoum2021-02-185-31/+38
| * | fs: ext4: ext4fs.h: remove unused struct members of ext_filesystemAhmad Fatoum2021-02-181-29/+0
| * | ext4: ext_common.h: drop declaration of never-defined part_offsetAhmad Fatoum2021-02-181-1/+0
| |/
* / printk: port over Linux print_hex_dump_bytes/print_hex_dump_debugAhmad Fatoum2021-02-041-1/+1
|/
* Merge branch 'for-next/misc'Sascha Hauer2020-12-111-1/+1
|\
| * fs: introduce unsetenv() to prepare for changing setenv(var, "") behaviorAhmad Fatoum2020-11-231-1/+1
* | ubifs: remove wrong assertionSascha Hauer2020-12-101-1/+6
|/
* nfs: check return value of various rpc callsUwe Kleine-König2020-11-091-11/+113
* Merge branch 'for-next/percent_pe' into masterSascha Hauer2020-10-141-2/+1
|\
| * vsprintf: retire strerrorp in favor of %peAhmad Fatoum2020-09-291-2/+1
* | Merge branch 'for-next/magicvar-unique-id' into masterSascha Hauer2020-10-141-5/+4
|\ \
| * | magicvar: Replace BAREBOX_MAGICVAR_NAMED with BAREBOX_MAGICVARSascha Hauer2020-10-021-5/+4
| |/
* / fs: squashfs: remove dead stores for xattr_idAhmad Fatoum2020-10-021-6/+0
|/
* 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: Use iget_locked() rather than squashfs specific functionSascha Hauer2020-08-202-18/+1
* | fs: squashfs: Do not free root inodeSascha Hauer2020-08-201-1/+0
* | fs: squashfs: set s_op in timeSascha Hauer2020-08-201-2/+1
|/
* Merge branch 'for-next/ramfs'Sascha Hauer2020-07-276-164/+228
|\
| * fs: ramfs: Implement memmapSascha Hauer2020-07-051-0/+20
| * fs: ramfs: Use dynamically sized chunksSascha Hauer2020-07-051-148/+159
| * fs: ramfs: Drop dead codeSascha Hauer2020-07-051-14/+0
| * fs: ramfs: Return -ENOSPCSascha Hauer2020-07-051-2/+2
| * fs: free inodes we no longer needSascha Hauer2020-07-051-3/+5
| * fs: Make iput() accept NULL pointersSascha Hauer2020-07-051-0/+3
| * fs: Add destroy_inode callbacks to filesystemsSascha Hauer2020-07-055-1/+43
* | fs: fat: extend for in-PBL supportAhmad Fatoum2020-07-119-83/+175
|/
* Merge branch 'for-next/misc'Sascha Hauer2020-05-1410-30/+0
|\