summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Revert "lib: zstd: sync with Linux"Sascha Hauer2022-09-302-4/+4
* Merge branch 'for-next/tftp'Sascha Hauer2022-09-143-99/+779
|\
| * tftp: make read() fail in error caseEnrico Scholz2022-09-131-4/+10
| * tftp: accept OACK + DATA datagrams only in certain statesEnrico Scholz2022-09-121-0/+12
| * tftp: add selftestEnrico Scholz2022-09-122-1/+161
| * tftp: reorder tftp packetsEnrico Scholz2022-09-122-6/+323
| * tftp: do not use 'priv->block' for RRQEnrico Scholz2022-09-121-3/+3
| * tftp: implement 'windowsize' (RFC 7440) supportEnrico Scholz2022-09-122-13/+64
| * tftp: detect out-of-memory situationsEnrico Scholz2022-09-121-2/+9
| * tftp: refactor data processingEnrico Scholz2022-08-311-16/+21
| * tftp: reduce block size on lookup requestsEnrico Scholz2022-08-311-1/+3
| * tftp: record whether tftp file is opened for lookup operation onlyEnrico Scholz2022-08-311-3/+5
| * tftp: add sanity check for OACK responseEnrico Scholz2022-08-311-3/+16
| * tftp: allocate buffers and fifo dynamicallyEnrico Scholz2022-08-311-50/+144
| * tftp: add debug_assert() macroEnrico Scholz2022-08-311-0/+9
| * tftp: remove sanity check of first blockEnrico Scholz2022-08-311-8/+0
| * tftp: replace hardcoded blksize by global constantEnrico Scholz2022-08-311-2/+4
| * tftp: minor refactoring of RRQ/WRQ packet generation codeEnrico Scholz2022-08-311-5/+5
| * tftp: assign 'priv->block' later in WRQEnrico Scholz2022-08-311-5/+5
| * tftp: do not set 'tsize' in WRQ requestsEnrico Scholz2022-08-311-4/+9
| * 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