aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-1/+0
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+2
2012-09-21userns: Convert squashfs to use kuid/kgid where appropriateEric W. Biederman1-2/+6
2012-01-03Squashfs: fix i_blocks calculation with extended regular filesPhillip Lougher1-2/+2
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-9/+9
2011-05-26Squashfs: update email addressPhillip Lougher1-1/+1
2010-05-17squashfs: add xattr support configure optionPhillip Lougher1-0/+1
2010-05-17squashfs: add new extended inode typesPhillip Lougher1-7/+84
2010-01-20Squashfs: factor out remaining zlib dependencies into separate wrapper filePhillip Lougher1-1/+0
2009-03-05Squashfs: frag_size should be signed, as it can hold an error resultRoel Kluin1-2/+4
2009-01-05Squashfs: inode operationsPhillip Lougher1-0/+346