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
/
fat.h
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-13
fat: fix data past EOF resulting from fsx testsuite
Namjae Jeon
1
-0
/
+1
2014-06-07
fs/fat/: add support for DOS 1.x formatted volumes
Conrad Meyer
1
-1
/
+2
2013-10-25
fat: rcu-delay unloading nls and freeing sbi
Al Viro
1
-0
/
+1
2013-07-09
fatfs: add FAT_IOCTL_GET_VOLUME_ID
Mike Lockwood
1
-0
/
+1
2013-04-30
fat (exportfs): rebuild directory-inode if fat_dget()
Namjae Jeon
1
-0
/
+3
2013-04-30
fat (exportfs): rebuild inode if ilookup() fails
Namjae Jeon
1
-0
/
+1
2013-04-30
fat: restructure export_operations
Namjae Jeon
1
-6
/
+2
2013-04-30
fat: introduce a helper fat_get_blknr_offset()
Namjae Jeon
1
-0
/
+7
2013-04-30
fat: move fat_i_pos_read to fat.h
Namjae Jeon
1
-0
/
+14
2013-04-30
fat: introduce 2 new values for the -o nfs mount option
Namjae Jeon
1
-2
/
+5
2013-02-28
fat: mark fs as dirty on mount and clean on umount
Oleksij Rempel
1
-0
/
+2
2012-12-18
fat: provide option for setting timezone offset
Jan Kara
1
-1
/
+2
2012-10-10
fat: drop lock/unlock super
Marco Stornelli
1
-2
/
+3
2012-10-05
fs/fat: chang indentation of some comments in fat.h
Cruz Julian Bishop
1
-36
/
+36
2012-10-05
fs/fat: fix some checkpatch issues in fat.h
Cruz Julian Bishop
1
-3
/
+3
2012-10-05
fat (exportfs): fix dentry reconnection
Steven J. Magnani
1
-15
/
+12
2012-10-05
fat (exportfs): move NFS support code
Steven J. Magnani
1
-0
/
+22
2012-09-20
userns: Convert fat to use kuid/kgid where appropriate
Eric W. Biederman
1
-2
/
+2
2012-07-31
fat: accessors for msdos_dir_entry 'start' fields
Steven J. Magnani
1
-0
/
+15
2012-06-01
fat: add fat_msg_ratelimit()
Namjae Jeon
1
-0
/
+5
2012-06-01
fat: introduce special inode for managing the FSINFO block
Artem Bityutskiy
1
-0
/
+1
2012-01-04
fat: propagate umode_t
Al Viro
1
-3
/
+3
2011-11-01
treewide: use __printf not __attribute__((format(printf,...)))
Joe Perches
1
-5
/
+4
2011-07-21
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
Josef Bacik
1
-1
/
+2
2011-07-21
fat: remove i_alloc_sem abuse
Christoph Hellwig
1
-0
/
+1
2011-04-12
fat: Add fat_msg() function for preformated FAT messages
Alexey Fisher
1
-0
/
+2
2011-04-12
fat: Convert fat_fs_error to use %pV
Alexey Fisher
1
-5
/
+5
2011-04-12
fat: use new setup() for ->dir_ops too
OGAWA Hirofumi
1
-2
/
+1
2011-01-13
switch fat to ->s_d_op, close exportfs races there
Al Viro
1
-1
/
+2
2010-08-10
check ATTR_SIZE contraints in inode_change_ok
Christoph Hellwig
1
-1
/
+0
2010-05-28
fat: convert to use the new truncate convention.
npiggin@suse.de
1
-1
/
+2
2010-05-28
drop unused dentry argument to ->fsync
Christoph Hellwig
1
-2
/
+1
2010-05-25
fatfs: ratelimit corruption report
OGAWA Hirofumi
1
-2
/
+10
2010-05-17
fat: convert to unlocked_ioctl
Arnd Bergmann
1
-2
/
+2
2009-11-21
fat: make discard a mount option
Christoph Hellwig
1
-1
/
+2
2009-09-19
fat: Check s_dirt in fat_sync_fs()
OGAWA Hirofumi
1
-1
/
+1
2009-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
Linus Torvalds
1
-1
/
+6
2009-06-12
Sanitize ->fsync() for FAT
Al Viro
1
-0
/
+6
2009-06-03
FAT: add 'errors' mount option
Denis Karpov
1
-1
/
+6
2008-11-07
fat: i_blocks warning fix
OGAWA Hirofumi
1
-0
/
+3
2008-11-07
fat: mmu_private race fix
OGAWA Hirofumi
1
-2
/
+4
2008-11-07
fat: Add printf attribute to fat_fs_panic()
OGAWA Hirofumi
1
-1
/
+2
2008-11-07
fat: Fix ATTR_RO for directory
OGAWA Hirofumi
1
-4
/
+10
2008-11-07
fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0
OGAWA Hirofumi
1
-4
/
+29
2008-11-07
fat: Cleanup FAT attribute stuff
OGAWA Hirofumi
1
-1
/
+19
2008-11-07
fat: improve fat_hash()
OGAWA Hirofumi
1
-1
/
+0
2008-11-07
fat: Fix and cleanup timestamp conversion
OGAWA Hirofumi
1
-3
/
+4
2008-11-07
fat: split include/msdos_fs.h
OGAWA Hirofumi
1
-0
/
+274