aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2015-04-17fs/fat: remove unnecessary includesAlexander Kuleshov1-4/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2014-12-13fat: fix data past EOF resulting from fsx testsuiteNamjae Jeon1-0/+3
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2013-07-09fatfs: add FAT_IOCTL_GET_VOLUME_IDMike Lockwood1-0/+8
2013-04-29fat: restructure export_operationsNamjae Jeon1-0/+5
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2012-09-20userns: Convert fat to use kuid/kgid where appropriateEric W. Biederman1-3/+3
2012-07-31fat: Push mnt_want_write() outside of i_mutexJan Kara1-8/+7
2012-01-03fat: propagate umode_tAl Viro1-2/+2
2012-01-03vfs: mnt_drop_write_file()Al Viro1-1/+1
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-2/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig1-0/+2
2011-07-20fat: remove i_alloc_sem abuseChristoph Hellwig1-0/+2
2011-05-31fat: Fix corrupt inode flags when remove ATTR_SYS flagOGAWA Hirofumi1-1/+1
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-15/+2
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig1-15/+15
2010-08-09rename generic_setattrChristoph Hellwig1-1/+1
2010-05-27fat: convert to use the new truncate convention.npiggin@suse.de1-8/+26
2010-05-27rename the generic fsync implementationsChristoph Hellwig1-1/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-3/+3
2010-05-17fat: convert to unlocked_ioctlArnd Bergmann1-3/+16
2009-09-14fat: Opencode sync_page_range_nolock()Jan Kara1-2/+20
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe1-1/+1
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds1-89/+95
2009-06-11Sanitize ->fsync() for FATAl Viro1-1/+13
2009-06-08fat: split fat_generic_ioctlChristoph Hellwig1-88/+94
2009-06-04FAT: add 'errors' mount optionDenis Karpov1-1/+1
2008-11-14Merge branch 'master' into nextJames Morris1-22/+27
2008-11-14CRED: Wrap task credential accesses in the FAT filesystemDavid Howells1-1/+1
2008-11-06fat: Fix ATTR_RO for directoryOGAWA Hirofumi1-4/+12
2008-11-06fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0OGAWA Hirofumi1-1/+6
2008-11-06fat: Cleanup FAT attribute stuffOGAWA Hirofumi1-20/+12
2008-11-06fat: split include/msdos_fs.hOGAWA Hirofumi1-1/+1
2008-08-02fat: Fix allow_utime optionOGAWA Hirofumi1-2/+4
2008-07-26[patch 3/4] fat: dont call notify_changeMiklos Szeredi1-1/+14
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-17/+27
2008-07-02Make FAT users happier by not deadlockingJonathan Corbet1-9/+1
2008-06-20Replace BKL with superblock lock in fat/msdos/vfatLinus Torvalds1-5/+7
2008-06-12fat: relax the permission check of fat_setattr()OGAWA Hirofumi1-17/+27
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-28fat: Add allow_utime optionOGAWA Hirofumi1-0/+24
2008-04-28fat: fat_setattr() fixOGAWA Hirofumi1-9/+6
2008-04-28fat: fat_notify_change() and check_mode() cleanupOGAWA Hirofumi1-99/+84
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen1-5/+7