summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: move cdev open count to cdev_open()/cdev_close()Sascha Hauer2024-02-162-6/+11
* Merge branch 'for-next/misc'Sascha Hauer2024-01-232-22/+28
|\
| * uImage: use IS_ENABLED(CONFIG_TIMESTAMP)Antony Pavlov2024-01-111-14/+10
| * cdev: add cdev_alloc helper for creating cdevsAhmad Fatoum2024-01-111-6/+15
| * cdev: simplify loop in cdev_by_device_nodeAhmad Fatoum2024-01-111-2/+3
* | cdev: delete partitions when deleting master cdevAhmad Fatoum2024-01-081-0/+4
* | cdev: export and use cdevfs_del_partitionAhmad Fatoum2024-01-081-8/+15
* | cdev: export cdevfs_add_partition for general useAhmad Fatoum2024-01-081-1/+7
* | cdev: make __devfs_add_partition's last argument optionalAhmad Fatoum2024-01-081-6/+8
|/
* fs: add open O_TMPFILE supportAhmad Fatoum2023-12-131-0/+29
* devfs: check for valid flags before removing a partitionSascha Hauer2023-10-121-5/+5
* Merge branch 'for-next/misc'Sascha Hauer2023-09-251-1/+1
|\
| * fs: fat: enable VFAT long file names by defaultAhmad Fatoum2023-09-141-1/+1
* | fs: ext4: initialize variable to silence GCC false-positiveAhmad Fatoum2023-09-121-1/+1
|/
* filetype: return error and pass filetype as pointer argumentSascha Hauer2023-08-181-3/+4
* Merge branch 'for-next/state'Sascha Hauer2023-06-222-26/+74
|\
| * common: partitions: efi: record type UUID in cdevAhmad Fatoum2023-06-121-0/+2
| * cdev: use cdev::dos_partition_type only if cdev_is_mbr_partitionedAhmad Fatoum2023-06-121-1/+1
| * common: partitions: record whether disk is GPT or MBR partitionedAhmad Fatoum2023-06-121-0/+4
| * cdev: have devfs_add_partition return existing identical partition, not NULLAhmad Fatoum2023-06-081-11/+46
| * cdev: record whether partition is parsed from OFAhmad Fatoum2023-06-081-0/+2
| * cdev: use more descriptive struct cdev::diskuuid/partuuidAhmad Fatoum2023-06-082-6/+7
| * commands: stat: remove code duplication for type infoAhmad Fatoum2023-06-081-8/+12
| * driver: add new cdev_is_partition helperAhmad Fatoum2023-06-081-5/+5
* | Merge branch 'for-next/misc'Sascha Hauer2023-06-222-5/+29
|\ \
| * | commands: stat: add basic handling for cdev linksAhmad Fatoum2023-06-012-3/+14
| * | commands: stat: print symlink destination when called without -LAhmad Fatoum2023-06-011-2/+15
| |/
* / treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-131-0/+1
|/
* 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
|\