summaryrefslogtreecommitdiff
path: root/fs/fat/file.c
Commit message (Expand)AuthorAge
* 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
|\
| * 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
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-22
|/
* wrappers for ->i_mutex accessAl Viro2016-01-22
* fat: add fat_fallocate operationNamjae Jeon2016-01-20
* writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-02
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-26
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* | fs/fat: remove unnecessary includesAlexander Kuleshov2015-04-17
|/
* make new_sync_{read,write}() staticAl Viro2015-04-11
* fat: fix data past EOF resulting from fsx testsuiteNamjae Jeon2014-12-13
* write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-06
* switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-06
* fatfs: add FAT_IOCTL_GET_VOLUME_IDMike Lockwood2013-07-09
* fat: restructure export_operationsNamjae Jeon2013-04-29
* new helper: file_inode(file)Al Viro2013-02-22
* userns: Convert fat to use kuid/kgid where appropriateEric W. Biederman2012-09-20
* fat: Push mnt_want_write() outside of i_mutexJan Kara2012-07-31
* fat: propagate umode_tAl Viro2012-01-03
* vfs: mnt_drop_write_file()Al Viro2012-01-03
* switch a bunch of places to mnt_want_write_file()Al Viro2012-01-03
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-20
* fs: move inode_dio_wait calls into ->setattrChristoph Hellwig2011-07-20
* fat: remove i_alloc_sem abuseChristoph Hellwig2011-07-20
* fat: Fix corrupt inode flags when remove ATTR_SYS flagOGAWA Hirofumi2011-05-31
* check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-09
* always call inode_change_ok early in ->setattrChristoph Hellwig2010-08-09
* rename generic_setattrChristoph Hellwig2010-08-09
* fat: convert to use the new truncate convention.npiggin@suse.de2010-05-27
* rename the generic fsync implementationsChristoph Hellwig2010-05-27
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-27
* fat: convert to unlocked_ioctlArnd Bergmann2010-05-17
* fat: Opencode sync_page_range_nolock()Jan Kara2009-09-14
* Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2009-06-16
|\
| * fat: split fat_generic_ioctlChristoph Hellwig2009-06-08
| * FAT: add 'errors' mount optionDenis Karpov2009-06-04
* | Sanitize ->fsync() for FATAl Viro2009-06-11
|/
* Merge branch 'master' into nextJames Morris2008-11-14
|\
| * fat: Fix ATTR_RO for directoryOGAWA Hirofumi2008-11-06
| * fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0OGAWA Hirofumi2008-11-06
| * fat: Cleanup FAT attribute stuffOGAWA Hirofumi2008-11-06
| * fat: split include/msdos_fs.hOGAWA Hirofumi2008-11-06
* | CRED: Wrap task credential accesses in the FAT filesystemDavid Howells2008-11-14
|/
* fat: Fix allow_utime optionOGAWA Hirofumi2008-08-02
* [patch 3/4] fat: dont call notify_changeMiklos Szeredi2008-07-26
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-14
|\
| * fat: relax the permission check of fat_setattr()OGAWA Hirofumi2008-06-12