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-07
fs: fat: fix spelling typo of values
dingsenjie
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
2021-02-22
Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2021-01-27
block: use an on-stack bio in blkdev_issue_flush
Christoph Hellwig
2021-01-24
fat: handle idmapped mounts
Christian Brauner
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
stat: handle idmapped mounts
Christian Brauner
2021-01-24
attr: handle idmapped mounts
Christian Brauner
2021-01-13
fat: only specify I_DIRTY_TIME when needed in fat_update_time()
Eric Biggers
2020-09-18
[PATCH] reduce boilerplate in fsid handling
Al Viro
2020-08-12
fat: fix fat_ra_init() for data clusters == 0
OGAWA Hirofumi
2020-08-12
VFAT/FAT/MSDOS FILESYSTEM: replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-08-12
fatfs: switch write_lock to read_lock in fat_ioctl_get_attributes
Yubo Feng
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
2020-06-04
fat: improve the readahead for FAT entries
OGAWA Hirofumi
2020-06-04
fat: don't allow to mount if the FAT length == 0
OGAWA Hirofumi
2020-06-02
Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-06-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-06-02
fs: convert mpage_readpages to mpage_readahead
Matthew Wilcox (Oracle)
2020-06-01
Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-05-22
block: remove the error_sector argument to blkdev_issue_flush
Christoph Hellwig
2020-05-09
fat_dir_ioctl(): hadn't needed that access_ok() for more than a decade...
Al Viro
2020-04-20
docs: fix broken references to text files
Mauro Carvalho Chehab
2020-03-06
fat: fix uninit-memory access for partial initialized inode
OGAWA Hirofumi
2020-02-05
Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-12-18
fat: use prandom_u32() for i_generation
Arnd Bergmann
2019-12-08
fs: fat: Eliminate timespec64_trunc() usage
Deepa Dinamani
2019-10-23
compat_ioctl: move drivers to compat_ptr_ioctl
Arnd Bergmann
2019-09-25
fat: delete an unnecessary check before brelse()
Markus Elfring
2019-09-24
fat: work around race with userspace's read via blockdev while mounting
OGAWA Hirofumi
2019-08-30
fs: fat: Initialize filesystem timestamp ranges
Deepa Dinamani
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-14
fs/fat/file.c: issue flush after the writeback of FAT
Hou Tao
2019-05-01
fat: switch to ->free_inode()
Al Viro
2019-03-07
fat: enable .splice_write to support splice on O_DIRECT file
Hou Tao
2019-01-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
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
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
2018-10-31
fat: truncate inode timestamp updates in setattr
Frank Sorenson
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-10-31
fat: create a function to calculate the timezone offest
Frank Sorenson
2018-10-31
fat: expand a slightly out-of-date comment
Mihir Mehta
2018-10-13
fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()
Khazhismel Kumykov
2018-08-22
fat: propagate 64-bit inode timestamps
Arnd Bergmann
2018-08-22
fat: validate ->i_start before using
OGAWA Hirofumi
2018-08-22
fat: add FITRIM ioctl for FAT file system
Wentao Wang
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-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-13
vfat: simplify checks in vfat_lookup()
Al Viro
2018-04-20
msdos_rmdir(): kill BS comment
Al Viro
2018-02-01
iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}
Goffredo Baroncelli
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-11-17
fat: remove redundant assignment of 0 to slots
Colin Ian King
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-14
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-09-08
vfat: deduplicate hex2bin()
OGAWA Hirofumi
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
2017-03-02
statx: Add a system call to make enhanced file info available
David Howells
2016-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-10-10
Merge remote-tracking branch 'ovl/rename2' into for-linus
Al Viro
2016-10-08
Merge remote-tracking branch 'jk/vfs' into work.misc
Al Viro
2016-09-27
fs: Replace current_fs_time() with current_time()
Deepa Dinamani
2016-09-27
fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps
Deepa Dinamani
2016-09-27
fs: rename "rename2" i_op to "rename"
Miklos Szeredi
2016-09-27
fs: support RENAME_NOREPLACE for local filesystems
Miklos Szeredi
2016-09-22
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
2016-09-16
vfat: don't use ->d_time
Miklos Szeredi
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 vfat
Al Viro
2016-07-29
cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()
Al Viro
2016-07-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
2016-07-28
Merge branch 'salted-string-hash'
Linus Torvalds
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-06-10
vfs: make the string hashes salt the hash
Linus Torvalds
2016-06-07
fs: have submit_bh users pass in op and flags separately
Mike Christie
2016-05-17
Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-05-09
fat: switch to ->iterate_shared()
Al Viro
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-22
wrappers for ->i_mutex access
Al Viro
2016-01-20
fat: constify fatent_operations structures
Julia Lawall
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-11-20
fat: fix fake_offset handling on error path
OGAWA Hirofumi
2015-06-02
writeback: separate out include/linux/backing-dev-defs.h
Tejun Heo
2015-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2015-04-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-04-17
fs/fat: comment fix, fat_bits can be also 32
Alexander Kuleshov
2015-04-17
fs/fat: remove unnecessary includes
Alexander Kuleshov
2015-04-17
fs/fat: remove unnecessary defintion
Alexander Kuleshov
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
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-04-11
make new_sync_{read,write}() static
Al Viro
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-12-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2014-12-03
fat: fix oops on corrupted vfat fs
Al Viro
2014-10-31
vfs: make first argument of dir_context.actor typed
Miklos Szeredi
2014-10-14
fat: remove redundant sys_tz declaration
Fabian Frederick
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
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-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-07-03
fs/fat: use fat_msg() to replace printk() in __fat_fs_error()
Gu Zheng
2013-06-29
Don't pass inode to ->d_hash() and ->d_compare()
Linus Torvalds
2013-06-29
[readdir] convert fatfs
Al Viro
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-03-03
fs: Limit sys_mount to only request filesystem modules.
Eric W. Biederman
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
2013-02-22
new helper: file_inode(file)
Al Viro
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: no need to reset EOF in ent_put for FAT32
Namjae Jeon
2012-10-06
fs/fat: fix checkpatch issues in fatent.c
Cruz Julian Bishop
2012-10-06
fs/fat: fix all other checkpatch issues in dir.c
Cruz Julian Bishop
2012-10-06
fs/fat: fix some small checkpatch issues in dir.c
Cruz Julian Bishop
2012-10-06
fs/fat: fix two checkpatch issues in cache.c
Cruz Julian Bishop
2012-10-06
fs/fat: chang indentation of some comments in fat.h
Cruz Julian Bishop
2012-10-06
fs/fat: fix some checkpatch issues in fat.h
Cruz Julian Bishop
2012-10-06
fs/fat: fix a checkpatch issue in namei_msdos.c
Cruz Julian Bishop
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-06
fat: use accessor function for msdos_dir_entry 'start'
Namjae Jeon
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-08-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2012-07-30
fat: refactor shortname parsing
Steven J. Magnani
2012-07-30
fat: accessors for msdos_dir_entry 'start' fields
Steven J. Magnani
2012-07-31
fat: Push mnt_want_write() outside of i_mutex
Jan Kara
2012-07-14
don't pass nameidata to ->create()
Al Viro
2012-07-14
stop passing nameidata to ->lookup()
Al Viro
2012-07-14
stop passing nameidata * to ->d_revalidate()
Al Viro
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: use fat_msg_ratelimit() in fat__get_entry()
Namjae Jeon
2012-05-31
fat: add fat_msg_ratelimit()
Namjae Jeon
2012-05-31
fat: switch to fsinfo_inode
Artem Bityutskiy
2012-05-31
fat: mark superblock as dirty less often
Artem Bityutskiy
2012-05-31
fat: introduce mark_fsinfo_dirty helper
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-23
fat: fix bug in enforcing Long File Name length
Namjae Jeon
2012-03-23
fat: clean up xlate_to_uni()
Namjae Jeon
2012-03-20
fat: switch to d_make_root()
Al Viro
2012-01-09
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
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
fat: propagate umode_t
Al Viro
2012-01-03
switch ->create() to umode_t
Al Viro
2012-01-03
switch vfs_mkdir() and ->mkdir() to umode_t
Al Viro