summaryrefslogtreecommitdiff
path: root/fs/fat
AgeCommit message (Expand)AuthorFilesLines
2010-10-23Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-5/+3
2010-10-04BKL: Remove BKL from fatArnd Bergmann3-13/+6
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2-2/+12
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig1-2/+1
2010-09-10block: remove the BH_Eopnotsupp flagChristoph Hellwig1-4/+1
2010-09-10fat: do not send discards as barriersChristoph Hellwig1-1/+1
2010-09-10block: pass gfp_mask and flags to sb_issue_discardChristoph Hellwig1-1/+3
2010-08-18remove SWRITE* I/O typesChristoph Hellwig1-1/+3
2010-08-10covert fatfs to ->evict_inode()Al Viro1-11/+9
2010-08-10check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2-16/+2
2010-08-10always call inode_change_ok early in ->setattrChristoph Hellwig1-15/+15
2010-08-10rename generic_setattrChristoph Hellwig1-1/+1
2010-08-10get rid of cont_write_begin_newtruncChristoph Hellwig1-1/+1
2010-08-10sort out blockdev_direct_IO variantsChristoph Hellwig1-2/+2
2010-05-28fat: convert to use the new truncate convention.npiggin@suse.de3-15/+57
2010-05-28rename the generic fsync implementationsChristoph Hellwig1-1/+1
2010-05-28drop unused dentry argument to ->fsyncChristoph Hellwig2-5/+4
2010-05-25fatfs: ratelimit corruption reportOGAWA Hirofumi4-18/+31
2010-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds4-25/+32
2010-05-17fat: convert to unlocked_ioctlArnd Bergmann3-10/+24
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-3/+3
2010-03-31fat: fix buffer overflow in vfat_create_shortname()Nikolaus Schulz1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-15fat: Cleanup nls_unload() usageOGAWA Hirofumi1-4/+2
2010-03-15fat: use pack_hex_byte() instead of custom oneAndy Shevchenko1-11/+6
2010-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2-9/+20
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-2/+7
2010-02-10fat: Fix stat->f_namelenKevin Dankwardt2-4/+4
2010-01-11fat: Fix vfat_lookup()OGAWA Hirofumi1-5/+16
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds3-12/+24
2009-12-16fatfs: use common time_to_tm in fat_time_unix2fat()Zhaolei1-42/+15
2009-11-21fat: make discard a mount optionChristoph Hellwig3-12/+24
2009-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds4-22/+21
2009-09-24fs: Make unload_nls() NULL pointer safeThomas Gleixner1-12/+4
2009-09-19fat: Check s_dirt in fat_sync_fs()OGAWA Hirofumi3-9/+15
2009-09-14fat: Opencode sync_page_range_nolock()Jan Kara2-4/+22
2009-08-01vfat: change the default from shortname=lower to shortname=mixedPaul Wise1-2/+2
2009-08-01fat/nls: Fix handling of utf8 invalid charOGAWA Hirofumi1-11/+4
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan3-3/+0
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe1-1/+1
2009-06-20fat: Fix the removal of opts->fs_dmaskOGAWA Hirofumi1-1/+1
2009-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2-16/+17
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds9-110/+147
2009-06-16NLS: update handling of UnicodeAlan Stern2-16/+17
2009-06-12fat: add ->sync_fsChristoph Hellwig1-0/+11
2009-06-12Sanitize ->fsync() for FATAl Viro7-19/+49
2009-06-12->write_super lock_super pushdownChristoph Hellwig1-0/+2
2009-06-12push BKL down into ->put_superChristoph Hellwig1-0/+4
2009-06-12remove ->write_super call in generic_shutdown_superChristoph Hellwig1-0/+3
2009-06-08fat: split fat_generic_ioctlChristoph Hellwig1-88/+94