aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/namei_vfat.c
Commit message (Expand)AuthorAge
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-29
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-03
* fat: drop lock/unlock superMarco Stornelli2012-10-09
* fat (exportfs): fix dentry reconnectionSteven J. Magnani2012-10-05
* fat: accessors for msdos_dir_entry 'start' fieldsSteven J. Magnani2012-07-30
* don't pass nameidata to ->create()Al Viro2012-07-14
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-14
* fat: fix bug in enforcing Long File Name lengthNamjae Jeon2012-03-23
* fat: clean up xlate_to_uni()Namjae Jeon2012-03-23
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-09
|\
| * NLS: improve UTF8 -> UTF16 string conversion routineAlan Stern2011-11-18
* | switch ->create() to umode_tAl Viro2012-01-03
* | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-03
|/
* filesystems: add set_nlink()Miklos Szeredi2011-11-02
* LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepAl Viro2011-07-20
* 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: use new setup() for ->dir_ops tooOGAWA Hirofumi2011-04-12
|/
* 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: 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
* BKL: Remove BKL from fatArnd Bergmann2010-10-04
* BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-04
* fat: fix buffer overflow in vfat_create_shortname()Nikolaus Schulz2010-03-31
* fat: Fix stat->f_namelenKevin Dankwardt2010-02-10
* fat: Fix vfat_lookup()OGAWA Hirofumi2010-01-11
* fat/nls: Fix handling of utf8 invalid charOGAWA Hirofumi2009-08-01
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-06-16
|\
| * NLS: update handling of UnicodeAlan Stern2009-06-16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2009-06-16
|\ \ | |/ |/|
| * FAT: add 'errors' mount optionDenis Karpov2009-06-03
* | Sanitize ->fsync() for FATAl Viro2009-06-11
|/
* constify dentry_operations: FATAl Viro2009-03-27
* fat: drop negative dentry on rename() pathOGAWA Hirofumi2008-11-11
* fat: Kill d_invalidate() in vfat_lookup()OGAWA Hirofumi2008-11-06
* fat: Fix/Cleanup dcache handling for vfatOGAWA Hirofumi2008-11-06
* vfat: Fix vfat_find() error path in vfat_lookup()OGAWA Hirofumi2008-11-06
* fat: Fix and cleanup timestamp conversionOGAWA Hirofumi2008-11-06
* fat: split include/msdos_fs.hOGAWA Hirofumi2008-11-06
* fat: move fs/vfat/* and fs/msdos/* to fs/fatOGAWA Hirofumi2008-11-06