index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fat
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-15
fs/fat/file.c: issue flush after the writeback of FAT
Hou Tao
1
-3
/
+8
2019-03-08
fat: enable .splice_write to support splice on O_DIRECT file
Hou Tao
1
-0
/
+1
2018-10-31
fat: truncate inode timestamp updates in setattr
Frank Sorenson
1
-0
/
+12
2018-10-31
fat: change timestamp updates to use fat_truncate_time
Frank Sorenson
1
-2
/
+2
2018-10-31
fat: add functions to update and truncate timestamps appropriately
Frank Sorenson
1
-0
/
+1
2018-08-22
fat: add FITRIM ioctl for FAT file system
Wentao Wang
1
-0
/
+33
2017-03-03
statx: Add a system call to make enhanced file info available
David Howells
1
-2
/
+3
2016-10-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-3
/
+3
2016-09-28
fs: Replace current_fs_time() with current_time()
Deepa Dinamani
1
-1
/
+1
2016-09-28
fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps
Deepa Dinamani
1
-2
/
+2
2016-09-22
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
1
-1
/
+1
2016-01-23
wrappers for ->i_mutex access
Al Viro
1
-6
/
+6
2016-01-21
fat: add fat_fallocate operation
Namjae Jeon
1
-0
/
+61
2015-06-02
writeback: separate out include/linux/backing-dev-defs.h
Tejun Heo
1
-0
/
+1
2015-04-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2015-04-17
fs/fat: remove unnecessary includes
Alexander Kuleshov
1
-4
/
+0
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-2
/
+2
2015-04-12
make new_sync_{read,write}() static
Al Viro
1
-2
/
+0
2014-12-13
fat: fix data past EOF resulting from fsx testsuite
Namjae Jeon
1
-0
/
+3
2014-05-07
write_iter variants of {__,}generic_file_aio_write()
Al Viro
1
-2
/
+2
2014-05-07
switch simple generic_file_aio_read() users to ->read_iter()
Al Viro
1
-2
/
+2
2013-07-09
fatfs: add FAT_IOCTL_GET_VOLUME_ID
Mike Lockwood
1
-0
/
+8
2013-04-30
fat: restructure export_operations
Namjae Jeon
1
-0
/
+5
2013-02-23
new helper: file_inode(file)
Al Viro
1
-2
/
+2
2012-09-20
userns: Convert fat to use kuid/kgid where appropriate
Eric W. Biederman
1
-3
/
+3
2012-07-31
fat: Push mnt_want_write() outside of i_mutex
Jan Kara
1
-8
/
+7
2012-01-04
fat: propagate umode_t
Al Viro
1
-2
/
+2
2012-01-04
vfs: mnt_drop_write_file()
Al Viro
1
-1
/
+1
2012-01-04
switch a bunch of places to mnt_want_write_file()
Al Viro
1
-1
/
+1
2011-07-21
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
Josef Bacik
1
-2
/
+2
2011-07-21
fs: move inode_dio_wait calls into ->setattr
Christoph Hellwig
1
-0
/
+2
2011-07-21
fat: remove i_alloc_sem abuse
Christoph Hellwig
1
-0
/
+2
2011-05-31
fat: Fix corrupt inode flags when remove ATTR_SYS flag
OGAWA Hirofumi
1
-1
/
+1
2010-08-10
check ATTR_SIZE contraints in inode_change_ok
Christoph Hellwig
1
-15
/
+2
2010-08-10
always call inode_change_ok early in ->setattr
Christoph Hellwig
1
-15
/
+15
2010-08-10
rename generic_setattr
Christoph Hellwig
1
-1
/
+1
2010-05-28
fat: convert to use the new truncate convention.
npiggin@suse.de
1
-8
/
+26
2010-05-28
rename the generic fsync implementations
Christoph Hellwig
1
-1
/
+1
2010-05-28
drop unused dentry argument to ->fsync
Christoph Hellwig
1
-3
/
+3
2010-05-17
fat: convert to unlocked_ioctl
Arnd Bergmann
1
-3
/
+16
2009-09-14
fat: Opencode sync_page_range_nolock()
Jan Kara
1
-2
/
+20
2009-07-10
Fix congestion_wait() sync/async vs read/write confusion
Jens Axboe
1
-1
/
+1
2009-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
Linus Torvalds
1
-89
/
+95
2009-06-12
Sanitize ->fsync() for FAT
Al Viro
1
-1
/
+13
2009-06-08
fat: split fat_generic_ioctl
Christoph Hellwig
1
-88
/
+94
2009-06-03
FAT: add 'errors' mount option
Denis Karpov
1
-1
/
+1
2008-11-14
Merge branch 'master' into next
James Morris
1
-22
/
+27
2008-11-14
CRED: Wrap task credential accesses in the FAT filesystem
David Howells
1
-1
/
+1
2008-11-07
fat: Fix ATTR_RO for directory
OGAWA Hirofumi
1
-4
/
+12
[next]