summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* commands: add missing command groupsAhmad Fatoum2022-01-261-0/+2
* Merge branch 'for-next/spdx'Sascha Hauer2022-01-1945-73/+70
|\
| * treewide: add SPDX-License-Identifier for files without explicit licenseAhmad Fatoum2022-01-056-0/+12
| * fs: jffs2: add SPDX-License-Identifier: GPL-2.0-onlyAhmad Fatoum2022-01-0524-73/+29
| * treewide: add SPDX-License-Identifier for Kbuild/KconfigAhmad Fatoum2022-01-0515-0/+29
* | fs: implement pushd/popd chdir wrappersAhmad Fatoum2022-01-121-0/+30
|/
* Merge branch 'for-next/efi'Sascha Hauer2021-12-153-107/+29
|\
| * efi: centralize efivarfs_parse_filenameAhmad Fatoum2021-11-251-76/+0
| * efi: rename <efi/efi.h> to <efi/efi-payload.h>Ahmad Fatoum2021-11-252-2/+2
| * fs: remove useless AT_FDCWD referencesAhmad Fatoum2021-11-251-29/+27
* | fs: /dev/mem: handle copy at offset 0 correctlyAhmad Fatoum2021-12-071-1/+4
* | fs: jffs2: remove unnecessary slab cache structureHolger Assmann2021-11-303-124/+20
* | fs: jffs2: introduce reference counting at probeHolger Assmann2021-11-301-12/+22
|/
* 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