summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* include: add dedicated header for printf/printkAhmad Fatoum2021-11-013-3/+3
* fs: ramfs: drop free of unused dev->privAhmad Fatoum2021-11-011-1/+0
* devfs: Do not create overlapping partitionsSascha Hauer2021-10-121-0/+34
* fs: remove unused struct fs_device_d::parent_deviceAhmad Fatoum2021-10-051-1/+0
* Merge branch 'for-next/nvmem'Sascha Hauer2021-07-181-1/+1
|\
| * nvmem: add support for new read-only memory (rmem) bindingAhmad Fatoum2021-06-211-1/+1
* | fs: fix NULL pointer dereference of fsdrv->truncate for read-only FSAhmad Fatoum2021-07-091-6/+10
|/
* fs: nfs: Start earlier to resend requestsUwe Kleine-König2021-06-111-2/+2
* 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