aboutsummaryrefslogtreecommitdiff
path: root/kernel/fs/squashfs/namei.c
AgeCommit message (Expand)Author
2015-02-23Change 'long long' usage to u64 for variables referring to 64-bitplougher
2015-02-23Rename SQUASHFS_I() to squashfs_i().plougher
2015-02-23Fix an alignment issue in get_dir_index_using_name()plougher
2015-02-23Whoops, one too many eliminated goto. We need this goto as we needplougher
2015-02-23Fix some checkpatch.pl warningsplougher
2015-02-23Move squashfs header files into fs/squashfs directory.plougher
2015-02-23Fix sparse warnings.plougher
2015-02-23Replace a couple of redundant gotos with returns.plougher
2015-02-23Shorten a couple of vars in squashfs_sb_infoplougher
2015-02-23Shorten a bunch of vars in squashfs_inode_infoplougher
2015-02-23Move struct inode pointer from i to dir, and shorten some variable names.plougher
2015-02-23Change superblock to sb from splougher
2015-02-23Third round, change squashfs_read_metadata to return negative errors.plougher
2015-02-23Second round of changing functions to return negative errorsplougher
2015-02-23Remove two parameters in call to squashfs_read_metadataplougher
2015-02-23Another round of pointless checkpatch.pl fixes caused by recent editing.plougher
2015-02-23Udate FSF address in GPL Copyleftplougher
2015-02-23Tweak comments.plougher
2015-02-23Add lots of comments.plougher
2015-02-23Yet more coding style changes. This time use kcalloc rather than kmalloc andplougher
2015-02-23Fix inline swapplougher
2015-02-23Rename squashfs_get_cached_block to squashfs_read_metadataplougher
2015-02-23Now that gcc compilers older than 3.0 are not supported to build the kernel,plougher
2015-02-23shorten some variable namesplougher
2015-02-23Fix for checkpatch.pl warnings and errorsplougher
2015-02-23Use new cached swapped superblock fields in msblkplougher
2015-02-23Fix typo in inlining changesplougher
2015-02-23Replace swap code with in-place swapping using lexx_to_cpu()plougher
2015-02-23Fix includesplougher
2015-02-23Split directory inode operations into a separate fileplougher