aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/squashfs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-09romfs, squashfs: switch to ->iterate_shared()Al Viro1-2/+2
2013-09-06Squashfs: add corruption check for type in squashfs_readdir()Phillip Lougher1-2/+5
2013-09-06Squashfs: add corruption check in get_dir_index_using_offset()Phillip Lougher1-1/+8
2013-09-06Squashfs: fix corruption checks in squashfs_readdir()Phillip Lougher1-3/+2
2013-06-29[readdir] convert squashfsAl Viro1-28/+12
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-03-10Squashfs: fix f_pos check in get_dir_index_using_offsetPhillip Lougher1-1/+1
2012-03-10Squashfs: remove redundant length initialisation in squashfs_readdirPhillip Lougher1-1/+1
2012-03-10Squashfs: use define instead of constantAjeet Yadav1-2/+1
2011-05-26Squashfs: update email addressPhillip Lougher1-1/+1
2011-03-16Squashfs: handle corruption of directory structurePhillip Lougher1-0/+9
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-1/+2
2010-01-20Squashfs: factor out remaining zlib dependencies into separate wrapper filePhillip Lougher1-1/+0
2009-01-05Squashfs: directory readdir operationsPhillip Lougher1-0/+235