aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/fat.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-2/+4
2019-01-04fat: new inline functions to determine the FAT variant (32, 16 or 12)Carmeli Tamir1-3/+22
2019-01-04fat: move MAX_FAT to fat.h and change it to inline functionCarmeli Tamir1-0/+9
2018-10-31fat: add functions to update and truncate timestamps appropriatelyFrank Sorenson1-0/+4
2018-08-22fat: propagate 64-bit inode timestampsArnd Bergmann1-3/+3
2018-08-22fat: validate ->i_start before usingOGAWA Hirofumi1-0/+5
2018-08-22fat: add FITRIM ioctl for FAT file systemWentao Wang1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-2/+2
2016-01-20fat: constify fatent_operations structuresJulia Lawall1-1/+1
2016-01-20fat: permit to return phy block number by fibmap in fallocated regionNamjae Jeon1-1/+4
2016-01-20fat: add fat_fallocate operationNamjae Jeon1-0/+1
2015-04-17fs/fat: comment fix, fat_bits can be also 32Alexander Kuleshov1-1/+1
2015-04-17fs/fat: remove unnecessary includesAlexander Kuleshov1-3/+0
2014-12-13fat: fix data past EOF resulting from fsx testsuiteNamjae Jeon1-0/+1
2014-06-06fs/fat/: add support for DOS 1.x formatted volumesConrad Meyer1-1/+2
2013-10-24fat: rcu-delay unloading nls and freeing sbiAl Viro1-0/+1
2013-07-09fatfs: add FAT_IOCTL_GET_VOLUME_IDMike Lockwood1-0/+1
2013-04-29fat (exportfs): rebuild directory-inode if fat_dget()Namjae Jeon1-0/+3
2013-04-29fat (exportfs): rebuild inode if ilookup() failsNamjae Jeon1-0/+1
2013-04-29fat: restructure export_operationsNamjae Jeon1-6/+2
2013-04-29fat: introduce a helper fat_get_blknr_offset()Namjae Jeon1-0/+7
2013-04-29fat: move fat_i_pos_read to fat.hNamjae Jeon1-0/+14
2013-04-29fat: introduce 2 new values for the -o nfs mount optionNamjae Jeon1-2/+5
2013-02-27fat: mark fs as dirty on mount and clean on umountOleksij Rempel1-0/+2
2012-12-17fat: provide option for setting timezone offsetJan Kara1-1/+2
2012-10-09fat: drop lock/unlock superMarco Stornelli1-2/+3
2012-10-06fs/fat: chang indentation of some comments in fat.hCruz Julian Bishop1-36/+36
2012-10-06fs/fat: fix some checkpatch issues in fat.hCruz Julian Bishop1-3/+3
2012-10-06fat (exportfs): fix dentry reconnectionSteven J. Magnani1-15/+12
2012-10-06fat (exportfs): move NFS support codeSteven J. Magnani1-0/+22
2012-09-20userns: Convert fat to use kuid/kgid where appropriateEric W. Biederman1-2/+2
2012-07-30fat: accessors for msdos_dir_entry 'start' fieldsSteven J. Magnani1-0/+15
2012-05-31fat: add fat_msg_ratelimit()Namjae Jeon1-0/+5
2012-05-31fat: introduce special inode for managing the FSINFO blockArtem Bityutskiy1-0/+1
2012-01-03fat: propagate umode_tAl Viro1-3/+3
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-5/+4
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+2
2011-07-20fat: remove i_alloc_sem abuseChristoph Hellwig1-0/+1
2011-04-12fat: Add fat_msg() function for preformated FAT messagesAlexey Fisher1-0/+2
2011-04-12fat: Convert fat_fs_error to use %pVAlexey Fisher1-5/+5
2011-04-12fat: use new setup() for ->dir_ops tooOGAWA Hirofumi1-2/+1
2011-01-12switch fat to ->s_d_op, close exportfs races thereAl Viro1-1/+2
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-1/+0
2010-05-27fat: convert to use the new truncate convention.npiggin@suse.de1-1/+2
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-2/+1
2010-05-25fatfs: ratelimit corruption reportOGAWA Hirofumi1-2/+10
2010-05-17fat: convert to unlocked_ioctlArnd Bergmann1-2/+2
2009-11-21fat: make discard a mount optionChristoph Hellwig1-1/+2
2009-09-20fat: Check s_dirt in fat_sync_fs()OGAWA Hirofumi1-1/+1