summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: Fix finding correct directory for mkdir/rmdirSascha Hauer2018-04-061-2/+2
* fs: Cleanup whitespace damageSascha Hauer2018-04-061-13/+13
* fs: Move mem_write/mem_read to devfs-coreSascha Hauer2018-04-062-66/+68
* fs: Add super_operationsSascha Hauer2018-04-062-39/+0
* ubifs: remove dead codeSascha Hauer2018-04-061-475/+0
* ubifs: Remove Linux struct definitions we already haveSascha Hauer2018-04-061-317/+1
* ubifs: remove dead codeSascha Hauer2018-04-061-187/+0
* rename file_operations -> cdev_operationsSascha Hauer2018-04-061-1/+1
* fs: check pointer returned by get_fsdevice_by_path before dereferencingGaël PORTAY2018-03-191-1/+1
* ratp: allow building without full console supportAleksander Morgado2018-03-011-1/+1
* Merge branch 'for-next/zstd'Sascha Hauer2018-02-086-0/+169
|\
| * squashfs: Add zstd supportPhilipp Zabel2018-02-056-0/+169
* | Merge branch 'for-next/tftp-workaround'Sascha Hauer2018-02-082-24/+35
|\ \
| * | fs/uimagefs: Use is_tftp_fs() and cache_file() to ease TFTP workaroundSascha Hauer2018-01-251-24/+13
| * | fs: implement is_tftp_fs()Sascha Hauer2018-01-251-0/+22
| |/
* | pstore: lower message prioritySascha Hauer2018-02-061-1/+1
* | fs: add support loop mount offsetPhilipp Zabel2018-02-052-7/+13
* | fs: Fix memory leak in mount()Sascha Hauer2018-01-261-0/+2
|/
* Merge branch 'for-next/misc'Sascha Hauer2018-01-225-67/+3
|\
| * move parseopt to lib/Antony Pavlov2018-01-175-67/+3
* | fs: implement ftruncateSascha Hauer2018-01-101-0/+22
|/
* uimage: fix: add can_lseek_backward and use in uimage_openMichael Grzeschik2017-11-101-2/+2
* remove checks for xzalloc() returning NULLUwe Kleine-König2017-09-262-4/+0
* efi: make sure efi-fs is started in the right orderMichael Olbrich2017-09-081-1/+1
* fs: Don't bother filesystems without link support with additional stat() callsSascha Hauer2017-09-061-0/+10
* fs: avoid pathes with '//' in __canonicalize_path()Sascha Hauer2017-09-061-2/+7
* 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
|/