aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2-3/+4
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig1-2/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig1-0/+2
2011-07-20fat: remove i_alloc_sem abuseChristoph Hellwig3-2/+7
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro1-19/+10
2011-07-20LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepAl Viro1-4/+2
2011-05-31fat: Fix corrupt inode flags when remove ATTR_SYS flagOGAWA Hirofumi1-1/+1
2011-05-28fat: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2-10/+0
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-0/+10
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil2-0/+6
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil2-0/+4
2011-04-12fat: Fix statfs->f_namelenOGAWA Hirofumi1-1/+2
2011-04-12fat: Replace all printk with fat_msg()Alexey Fisher4-54/+55
2011-04-12fat: Add fat_msg() function for preformated FAT messagesAlexey Fisher2-0/+18
2011-04-12fat: Convert fat_fs_error to use %pVAlexey Fisher2-16/+16
2011-04-12fat: Fix possible null deref in fat_cache_add()OGAWA Hirofumi1-0/+7
2011-04-12fat: use new setup() for ->dir_ops tooOGAWA Hirofumi4-9/+6
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V1-1/+3
2011-03-10fat: fix d_revalidate oopsen on NFS exportsAl Viro1-2/+2
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-01-12switch fat to ->s_d_op, close exportfs races thereAl Viro4-45/+25
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-0/+6
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin3-9/+9
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-07fs: change d_hash for rcu-walkNick Piggin2-4/+7
2011-01-07fs: change d_compare for rcu-walkNick Piggin2-19/+28
2010-10-29new helper: mount_bdev()Al Viro2-10/+8
2010-10-22Merge 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-09covert fatfs to ->evict_inode()Al Viro1-11/+9
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2-16/+2
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig1-15/+15
2010-08-09rename generic_setattrChristoph Hellwig1-1/+1
2010-08-09get rid of cont_write_begin_newtruncChristoph Hellwig1-1/+1
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig1-2/+2
2010-05-27fat: convert to use the new truncate convention.npiggin@suse.de3-15/+57
2010-05-27rename the generic fsync implementationsChristoph Hellwig1-1/+1
2010-05-27drop 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