VisionFive2 Linux kernel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
More than 9999 Commits
35 Branches
59 Tags
Index
Trunk
Branches
Tags
Trunk
Branches
Tags
Home page
Home page
starfive-tech/linux.git
/
branches
/
beaglev-5.13.y
/
fs
/
fat
/
fat.h
Date
Commit Message
Rev
Author
2021-01-24
fs: make helpers idmap mount aware
549c7297
Christian Brauner
2019-01-04
fat: new inline functions to determine the FAT variant (32, 16 or 12)
306790f7
Carmeli Tamir
2019-01-04
fat: move MAX_FAT to fat.h and change it to inline function
d19dc016
Carmeli Tamir
2018-10-31
fat: add functions to update and truncate timestamps appropriately
6bb885ec
Frank Sorenson
2018-08-22
fat: propagate 64-bit inode timestamps
f423420c
Arnd Bergmann
2018-08-22
fat: validate ->i_start before using
0afa9626
OGAWA Hirofumi
2018-08-22
fat: add FITRIM ioctl for FAT file system
f663b5b3
Wentao Wang
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
b2441318
Greg Kroah-Hartman
2017-03-02
statx: Add a system call to make enhanced file info available
a528d35e
David Howells
2016-01-20
fat: constify fatent_operations structures
8992de4c
Julia Lawall
2016-01-20
fat: permit to return phy block number by fibmap in fallocated region
16fab201
Namjae Jeon
2016-01-20
fat: add fat_fallocate operation
b13bb33e
Namjae Jeon
2015-04-17
fs/fat: comment fix, fat_bits can be also 32
8de560de
Alexander Kuleshov
2015-04-17
fs/fat: remove unnecessary includes
58932ef7
Alexander Kuleshov
2014-12-13
fat: fix data past EOF resulting from fsx testsuite
c0ef0cc9
Namjae Jeon
2014-06-06
fs/fat/: add support for DOS 1.x formatted volumes
190a8843
Conrad Meyer
2013-10-24
fat: rcu-delay unloading nls and freeing sbi
cac45b06
Al Viro
2013-07-09
fatfs: add FAT_IOCTL_GET_VOLUME_ID
6e5b93ee
Mike Lockwood
2013-04-29
fat (exportfs): rebuild directory-inode if fat_dget()
f1e6fb0a
Namjae Jeon
2013-04-29
fat (exportfs): rebuild inode if ilookup() fails
8fceb4e0
Namjae Jeon
2013-04-29
fat: restructure export_operations
ea3983ac
Namjae Jeon
2013-04-29
fat: introduce a helper fat_get_blknr_offset()
e22a4442
Namjae Jeon
2013-04-29
fat: move fat_i_pos_read to fat.h
f21735d5
Namjae Jeon
2013-04-29
fat: introduce 2 new values for the -o nfs mount option
2628b7a6
Namjae Jeon
2013-02-27
fat: mark fs as dirty on mount and clean on umount
b88a1058
Oleksij Rempel
2012-12-17
fat: provide option for setting timezone offset
58156c8f
Jan Kara
2012-10-09
fat: drop lock/unlock super
e40b34c7
Marco Stornelli
2012-10-06
fs/fat: chang indentation of some comments in fat.h
4a3aeb13
Cruz Julian Bishop
2012-10-06
fs/fat: fix some checkpatch issues in fat.h
d5a4a386
Cruz Julian Bishop
2012-10-06
fat (exportfs): fix dentry reconnection
7669e8fb
Steven J. Magnani
2012-10-06
fat (exportfs): move NFS support code
21b6633d
Steven J. Magnani
2012-09-20
userns: Convert fat to use kuid/kgid where appropriate
170782eb
Eric W. Biederman
2012-07-30
fat: accessors for msdos_dir_entry 'start' fields
a943ed71
Steven J. Magnani
2012-05-31
fat: add fat_msg_ratelimit()
b742c341
Namjae Jeon
2012-05-31
fat: introduce special inode for managing the FSINFO block
020ac5b6
Artem Bityutskiy
2012-01-03
fat: propagate umode_t
dacd0e7b
Al Viro
2011-10-31
treewide: use __printf not __attribute__((format(printf,...)))
b9075fa9
Joe Perches
2011-07-20
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
02c24a82
Josef Bacik
2011-07-20
fat: remove i_alloc_sem abuse
58268691
Christoph Hellwig
2011-04-12
fat: Add fat_msg() function for preformated FAT messages
81ac21d3
Alexey Fisher
2011-04-12
fat: Convert fat_fs_error to use %pV
2c8a5ffb
Alexey Fisher
2011-04-12
fat: use new setup() for ->dir_ops too
384f5c96
OGAWA Hirofumi
2011-01-12
switch fat to ->s_d_op, close exportfs races there
3d23985d
Al Viro
2010-08-09
check ATTR_SIZE contraints in inode_change_ok
2c27c65e
Christoph Hellwig
2010-05-27
fat: convert to use the new truncate convention.
459f6ed3
npiggin@suse.de
2010-05-27
drop unused dentry argument to ->fsync
7ea80859
Christoph Hellwig
2010-05-25
fatfs: ratelimit corruption report
aaa04b48
OGAWA Hirofumi
2010-05-17
fat: convert to unlocked_ioctl
7845bc3e
Arnd Bergmann
2009-11-21
fat: make discard a mount option
681142f9
Christoph Hellwig
2009-09-20
fat: Check s_dirt in fat_sync_fs()
ed248b29
OGAWA Hirofumi
2009-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
23059a0d
Linus Torvalds
2009-06-11
Sanitize ->fsync() for FAT
b522412a
Al Viro
2009-06-04
FAT: add 'errors' mount option
85c78591
Denis Karpov
2008-11-06
fat: i_blocks warning fix
c3302931
OGAWA Hirofumi
2008-11-06
fat: mmu_private race fix
2bdf67eb
OGAWA Hirofumi
2008-11-06
fat: Add printf attribute to fat_fs_panic()
0e75f5da
OGAWA Hirofumi
2008-11-06
fat: Fix ATTR_RO for directory
dfc209c0
OGAWA Hirofumi
2008-11-06
fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0
9183482f
OGAWA Hirofumi
2008-11-06
fat: Cleanup FAT attribute stuff
9c0aa1b8
OGAWA Hirofumi
2008-11-06
fat: improve fat_hash()
d3dfa822
OGAWA Hirofumi
2008-11-06
fat: Fix and cleanup timestamp conversion
7decd1cb
OGAWA Hirofumi
2008-11-06
fat: split include/msdos_fs.h
9e975dae
OGAWA Hirofumi