aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/file.c
Commit message (Expand)AuthorAge
* 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-30
* 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-16
* 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-03
* | Sanitize ->fsync() for FATAl Viro2009-06-11
|/
* Merge branch 'master' into nextJames Morris2008-11-13
|\
| * 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-13
|/
* 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
* | Make FAT users happier by not deadlockingJonathan Corbet2008-07-02
* | Replace BKL with superblock lock in fat/msdos/vfatLinus Torvalds2008-06-20
|/
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-30
* fat: Add allow_utime optionOGAWA Hirofumi2008-04-28
* fat: fat_setattr() fixOGAWA Hirofumi2008-04-28
* fat: fat_notify_change() and check_mode() cleanupOGAWA Hirofumi2008-04-28
* [PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen2008-04-19
* fs/fat/: refine chmod checksJan Engelhardt2008-02-06