aboutsummaryrefslogtreecommitdiff
path: root/fs/fat/file.c
AgeCommit message (Expand)Author
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
2008-07-02Make FAT users happier by not deadlockingJonathan Corbet
2008-06-20Replace BKL with superblock lock in fat/msdos/vfatLinus Torvalds
2008-06-12fat: relax the permission check of fat_setattr()OGAWA Hirofumi
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-28fat: Add allow_utime optionOGAWA Hirofumi
2008-04-28fat: fat_setattr() fixOGAWA Hirofumi
2008-04-28fat: fat_notify_change() and check_mode() cleanupOGAWA Hirofumi
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen
2008-02-06fs/fat/: refine chmod checksJan Engelhardt
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven
2006-12-08[PATCH] fat: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek
2006-11-16[PATCH] fat: add fat_getattr()OGAWA Hirofumi
2006-10-20[PATCH] separate bdi congestion functions from queue congestion functionsAndrew Morton
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty
2006-09-29[PATCH] add -o flush for fatChris Mason
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven
2006-02-03[PATCH] fat: Fix truncate() write orderingOGAWA Hirofumi
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen
2006-01-08[PATCH] fat: support a truncate() for expanding size (generic_cont_expand)OGAWA Hirofumi
2006-01-08[PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/OGAWA Hirofumi
2005-09-17[PATCH] FAT: miss-sync issues on sync mount (miss-sync on write)OGAWA Hirofumi
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds