summaryrefslogtreecommitdiffstats
path: root/fs/squashfs/squashfs.c
Commit message (Expand)AuthorAgeFilesLines
* Rename struct fs_driver_d to fs_driverSascha Hauer2023-01-101-1/+1
* Rename struct fs_device_d to fs_deviceSascha Hauer2023-01-101-3/+3
* Rename struct device_d to deviceSascha Hauer2023-01-101-6/+6
* treewide: add SPDX-License-Identifier for files without explicit licenseAhmad Fatoum2022-01-051-0/+2
* fs: squashfs: set s_op in timeSascha Hauer2020-08-201-2/+1
* fs: Add destroy_inode callbacks to filesystemsSascha Hauer2020-07-051-1/+9
* fs: Drop trivial .lseek() implementaitons in FS driversAndrey Smirnov2019-01-291-6/+0
* fs: Update FILE position in lseek()Andrey Smirnov2019-01-291-2/+0
* fs: squashfs: Switch to dentry cache implementationSascha Hauer2018-07-131-160/+26
* fs: squashfs: fix "no previous prototype for 'squashfs_set_rootarg'" warningAntony Pavlov2017-04-101-1/+2
* fs: squashfs: don't reference UBI symbols if UBI isn't compiled inLucas Stach2017-01-091-0/+3
* 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: add support for SquashFS 4.0Yegor Yefremov2016-03-021-0/+368