summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: Makefile: Add parseopt to all buildsDaniel Schultz2017-06-061-2/+2
* 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
* | Merge branch 'for-next/include-cleanup'Sascha Hauer2016-05-098-22/+28
|\ \
| * | move make_directory declaration to libfile.hSascha Hauer2016-04-152-0/+2
| * | string: Fix (v)asprintf prototypesSascha Hauer2016-04-157-22/+22
| * | include: move crc specific stuff to crc.hSascha Hauer2016-04-153-0/+3
| * | include: move run_command prototype to command.hSascha Hauer2016-04-151-0/+1
| |/
* / fix erasing/protecting flashes with unspecified sizeSascha Hauer2016-04-191-1/+3
|/
* Merge branch 'for-next/ubifs'Sascha Hauer2016-04-0824-1957/+16743
|\
| * ubifs: update implementation from u-boot v2016.03Alexander Stein2016-04-0824-1957/+16743
* | fs: umount based on device path and mount pathMarkus Pargmann2016-04-081-3/+45
|/
* mtd: Add support for marking blocks as goodSascha Hauer2016-03-151-0/+1
* Merge branch 'for-next/squashfs'Sascha Hauer2016-03-1124-0/+4135
|\