| Add some more header includes |
|
More...
|
over 17 years ago
|
| Get rid of the buffer_head.h include |
|
More...
|
over 17 years ago
|
| 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 |
|
More...
|
over 17 years ago
|
| Don't rely on headers including other important headers as much. include them directly |
|
More...
|
over 17 years ago
|
| Don't rely on buffer_head.h to pull in other necessary header files |
|
More...
|
over 17 years ago
|
| Fix header includes |
|
More...
|
over 17 years ago
|
| Remove redundant header includes |
|
More...
|
over 17 years ago
|
| Remove redundant headers |
|
More...
|
over 17 years ago
|
| Remove unnecessary header includes |
|
More...
|
over 17 years ago
|
| Update date |
|
More...
|
over 17 years ago
|
| Update version and date. Move version number over to release version - previously version number was the unsquashfs version (which as unsquashfs was only introduced in Squashfs 3.0 was significatly smaller than the release version). This evidently proved to be confusing to many people :( |
|
More...
|
over 17 years ago
|
| Fix printf to correctly state inodes rather than files |
|
More...
|
over 17 years ago
|
| Updat info |
|
More...
|
over 17 years ago
|
| Fix small bug in progress_bar dealing with block counts exact powers of 10 |
|
More...
|
over 17 years ago
|
| Update for more impending VFS changes in linux-next tree. These will likely be in linux-2.6.27-rc4 |
|
More...
|
over 17 years ago
|
| Update for latest changes in VFS interface (good for current 2.6.27-rc3 kernel). |
|
More...
|
over 17 years ago
|
| Fix small bug in progress_bar dealing with block counts exact powers of 10 |
|
More...
|
over 17 years ago
|
| Fix bug in progress_bar() display if no file blocks to compress |
|
More...
|
over 17 years ago
|
| Remove obsolete code setting filesystem 3:0 if block_size <= 65536 and sparse == FALSE |
|
More...
|
over 17 years ago
|
| Fix deadlock in TRACE() and disable progress bar if SQUASHFS_TRACE is defined |
|
More...
|
over 17 years ago
|
| Fix rare but nasty bug in append. Bug has been there since 2.1! |
|
More...
|
over 17 years ago
|
| Remove redundant header includes. Also some general code tidying |
|
More...
|
over 17 years ago
|
| Remove variable names from extern function prototypes |
|
More...
|
over 17 years ago
|
| Update following split of inode.c into separate files |
|
More...
|
over 17 years ago
|
| Split all but inode operations into new separate files |
|
More...
|
over 17 years ago
|
| Split symlink address operations into a separate file |
|
More...
|
over 17 years ago
|
| Split super block and general filesystem framework functions into a separate file |
|
More...
|
over 17 years ago
|
| Split directory inode operations into a separate file |
|
More...
|
over 17 years ago
|
| Slit uid/gid handling functions into a separate file |
|
More...
|
over 17 years ago
|
| Slit fragment handling functions into a separate file |
|
More...
|
over 17 years ago
|