summaryrefslogtreecommitdiff
path: root/fs/fat
Commit message (Expand)AuthorAge
* filesystems: add set_nlink()Miklos Szeredi2011-11-02
* fat: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko2011-10-31
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2011-08-18
|\
| * fat: fat16 support maximum 4GB file/vol size as WinXP or 7.Namjae Jeon2011-08-17
| * fat: fix utf8 iocharset warning messageMihai Moldovan2011-08-17
| * fat: fix build warningJonas Aberg2011-08-17
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-20
* | fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig2011-07-20
* | fs: move inode_dio_wait calls into ->setattrChristoph Hellwig2011-07-20
* | fat: remove i_alloc_sem abuseChristoph Hellwig2011-07-20
* | make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-20
* | LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepAl Viro2011-07-20
|/
* fat: Fix corrupt inode flags when remove ATTR_SYS flagOGAWA Hirofumi2011-05-31
* fat: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-28
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-26
|\
| * vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-26
| * vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-26
* | fat: Fix statfs->f_namelenOGAWA Hirofumi2011-04-12
* | fat: Replace all printk with fat_msg()Alexey Fisher2011-04-12
* | fat: Add fat_msg() function for preformated FAT messagesAlexey Fisher2011-04-12
* | fat: Convert fat_fs_error to use %pVAlexey Fisher2011-04-12
* | fat: Fix possible null deref in fat_cache_add()OGAWA Hirofumi2011-04-12
* | fat: use new setup() for ->dir_ops tooOGAWA Hirofumi2011-04-12
|/
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-24
|\
| * block: remove per-queue pluggingJens Axboe2011-03-10
* | exportfs: Return the minimum required handle sizeAneesh Kumar K.V2011-03-14
* | fat: fix d_revalidate oopsen on NFS exportsAl Viro2011-03-10
|/
* switch fat to ->s_d_op, close exportfs races thereAl Viro2011-01-12
* fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-07
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* fs: icache RCU free inodesNick Piggin2011-01-07
* fs: change d_hash for rcu-walkNick Piggin2011-01-07
* fs: change d_compare for rcu-walkNick Piggin2011-01-07
* new helper: mount_bdev()Al Viro2010-10-29
* Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-22
|\
| * block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-16
| * block: remove the BH_Eopnotsupp flagChristoph Hellwig2010-09-10
| * fat: do not send discards as barriersChristoph Hellwig2010-09-10
| * block: pass gfp_mask and flags to sb_issue_discardChristoph Hellwig2010-09-10
* | BKL: Remove BKL from fatArnd Bergmann2010-10-04
* | BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-04
|/
* remove SWRITE* I/O typesChristoph Hellwig2010-08-18
* covert fatfs to ->evict_inode()Al Viro2010-08-09
* check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-09
* always call inode_change_ok early in ->setattrChristoph Hellwig2010-08-09
* rename generic_setattrChristoph Hellwig2010-08-09
* get rid of cont_write_begin_newtruncChristoph Hellwig2010-08-09
* sort out blockdev_direct_IO variantsChristoph Hellwig2010-08-09
* fat: convert to use the new truncate convention.npiggin@suse.de2010-05-27