aboutsummaryrefslogtreecommitdiff
path: root/fs/fat
AgeCommit message (Expand)AuthorFilesLines
2010-10-29new helper: mount_bdev()Gravatar Al Viro 2-10/+8
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 2-5/+3
2010-10-04BKL: Remove BKL from fatGravatar Arnd Bergmann 3-13/+6
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superGravatar Jan Blunck 2-2/+12
2010-09-16block: remove BLKDEV_IFL_WAITGravatar Christoph Hellwig 1-2/+1
2010-09-10block: remove the BH_Eopnotsupp flagGravatar Christoph Hellwig 1-4/+1
2010-09-10fat: do not send discards as barriersGravatar Christoph Hellwig 1-1/+1
2010-09-10block: pass gfp_mask and flags to sb_issue_discardGravatar Christoph Hellwig 1-1/+3
2010-08-18remove SWRITE* I/O typesGravatar Christoph Hellwig 1-1/+3
2010-08-09covert fatfs to ->evict_inode()Gravatar Al Viro 1-11/+9
2010-08-09check ATTR_SIZE contraints in inode_change_okGravatar Christoph Hellwig 2-16/+2
2010-08-09always call inode_change_ok early in ->setattrGravatar Christoph Hellwig 1-15/+15
2010-08-09rename generic_setattrGravatar Christoph Hellwig 1-1/+1
2010-08-09get rid of cont_write_begin_newtruncGravatar Christoph Hellwig 1-1/+1
2010-08-09sort out blockdev_direct_IO variantsGravatar Christoph Hellwig 1-2/+2
2010-05-27fat: convert to use the new truncate convention.Gravatar npiggin@suse.de 3-15/+57
2010-05-27rename the generic fsync implementationsGravatar Christoph Hellwig 1-1/+1
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 2-5/+4
2010-05-25fatfs: ratelimit corruption reportGravatar OGAWA Hirofumi 4-18/+31
2010-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Gravatar Linus Torvalds 4-25/+32
2010-05-17fat: convert to unlocked_ioctlGravatar Arnd Bergmann 3-10/+24
2010-04-05Merge branch 'master' into export-slabhGravatar Tejun Heo 1-3/+3
2010-03-31fat: fix buffer overflow in vfat_create_shortname()Gravatar Nikolaus Schulz 1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-16fat: Cleanup nls_unload() usageGravatar OGAWA Hirofumi 1-4/+2
2010-03-16fat: use pack_hex_byte() instead of custom oneGravatar Andy Shevchenko 1-11/+6
2010-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Gravatar Linus Torvalds 2-9/+20
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 1-2/+7
2010-02-10fat: Fix stat->f_namelenGravatar Kevin Dankwardt 2-4/+4
2010-01-12fat: Fix vfat_lookup()Gravatar OGAWA Hirofumi 1-5/+16
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Gravatar Linus Torvalds 3-12/+24
2009-12-16fatfs: use common time_to_tm in fat_time_unix2fat()Gravatar Zhaolei 1-42/+15
2009-11-21fat: make discard a mount optionGravatar Christoph Hellwig 3-12/+24
2009-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Gravatar Linus Torvalds 4-22/+21
2009-09-24fs: Make unload_nls() NULL pointer safeGravatar Thomas Gleixner 1-12/+4
2009-09-20fat: Check s_dirt in fat_sync_fs()Gravatar OGAWA Hirofumi 3-9/+15
2009-09-14fat: Opencode sync_page_range_nolock()Gravatar Jan Kara 2-4/+22
2009-08-01vfat: change the default from shortname=lower to shortname=mixedGravatar Paul Wise 1-2/+2
2009-08-01fat/nls: Fix handling of utf8 invalid charGravatar OGAWA Hirofumi 1-11/+4
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 3-3/+0
2009-07-10Fix congestion_wait() sync/async vs read/write confusionGravatar Jens Axboe 1-1/+1
2009-06-20fat: Fix the removal of opts->fs_dmaskGravatar OGAWA Hirofumi 1-1/+1
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Gravatar Linus Torvalds 2-16/+17
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Gravatar Linus Torvalds 9-110/+147
2009-06-15NLS: update handling of UnicodeGravatar Alan Stern 2-16/+17
2009-06-11fat: add ->sync_fsGravatar Christoph Hellwig 1-0/+11
2009-06-11Sanitize ->fsync() for FATGravatar Al Viro 7-19/+49
2009-06-11->write_super lock_super pushdownGravatar Christoph Hellwig 1-0/+2
2009-06-11push BKL down into ->put_superGravatar Christoph Hellwig 1-0/+4
2009-06-11remove ->write_super call in generic_shutdown_superGravatar Christoph Hellwig 1-0/+3