summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * tftp: allow to change tftp portEnrico Scholz2022-08-311-2/+5
| * tftp: add some 'const' annotationsEnrico Scholz2022-08-311-1/+1
* | Merge branch 'for-next/misc'Sascha Hauer2022-09-144-45/+53
|\ \
| * | ubifs: Fix pointer type mismatch in gzip decompressorSascha Hauer2022-09-131-1/+8
| * | fs: ubifs: remove always-false checkAhmad Fatoum2022-09-131-5/+0
| * | fs: export cdev_get_linux_rootarg() for reuseAhmad Fatoum2022-08-161-15/+35
| * | pstore: ram: use new of_fixup_reserved_memory() helperAhmad Fatoum2022-08-161-23/+10
| * | pstore: disable double memory reservation fixupAhmad Fatoum2022-08-161-1/+0
* | | fs: drop duplicate follow_managed() callAhmad Fatoum2022-09-121-10/+3
* | | fs: fat: propagate f_lseek failureAhmad Fatoum2022-09-121-0/+5
* | | fs: ext4: ext_barebox: handle ext_get_inode() errorsAhmad Fatoum2022-09-121-6/+12
* | | fs: remove never-read initializer in mount_all()Ahmad Fatoum2022-09-121-1/+1
| |/ |/|
* | fs: ubootvarfs: fix double-free unlinking U-Boot variablesAhmad Fatoum2022-08-221-0/+1
|/
* Merge branch 'for-next/misc'Sascha Hauer2022-08-111-0/+4
|\
| * fs: Check if automount actually mounts somethingSascha Hauer2022-07-141-0/+4
* | Merge branch 'for-next/compression'Sascha Hauer2022-08-112-4/+4
|\ \
| * | lib: zstd: sync with LinuxAhmad Fatoum2022-08-082-4/+4
* | | Merge branch 'for-next/at91'Sascha Hauer2022-08-111-1/+1
|\ \ \ | |/ / |/| |
| * | pbl: factor out pbl_bio API into pbl/bio.hAhmad Fatoum2022-08-081-1/+1
| |/
* | ubifs: fix crash building without decompressorsAhmad Fatoum2022-07-141-1/+2
* | devfs: Fix device name in overlap error messageUwe Kleine-König2022-07-111-1/+1
* | devfs: take into account for the partitions check that mtd is differentUwe Kleine-König2022-07-111-2/+13
|/
* treewide: Remove duplicate incudesAlexander Shiyan2022-06-105-6/+0
* block: set S_IFBLK for block devices instead of S_IFCHRAhmad Fatoum2022-06-102-1/+7
* Merge branch 'for-next/ubifs'Sascha Hauer2022-02-183-0/+59
|\
| * ubifs: Add zstd supportSascha Hauer2022-02-073-0/+59
* | Merge branch 'for-next/efi'Sascha Hauer2022-02-183-58/+103
|\ \
| * | cdev: create iterator for cdev listSascha Hauer2022-02-082-8/+6
| * | cdev: Create missing cdev_* functionsSascha Hauer2022-02-082-40/+67
| * | cdev: implement cdev_open()Sascha Hauer2022-02-081-5/+11
| * | rename cdev_open() -> cdev_open_by_name()Sascha Hauer2022-02-082-3/+3
| * | cdev: add diskuuid supportMichael Olbrich2022-02-081-0/+14
| * | cdev: rename partuuid to uuidMichael Olbrich2022-02-082-3/+3
| |/
* | Merge branch 'for-next/doc'Sascha Hauer2022-02-181-0/+2
|\ \
| * | commands: add missing command groupsAhmad Fatoum2022-01-261-0/+2
| |/
* | fs: jffs2: fix error when reading blocks with offsetHolger Assmann2022-02-081-1/+5
|/
* 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