aboutsummaryrefslogtreecommitdiff
path: root/kernel/fs/squashfs/file.c
AgeCommit message (Expand)Author
2015-02-23Checkpatch.pl: fix errorsplougher
2015-02-23Simplify a couple of lines of codeplougher
2015-02-23Code tidyplougher
2015-02-23Fix identation errorplougher
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-23Rename some global functions, prefixing squashfs_plougher
2015-02-23Remove vmalloc, and use smaller PAGE_CACHE_SIZE buffersplougher
2015-02-23Use the squashfs cache to read datablocks, rather than directly callplougher
2015-02-23Fix some checkpatch.pl warningsplougher
2015-02-23Move squashfs header files into fs/squashfs directory.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-23s -> sbplougher
2015-02-23Third round, change squashfs_read_metadata to return negative errors.plougher
2015-02-23Third round of changing to negative error codesplougher
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-23Hopefully last round of comments _before_ next mainlining attempt.plougher
2015-02-23Yet more coding style changes. This time use kcalloc rather than kmalloc andplougher
2015-02-23Push the blocklist allocation down to read_indexes.plougher
2015-02-23More comments.plougher
2015-02-23Rename squashfs_get_cached_block to squashfs_read_metadataplougher
2015-02-23More code tidyingplougher
2015-02-23Lots more comments.plougher
2015-02-23Add some commentsplougher
2015-02-23Kmalloc PAGE_CACHE_SIZE bytes for block_list rather than 256 bytes.plougher
2015-02-23Now that gcc compilers older than 3.0 are not supported to build the kernel,plougher
2015-02-23Remove obsolete parameters in read_blocklist (they were necessary forplougher
2015-02-23Remove legacy indirectplougher
2015-02-23shorten variable namesplougher
2015-02-23Fix checkpatch.pl errors and warningsplougher
2015-02-23Replace sblk accesses to superblock information with new swapped fieldsplougher
2015-02-23Cleanup some code making inplace swapping neater.plougher
2015-02-23Add inplace swapping using lexx_to_cpu(), remove old swap code.plougher
2015-02-23More messing about with the includes - explictly include kernel.h neededplougher
2015-02-23Add some more header includesplougher
2015-02-23Fix header includesplougher
2015-02-23Split file address operations into a separate fileplougher