History log of /external/squashfs-tools/kernel/fs/squashfs/file.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8e7ceee18077abbea0760d8dbd9366012e944b87 31-Jan-2009 plougher <plougher> Checkpatch.pl: fix errors

Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
/external/squashfs-tools/kernel/fs/squashfs/file.c
01feb21e74963aa0cb49c7bd4bb638cb08df2a7c 31-Jan-2009 plougher <plougher> Simplify a couple of lines of code

Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
/external/squashfs-tools/kernel/fs/squashfs/file.c
dc0c9e8537384bfa3310bd27700ebff9903a9a2d 31-Jan-2009 plougher <plougher> Code tidy

Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
/external/squashfs-tools/kernel/fs/squashfs/file.c
0564f6ab9ccd23d5356a2b845e0267b35a975670 31-Jan-2009 plougher <plougher> Fix identation error

Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
/external/squashfs-tools/kernel/fs/squashfs/file.c
f006b96e65d7092838983913afbd69fd8199d793 31-Jan-2009 plougher <plougher> Change 'long long' usage to u64 for variables referring to 64-bit
filesystem locations

Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
/external/squashfs-tools/kernel/fs/squashfs/file.c
5921b8d869f8d9a5a15a520eee1cfae06b1d9688 31-Jan-2009 plougher <plougher> Rename SQUASHFS_I() to squashfs_i().

Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
/external/squashfs-tools/kernel/fs/squashfs/file.c
e5d56679a8f550513b2e8535e470af87d2679b82 31-Jan-2009 plougher <plougher> Rename some global functions, prefixing squashfs_

Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
/external/squashfs-tools/kernel/fs/squashfs/file.c
9798f1e43e2fbc8f288a5dc901377f07cec054c1 31-Jan-2009 plougher <plougher> Remove vmalloc, and use smaller PAGE_CACHE_SIZE buffers

Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
/external/squashfs-tools/kernel/fs/squashfs/file.c
93911cbac69fbc999c52939d8d8b10698cb14051 31-Jan-2009 plougher <plougher> Use the squashfs cache to read datablocks, rather than directly call
squashfs_read_data(). This improves performance in race conditions
where squashfs_readpage is called simultaneously to read pages in the same
datablock.

Also when vmalloc is replaced with multiple PAGE_CACHE_SIZEd pages, it
centralises necessary support to the squashfs cache code.

Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
/external/squashfs-tools/kernel/fs/squashfs/file.c
0b77ad632ce83f94aa24e028e1ce98ceec518944 31-Jan-2009 plougher <plougher> Fix some checkpatch.pl warnings

Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
/external/squashfs-tools/kernel/fs/squashfs/file.c
a70c1cc4b995d559bcbdf2d3dda88c5bd1292c32 28-Oct-2008 plougher <plougher> Move squashfs header files into fs/squashfs directory.
/external/squashfs-tools/kernel/fs/squashfs/file.c
171e3df917d22af3d8e5caff56c3665f626d96f4 24-Oct-2008 plougher <plougher> Replace a couple of redundant gotos with returns.
/external/squashfs-tools/kernel/fs/squashfs/file.c
1aef9e4f12365714fd95ac9a7a059ea4c7d6d846 23-Oct-2008 plougher <plougher> Shorten a couple of vars in squashfs_sb_info
/external/squashfs-tools/kernel/fs/squashfs/file.c
76f489f44f7082158ac125800bf941f1c7e8466d 23-Oct-2008 plougher <plougher> Shorten a bunch of vars in squashfs_inode_info
/external/squashfs-tools/kernel/fs/squashfs/file.c
6fd262af54b6f2dd6de9d1c42724bf3e2d51e962 22-Oct-2008 plougher <plougher> s -> sb
/external/squashfs-tools/kernel/fs/squashfs/file.c
42d43d8a5d236bdae90e04b241ef5db631904ebf 22-Oct-2008 plougher <plougher> Third round, change squashfs_read_metadata to return negative errors.
/external/squashfs-tools/kernel/fs/squashfs/file.c
64fcf5e5c474932a049e6e91d9fd13b116743e83 20-Oct-2008 plougher <plougher> Third round of changing to negative error codes
/external/squashfs-tools/kernel/fs/squashfs/file.c
bfffe327332facc323af287277f68fe905ce7a8a 19-Oct-2008 plougher <plougher> Remove two parameters in call to squashfs_read_metadata
/external/squashfs-tools/kernel/fs/squashfs/file.c
07e0310c61c277c87523afcf136e028524e24686 17-Oct-2008 plougher <plougher> Another round of pointless checkpatch.pl fixes caused by recent editing.
/external/squashfs-tools/kernel/fs/squashfs/file.c
a3e28ecaf227d2c03ec6724dd718e3c5a12b74ef 16-Oct-2008 plougher <plougher> Udate FSF address in GPL Copyleft
/external/squashfs-tools/kernel/fs/squashfs/file.c
824cff29fd798cbd6cbfa18d93751c51ceabbd7f 16-Oct-2008 plougher <plougher> Hopefully last round of comments _before_ next mainlining attempt.
/external/squashfs-tools/kernel/fs/squashfs/file.c
3405d617eb69745519a80952f1fe3e8ff0fa0541 15-Oct-2008 plougher <plougher> Yet more coding style changes. This time use kcalloc rather than kmalloc and
change occurances of sizeof(type) to sizeof(var).
/external/squashfs-tools/kernel/fs/squashfs/file.c
18173b697a3e05561c47498488c312a1a1aa8de4 15-Oct-2008 plougher <plougher> Push the blocklist allocation down to read_indexes.
/external/squashfs-tools/kernel/fs/squashfs/file.c
82f4f8f1a003d7d06beb45338159a870d1677052 14-Oct-2008 plougher <plougher> More comments.
/external/squashfs-tools/kernel/fs/squashfs/file.c
8d3339a3f9bc64056966314685c424b1c2a55d0b 11-Oct-2008 plougher <plougher> Rename squashfs_get_cached_block to squashfs_read_metadata
/external/squashfs-tools/kernel/fs/squashfs/file.c
f9952cce596c8e1cb71df55dc4d11f08200361de 11-Oct-2008 plougher <plougher> More code tidying
/external/squashfs-tools/kernel/fs/squashfs/file.c
f0b877df607e53a8be3ded6ee4a4f168cc75d7ef 11-Oct-2008 plougher <plougher> Lots more comments.
/external/squashfs-tools/kernel/fs/squashfs/file.c
7f741d93a4c5481b972f60ab4b934fcdaf8c9879 09-Oct-2008 plougher <plougher> Add some comments
/external/squashfs-tools/kernel/fs/squashfs/file.c
3d2a6628866733d5d6f11eec6c8958243282f5bd 08-Oct-2008 plougher <plougher> Kmalloc PAGE_CACHE_SIZE bytes for block_list rather than 256 bytes.
/external/squashfs-tools/kernel/fs/squashfs/file.c
ead3026ed1e0258177b4a3cb2e3c800a78084e79 08-Oct-2008 plougher <plougher> Now that gcc compilers older than 3.0 are not supported to build the kernel,
move to using anonymous structures and unions, which cleans up a number
of field accesses.
/external/squashfs-tools/kernel/fs/squashfs/file.c
219938feb918e0cf66a9202e920d963dc60c8b7d 05-Oct-2008 plougher <plougher> Remove obsolete parameters in read_blocklist (they were necessary for
the read_blocklist implementation for 1.0 filesystems).
/external/squashfs-tools/kernel/fs/squashfs/file.c
0521475c76edc1f21c2149714d6f12d72aa58df7 05-Oct-2008 plougher <plougher> Remove legacy indirect
/external/squashfs-tools/kernel/fs/squashfs/file.c
44cdfe1040f97c4e0ab9a382b590da2bdf27593f 03-Oct-2008 plougher <plougher> shorten variable names
/external/squashfs-tools/kernel/fs/squashfs/file.c
56d24bf18e169cc9de1499e63a99809b8fed08fb 01-Oct-2008 plougher <plougher> Fix checkpatch.pl errors and warnings
/external/squashfs-tools/kernel/fs/squashfs/file.c
75cff12955d491c6f01e034f917cbbd753c98d43 01-Oct-2008 plougher <plougher> Replace sblk accesses to superblock information with new swapped fields
in msblk
/external/squashfs-tools/kernel/fs/squashfs/file.c
24004cc7304c8e1d1ce08250906a37342d578a2e 10-Sep-2008 plougher <plougher> Cleanup some code making inplace swapping neater.
/external/squashfs-tools/kernel/fs/squashfs/file.c
1a6ce602dd8cb5aafe150e3f6634345d31b4230a 10-Sep-2008 plougher <plougher> Add inplace swapping using lexx_to_cpu(), remove old swap code.
/external/squashfs-tools/kernel/fs/squashfs/file.c
6e3e83f05a6a87a0a3848cb5012096ab6010d6ba 21-Aug-2008 plougher <plougher> More messing about with the includes - explictly include kernel.h needed
for min_t()
/external/squashfs-tools/kernel/fs/squashfs/file.c
5fc61589c6e35d8b42cabae1ec153994f8b3b9ba 21-Aug-2008 plougher <plougher> Add some more header includes
/external/squashfs-tools/kernel/fs/squashfs/file.c
66f1992b8447bebfbb800306e459acf12980b5c6 21-Aug-2008 plougher <plougher> Fix header includes
/external/squashfs-tools/kernel/fs/squashfs/file.c
a0249e928c3c4718055e6d91f309b715b89e164c 09-Aug-2008 plougher <plougher> Split file address operations into a separate file
/external/squashfs-tools/kernel/fs/squashfs/file.c