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-01-24
fs: make helpers idmap mount aware
Christian Brauner
2020-08-07
ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function type
Luca Stefani
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96
Thomas Gleixner
2019-05-01
ntfs: switch to ->free_inode()
Al Viro
2015-06-23
fs: cleanup slight list_entry abuse
Rasmus Villemoes
2012-12-20
ntfs: drop vmtruncate
Marco Stornelli
2012-01-06
vfs: switch ->show_options() to struct dentry *
Al Viro
2011-07-26
atomic: use
Arun Sharma
2010-08-09
convert remaining ->clear_inode() to ->evict_inode()
Al Viro
2010-03-05
pass writeback_control to ->write_inode
Christoph Hellwig
2007-01-18
NTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov due to ntfs_put_inode().
Anton Altaparmakov
2006-03-23
NTFS: Semaphore to mutex conversion.
Ingo Molnar
2005-06-25
NTFS: Fix several occurences of a bug where we would perform 'var & ~const' with a 64-bit variable and a int, i.e. 32-bit, constant. This causes the higher order 32-bits of the 64-bit variable to be zeroed. To fix this cast the 'const' to the same 64-bit type as 'var'.
Anton Altaparmakov
2005-05-05
NTFS: - Add disable_sparse mount option together with a per volume sparse enable bit which is set appropriately and a per inode sparse disable bit which is preset on some system file inodes as appropriate. - Enforce that sparse support is disabled on NTFS volumes pre 3.0.
Anton Altaparmakov
2005-05-05
NTFS: - In fs/ntfs/compress.c, use i_size_read() at the start and then use the cached value everywhere. Cache the initialized_size in the same way and protect the critical region where the two sizes are read using the new size_lock of the ntfs inode. - Add the new size_lock to the ntfs_inode structure (fs/ntfs/inode.h) and initialize it (fs/ntfs/inode.c).
Anton Altaparmakov
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds