aboutsummaryrefslogtreecommitdiff
path: root/fs/squashfs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35Gravatar Thomas Gleixner 1-14/+1
2016-05-09romfs, squashfs: switch to ->iterate_shared()Gravatar Al Viro 1-2/+2
2013-09-06Squashfs: add corruption check for type in squashfs_readdir()Gravatar Phillip Lougher 1-2/+5
2013-09-06Squashfs: add corruption check in get_dir_index_using_offset()Gravatar Phillip Lougher 1-1/+8
2013-09-06Squashfs: fix corruption checks in squashfs_readdir()Gravatar Phillip Lougher 1-3/+2
2013-06-29[readdir] convert squashfsGravatar Al Viro 1-28/+12
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-03-10Squashfs: fix f_pos check in get_dir_index_using_offsetGravatar Phillip Lougher 1-1/+1
2012-03-10Squashfs: remove redundant length initialisation in squashfs_readdirGravatar Phillip Lougher 1-1/+1
2012-03-10Squashfs: use define instead of constantGravatar Ajeet Yadav 1-2/+1
2011-05-26Squashfs: update email addressGravatar Phillip Lougher 1-1/+1
2011-03-16Squashfs: handle corruption of directory structureGravatar Phillip Lougher 1-0/+9
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-1/+2
2010-01-20Squashfs: factor out remaining zlib dependencies into separate wrapper fileGravatar Phillip Lougher 1-1/+0
2009-01-05Squashfs: directory readdir operationsGravatar Phillip Lougher 1-0/+235