aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat
Commit message (Expand)AuthorAgeFilesLines
* merged fsWolfgang Wiedmeyer2015-10-254-145/+2
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-1/+14
* Samsung i9300 Update 10sakindia1232013-06-141-1/+2
* samsung update 1codeworkx2012-06-024-2/+145
* fat: Fix corrupt inode flags when remove ATTR_SYS flagOGAWA Hirofumi2011-05-311-1/+1
* fat: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-282-10/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-262-0/+10
|\
| * vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-262-0/+6
| * vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-262-0/+4
* | fat: Fix statfs->f_namelenOGAWA Hirofumi2011-04-121-1/+2
* | fat: Replace all printk with fat_msg()Alexey Fisher2011-04-124-54/+55
* | fat: Add fat_msg() function for preformated FAT messagesAlexey Fisher2011-04-122-0/+18
* | fat: Convert fat_fs_error to use %pVAlexey Fisher2011-04-122-16/+16
* | fat: Fix possible null deref in fat_cache_add()OGAWA Hirofumi2011-04-121-0/+7
* | fat: use new setup() for ->dir_ops tooOGAWA Hirofumi2011-04-124-9/+6
|/
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-1/+0
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* | exportfs: Return the minimum required handle sizeAneesh Kumar K.V2011-03-141-1/+3
* | fat: fix d_revalidate oopsen on NFS exportsAl Viro2011-03-101-2/+2
|/
* switch fat to ->s_d_op, close exportfs races thereAl Viro2011-01-124-45/+25
* fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-071-0/+6
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-073-9/+9
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* fs: change d_hash for rcu-walkNick Piggin2011-01-072-4/+7
* fs: change d_compare for rcu-walkNick Piggin2011-01-072-19/+28
* new helper: mount_bdev()Al Viro2010-10-292-10/+8
* Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-222-5/+3
|\
| * block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-161-2/+1
| * block: remove the BH_Eopnotsupp flagChristoph Hellwig2010-09-101-4/+1
| * fat: do not send discards as barriersChristoph Hellwig2010-09-101-1/+1
| * block: pass gfp_mask and flags to sb_issue_discardChristoph Hellwig2010-09-101-1/+3
* | BKL: Remove BKL from fatArnd Bergmann2010-10-043-13/+6
* | BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-042-2/+12
|/
* remove SWRITE* I/O typesChristoph Hellwig2010-08-181-1/+3
* covert fatfs to ->evict_inode()Al Viro2010-08-091-11/+9
* check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-092-16/+2
* always call inode_change_ok early in ->setattrChristoph Hellwig2010-08-091-15/+15
* rename generic_setattrChristoph Hellwig2010-08-091-1/+1
* get rid of cont_write_begin_newtruncChristoph Hellwig2010-08-091-1/+1
* sort out blockdev_direct_IO variantsChristoph Hellwig2010-08-091-2/+2
* fat: convert to use the new truncate convention.npiggin@suse.de2010-05-273-15/+57
* rename the generic fsync implementationsChristoph Hellwig2010-05-271-1/+1
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-272-5/+4
* fatfs: ratelimit corruption reportOGAWA Hirofumi2010-05-254-18/+31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2010-05-244-25/+32
|\
| * fat: convert to unlocked_ioctlArnd Bergmann2010-05-173-10/+24
| * fat: Cleanup nls_unload() usageOGAWA Hirofumi2010-03-161-4/+2
| * fat: use pack_hex_byte() instead of custom oneAndy Shevchenko2010-03-161-11/+6
* | Merge branch 'master' into export-slabhTejun Heo2010-04-051-3/+3
|\ \
| * | fat: fix buffer overflow in vfat_create_shortname()Nikolaus Schulz2010-03-311-3/+3
| |/