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
2020-01-20
fs/adfs: mostly divorse inode number from indirect disc address
Russell King
2020-01-20
fs/adfs: dir: remove debug in adfs_dir_update()
Russell King
2020-01-20
fs/adfs: newdir: split out directory commit from update
Russell King
2020-01-20
fs/adfs: dir: add more efficient iterate() per-format method
Russell King
2020-01-20
fs/adfs: dir: switch to iterate_shared method
Russell King
2020-01-20
fs/adfs: dir: improve compiler coverage in adfs_dir_update
Russell King
2020-01-20
fs/adfs: dir: improve update failure handling
Russell King
2020-01-20
fs/adfs: dir: update directory locking
Russell King
2020-01-20
fs/adfs: dir: add helper to mark directory buffers dirty
Russell King
2020-01-20
fs/adfs: dir: add helper to read directory using inode
Russell King
2020-01-20
fs/adfs: dir: add generic directory reading
Russell King
2020-01-20
fs/adfs: dir: add generic copy functions
Russell King
2020-01-20
fs/adfs: dir: add common directory sync method
Russell King
2020-01-20
fs/adfs: dir: add common directory buffer release method
Russell King
2020-01-20
fs/adfs: dir: add common dir object initialisation
Russell King
2019-07-19
Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-06-26
fs/adfs: add time stamp and file type helpers
Russell King
2019-06-26
fs/adfs: clean up indirect disc addresses and fragment IDs
Russell King
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-05-31
fs/adfs: fix filename fixup handling for "/" and "//" names
Russell King
2019-05-31
fs/adfs: move append_filetype_suffix() into adfs_object_fixup()
Russell King
2019-05-31
fs/adfs: remove truncated filename hashing
Russell King
2019-05-31
fs/adfs: factor out filename fixup
Russell King
2019-05-31
fs/adfs: factor out object fixups
Russell King
2019-05-31
fs/adfs: factor out filename case lowering
Russell King
2019-05-31
fs/adfs: factor out filename comparison
Russell King
2018-05-22
adfs_lookup: do not fail with ENOENT on negatives, use d_splice_alias()
Al Viro
2018-05-22
adfs_lookup_byname: .. *is* taken care of in fs/namei.c
Al Viro
2016-08-07
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-08-06
Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-07-31
get rid of 'parent' argument of ->d_compare()
Al Viro
2016-07-30
qstr: constify instances in adfs
Al Viro
2016-06-10
vfs: make the string hashes salt the hash
Linus Torvalds
2015-12-06
adfs: constify adfs_dir_ops structures
Julia Lawall
2014-08-08
adfs: add __printf verification, fix format/argument mismatches
Joe Perches
2013-06-29
Don't pass inode to ->d_hash() and ->d_compare()
Linus Torvalds
2013-06-29
[readdir] convert adfs
Al Viro
2013-02-22
new helper: file_inode(file)
Al Viro
2012-07-14
stop passing nameidata to ->lookup()
Al Viro
2011-03-02
adfs: remove the big kernel lock
Arnd Bergmann
2011-01-12
switch adfs
Al Viro
2011-01-07
fs: dcache reduce branches in lookup path
Nick Piggin
2011-01-07
fs: change d_hash for rcu-walk
Nick Piggin
2011-01-07
fs: change d_compare for rcu-walk
Nick Piggin
2010-05-27
rename the generic fsync implementations
Christoph Hellwig
2009-06-17
Cleanup of adfs headers
Al Viro
2009-06-11
repair adfs ->write_inode(), switch to simple_fsync()
Al Viro
2009-03-27
constify dentry_operations: misc filesystems
Al Viro
2008-08-25
[PATCH] fix ->llseek() for a bunch of directories
Al Viro
2007-02-12
[PATCH] mark struct inode_operations const 1
Arjan van de Ven
2006-12-08
[PATCH] struct path: convert adfs
Josef Sipek
2006-06-30
Remove obsolete #include
Jörn Engel
2006-03-28
[PATCH] Make most file operations structs in fs/ const
Arjan van de Ven
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds