History log of /external/squashfs-tools/kernel/fs/squashfs/dir.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/dir.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/dir.c
a70c1cc4b995d559bcbdf2d3dda88c5bd1292c32 28-Oct-2008 plougher <plougher> Move squashfs header files into fs/squashfs directory.
/external/squashfs-tools/kernel/fs/squashfs/dir.c
532f06823c68342cf869a8a0999ef6c105a4555a 24-Oct-2008 plougher <plougher> Fix sparse warnings.
/external/squashfs-tools/kernel/fs/squashfs/dir.c
171e3df917d22af3d8e5caff56c3665f626d96f4 24-Oct-2008 plougher <plougher> Replace a couple of redundant gotos with returns.
/external/squashfs-tools/kernel/fs/squashfs/dir.c
9c25f9e157d0c783e400fc46ca04b699d0b4b16e 24-Oct-2008 plougher <plougher> Fix various mistakes in previous checkins
/external/squashfs-tools/kernel/fs/squashfs/dir.c
1aef9e4f12365714fd95ac9a7a059ea4c7d6d846 23-Oct-2008 plougher <plougher> Shorten a couple of vars in squashfs_sb_info
/external/squashfs-tools/kernel/fs/squashfs/dir.c
76f489f44f7082158ac125800bf941f1c7e8466d 23-Oct-2008 plougher <plougher> Shorten a bunch of vars in squashfs_inode_info
/external/squashfs-tools/kernel/fs/squashfs/dir.c
90f8ba47b25eae6d72b3a170b2d98b735f8359f0 22-Oct-2008 plougher <plougher> Change struct inode pointer from i to inode.
/external/squashfs-tools/kernel/fs/squashfs/dir.c
f67e89e8d3039bc1e570d33bdc1bea39221cb239 22-Oct-2008 plougher <plougher> Change s to sb.
/external/squashfs-tools/kernel/fs/squashfs/dir.c
42d43d8a5d236bdae90e04b241ef5db631904ebf 22-Oct-2008 plougher <plougher> Third round, change squashfs_read_metadata to return negative errors.
/external/squashfs-tools/kernel/fs/squashfs/dir.c
bfffe327332facc323af287277f68fe905ce7a8a 19-Oct-2008 plougher <plougher> Remove two parameters in call to squashfs_read_metadata
/external/squashfs-tools/kernel/fs/squashfs/dir.c
07e0310c61c277c87523afcf136e028524e24686 17-Oct-2008 plougher <plougher> Another round of pointless checkpatch.pl fixes caused by recent editing.
/external/squashfs-tools/kernel/fs/squashfs/dir.c
a3e28ecaf227d2c03ec6724dd718e3c5a12b74ef 16-Oct-2008 plougher <plougher> Udate FSF address in GPL Copyleft
/external/squashfs-tools/kernel/fs/squashfs/dir.c
725a94f4103080b82f258a324970f673d5e6ccce 16-Oct-2008 plougher <plougher> Add comments.
/external/squashfs-tools/kernel/fs/squashfs/dir.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/dir.c
8d3339a3f9bc64056966314685c424b1c2a55d0b 11-Oct-2008 plougher <plougher> Rename squashfs_get_cached_block to squashfs_read_metadata
/external/squashfs-tools/kernel/fs/squashfs/dir.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/dir.c
9ca178abf77f44bd7285e09184cf7cf0d8d43405 03-Oct-2008 plougher <plougher> Shorten a couple of variable names.
/external/squashfs-tools/kernel/fs/squashfs/dir.c
56d24bf18e169cc9de1499e63a99809b8fed08fb 01-Oct-2008 plougher <plougher> Fix checkpatch.pl errors and warnings
/external/squashfs-tools/kernel/fs/squashfs/dir.c
b0cca0952a800f1aabbfc36cef935ab59a7616ba 01-Oct-2008 plougher <plougher> Replace sblk accesses to superblock information with new swapped information
stored in msblk
/external/squashfs-tools/kernel/fs/squashfs/dir.c
2d023a80f4dae8e06cf7e4b74f7870c524db8943 09-Sep-2008 plougher <plougher> Replace swap code with in-place swapping using lexx_to_cpu()
/external/squashfs-tools/kernel/fs/squashfs/dir.c
ba9f66f180b46a25acdff08941b1f86418ae901e 21-Aug-2008 plougher <plougher> Don't rely on buffer_header.h pulling in headers and include them directly,
with the obvious advantage that buffer_header.h isn't needed
/external/squashfs-tools/kernel/fs/squashfs/dir.c
e866f25a344efa9718d415f74a57cc76ea3135d8 20-Aug-2008 plougher <plougher> Remove redundant headers
/external/squashfs-tools/kernel/fs/squashfs/dir.c
2b242c3adc1a3fb8dcf92610ad6c0cb33fbef8f0 09-Aug-2008 plougher <plougher> Split directory functions into a separate file
/external/squashfs-tools/kernel/fs/squashfs/dir.c