aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/file.c
AgeCommit message (Expand)Author
2019-09-16fs/fat/file.c: issue flush after the writeback of FATHou Tao
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-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-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-20fat: add fat_fallocate operationNamjae Jeon
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-17fs/fat: remove unnecessary includesAlexander Kuleshov
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-11make new_sync_{read,write}() staticAl Viro
2014-12-13fat: fix data past EOF resulting from fsx testsuiteNamjae Jeon
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro
2013-07-09fatfs: add FAT_IOCTL_GET_VOLUME_IDMike Lockwood
2013-04-29fat: restructure export_operationsNamjae Jeon
2013-02-22new helper: file_inode(file)Al Viro
2012-09-20userns: Convert fat to use kuid/kgid where appropriateEric W. Biederman
2012-07-31fat: Push mnt_want_write() outside of i_mutexJan Kara
2012-01-03fat: propagate umode_tAl Viro
2012-01-03vfs: mnt_drop_write_file()Al Viro
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig
2011-07-20fat: remove i_alloc_sem abuseChristoph Hellwig
2011-05-31fat: Fix corrupt inode flags when remove ATTR_SYS flagOGAWA Hirofumi
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig
2010-08-09rename generic_setattrChristoph Hellwig
2010-05-27fat: convert to use the new truncate convention.npiggin@suse.de
2010-05-27rename the generic fsync implementationsChristoph Hellwig
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-17fat: convert to unlocked_ioctlArnd Bergmann
2009-09-14fat: Opencode sync_page_range_nolock()Jan Kara
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds
2009-06-11Sanitize ->fsync() for FATAl Viro
2009-06-08fat: split fat_generic_ioctlChristoph Hellwig
2009-06-04FAT: add 'errors' mount optionDenis Karpov
2008-11-14Merge branch 'master' into nextJames Morris
2008-11-14CRED: Wrap task credential accesses in the FAT filesystemDavid Howells
2008-11-06fat: Fix ATTR_RO for directoryOGAWA Hirofumi
2008-11-06fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0OGAWA Hirofumi
2008-11-06fat: Cleanup FAT attribute stuffOGAWA Hirofumi
2008-11-06fat: split include/msdos_fs.hOGAWA Hirofumi
2008-08-02fat: Fix allow_utime optionOGAWA Hirofumi
2008-07-26[patch 3/4] fat: dont call notify_changeMiklos Szeredi
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet