summaryrefslogtreecommitdiff
path: root/fs/fat
AgeCommit message (Expand)Author
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V
2011-03-10fat: fix d_revalidate oopsen on NFS exportsAl Viro
2011-03-10block: remove per-queue pluggingJens Axboe
2011-01-12switch fat to ->s_d_op, close exportfs races thereAl Viro
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2011-01-07fs: change d_hash for rcu-walkNick Piggin
2011-01-07fs: change d_compare for rcu-walkNick Piggin
2010-10-29new helper: mount_bdev()Al Viro
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-04BKL: Remove BKL from fatArnd Bergmann
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig
2010-09-10block: remove the BH_Eopnotsupp flagChristoph Hellwig
2010-09-10fat: do not send discards as barriersChristoph Hellwig
2010-09-10block: pass gfp_mask and flags to sb_issue_discardChristoph Hellwig
2010-08-18remove SWRITE* I/O typesChristoph Hellwig
2010-08-09covert fatfs to ->evict_inode()Al Viro
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-08-09get rid of cont_write_begin_newtruncChristoph Hellwig
2010-08-09sort out blockdev_direct_IO variantsChristoph 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-25fatfs: ratelimit corruption reportOGAWA Hirofumi
2010-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds
2010-05-17fat: convert to unlocked_ioctlArnd Bergmann
2010-04-05Merge branch 'master' into export-slabhTejun Heo
2010-03-31fat: fix buffer overflow in vfat_create_shortname()Nikolaus Schulz
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-16fat: Cleanup nls_unload() usageOGAWA Hirofumi
2010-03-16fat: use pack_hex_byte() instead of custom oneAndy Shevchenko
2010-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig
2010-02-10fat: Fix stat->f_namelenKevin Dankwardt
2010-01-12fat: Fix vfat_lookup()OGAWA Hirofumi
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds
2009-12-16fatfs: use common time_to_tm in fat_time_unix2fat()Zhaolei
2009-11-21fat: make discard a mount optionChristoph Hellwig
2009-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds
2009-09-24fs: Make unload_nls() NULL pointer safeThomas Gleixner
2009-09-20fat: Check s_dirt in fat_sync_fs()OGAWA Hirofumi
2009-09-14fat: Opencode sync_page_range_nolock()Jan Kara
2009-08-01vfat: change the default from shortname=lower to shortname=mixedPaul Wise
2009-08-01fat/nls: Fix handling of utf8 invalid charOGAWA Hirofumi
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan