aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat
AgeCommit message (Expand)Author
2019-09-23Merge tag 'v4.18.44' into v4.18/standard/baseBruce Ashfield
2019-09-16fs/fat/file.c: issue flush after the writeback of FATHou Tao
2018-11-06Merge tag 'v4.18.17' into v4.18/standard/baseBruce Ashfield
2018-11-04fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()Khazhismel Kumykov
2018-09-21Merge tag 'v4.18.8' into v4.18/standard/baseBruce Ashfield
2018-09-15fat: validate ->i_start before usingOGAWA Hirofumi
2018-08-22fat: don't use obsolete random32 call in namei_vfatPaul Gortmaker
2018-08-22FAT: Added FAT_NO_83NAMEAndrew Tridgell
2018-08-22FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES optionAndrew Tridgell
2018-08-22FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES optionAndrew Tridgell
2018-07-21fat: fix memory allocation failure handling of match_strdup()OGAWA Hirofumi
2018-06-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-06-15fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block()OGAWA Hirofumi
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-13vfat: simplify checks in vfat_lookup()Al Viro
2018-04-20msdos_rmdir(): kill BS commentAl Viro
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli
2018-01-29fat: convert to new i_version APIJeff Layton
2017-11-29fs/fat/inode.c: fix sb_rdonly() changeOGAWA Hirofumi
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-17fat: remove redundant assignment of 0 to slotsColin Ian King
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-08vfat: deduplicate hex2bin()OGAWA Hirofumi
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-03-09fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-09-16vfat: don't use ->d_timeMiklos Szeredi
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro
2016-07-30qstr: constify instances in vfatAl Viro
2016-07-29cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro
2016-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds
2016-06-24fat: fix error message for bogus number of directory entriesZheng Lv
2016-06-21fat: fix typo s/supeblock/superblock/Zheng Lv
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds