aboutsummaryrefslogtreecommitdiff
path: root/fs/fat
AgeCommit message (Expand)Author
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-07-30fat: refactor shortname parsingSteven J. Magnani
2012-07-30fat: accessors for msdos_dir_entry 'start' fieldsSteven J. Magnani
2012-07-31fat: Push mnt_want_write() outside of i_mutexJan Kara
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro
2012-07-11fat: fix non-atomic NFS i_pos readSteven J. Magnani
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-05-31fat: use fat_msg_ratelimit() in fat__get_entry()Namjae Jeon
2012-05-31fat: add fat_msg_ratelimit()Namjae Jeon
2012-05-31fat: switch to fsinfo_inodeArtem Bityutskiy
2012-05-31fat: mark superblock as dirty less oftenArtem Bityutskiy
2012-05-31fat: introduce mark_fsinfo_dirty helperArtem Bityutskiy
2012-05-31fat: introduce special inode for managing the FSINFO blockArtem Bityutskiy
2012-05-29->encode_fh() API changeAl Viro
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-03-23fat: fix bug in enforcing Long File Name lengthNamjae Jeon
2012-03-23fat: clean up xlate_to_uni()Namjae Jeon
2012-03-20fat: switch to d_make_root()Al Viro
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-03fat: propagate umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2012-01-03vfs: mnt_drop_write_file()Al Viro
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro
2011-12-15fat: Spelling s/obsolate/obsolete/gGeert Uytterhoeven
2011-11-18NLS: improve UTF8 -> UTF16 string conversion routineAlan Stern
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-10-31fat: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds
2011-08-17fat: fat16 support maximum 4GB file/vol size as WinXP or 7.Namjae Jeon
2011-08-17fat: fix utf8 iocharset warning messageMihai Moldovan
2011-08-17fat: fix build warningJonas Aberg
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig
2011-07-20fat: remove i_alloc_sem abuseChristoph Hellwig
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro
2011-07-20LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepAl Viro
2011-05-31fat: Fix corrupt inode flags when remove ATTR_SYS flagOGAWA Hirofumi
2011-05-28fat: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil
2011-04-12fat: Fix statfs->f_namelenOGAWA Hirofumi