summaryrefslogtreecommitdiffstats
path: root/fs/fat
Commit message (Expand)AuthorAge
* fat: truncate inode timestamp updates in setattrFrank Sorenson2018-10-31
* fat: change timestamp updates to use fat_truncate_timeFrank Sorenson2018-10-31
* fat: add functions to update and truncate timestamps appropriatelyFrank Sorenson2018-10-31
* fat: create a function to calculate the timezone offestFrank Sorenson2018-10-31
* fat: expand a slightly out-of-date commentMihir Mehta2018-10-31
* fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()Khazhismel Kumykov2018-10-13
* fat: propagate 64-bit inode timestampsArnd Bergmann2018-08-22
* fat: validate ->i_start before usingOGAWA Hirofumi2018-08-22
* fat: add FITRIM ioctl for FAT file systemWentao Wang2018-08-22
* fat: fix memory allocation failure handling of match_strdup()OGAWA Hirofumi2018-07-21
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-06-14
|\
| * fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block()OGAWA Hirofumi2018-06-14
* | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-14
|\ \ | |/ |/|
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-05
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* | vfat: simplify checks in vfat_lookup()Al Viro2018-05-13
* | msdos_rmdir(): kill BS commentAl Viro2018-04-20
|/
* iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli2018-02-01
* fat: convert to new i_version APIJeff Layton2018-01-29
* fs/fat/inode.c: fix sb_rdonly() changeOGAWA Hirofumi2017-11-29
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* fat: remove redundant assignment of 0 to slotsColin Ian King2017-11-17
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-14
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-17
* | vfat: deduplicate hex2bin()OGAWA Hirofumi2017-09-08
|/
* fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi2017-03-09
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-02
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-10
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
| | * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-27
| * | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-27
| * | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-27
| |/
* | Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-08
|\ \
| * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-22
| |/
* / vfat: don't use ->d_timeMiklos Szeredi2016-09-16
|/
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2016-08-07
|\
| * get rid of 'parent' argument of ->d_compare()Al Viro2016-07-31
| * cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro2016-07-29
* | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-06
|\ \ | |/ |/|
| * qstr: constify instances in vfatAl Viro2016-07-30
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-07-28
|\ \
| * | fat: fix error message for bogus number of directory entriesZheng Lv2016-06-24
| * | fat: fix typo s/supeblock/superblock/Zheng Lv2016-06-21
| |/
* | Merge branch 'salted-string-hash'Linus Torvalds2016-07-28
|\ \
| * | vfs: make the string hashes salt the hashLinus Torvalds2016-06-10
| |/
* / fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-07
|/
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-17
|\
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-01