VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-05-14
squashfs: fix divide error in calculate_skip()
Phillip Lougher
2021-03-25
squashfs: fix xattr id and id lookup sanity checks
Phillip Lougher
2021-03-25
squashfs: fix inode lookup sanity checks
Sean Nyekjaer
2021-03-11
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
2021-02-09
squashfs: add more sanity checks in xattr id lookup
Phillip Lougher
2021-02-09
squashfs: add more sanity checks in inode lookup
Phillip Lougher
2021-02-09
squashfs: add more sanity checks in id lookup
Phillip Lougher
2021-02-09
squashfs: avoid out of bounds writes in decompressors
Phillip Lougher
2020-10-24
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-09-18
[PATCH] reduce boilerplate in fsid handling
Al Viro
2020-08-21
squashfs: avoid bio_alloc() failure with 1Mbyte blocks
Phillip Lougher
2020-07-24
squashfs: fix length field overlap check in metadata reading
Phillip Lougher
2020-06-15
Squashfs: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-06-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-06-02
squashfs: migrate from ll_rw_block usage to BIO
Philippe Liard
2020-05-28
squashfs: Make use of local lock in multi_cpu decompressor
Julia Cartwright
2019-09-19
Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-09-05
vfs: Convert squashfs to use the new mount API
David Howells
2019-08-30
fs: Fill in max and min timestamps in superblock
Deepa Dinamani
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
Thomas Gleixner
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118
Thomas Gleixner
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-01
squashfs: switch to ->free_inode()
Al Viro
2018-08-02
Squashfs: Compute expected length from inode size rather than block length
Phillip Lougher
2018-08-02
squashfs: more metadata hardening
Linus Torvalds
2018-08-01
squashfs metadata 2: electric boogaloo
Linus Torvalds
2018-07-30
squashfs: more metadata hardening
Linus Torvalds
2018-07-29
squashfs: be more careful about metadata corruption
Linus Torvalds
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-08
squashfs: Add zstd support
Sean Purcell
2017-02-24
fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 version
Sven Schmidt
2016-12-17
Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
Linus Torvalds
2016-12-09
vfs: remove ".readlink = generic_readlink" assignments
Miklos Szeredi
2016-11-01
block,fs: untangle fs.h and blk_types.h
Christoph Hellwig
2016-10-07
vfs: Remove {get,set,remove}xattr inode operations
Andreas Gruenbacher
2016-06-07
fs: have ll_rw_block users pass in op and flags separately
Mike Christie
2016-05-09
romfs, squashfs: switch to ->iterate_shared()
Al Viro
2016-05-02
Merge getxattr prototype change into work.lookups
Al Viro
2016-04-10
xattr_handler: pass dentry and inode as separate arguments of ->get()
Al Viro
2016-04-04
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
Kirill A. Shutemov
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-01-14
kmemcg: account certain kmem allocations to memcg
Vladimir Davydov
2016-01-12
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-01-11
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-01-06
fs: use block_device name vsprintf helper
Dmitry Monakhov
2015-12-30
switch ->get_link() to delayed_call, kill ->put_link()
Al Viro
2015-12-13
xattr handlers: Simplify list operation
Andreas Gruenbacher
2015-12-08
replace ->follow_link() with new method that could stay in RCU mode
Al Viro
2015-12-08
don't put symlink bodies in pagecache into highmem
Al Viro
2015-12-06
vfs: Distinguish between full xattr names and proper prefixes
Andreas Gruenbacher
2015-11-13
squashfs: xattr simplifications
Andreas Gruenbacher
2015-11-13
xattr handlers: Pass handler to operations instead of flags
Andreas Gruenbacher
2015-06-23
fs: cleanup slight list_entry abuse
Rasmus Villemoes
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2014-11-27
Squashfs: Add LZ4 compression configuration option
Phillip Lougher
2014-11-27
Squashfs: add LZ4 compression support
Phillip Lougher
2014-08-06
fs/squashfs/super.c: logging cleanup
Fabian Frederick
2014-08-06
fs/squashfs/file_direct.c: replace count*size kmalloc by kmalloc_array
Fabian Frederick
2014-06-04
fs/squashfs/squashfs.h: replace pr_warning by pr_warn
Fabian Frederick
2014-03-13
fs: push sync_filesystem() down to the file system's remount_fs()
Theodore Ts'o
2013-11-24
Squashfs: fix failure to unlock pages on decompress error
Phillip Lougher
2013-11-20
Squashfs: Check stream is not NULL in decompressor_multi.c
Phillip Lougher
2013-11-20
Squashfs: Directly decompress into the page cache for file data
Phillip Lougher
2013-11-20
Squashfs: Restructure squashfs_readpage()
Phillip Lougher
2013-11-20
Squashfs: Generalise paging handling in the decompressors
Phillip Lougher
2013-11-20
Squashfs: add multi-threaded decompression using percpu variable
Phillip Lougher
2013-11-20
squashfs: Enhance parallel I/O
Minchan Kim
2013-11-20
Squashfs: Refactor decompressor interface and code
Phillip Lougher
2013-09-06
Squashfs: add corruption check for type in squashfs_readdir()
Phillip Lougher
2013-09-06
Squashfs: add corruption check in get_dir_index_using_offset()
Phillip Lougher
2013-09-06
Squashfs: fix corruption checks in squashfs_readdir()
Phillip Lougher
2013-09-06
Squashfs: fix corruption checks in squashfs_lookup()
Phillip Lougher
2013-09-06
Squashfs: fix corruption check in get_dir_index_using_name()
Phillip Lougher
2013-09-05
Squashfs: Optimized uncompressed buffer loop
Manish Sharma
2013-08-29
Squashfs: sanity check information from disk
Dan Carpenter
2013-06-29
[readdir] convert squashfs
Al Viro
2013-03-11
fs: Limit sys_mount to only request filesystem modules. (Part 3)
Eric W. Biederman
2013-02-22
new helper: file_inode(file)
Al Viro
2012-10-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2012-10-02
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
Kirill A. Shutemov
2012-09-21
userns: Convert squashfs to use kuid/kgid where appropriate
Eric W. Biederman
2012-07-14
stop passing nameidata to ->lookup()
Al Viro
2012-03-28
Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next
Linus Torvalds
2012-03-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2012-03-20
switch open-coded instances of d_make_root() to new helper
Al Viro
2012-03-20
squashfs: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-10
Squashfs: add mount time sanity check for block_size and block_log match
Phillip Lougher
2012-03-10
Squashfs: fix f_pos check in get_dir_index_using_offset
Phillip Lougher
2012-03-10
Squashfs: get rid of obsolete definitions in header file
Phillip Lougher
2012-03-10
Squashfs: remove redundant length initialisation in squashfs_lookup
Phillip Lougher
2012-03-10
Squashfs: remove redundant length initialisation in squashfs_readdir
Phillip Lougher
2012-03-10
Squashfs: update comment removing reference to zlib only
Phillip Lougher
2012-03-10
Squashfs: use define instead of constant
Ajeet Yadav
2012-01-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next
Linus Torvalds
2012-01-03
vfs: fix the stupidity with i_dentry in inode destructors
Al Viro
2012-01-03
Squashfs: fix i_blocks calculation with extended regular files
Phillip Lougher
2012-01-02
Squashfs: fix mount time sanity check for corrupted superblock
Phillip Lougher
2011-12-30
Squashfs: optimise squashfs_cache_get entry search
Ajeet Yadav
2011-12-30
Squashfs: add missing block release on error condition
Phillip Lougher
2011-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next
Linus Torvalds
2011-11-02
Squashfs: Add an option to set dev block size to 4K
Phillip Lougher
2011-11-02
filesystems: add set_nlink()
Miklos Szeredi
2011-09-27
doc: fix broken references
Paul Bolle
2011-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus
Linus Torvalds
2011-07-22
Squashfs: Make ZLIB compression support optional
Phillip Lougher
2011-07-20
make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)
Al Viro
2011-07-20
deuglify squashfs_lookup()
Al Viro
2011-05-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus
Linus Torvalds
2011-05-29
Squashfs: Fix sanity check patches on big-endian systems
Phillip Lougher
2011-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus
Linus Torvalds
2011-05-26
Squashfs: update email address
Phillip Lougher
2011-05-25
Squashfs: add extra sanity checks at mount time
Phillip Lougher
2011-05-25
Squashfs: add sanity checks to fragment reading at mount time
Phillip Lougher
2011-05-25
Squashfs: add sanity checks to lookup table reading at mount time
Phillip Lougher
2011-05-25
Squashfs: add sanity checks to id reading at mount time
Phillip Lougher
2011-05-25
Squashfs: add sanity checks to xattr reading at mount time
Phillip Lougher
2011-05-25
Squashfs: reverse order of filesystem table reading
Phillip Lougher
2011-05-25
Squashfs: move table allocation into squashfs_read_table()
Phillip Lougher
2011-05-10
treewide: fix a few typos in comments
Justin P. Mattock
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-03-22
Squashfs: Use vmalloc rather than kmalloc for zlib workspace
Phillip Lougher
2011-03-16
Squashfs: handle corruption of directory structure
Phillip Lougher
2011-02-28
Squashfs: wrap squashfs_mount() definition
Phillip Lougher
2011-02-28
Squashfs: xz_wrapper doesn't need to include squashfs_fs_i.h anymore
Phillip Lougher
2011-02-28
Squashfs: Update Kconfig help text to include xz compression
Phillip Lougher
2011-02-28
Squashfs: add compression options support to xz decompressor
Phillip Lougher
2011-02-28
Squashfs: extend decompressor framework to handle compression options
Phillip Lougher
2011-01-26
squashfs: fix use of uninitialised variable in zlib & xz decompressors
Phillip Lougher
2011-01-13
Squashfs: simplify CONFIG_SQUASHFS_LZO handling
Phillip Lougher
2011-01-13
Squashfs: move squashfs_i() definition from squashfs.h
Phillip Lougher
2011-01-13
Squashfs: get rid of default n in Kconfig
Phillip Lougher
2011-01-13
Squashfs: add missing check in zlib_wrapper
Phillip Lougher
2011-01-13
Squashfs: remove unnecessary variable in zlib_wrapper
Phillip Lougher
2011-01-13
Squashfs: Add XZ compression configuration option
Phillip Lougher
2011-01-13
Squashfs: add XZ compression support
Phillip Lougher
2011-01-07
fs: icache RCU free inodes
Nick Piggin
2010-10-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus
Linus Torvalds
2010-10-29
new helper: mount_bdev()
Al Viro
2010-10-28
Squashfs: fix function prototype
Phillip Lougher
2010-10-28
Squashfs: fix use of __le64 annotated variable
Phillip Lougher
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
2010-10-04
BKL: Remove BKL from squashfs
Arnd Bergmann
2010-10-04
BKL: Explicitly add BKL around get_sb/fill_super
Jan Blunck
2010-08-08
Squashfs: fix checkpatch.pl warnings
Phillip Lougher
2010-08-05
Squashfs: fix filename typo
Phillip Lougher
2010-08-05
Squashfs: update Kconfig and documentation for LZO
Phillip Lougher
2010-08-05
Squashfs: fix block size use in LZO decompressor
Phillip Lougher
2010-08-05
Squashfs: Add LZO compression support
Chan Jeong
2010-05-31
squashfs: fix filename in header comment
Phillip Lougher
2010-05-31
Squashfs: Make XATTR config name consistent with other file systems
Phillip Lougher
2010-05-31
squashfs: fix compiler inline warning
Phillip Lougher
2010-05-23
squashfs: fix name reading in squashfs_xattr_get
Phillip Lougher
2010-05-23
squashfs: constify xattr handlers
Phillip Lougher
2010-05-17
squashfs: xattr fix sparse warnings
Stephen Hemminger
2010-05-17
squashfs: xattr_lookup sparse fix
Stephen Hemminger
2010-05-17
squashfs: add xattr support configure option
Phillip Lougher
2010-05-17
squashfs: add new extended inode types
Phillip Lougher
2010-05-17
squashfs: add support for xattr reading
Phillip Lougher
2010-05-17
squashfs: add xattr id support
Phillip Lougher
2010-04-25
squashfs: fix potential buffer over-run on 4K block file systems
Phillip Lougher
2010-04-25
squashfs: add missing buffer free
Phillip Lougher
2010-04-25
squashfs: fix warn_on when root inode is corrupted
Phillip Lougher
2010-04-23
squashfs: fix locking bug in zlib wrapper
Phillip Lougher
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
Tejun Heo
2010-03-05
Squashfs: get rid of obsolete definition in header file
Phillip Lougher
2010-03-05
Squashfs: get rid of obsolete variable in struct squashfs_sb_info
Phillip Lougher
2010-01-20
Squashfs: add decompressor entries for lzma and lzo
Phillip Lougher
2010-01-20
Squashfs: add a decompressor framework
Phillip Lougher
2010-01-20
Squashfs: factor out remaining zlib dependencies into separate wrapper file
Phillip Lougher
2010-01-20
Squashfs: move zlib decompression wrapper code into a separate file
Phillip Lougher
2009-09-22
const: mark remaining super_operations const
Alexey Dobriyan
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
2009-06-11
push BKL down into ->put_super
Christoph Hellwig
2009-05-13
Squashfs: cody tidying, remove commented out line in Makefile
Phillip Lougher
2009-05-13
Squashfs: check page size is not larger than the filesystem block size
Phillip Lougher
2009-05-13
Squashfs: fix breakage when page size > metadata block size
Doug Chapman
2009-04-06
Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
2009-04-03
kmemtrace, squashfs: fix slab.h dependency problem in squasfs
Pekka Enberg
2009-04-02
fs/squashfs: return f_fsid for statfs(2)
Coly Li
2009-03-12
Squashfs: Valid filesystems are flagged as bad by the corrupted fs patch
Phillip Lougher
2009-03-05
Squashfs: frag_size should be signed, as it can hold an error result
Roel Kluin
2009-03-05
Squashfs: Fix oops when reading fsfuzzer corrupted filesystems
Phillip Lougher
2009-01-22
fs/Kconfig: move squashfs out
Alexey Dobriyan
2009-01-15
btrfs & squashfs: Move btrfs and squashfsto's magic number to
Qinghuang Feng
2009-01-05
Squashfs: Makefiles
Phillip Lougher
2009-01-05
Squashfs: header files
Phillip Lougher
2009-01-05
Squashfs: block operations
Phillip Lougher
2009-01-05
Squashfs: cache operations
Phillip Lougher
2009-01-05
Squashfs: uid/gid lookup operations
Phillip Lougher
2009-01-05
Squashfs: fragment block operations
Phillip Lougher
2009-01-05
Squashfs: export operations
Phillip Lougher
2009-01-05
Squashfs: super block operations
Phillip Lougher
2009-01-05
Squashfs: symlink operations
Phillip Lougher
2009-01-05
Squashfs: regular file operations
Phillip Lougher
2009-01-05
Squashfs: directory readdir operations
Phillip Lougher
2009-01-05
Squashfs: directory lookup operations
Phillip Lougher
2009-01-05
Squashfs: inode operations
Phillip Lougher