aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/namei_vfat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2012-10-09fat: drop lock/unlock superMarco Stornelli1-15/+15
2012-10-06fat (exportfs): fix dentry reconnectionSteven J. Magnani1-3/+2
2012-07-30fat: accessors for msdos_dir_entry 'start' fieldsSteven J. Magnani1-8/+3
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-6/+6
2012-03-23fat: fix bug in enforcing Long File Name lengthNamjae Jeon1-1/+1
2012-03-23fat: clean up xlate_to_uni()Namjae Jeon1-47/+36
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+2
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2011-11-18NLS: improve UTF8 -> UTF16 string conversion routineAlan Stern1-1/+2
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-07-20LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepAl Viro1-4/+2
2011-05-28fat: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-5/+0
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-0/+5
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-04-12fat: use new setup() for ->dir_ops tooOGAWA Hirofumi1-2/+2
2011-03-10fat: fix d_revalidate oopsen on NFS exportsAl Viro1-2/+2
2011-01-12switch fat to ->s_d_op, close exportfs races thereAl Viro1-18/+9
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-0/+6
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-4/+4
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-3/+5
2011-01-07fs: change d_compare for rcu-walkNick Piggin1-13/+20
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-10-04BKL: Remove BKL from fatArnd Bergmann1-4/+3
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-1/+6
2010-03-31fat: fix buffer overflow in vfat_create_shortname()Nikolaus Schulz1-3/+3
2010-02-10fat: Fix stat->f_namelenKevin Dankwardt1-3/+3
2010-01-12fat: Fix vfat_lookup()OGAWA Hirofumi1-5/+16
2009-08-01fat/nls: Fix handling of utf8 invalid charOGAWA Hirofumi1-11/+4
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-2/+2
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds1-1/+1
2009-06-15NLS: update handling of UnicodeAlan Stern1-2/+2
2009-06-11Sanitize ->fsync() for FATAl Viro1-2/+2
2009-06-04FAT: add 'errors' mount optionDenis Karpov1-1/+1
2009-03-27constify dentry_operations: FATAl Viro1-2/+2
2008-11-12fat: drop negative dentry on rename() pathOGAWA Hirofumi1-1/+1
2008-11-06fat: Kill d_invalidate() in vfat_lookup()OGAWA Hirofumi1-7/+6
2008-11-06fat: Fix/Cleanup dcache handling for vfatOGAWA Hirofumi1-44/+80
2008-11-06vfat: Fix vfat_find() error path in vfat_lookup()OGAWA Hirofumi1-5/+13
2008-11-06fat: Fix and cleanup timestamp conversionOGAWA Hirofumi1-2/+3
2008-11-06fat: split include/msdos_fs.hOGAWA Hirofumi1-2/+1
2008-11-06fat: move fs/vfat/* and fs/msdos/* to fs/fatOGAWA Hirofumi1-0/+1055