aboutsummaryrefslogtreecommitdiff
path: root/fs/fat
AgeCommit message (Expand)AuthorFilesLines
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+2
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-13/+13
2012-01-06vfs: switch ->show_options() to struct dentry *Gravatar Al Viro 1-3/+3
2012-01-03fat: propagate umode_tGravatar Al Viro 2-5/+5
2012-01-03switch ->create() to umode_tGravatar Al Viro 2-2/+2
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 2-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2012-01-03vfs: mnt_drop_write_file()Gravatar Al Viro 1-1/+1
2012-01-03switch a bunch of places to mnt_want_write_file()Gravatar Al Viro 1-1/+1
2011-12-15fat: Spelling s/obsolate/obsolete/gGravatar Geert Uytterhoeven 1-13/+13
2011-11-18NLS: improve UTF8 -> UTF16 string conversion routineGravatar Alan Stern 1-1/+2
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 3-4/+4
2011-10-31fat: follow rename pack_hex_byte() to hex_byte_pack()Gravatar Andy Shevchenko 1-2/+2
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Gravatar Joe Perches 1-5/+4
2011-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Gravatar Linus Torvalds 2-5/+4
2011-08-17fat: fat16 support maximum 4GB file/vol size as WinXP or 7.Gravatar Namjae Jeon 1-2/+1
2011-08-17fat: fix utf8 iocharset warning messageGravatar Mihai Moldovan 1-2/+2
2011-08-17fat: fix build warningGravatar Jonas Aberg 1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 2-3/+4
2011-07-20fs: simplify the blockdev_direct_IO prototypeGravatar Christoph Hellwig 1-2/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrGravatar Christoph Hellwig 1-0/+2
2011-07-20fat: remove i_alloc_sem abuseGravatar Christoph Hellwig 3-2/+7
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Gravatar Al Viro 1-19/+10
2011-07-20LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepGravatar Al Viro 1-4/+2
2011-05-31fat: Fix corrupt inode flags when remove ATTR_SYS flagGravatar OGAWA Hirofumi 1-1/+1
2011-05-28fat: remove unnecessary dentry_unhash on rmdir, dir renameGravatar Sage Weil 2-10/+0
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-0/+10
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsGravatar Sage Weil 2-0/+6
2011-05-26vfs: push dentry_unhash on rmdir into file systemsGravatar Sage Weil 2-0/+4
2011-04-12fat: Fix statfs->f_namelenGravatar OGAWA Hirofumi 1-1/+2
2011-04-12fat: Replace all printk with fat_msg()Gravatar Alexey Fisher 4-54/+55
2011-04-12fat: Add fat_msg() function for preformated FAT messagesGravatar Alexey Fisher 2-0/+18
2011-04-12fat: Convert fat_fs_error to use %pVGravatar Alexey Fisher 2-16/+16
2011-04-12fat: Fix possible null deref in fat_cache_add()Gravatar OGAWA Hirofumi 1-0/+7
2011-04-12fat: use new setup() for ->dir_ops tooGravatar OGAWA Hirofumi 4-9/+6
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+0
2011-03-14exportfs: Return the minimum required handle sizeGravatar Aneesh Kumar K.V 1-1/+3
2011-03-10fat: fix d_revalidate oopsen on NFS exportsGravatar Al Viro 1-2/+2
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-1/+0
2011-01-12switch fat to ->s_d_op, close exportfs races thereGravatar Al Viro 4-45/+25
2011-01-07fs: rcu-walk aware d_revalidate methodGravatar Nick Piggin 1-0/+6
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 3-9/+9
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8
2011-01-07fs: change d_hash for rcu-walkGravatar Nick Piggin 2-4/+7
2011-01-07fs: change d_compare for rcu-walkGravatar Nick Piggin 2-19/+28
2010-10-29new helper: mount_bdev()Gravatar Al Viro 2-10/+8
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 2-5/+3
2010-10-04BKL: Remove BKL from fatGravatar Arnd Bergmann 3-13/+6
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superGravatar Jan Blunck 2-2/+12
2010-09-16block: remove BLKDEV_IFL_WAITGravatar Christoph Hellwig 1-2/+1