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
2021-01-24
attr: handle idmapped mounts
Christian Brauner
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-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-06-24
block: move struct block_device to blk_types.h
Christoph Hellwig
2020-04-20
docs: filesystems: fix renamed references
Mauro Carvalho Chehab
2020-01-25
fs/adfs: bigdir: Fix an error code in adfs_fplus_read()
Dan Carpenter
2020-01-20
fs/adfs: mostly divorse inode number from indirect disc address
Russell King
2020-01-20
fs/adfs: super: add support for E and E+ floppy image formats
Russell King
2020-01-20
fs/adfs: super: extract filesystem block probe
Russell King
2020-01-20
fs/adfs: dir: remove debug in adfs_dir_update()
Russell King
2020-01-20
fs/adfs: super: fix inode dropping
Russell King
2020-01-20
fs/adfs: bigdir: implement directory update support
Russell King
2020-01-20
fs/adfs: bigdir: calculate and validate directory checkbyte
Russell King
2020-01-20
fs/adfs: bigdir: directory validation strengthening
Russell King
2020-01-20
fs/adfs: bigdir: extract directory validation
Russell King
2020-01-20
fs/adfs: bigdir: factor out directory entry offset calculation
Russell King
2020-01-20
fs/adfs: newdir: split out directory commit from update
Russell King
2020-01-20
fs/adfs: newdir: clean up adfs_f_update()
Russell King
2020-01-20
fs/adfs: newdir: merge adfs_dir_read() into adfs_f_read()
Russell King
2020-01-20
fs/adfs: newdir: improve directory validation
Russell King
2020-01-20
fs/adfs: newdir: factor out directory format validation
Russell King
2020-01-20
fs/adfs: dir: use pointers to access directory head/tails
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: modernise on-disk directory structures
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
2020-01-20
fs/adfs: dir: rename bh_fplus to bhs
Russell King
2020-01-20
fs/adfs: map: fix map scanning
Russell King
2020-01-20
fs/adfs: map: move map-specific sb initialisation to map.c
Russell King
2020-01-20
fs/adfs: map: use find_next_bit_le() rather than open coding it
Russell King
2020-01-20
fs/adfs: map: incorporate map offsets into layout
Russell King
2020-01-20
fs/adfs: map: factor out map cleanup
Russell King
2020-01-20
fs/adfs: map: break up adfs_read_map()
Russell King
2020-01-20
fs/adfs: map: rename adfs_map_free() to adfs_map_statfs()
Russell King
2020-01-20
fs/adfs: map: move map reading and validation to map.c
Russell King
2020-01-20
fs/adfs: inode: fix adfs_mode2atts()
Russell King
2020-01-20
fs/adfs: inode: update timestamps to centisecond precision
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: super: limit idlen according to directory type
Russell King
2019-06-26
fs/adfs: super: fix use-after-free bug
Russell King
2019-06-26
fs/adfs: super: safely update options on remount
Russell King
2019-06-26
fs/adfs: super: correct superblock flags
Russell King
2019-06-26
fs/adfs: clean up indirect disc addresses and fragment IDs
Russell King
2019-06-26
fs/adfs: clean up error message printing
Russell King
2019-06-26
fs/adfs: use %pV for error messages
Russell King
2019-06-26
fs/adfs: use format_version from disc_record
Russell King
2019-06-26
fs/adfs: add helper to get filesystem size
Russell King
2019-06-26
fs/adfs: add helper to get discrecord from map
Russell King
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-06
Merge tag 'for-rc-adfs' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
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
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-07
Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux
Linus Torvalds
2019-05-01
adfs: switch to ->free_inode()
Al Viro
2019-04-08
adfs: mark expected switch fall-throughs
Gustavo A. R. Silva
2018-08-22
adfs: use timespec64 for time conversion
Arnd Bergmann
2018-08-03
adfs: don't put inodes into icache
Al Viro
2018-06-15
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground
Linus Torvalds
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-05
vfs: change inode times to use struct timespec64
Deepa Dinamani
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
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
2016-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-09-27
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
2016-09-22
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
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
2016-01-20
fs/adfs/adfs.h: tidy up comments
Andrew Morton
2016-01-14
kmemcg: account certain kmem allocations to memcg
Vladimir Davydov
2015-12-06
adfs: constify adfs_dir_ops structures
Julia Lawall
2015-06-30
fs/adfs: remove unneeded cast
Firo Yang
2015-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2015-04-17
adfs: return correct return values
Sanidhya Kashyap
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2015-04-11
make new_sync_{read,write}() static
Al Viro
2014-08-08
adfs: add __printf verification, fix format/argument mismatches
Joe Perches
2014-08-08
fs/adfs/dir_fplus.c: replace count*size kzalloc by kcalloc
Fabian Frederick
2014-08-08
fs/adfs/dir_fplus.c: use ARRAY_SIZE instead of sizeof/sizeof[0]
Fabian Frederick
2014-05-06
write_iter variants of {__,}generic_file_aio_write()
Al Viro
2014-05-06
switch simple generic_file_aio_read() users to ->read_iter()
Al Viro
2014-04-07
fs/adfs/super.c: add __init to init_inodecache()
Fabian Frederick
2014-03-13
fs: push sync_filesystem() down to the file system's remount_fs()
Theodore Ts'o
2013-10-24
adfs: delayed freeing of sbi
Al Viro
2013-09-12
truncate: drop 'oldsize' truncate_pagecache() parameter
Kirill A. Shutemov
2013-06-29
Don't pass inode to ->d_hash() and ->d_compare()
Linus Torvalds
2013-06-29
[readdir] convert adfs
Al Viro
2013-03-03
fs: Limit sys_mount to only request filesystem modules.
Eric W. Biederman
2013-02-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2013-02-22
new helper: file_inode(file)
Al Viro
2013-01-21
fs/adfs: remove depends on CONFIG_EXPERIMENTAL
Kees Cook
2012-12-20
adfs: drop vmtruncate
Marco Stornelli
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 adfs to use kuid and kgid where appropriate
Eric W. Biederman
2012-07-14
stop passing nameidata to ->lookup()
Al Viro
2012-07-14
adfs: don't bother with ->i_dentry in ->destroy_inode()
Al Viro
2012-03-20
switch open-coded instances of d_make_root() to new helper
Al Viro
2012-01-06
vfs: switch ->show_options() to struct dentry *
Al Viro
2011-11-02
filesystems: add set_nlink()
Miklos Szeredi
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-03-24
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2011-03-23
fs/adfs/adfs.h: fix unsigned comparison
Andrew Morton
2011-03-22
adfs: add hexadecimal filetype suffix option
Stuart Swales
2011-03-22
adfs: improve timestamp precision
Stuart Swales
2011-03-22
adfs: fix E+/F+ dir size > 2048 crashing kernel
Stuart Swales
2011-03-10
block: remove per-queue plugging
Jens Axboe
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: icache RCU free inodes
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-10-29
new helper: mount_bdev()
Al Viro
2010-10-22
Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
2010-10-21
BKL: introduce CONFIG_BKL.
Arnd Bergmann
2010-10-04
BKL: Explicitly add BKL around get_sb/fill_super
Jan Blunck
2010-08-09
check ATTR_SIZE contraints in inode_change_ok
Christoph Hellwig
2010-08-09
get rid of cont_write_begin_newtrunc
Christoph Hellwig
2010-05-27
kill spurious reference to vmtruncate
npiggin@suse.de
2010-05-27
rename the generic fsync implementations
Christoph Hellwig
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
pass writeback_control to ->write_inode
Christoph Hellwig
2009-09-24
adfs: remove redundant test on unsigned
Roel Kluin
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
2009-06-17
Cleanup of adfs headers
Al Viro
2009-06-11
Fix adfs GET_FRAG_ID() on big-endian
Al Viro
2009-06-11
repair adfs ->write_inode(), switch to simple_fsync()
Al Viro
2009-06-11
push BKL down into ->put_super
Christoph Hellwig
2009-04-02
fs/adfs: return f_fsid for statfs(2)
Coly Li
2009-03-27
constify dentry_operations: misc filesystems
Al Viro
2009-01-22
fs/Kconfig: move adfs out
Alexey Dobriyan
2008-10-13
vfs: Use const for kernel parser table
Steven Whitehouse
2008-08-25
[PATCH] fix ->llseek() for a bunch of directories
Al Viro
2008-07-26
SL*B: drop kmem cache argument from constructor
Alexey Dobriyan
2008-04-30
fs: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-29
adfs: work around bogus sparse warning
Harvey Harrison
2008-02-08
mount options: fix adfs
Miklos Szeredi
2007-10-17
Slab API: remove useless ctor parameter and reorder parameters
Christoph Lameter
2007-10-16
fs: adfs convert to new aops
Nick Piggin
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
2007-07-10
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
Jens Axboe
2007-05-17
Remove SLAB_CTOR_CONSTRUCTOR
Christoph Lameter
2007-05-07
slab allocators: Remove SLAB_DEBUG_INITIAL flag
Christoph Lameter
2007-02-12
[PATCH] Mark struct super_operations const
Josef 'Jeff' Sipek
2007-02-12
[PATCH] mark struct inode_operations const 1
Arjan van de Ven
2007-01-05
[PATCH] adfs: fix filename handling
James Bursa
2006-12-08
[PATCH] struct path: convert adfs
Josef Sipek
2006-12-07
[PATCH] fs/*: trivial vsnprintf() conversion
Alexey Dobriyan
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
2006-10-01
[PATCH] Streamline generic_file_* interfaces and filemap cleanups
Badari Pulavarty
2006-09-27
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
Theodore Ts'o
2006-09-27
[PATCH] Really ignore kmem_cache_destroy return value
Alexey Dobriyan
2006-09-27
[PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc
Panagiotis Issaris
2006-08-14
[PATCH] adfs error message fix
Andrew Morton
2006-06-30
Remove obsolete #include
Jörn Engel
2006-06-28
[PATCH] mark address_space_operations const
Christoph Hellwig
2006-06-23
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
David Howells
2006-06-23
[PATCH] VFS: Permit filesystem to override root dentry on mount
David Howells
2006-03-28
[PATCH] Make most file operations structs in fs/ const
Arjan van de Ven
2006-03-24
[PATCH] cpuset memory spread: slab cache format
Paul Jackson
2006-03-24
[PATCH] cpuset memory spread: slab cache filesystems
Paul Jackson
2006-03-23
[PATCH] fs/*/file.c: drop insane header dependencies
Alexey Dobriyan
2005-11-09
[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
Olaf Hering
2005-08-20
[ARM] fs/adfs/adfs.h: "extern inline" doesn't make sense
Adrian Bunk
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds