aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/namei_vfat.c
AgeCommit message (Expand)Author
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro
2016-07-30qstr: constify instances in vfatAl Viro
2016-07-29cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-17fs/fat: remove unnecessary includesAlexander Kuleshov
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-12-03fat: fix oops on corrupted vfat fsAl Viro
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2012-10-09fat: drop lock/unlock superMarco Stornelli
2012-10-06fat (exportfs): fix dentry reconnectionSteven J. Magnani
2012-07-30fat: accessors for msdos_dir_entry 'start' fieldsSteven J. Magnani
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-03-23fat: fix bug in enforcing Long File Name lengthNamjae Jeon
2012-03-23fat: clean up xlate_to_uni()Namjae Jeon
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2011-11-18NLS: improve UTF8 -> UTF16 string conversion routineAlan Stern
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-07-20LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepAl Viro
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: use new setup() for ->dir_ops tooOGAWA Hirofumi
2011-03-10fat: fix d_revalidate oopsen on NFS exportsAl Viro
2011-01-12switch fat to ->s_d_op, close exportfs races thereAl Viro
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: change d_hash for rcu-walkNick Piggin
2011-01-07fs: change d_compare for rcu-walkNick Piggin
2010-10-29new helper: mount_bdev()Al Viro
2010-10-04BKL: Remove BKL from fatArnd Bergmann
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck
2010-03-31fat: fix buffer overflow in vfat_create_shortname()Nikolaus Schulz
2010-02-10fat: Fix stat->f_namelenKevin Dankwardt
2010-01-12fat: Fix vfat_lookup()OGAWA Hirofumi
2009-08-01fat/nls: Fix handling of utf8 invalid charOGAWA Hirofumi
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds
2009-06-15NLS: update handling of UnicodeAlan Stern
2009-06-11Sanitize ->fsync() for FATAl Viro
2009-06-04FAT: add 'errors' mount optionDenis Karpov