aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/inode.c
Commit message (Expand)AuthorAge
* fs: fat: Initialize filesystem timestamp rangesDeepa Dinamani2019-08-30
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-21
* fat: switch to ->free_inode()Al Viro2019-05-01
* fat: new inline functions to determine the FAT variant (32, 16 or 12)Carmeli Tamir2019-01-04
* fat: move MAX_FAT to fat.h and change it to inline functionCarmeli Tamir2019-01-04
* fat: remove FAT_FIRST_ENT macroCarmeli Tamir2019-01-04
* 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: propagate 64-bit inode timestampsArnd Bergmann2018-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
* | vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-05
|/
* 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
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-17
* fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi2017-03-09
* fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-27
* fat: fix error message for bogus number of directory entriesZheng Lv2016-06-24
* fat: fix typo s/supeblock/superblock/Zheng Lv2016-06-21
* direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-01
* fat: add config option to set UTF-8 mount option by defaultMaciej S. Szmigiero2016-03-22
* fat: permit to return phy block number by fibmap in fallocated regionNamjae Jeon2016-01-20
* fat: skip cluster allocation on fallocated regionNamjae Jeon2016-01-20
* fat: add fat_fallocate operationNamjae Jeon2016-01-20
* fat: add simple validation for directory inodeOGAWA Hirofumi2016-01-20
* fat: allow time_offset to be up to 24 hoursJan Kara2016-01-20
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-14
* writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-02
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-17
|\
| * fs/fat: remove unnecessary includesAlexander Kuleshov2015-04-17
| * fs/fat: remove unnecessary defintionAlexander Kuleshov2015-04-17
* | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-11
* | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-11
* | Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-11
|/
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-25
* fs: fat: use MSDOS_SB macro to get msdos_sb_infoFred Chou2015-02-17
* fat: fix data past EOF resulting from fsx testsuiteNamjae Jeon2014-12-13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-12
|\
| * switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-06
| * get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-06
| * pass iov_iter to ->direct_IO()Al Viro2014-05-06
* | fs/fat/inode.c: clean up string initializations (char[] instead of char *)Manuel Schölling2014-06-06
* | fs/fat/: add support for DOS 1.x formatted volumesConrad Meyer2014-06-06
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-04
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-13
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-03
|/
* fat: rcu-delay unloading nls and freeing sbiAl Viro2013-10-24
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-12