aboutsummaryrefslogtreecommitdiff
path: root/kernel/fs
AgeCommit message (Expand)Author
2015-02-23Replace brelse with put_bhplougher
2015-02-23Rename some global functions, prefixing squashfs_plougher
2015-02-23Remove vmalloc, and use smaller PAGE_CACHE_SIZE buffersplougher
2015-02-23Add squashfs_read_table and use it instead of squashfs_read_data toplougher
2015-02-23Use the squashfs cache to read datablocks, rather than directly callplougher
2015-02-23squashfs_fs.h squashfs_fs_i.h and squashfs_fs_sb.h have moved fromplougher
2015-02-23Update dateplougher
2015-02-23Fix an alignment issue in get_dir_index_using_name()plougher
2015-02-23Whoops, one too many eliminated goto. We need this goto as we needplougher
2015-02-23Fix a comment following renaming of variables.plougher
2015-02-23Fix some checkpatch.pl warningsplougher
2015-02-23Move squashfs header files into fs/squashfs directory.plougher
2015-02-23Rename SQUASHFS_FILE_TYPE to SQUASHFS_REG_TYPE, to conform toplougher
2015-02-23Fix some printk format warningsplougher
2015-02-23Fix more stupid mistakesplougher
2015-02-23Improve xattr supportplougher
2015-02-23Fix sparse warnings.plougher
2015-02-23Replace a couple of redundant gotos with returns.plougher
2015-02-23Fix various mistakes in previous checkinsplougher
2015-02-23Switch some swapping mistakes. inode->i_mode should not be swapped.plougher
2015-02-23Fix some horrible codeplougher
2015-02-23Shorten a couple of vars in squashfs_sb_infoplougher
2015-02-23Shorten a bunch of vars in squashfs_inode_infoplougher
2015-02-23Move struct inode pointer from i to inode.plougher
2015-02-23Move struct inode pointer from i to dir, and shorten some variable names.plougher
2015-02-23Change struct inode pointer from i to inodeplougher
2015-02-23Change struct inode pointer from i to inode.plougher
2015-02-23Change super_block from s to sb.plougher
2015-02-23Change super_block pointer from s to sb.plougher
2015-02-23Change superblock to sb from splougher
2015-02-23Change sb from splougher
2015-02-23Change super_block s to sb.plougher
2015-02-23Change s to sb.plougher
2015-02-23s -> sbplougher
2015-02-23Change s -> sb, and shorten/rename some variables.plougher
2015-02-23Change s to sb.plougher
2015-02-23Change super_block pointerplougher
2015-02-23Change super_block pointer from s to sb.plougher
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-23Second round of changing functions to return negative errorsplougher
2015-02-23Fix squashfs_get_id and squashfs_new_inode to return negative errorsplougher
2015-02-23Remove two parameters in call to squashfs_read_metadataplougher
2015-02-23Really fix removal of SERRORplougher
2015-02-23Get rid of SERRORplougher
2015-02-23Update dateplougher
2015-02-23Another round of pointless checkpatch.pl fixes caused by recent editing.plougher
2015-02-23Add compression type to mount time checkplougher
2015-02-23Udate FSF address in GPL Copyleftplougher
2015-02-23Hopefully last round of comments _before_ next mainlining attempt.plougher