summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* devfs-core: add function to find cdev by partuuidSteffen Trumtrar2017-07-101-0/+14
* fs: efi: return with correct error code in efifs_statSteffen Trumtrar2017-07-101-3/+1
* fs: Make locally used function canonicalize_dir() staticSascha Hauer2017-06-271-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2017-06-144-4/+151
|\
| * fs: add cdev_create_loop and cdev_remove_loop for loop mount optionPhilipp Zabel2017-06-063-6/+110
| * fs: add parseopt_b for loop mount optionPhilipp Zabel2017-06-012-0/+27
| * fs: Create automount entries for the default mount pathesSascha Hauer2017-05-102-0/+16
* | Merge branch 'for-next/dts'Sascha Hauer2017-06-141-2/+2
|\ \
| * | fs: Makefile: Add parseopt to all buildsDaniel Schultz2017-06-061-2/+2
| |/
* | fixup! fs: Implement links to directoriesSascha Hauer2017-05-111-2/+2
* | fs: Implement links to directoriesSascha Hauer2017-05-111-118/+169
* | fs: drop path_check_prereq()Sascha Hauer2017-05-111-65/+48
|/
* fs: squashfs: fix "no previous prototype for 'squashfs_set_rootarg'" warningAntony Pavlov2017-04-101-1/+2
* Merge branch 'for-next/ofpart'Sascha Hauer2017-04-071-71/+11
|\
| * fs: devfs-core: replace DEVFS_IS_PARTITION flag with pointer to the master cdevSascha Hauer2017-03-311-4/+4
| * fs: devfs-core: remove unused codeSascha Hauer2017-03-311-68/+0
| * cdev: Collect partitions on listSascha Hauer2017-03-311-0/+8
* | ext4: Use correct descriptor size when reading the block group descriptorAntony Pavlov2017-03-301-4/+4
* | ext4: determine group descriptor size for 64bit featureAntony Pavlov2017-03-302-4/+18
* | ext4: Update ext2/3/4 superblock, group descriptor and inode structuresAntony Pavlov2017-03-301-4/+46
* | ext4: fix wrong usage of le32_to_cpu()Antony Pavlov2017-03-301-1/+1
* | ext4: drop unused and misdefined INODE_SIZE_FILESYSTEM macroAntony Pavlov2017-03-301-2/+0
* | ext4: use kernel names for byte swapsAntony Pavlov2017-03-304-39/+39
* | ext4: change structure fields to __le/__be typesAntony Pavlov2017-03-301-68/+68
|/
* Merge branch 'for-next/misc'Sascha Hauer2017-03-132-10/+41
|\
| * tftp: implement forward seekingUwe Kleine-König2017-03-031-1/+26
| * tftp: trivial code simplificationUwe Kleine-König2017-03-031-6/+4
| * lseek: tighten error checking and allow negative offsets for SEEK_ENDUwe Kleine-König2017-03-031-2/+4
| * lseek: ensure errno is set on failure and return -1Uwe Kleine-König2017-03-021-1/+7
* | efi: move x86 efi boot support to x86 archJean-Christophe PLAGNIOL-VILLARD2017-02-271-2/+2
* | efi: move bus driver to driver/efiJean-Christophe PLAGNIOL-VILLARD2017-02-242-4/+4
|/
* fs: Remove O_TRUNC check for devices when open filesTeresa Remmet2017-01-111-1/+1
* devfs: Add optional truncate callback for device filesTeresa Remmet2017-01-111-0/+5
* fs: squashfs: don't reference UBI symbols if UBI isn't compiled inLucas Stach2017-01-091-0/+3
* ubifs: restore symlink supportRenaud Barbier2017-01-091-29/+0
* fs: squashfs: Enable squashfs XZ support when XZ is enabledSascha Hauer2016-10-241-10/+7
* fs: squashfs: append linux rootarg for ubi volumeEnrico Jorns2016-10-241-0/+31
* Add filetype and detection for squashfs imagesEnrico Jorns2016-10-241-0/+1
* fs: squashfs: port zlib compression support from kernelEnrico Jorns2016-10-243-0/+143
* fs: squashfs: port lz4 compression support from kernelEnrico Jorns2016-10-243-0/+151
* fs: squashfs: port lzo compression support from kernelEnrico Jorns2016-10-243-0/+140
* fs: nfs: pick up network interface bootargs parameterEnrico Jorns2016-09-221-0/+8
* convert users to %pI4Sascha Hauer2016-09-221-3/+1
* fs: Check for correct open modeSascha Hauer2016-07-221-1/+11
* ubifs: check return pointer properlyLucas Stach2016-07-071-4/+4
* fs: ext4: fix symlink read functionRonald Zachariah2016-07-071-1/+1
* fs: squashfs: use correct format specifierLucas Stach2016-06-071-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2016-05-094-5/+4
|\
| * whole tree: remove trailing whitespacesDu Huanpeng2016-04-213-3/+3
| * wchar_t: wchar_t should go to stddef.hDu Huanpeng2016-04-141-2/+1