summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: fail gracefully in get_mounted_path/get_cdev_by_mountpathAhmad Fatoum2023-05-081-0/+4
* Merge branch 'for-next/arm' into nextSascha Hauer2023-03-161-2/+3
|\
| * ARM: omap: usbboot: Enable USB communication when neededSascha Hauer2023-03-071-1/+2
| * ARM: omap: Move mach header files to include/mach/omapSascha Hauer2023-03-061-1/+1
* | fs: tftp: Fix NULL pointer deref in file uploadSascha Hauer2023-03-151-2/+2
* | commands: stat: fix UUID printAhmad Fatoum2023-03-141-6/+3
|/
* Merge branch 'for-next/misc'Sascha Hauer2023-02-234-3/+29
|\
| * treewide: rename leftover device_dAhmad Fatoum2023-02-211-1/+1
| * fs: nfs: Error if a port is unregisteredJohn Watts2023-02-031-0/+6
| * fs: remove unused members of struct statAhmad Fatoum2023-02-031-2/+2
| * fs: devfs: implement cdev_fdopenAhmad Fatoum2023-01-311-0/+20
* | fs: align write return codes with POSIXAhmad Fatoum2023-02-031-0/+2
* | fs: tftp: print message when stack can't keep us with TFTP windowsizeAhmad Fatoum2023-02-031-0/+2
|/
* Rename struct fs_driver_d to fs_driverSascha Hauer2023-01-1020-35/+35
* Rename struct fs_device_d to fs_deviceSascha Hauer2023-01-1022-75/+79
* Rename struct driver_d to driverSascha Hauer2023-01-102-4/+4
* Rename struct device_d to deviceSascha Hauer2023-01-1026-214/+233
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-102-3/+3
* Remove unused struct partitionSascha Hauer2022-11-231-1/+0
* fs: avoid uninitialized var warningSascha Hauer2022-11-081-1/+1
* commands: add new stat commandAhmad Fatoum2022-10-271-1/+104
* Merge branch 'for-next/selftest'Sascha Hauer2022-10-131-0/+15
|\
| * fs: implement unreaddirAhmad Fatoum2022-10-111-0/+15
* | Merge branch 'for-next/net'Sascha Hauer2022-10-132-325/+36
|\ \
| * | tftp: implement UDP reorder cache using listsSascha Hauer2022-09-222-223/+36
| * | tftp: remove selftestSascha Hauer2022-09-221-102/+0
* | | Merge branch 'for-next/misc'Sascha Hauer2022-10-133-7/+26
|\ \ \ | |_|/ |/| |
| * | treewide: replace errno_str() with %m printf format specifierAhmad Fatoum2022-10-112-5/+5
| * | fs: export file system detection functionalityAhmad Fatoum2022-10-051-2/+2
| * | fs: implement cdev_mount()Ahmad Fatoum2022-10-041-0/+19
| |/
* | 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