History log of /external/squashfs-tools/kernel/fs/squashfs/id.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/id.c
d7941bf6ba6663349f8feb099503133df001daa2 31-Jan-2009 plougher <plougher> More comments.

Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
/external/squashfs-tools/kernel/fs/squashfs/id.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/id.c
e631cb724d83f7e13be3008b2bd810f94aa77c67 31-Jan-2009 plougher <plougher> Add squashfs_read_table and use it instead of squashfs_read_data to
read tables from the filesystem. Also use kmalloc when allocating
zlib workspace allocation.

Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
/external/squashfs-tools/kernel/fs/squashfs/id.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/id.c
a70c1cc4b995d559bcbdf2d3dda88c5bd1292c32 28-Oct-2008 plougher <plougher> Move squashfs header files into fs/squashfs directory.
/external/squashfs-tools/kernel/fs/squashfs/id.c
52c40f19307632c4f1365b6fd39574b8d47ed94c 22-Oct-2008 plougher <plougher> Change super_block s to sb.
/external/squashfs-tools/kernel/fs/squashfs/id.c
42d43d8a5d236bdae90e04b241ef5db631904ebf 22-Oct-2008 plougher <plougher> Third round, change squashfs_read_metadata to return negative errors.
/external/squashfs-tools/kernel/fs/squashfs/id.c
64fcf5e5c474932a049e6e91d9fd13b116743e83 20-Oct-2008 plougher <plougher> Third round of changing to negative error codes
/external/squashfs-tools/kernel/fs/squashfs/id.c
d02958dbfa047db2b8c8b22209be21822b4a8015 19-Oct-2008 plougher <plougher> Fix squashfs_get_id and squashfs_new_inode to return negative errors
/external/squashfs-tools/kernel/fs/squashfs/id.c
bfffe327332facc323af287277f68fe905ce7a8a 19-Oct-2008 plougher <plougher> Remove two parameters in call to squashfs_read_metadata
/external/squashfs-tools/kernel/fs/squashfs/id.c
a3e28ecaf227d2c03ec6724dd718e3c5a12b74ef 16-Oct-2008 plougher <plougher> Udate FSF address in GPL Copyleft
/external/squashfs-tools/kernel/fs/squashfs/id.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/id.c
238da4507d40918e9d9e9f78658bd4fb378359c9 14-Oct-2008 plougher <plougher> Rename get_id to squashfs_get_id.
/external/squashfs-tools/kernel/fs/squashfs/id.c
426c85303bfb03fa8e343182f30d266dad621fcc 14-Oct-2008 plougher <plougher> More comments
/external/squashfs-tools/kernel/fs/squashfs/id.c
79428b5f3cbdf53aab99f90173890246e746e2a5 11-Oct-2008 plougher <plougher> Tidy code.
/external/squashfs-tools/kernel/fs/squashfs/id.c
a60610a9e9d656f73c09ed3679ec8f3c0ef3a31f 11-Oct-2008 plougher <plougher> Add comments.
/external/squashfs-tools/kernel/fs/squashfs/id.c
8d3339a3f9bc64056966314685c424b1c2a55d0b 11-Oct-2008 plougher <plougher> Rename squashfs_get_cached_block to squashfs_read_metadata
/external/squashfs-tools/kernel/fs/squashfs/id.c
283a23fa5fff9cab6eb5f04e5c9d876cec74d908 05-Oct-2008 plougher <plougher> Code tidy. Change type of buffer in squashfs_read_data to void *
/external/squashfs-tools/kernel/fs/squashfs/id.c
56d24bf18e169cc9de1499e63a99809b8fed08fb 01-Oct-2008 plougher <plougher> Fix checkpatch.pl errors and warnings
/external/squashfs-tools/kernel/fs/squashfs/id.c
2c01dc666ae898421fa494b64bf102f47b161aa9 01-Oct-2008 plougher <plougher> Remove sblk usage, and update API to return the allocated table as the
return value
/external/squashfs-tools/kernel/fs/squashfs/id.c
05696aef3f48960b9b9d12e4f45d4e25dd858bb9 10-Sep-2008 plougher <plougher> Remove old swap code, replace with inplace swapping using lexx_to_cpu()
/external/squashfs-tools/kernel/fs/squashfs/id.c
3cf105cbf762aca4e7ab736d6430aebce2f8eff3 21-Aug-2008 plougher <plougher> Explicitly include some more headers rather than rely on them being
pulled in by others.
/external/squashfs-tools/kernel/fs/squashfs/id.c
e10248a420914a7c6092fc02b803cf3dac5b432d 20-Aug-2008 plougher <plougher> Remove unnecessary header includes
/external/squashfs-tools/kernel/fs/squashfs/id.c
6475b36bc665a6e868f64bd270dcca690dac841a 09-Aug-2008 plougher <plougher> Slit uid/gid handling functions into a separate file
/external/squashfs-tools/kernel/fs/squashfs/id.c