summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * fs: add support for SquashFS 4.0Yegor Yefremov2016-03-0224-0/+4135
* | Merge branch 'for-next/mtd'Sascha Hauer2016-03-113-3/+3
|\ \
| * | mtd: Fix erasing of devices >4GiBSascha Hauer2016-02-093-3/+3
* | | Merge branch 'for-next/misc'Sascha Hauer2016-03-112-3/+4
|\ \ \
| * | | fs: fat: fix copy-paste typoAntony Pavlov2016-02-231-2/+2
| * | | fs: ext4: make locally used ext4fs_get_indir_block() staticAntony Pavlov2016-02-171-1/+2
| | |/ | |/|
* / | fs: efi: avoid comparison with uninitialized variableLucas Stach2016-03-041-1/+1
|/ /
* / ramoops: allow to build without OFTREE supportLucas Stach2016-02-111-1/+2
|/
* Merge branch 'for-next/ratp'Sascha Hauer2016-02-083-0/+485
|\
| * fs: Add RATP fs supportJan Luebbe2016-01-183-1/+485
| * barebox remote controlSascha Hauer2016-01-181-0/+1
* | Merge branch 'for-next/net'Sascha Hauer2016-02-081-1/+20
|\ \
| * | nfs: forward filesystem options to the kernel command lineJuergen Borleis2016-02-081-1/+20
* | | Merge branch 'for-next/linux-headers'Sascha Hauer2016-02-087-368/+17
|\ \ \
| * | | fs: import magic.h from Linux kernelYegor Yefremov2016-02-033-3/+3
| * | | Introduce include/linux/mutex.hYegor Yefremov2016-02-032-0/+2
| * | | Introduce include/linux/spinlock.hYegor Yefremov2016-02-013-0/+3
| * | | Introduce include/linux/sched.hYegor Yefremov2016-02-011-0/+1
| * | | fs: ubifs: move file and file_system_type definitions to linux/fs.hYegor Yefremov2016-02-011-39/+0
| * | | fs: ubifs: move path definition to include/linux/path.hYegor Yefremov2016-02-011-5/+1