summaryrefslogtreecommitdiffstats
path: root/fs
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
* | fs: efi: move definitions into headerAhmad Fatoum2024-03-051-59/+0
* | efi: payload: suppress EFI payload initcalls when not EFI-loadedAhmad Fatoum2024-03-051-1/+1
* | efi: don't hide structs, enums or unions behind _tAhmad Fatoum2024-03-051-3/+3
* | 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-052-2/+2
* | efi: payload: rename CONFIG_EFI_BOOTUP to CONFIG_EFI_PAYLOADAhmad Fatoum2024-03-051-2/+2
* | treewide: add errno_set helper for returning positive error code in errnoAhmad Fatoum2024-03-051-84/+28
|/
* 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