summaryrefslogtreecommitdiffstats
path: root/fs/fs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc'Sascha Hauer2024-03-151-0/+2
|\
| * of: partition: Also add partitions created by addpart to the boot dtbUwe Kleine-König2024-03-131-0/+2
* | filetype: have cdev_detect_type take a cdevAhmad Fatoum2024-03-051-3/+11
* | commands: stat: add option for statatAhmad Fatoum2024-03-051-3/+2
* | fs: support opening /Ahmad Fatoum2024-03-051-8/+6
* | fs: initialize struct nameidata::lastAhmad Fatoum2024-03-051-0/+1
* | commands: introduce new findmnt commandAhmad Fatoum2024-03-051-3/+1
* | fs: implement O_CHROOTAhmad Fatoum2024-03-051-2/+17
* | fs: support different root directoriesAhmad Fatoum2024-03-051-6/+8
* | fs: implement O_PATHAhmad Fatoum2024-03-051-24/+34
* | fs: implement openat and friendsAhmad Fatoum2024-03-051-60/+80
* | fs: set current working dir directly when mounting rootAhmad Fatoum2024-03-051-5/+3
* | fs: always check path_init for errorsAhmad Fatoum2024-03-051-0/+4
* | fs: remove unused member from struct nameidataAhmad Fatoum2024-03-051-9/+0
* | fs: implement fdopendir and rewinddirAhmad Fatoum2024-03-051-2/+53
* | fs: factor out opendir iterationAhmad Fatoum2024-03-051-20/+32
* | fs: opendir: reference mount point until closedir is calledAhmad Fatoum2024-03-051-2/+2
* | fs: drop unused LOOKUP_ flagsAhmad Fatoum2024-03-051-10/+1
* | fs: turn creat into static inline helperAhmad Fatoum2024-03-051-6/+0
* | fs: fix unreaddir, so readdir returns unread dirent firstAhmad Fatoum2024-03-051-1/+1
* | commands: stat: display bootable partition table bit infoAhmad Fatoum2024-03-051-0/+4
* | commands: stat: print DT node for cdevs if availableAhmad Fatoum2024-03-051-0/+5
* | cdev: implement setter/getter for cdev device nodeAhmad Fatoum2024-03-051-1/+1
* | treewide: add errno_set helper for returning positive error code in errnoAhmad Fatoum2024-03-051-84/+28
|/
* fs: add open O_TMPFILE supportAhmad Fatoum2023-12-131-0/+29
* filetype: return error and pass filetype as pointer argumentSascha Hauer2023-08-181-3/+4
* Merge branch 'for-next/state'Sascha Hauer2023-06-221-10/+23
|\
| * 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: record whether partition is parsed from OFAhmad Fatoum2023-06-081-0/+2
| * cdev: use more descriptive struct cdev::diskuuid/partuuidAhmad Fatoum2023-06-081-4/+5
| * commands: stat: remove code duplication for type infoAhmad Fatoum2023-06-081-8/+12
* | commands: stat: add basic handling for cdev linksAhmad Fatoum2023-06-011-3/+11
* | commands: stat: print symlink destination when called without -LAhmad Fatoum2023-06-011-2/+15
|/
* fs: fail gracefully in get_mounted_path/get_cdev_by_mountpathAhmad Fatoum2023-05-081-0/+4
* commands: stat: fix UUID printAhmad Fatoum2023-03-141-6/+3
* Merge branch 'for-next/misc'Sascha Hauer2023-02-231-2/+2
|\
| * fs: remove unused members of struct statAhmad Fatoum2023-02-031-2/+2
* | fs: align write return codes with POSIXAhmad Fatoum2023-02-031-0/+2
|/
* Rename struct fs_driver_d to fs_driverSascha Hauer2023-01-101-16/+16
* Rename struct fs_device_d to fs_deviceSascha Hauer2023-01-101-27/+27
* Rename struct driver_d to driverSascha Hauer2023-01-101-3/+3
* Rename struct device_d to deviceSascha Hauer2023-01-101-5/+5
* 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
* | fs: export file system detection functionalityAhmad Fatoum2022-10-051-2/+2
* | fs: implement cdev_mount()Ahmad Fatoum2022-10-041-0/+19
|/