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-09-18
[PATCH] reduce boilerplate in fsid handling
Al Viro
2020-06-04
fat: don't allow to mount if the FAT length == 0
OGAWA Hirofumi
2020-06-02
fs: convert mpage_readpages to mpage_readahead
Matthew Wilcox (Oracle)
2020-03-06
fat: fix uninit-memory access for partial initialized inode
OGAWA Hirofumi
2019-12-18
fat: use prandom_u32() for i_generation
Arnd Bergmann
2019-08-30
fs: fat: Initialize filesystem timestamp ranges
Deepa Dinamani
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-01
fat: switch to ->free_inode()
Al Viro
2019-01-04
fat: new inline functions to determine the FAT variant (32, 16 or 12)
Carmeli Tamir
2019-01-04
fat: move MAX_FAT to fat.h and change it to inline function
Carmeli Tamir
2019-01-04
fat: remove FAT_FIRST_ENT macro
Carmeli Tamir
2018-10-31
fat: change timestamp updates to use fat_truncate_time
Frank Sorenson
2018-10-31
fat: add functions to update and truncate timestamps appropriately
Frank Sorenson
2018-08-22
fat: propagate 64-bit inode timestamps
Arnd Bergmann
2018-07-21
fat: fix memory allocation failure handling of match_strdup()
OGAWA Hirofumi
2018-06-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-06-15
fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block()
OGAWA Hirofumi
2018-06-05
vfs: change inode times to use struct timespec64
Deepa Dinamani
2018-01-29
fat: convert to new i_version API
Jeff Layton
2017-11-29
fs/fat/inode.c: fix sb_rdonly() change
OGAWA Hirofumi
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
2017-07-17
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
2017-03-09
fat: fix using uninitialized fields of fat_inode/fsinfo_inode
OGAWA Hirofumi
2016-09-27
fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps
Deepa Dinamani
2016-06-24
fat: fix error message for bogus number of directory entries
Zheng Lv
2016-06-21
fat: fix typo s/supeblock/superblock/
Zheng Lv
2016-05-01
direct-io: eliminate the offset argument to ->direct_IO
Christoph Hellwig
2016-03-22
fat: add config option to set UTF-8 mount option by default
Maciej S. Szmigiero
2016-01-20
fat: permit to return phy block number by fibmap in fallocated region
Namjae Jeon
2016-01-20
fat: skip cluster allocation on fallocated region
Namjae Jeon
2016-01-20
fat: add fat_fallocate operation
Namjae Jeon
2016-01-20
fat: add simple validation for directory inode
OGAWA Hirofumi
2016-01-20
fat: allow time_offset to be up to 24 hours
Jan Kara
2016-01-14
kmemcg: account certain kmem allocations to memcg
Vladimir Davydov
2015-06-02
writeback: separate out include/linux/backing-dev-defs.h
Tejun Heo
2015-04-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-04-17
fs/fat: remove unnecessary includes
Alexander Kuleshov
2015-04-17
fs/fat: remove unnecessary defintion
Alexander Kuleshov
2015-04-11
direct_IO: remove rw from a_ops->direct_IO()
Omar Sandoval
2015-04-11
direct_IO: use iov_iter_rw() instead of rw everywhere
Omar Sandoval
2015-04-11
Remove rw from {,__,do_}blockdev_direct_IO()
Omar Sandoval
2015-03-25
fs: move struct kiocb to fs.h
Christoph Hellwig
2015-02-17
fs: fat: use MSDOS_SB macro to get msdos_sb_info
Fred Chou
2014-12-13
fat: fix data past EOF resulting from fsx testsuite
Namjae Jeon
2014-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2014-06-06
fs/fat/inode.c: clean up string initializations (char[] instead of char *)
Manuel Schölling
2014-06-06
fs/fat/: add support for DOS 1.x formatted volumes
Conrad Meyer
2014-05-06
switch {__,}blockdev_direct_IO() to iov_iter
Al Viro
2014-05-06
get rid of pointless iov_length() in ->direct_IO()
Al Viro
2014-05-06
pass iov_iter to ->direct_IO()
Al Viro
2014-04-04
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2014-04-03
mm + fs: store shadow entries in page cache
Johannes Weiner
2014-03-13
fs: push sync_filesystem() down to the file system's remount_fs()
Theodore Ts'o
2013-10-24
fat: rcu-delay unloading nls and freeing sbi
Al Viro
2013-09-12
truncate: drop 'oldsize' truncate_pagecache() parameter
Kirill A. Shutemov
2013-07-09
fatfs: add FAT_IOCTL_GET_VOLUME_ID
Mike Lockwood
2013-05-24
fat: fix possible overflow for fat_clusters
OGAWA Hirofumi
2013-05-07
aio: don't include aio.h in sched.h
Kent Overstreet
2013-04-29
fat (exportfs): rebuild directory-inode if fat_dget()
Namjae Jeon
2013-04-29
fat (exportfs): rebuild inode if ilookup() fails
Namjae Jeon
2013-04-29
fat: restructure export_operations
Namjae Jeon
2013-04-29
fat: introduce a helper fat_get_blknr_offset()
Namjae Jeon
2013-04-29
fat: move fat_i_pos_read to fat.h
Namjae Jeon
2013-04-29
fat: introduce 2 new values for the -o nfs mount option
Namjae Jeon
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-27
fat: mark fs as dirty on mount and clean on umount
Oleksij Rempel
2013-02-27
fat: add extended fileds to struct fat_boot_sector
Oleksij Rempel
2012-12-20
fat: fix incorrect function comment
Ravishankar N
2012-12-17
fs/fat: strip "cp" prefix from codepage in display
Dave Reisner
2012-12-17
fat: ix mount option parsing
Jan Kara
2012-12-17
fat: provide option for setting timezone offset
Jan Kara
2012-12-17
fat: notify when discard is not supported
Namjae Jeon
2012-10-09
fat: drop lock/unlock super
Marco Stornelli
2012-10-06
fat: simplify writeback_inode()
Namjae Jeon
2012-10-06
fat (exportfs): fix dentry reconnection
Steven J. Magnani
2012-10-06
fat (exportfs): move NFS support code
Steven J. Magnani
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-20
userns: Convert fat to use kuid/kgid where appropriate
Eric W. Biederman
2012-07-30
fat: accessors for msdos_dir_entry 'start' fields
Steven J. Magnani
2012-07-11
fat: fix non-atomic NFS i_pos read
Steven J. Magnani
2012-06-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2012-05-31
fat: switch to fsinfo_inode
Artem Bityutskiy
2012-05-31
fat: introduce special inode for managing the FSINFO block
Artem Bityutskiy
2012-05-29
->encode_fh() API change
Al Viro
2012-05-06
vfs: Rename end_writeback() to clear_inode()
Jan Kara
2012-03-20
fat: switch to d_make_root()
Al Viro
2012-01-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
2012-01-06
vfs: switch ->show_options() to struct dentry *
Al Viro
2012-01-03
vfs: fix the stupidity with i_dentry in inode destructors
Al Viro
2011-12-15
fat: Spelling s/obsolate/obsolete/g
Geert Uytterhoeven
2011-11-02
filesystems: add set_nlink()
Miklos Szeredi
2011-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
Linus Torvalds
2011-08-17
fat: fat16 support maximum 4GB file/vol size as WinXP or 7.
Namjae Jeon
2011-08-17
fat: fix utf8 iocharset warning message
Mihai Moldovan
2011-07-20
fs: simplify the blockdev_direct_IO prototype
Christoph Hellwig
2011-07-20
fat: remove i_alloc_sem abuse
Christoph Hellwig
2011-04-12
fat: Fix statfs->f_namelen
OGAWA Hirofumi
2011-04-12
fat: Replace all printk with fat_msg()
Alexey Fisher
2011-04-12
fat: use new setup() for ->dir_ops too
OGAWA Hirofumi
2011-03-24
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2011-03-14
exportfs: Return the minimum required handle size
Aneesh Kumar K.V
2011-03-10
block: remove per-queue plugging
Jens Axboe
2011-01-12
switch fat to ->s_d_op, close exportfs races there
Al Viro
2011-01-07
fs: dcache reduce branches in lookup path
Nick Piggin
2011-01-07
fs: icache RCU free inodes
Nick Piggin
2010-10-04
BKL: Remove BKL from fat
Arnd Bergmann
2010-08-09
covert fatfs to ->evict_inode()
Al Viro
2010-08-09
get rid of cont_write_begin_newtrunc
Christoph Hellwig
2010-08-09
sort out blockdev_direct_IO variants
Christoph Hellwig
2010-05-27
fat: convert to use the new truncate convention.
npiggin@suse.de
2010-05-25
fatfs: ratelimit corruption report
OGAWA Hirofumi
2010-03-16
fat: Cleanup nls_unload() usage
OGAWA Hirofumi
2010-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
Linus Torvalds
2010-03-05
pass writeback_control to ->write_inode
Christoph Hellwig
2010-02-10
fat: Fix stat->f_namelen
Kevin Dankwardt
2009-11-21
fat: make discard a mount option
Christoph Hellwig
2009-09-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
Linus Torvalds
2009-09-24
fs: Make unload_nls() NULL pointer safe
Thomas Gleixner
2009-09-20
fat: Check s_dirt in fat_sync_fs()
OGAWA Hirofumi
2009-08-01
vfat: change the default from shortname=lower to shortname=mixed
Paul Wise
2009-06-20
fat: Fix the removal of opts->fs_dmask
OGAWA Hirofumi
2009-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
Linus Torvalds
2009-06-11
fat: add ->sync_fs
Christoph Hellwig
2009-06-11
Sanitize ->fsync() for FAT
Al Viro
2009-06-11
->write_super lock_super pushdown
Christoph Hellwig
2009-06-11
push BKL down into ->put_super
Christoph Hellwig
2009-06-11
remove ->write_super call in generic_shutdown_super
Christoph Hellwig
2009-06-04
FAT: add 'errors' mount option
Denis Karpov
2009-04-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
Linus Torvalds
2009-04-02
fs/fat: return f_fsid for statfs(2)
Coly Li
2009-03-31
New helper - current_umask()
Al Viro
2009-03-11
Fix _fat_bmap() locking
OGAWA Hirofumi
2008-12-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
Linus Torvalds
2008-11-14
Merge branch 'master' into next
James Morris
2008-11-14
CRED: Wrap task credential accesses in the FAT filesystem
David Howells
2008-11-12
fat: make sure to set d_ops in fat_get_parent
Christoph Hellwig
2008-11-06
fat: ->i_pos race fix
OGAWA Hirofumi
2008-11-06
fat: mmu_private race fix
OGAWA Hirofumi
2008-11-06
fat: Fix _fat_bmap() race
OGAWA Hirofumi
2008-11-06
fat: Fix ATTR_RO for directory
OGAWA Hirofumi
2008-11-06
fat: Cleanup FAT attribute stuff
OGAWA Hirofumi
2008-11-06
fat: use fat_detach() in fat_clear_inode()
OGAWA Hirofumi
2008-11-06
fat: improve fat_hash()
OGAWA Hirofumi
2008-11-06
fat: Fix and cleanup timestamp conversion
OGAWA Hirofumi
2008-11-06
fat: split include/msdos_fs.h
OGAWA Hirofumi
2008-10-30
fs: remove prepare_write/commit_write
Nick Piggin
2008-10-23
[PATCH] switch all filesystems over to d_obtain_alias
Christoph Hellwig
2008-10-13
vfs: Use const for kernel parser table
Steven Whitehouse
2008-08-20
vfat: fix 'sync' mount deadlock due to BKL->lock_super conversion
Linus Torvalds
2008-07-26
SL*B: drop kmem cache argument from constructor
Alexey Dobriyan
2008-07-25
fatfs: add UTC timestamp option
Joe Peterson
2008-07-25
fat: fix parse_options()
OGAWA Hirofumi
2008-06-20
Replace BKL with superblock lock in fat/msdos/vfat
Linus Torvalds
2008-04-29
fat: use get/put_unaligned_* helpers
Harvey Harrison
2008-04-28
fatfs: fix build warning with 64k PAGE_SIZE
Olof Johansson
2008-04-28
FAT_VALID_MEDIA(): remove pointless test
Andrew Morton
2008-04-28
fat: Update free_clusters even if it is untrusted
OGAWA Hirofumi
2008-04-28
fat: Add allow_utime option
OGAWA Hirofumi
2008-04-28
fat: kill is_bad_inode() check
OGAWA Hirofumi
2008-02-08
mount options: fix fat
Miklos Szeredi
2008-02-07
iget: stop FAT from using iget() and read_inode()
David Howells
2008-02-07
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
David Howells
2008-02-06
FAT: Fix printk format strings
Vegard Nossum
2007-10-22
exportfs: make struct export_operations const
Christoph Hellwig
2007-10-22
fat: new export ops
Christoph Hellwig
2007-10-17
Slab API: remove useless ctor parameter and reorder parameters
Christoph Lameter
2007-10-16
fat: convert to new aops
Nick Piggin
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
2007-07-17
knfsd: exportfs: add exportfs.h header
Christoph Hellwig
2007-07-16
fat: gcc 4.3 warning fix
OGAWA Hirofumi
2007-05-17
Remove SLAB_CTOR_CONSTRUCTOR
Christoph Lameter
2007-05-08
fat: don't use free_clusters for fat32
OGAWA Hirofumi
2007-05-08
is_power_of_2 in fat
Vignesh Babu BM
2007-05-07
slab allocators: Remove SLAB_DEBUG_INITIAL flag
Christoph Lameter
2007-02-20
[PATCH] FAT: DIO-write fallback to normal buffered
OGAWA Hirofumi
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
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
2006-10-11
[PATCH] Remove unnecessary check in fs/fat/inode.c
Eric Sesterhenn
2006-10-10
[PATCH] fs/fat endianness annotations
Al Viro
2006-09-29
[PATCH] add -o flush for fat
Chris Mason
2006-09-27
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
Theodore Ts'o
2006-09-27
[PATCH] fat: cleanup fat_get_block(s)
OGAWA Hirofumi
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-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-03-28
[PATCH] fs/fat/: proper prototypes for two functions
Adrian Bunk
2006-03-26
[PATCH] remove ->get_blocks() support
Badari Pulavarty
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-22
It's UTF-8
Alexey Dobriyan
2006-01-08
[PATCH] fat: support ->direct_IO()
OGAWA Hirofumi
2006-01-08
[PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/
OGAWA Hirofumi
2006-01-08
[PATCH] fat: add the read/writepages()
OGAWA Hirofumi
2006-01-08
[PATCH] fat: move fat_clusters_flush() to write_super()
OGAWA Hirofumi
2005-11-09
[PATCH] fat: respect silent mount flag
Christoph Hellwig
2005-09-21
[PATCH] fat: fix adate
Stephane Kardas