summaryrefslogtreecommitdiffstats
path: root/fs/fat/fat.h
Commit message (Expand)AuthorAgeFilesLines
* fs: drop the timespec64 argument from update_timeJeff Layton2023-08-111-2/+1
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fat: remove time truncations in vfat_create/vfat_mkdirChung-Chiang Cheng2022-05-191-2/+0
* fat: report creation time in statxChung-Chiang Cheng2022-05-191-0/+1
* fat: split fat_truncate_time() into separate functionsChung-Chiang Cheng2022-05-191-0/+6
* fatfs: add FAT messages to printk indexJonathan Lassoff2022-04-291-1/+8
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-2/+4
* fat: new inline functions to determine the FAT variant (32, 16 or 12)Carmeli Tamir2019-01-041-3/+22
* fat: move MAX_FAT to fat.h and change it to inline functionCarmeli Tamir2019-01-041-0/+9
* fat: add functions to update and truncate timestamps appropriatelyFrank Sorenson2018-10-311-0/+4
* fat: propagate 64-bit inode timestampsArnd Bergmann2018-08-221-3/+3
* fat: validate ->i_start before usingOGAWA Hirofumi2018-08-221-0/+5
* fat: add FITRIM ioctl for FAT file systemWentao Wang2018-08-221-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-2/+2
* fat: constify fatent_operations structuresJulia Lawall2016-01-201-1/+1
* fat: permit to return phy block number by fibmap in fallocated regionNamjae Jeon2016-01-201-1/+4
* fat: add fat_fallocate operationNamjae Jeon2016-01-201-0/+1
* fs/fat: comment fix, fat_bits can be also 32Alexander Kuleshov2015-04-171-1/+1
* fs/fat: remove unnecessary includesAlexander Kuleshov2015-04-171-3/+0
* fat: fix data past EOF resulting from fsx testsuiteNamjae Jeon2014-12-131-0/+1
* fs/fat/: add support for DOS 1.x formatted volumesConrad Meyer2014-06-061-1/+2
* fat: rcu-delay unloading nls and freeing sbiAl Viro2013-10-241-0/+1
* fatfs: add FAT_IOCTL_GET_VOLUME_IDMike Lockwood2013-07-091-0/+1
* fat (exportfs): rebuild directory-inode if fat_dget()Namjae Jeon2013-04-291-0/+3
* fat (exportfs): rebuild inode if ilookup() failsNamjae Jeon2013-04-291-0/+1
* fat: restructure export_operationsNamjae Jeon2013-04-291-6/+2
* fat: introduce a helper fat_get_blknr_offset()Namjae Jeon2013-04-291-0/+7
* fat: move fat_i_pos_read to fat.hNamjae Jeon2013-04-291-0/+14
* fat: introduce 2 new values for the -o nfs mount optionNamjae Jeon2013-04-291-2/+5
* fat: mark fs as dirty on mount and clean on umountOleksij Rempel2013-02-271-0/+2
* fat: provide option for setting timezone offsetJan Kara2012-12-171-1/+2
* fat: drop lock/unlock superMarco Stornelli2012-10-091-2/+3
* fs/fat: chang indentation of some comments in fat.hCruz Julian Bishop2012-10-061-36/+36
* fs/fat: fix some checkpatch issues in fat.hCruz Julian Bishop2012-10-061-3/+3
* fat (exportfs): fix dentry reconnectionSteven J. Magnani2012-10-061-15/+12
* fat (exportfs): move NFS support codeSteven J. Magnani2012-10-061-0/+22
* userns: Convert fat to use kuid/kgid where appropriateEric W. Biederman2012-09-201-2/+2
* fat: accessors for msdos_dir_entry 'start' fieldsSteven J. Magnani2012-07-301-0/+15
* fat: add fat_msg_ratelimit()Namjae Jeon2012-05-311-0/+5
* fat: introduce special inode for managing the FSINFO blockArtem Bityutskiy2012-05-311-0/+1
* fat: propagate umode_tAl Viro2012-01-031-3/+3
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-5/+4
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-1/+2
* fat: remove i_alloc_sem abuseChristoph Hellwig2011-07-201-0/+1
* fat: Add fat_msg() function for preformated FAT messagesAlexey Fisher2011-04-121-0/+2
* fat: Convert fat_fs_error to use %pVAlexey Fisher2011-04-121-5/+5
* fat: use new setup() for ->dir_ops tooOGAWA Hirofumi2011-04-121-2/+1
* switch fat to ->s_d_op, close exportfs races thereAl Viro2011-01-121-1/+2