aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-06fs/fat/: refine chmod checksJan Engelhardt1-3/+44
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-1/+1
2006-12-08[PATCH] fat: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek1-1/+1
2006-11-16[PATCH] fat: add fat_getattr()OGAWA Hirofumi1-0/+10
2006-10-20[PATCH] separate bdi congestion functions from queue congestion functionsAndrew Morton1-1/+2
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty1-2/+0
2006-09-29[PATCH] add -o flush for fatChris Mason1-0/+13
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1