aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat
AgeCommit message (Expand)AuthorFilesLines
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-03-20fat: switch to d_make_root()Al Viro1-4/+4
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+2
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-13/+13
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-3/+3
2012-01-03fat: propagate umode_tAl Viro2-5/+5
2012-01-03switch ->create() to umode_tAl Viro2-2/+2
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2012-01-03vfs: mnt_drop_write_file()Al Viro1-1/+1
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro1-1/+1
2011-12-15fat: Spelling s/obsolate/obsolete/gGeert Uytterhoeven1-13/+13
2011-11-18NLS: improve UTF8 -> UTF16 string conversion routineAlan Stern1-1/+2
2011-11-02filesystems: add set_nlink()Miklos Szeredi3-4/+4
2011-10-31fat: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko1-2/+2
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-5/+4
2011-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2-5/+4
2011-08-17fat: fat16 support maximum 4GB file/vol size as WinXP or 7.Namjae Jeon1-2/+1
2011-08-17fat: fix utf8 iocharset warning messageMihai Moldovan1-2/+2
2011-08-17fat: fix build warningJonas Aberg1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2-3/+4
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig1-2/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig1-0/+2
2011-07-20fat: remove i_alloc_sem abuseChristoph Hellwig3-2/+7
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro1-19/+10
2011-07-20LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepAl Viro1-4/+2
2011-05-31fat: Fix corrupt inode flags when remove ATTR_SYS flagOGAWA Hirofumi1-1/+1
2011-05-28fat: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2-10/+0
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-0/+10
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil2-0/+6
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil2-0/+4
2011-04-12fat: Fix statfs->f_namelenOGAWA Hirofumi1-1/+2
2011-04-12fat: Replace all printk with fat_msg()Alexey Fisher4-54/+55
2011-04-12fat: Add fat_msg() function for preformated FAT messagesAlexey Fisher2-0/+18
2011-04-12fat: Convert fat_fs_error to use %pVAlexey Fisher2-16/+16
2011-04-12fat: Fix possible null deref in fat_cache_add()OGAWA Hirofumi1-0/+7
2011-04-12fat: use new setup() for ->dir_ops tooOGAWA Hirofumi4-9/+6
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V1-1/+3
2011-03-10fat: fix d_revalidate oopsen on NFS exportsAl Viro1-2/+2
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-01-12switch fat to ->s_d_op, close exportfs races thereAl Viro4-45/+25
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-0/+6
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin3-9/+9
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-07fs: change d_hash for rcu-walkNick Piggin2-4/+7
2011-01-07fs: change d_compare for rcu-walkNick Piggin2-19/+28
2010-10-29new helper: mount_bdev()Al Viro2-10/+8
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-5/+3
2010-10-04BKL: Remove BKL from fatArnd Bergmann3-13/+6
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2-2/+12
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig1-2/+1
2010-09-10block: remove the BH_Eopnotsupp flagChristoph Hellwig1-4/+1
2010-09-10fat: do not send discards as barriersChristoph Hellwig1-1/+1
2010-09-10block: pass gfp_mask and flags to sb_issue_discardChristoph Hellwig1-1/+3
2010-08-18remove SWRITE* I/O typesChristoph Hellwig1-1/+3
2010-08-09covert fatfs to ->evict_inode()Al Viro1-11/+9
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2-16/+2
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig1-15/+15
2010-08-09rename generic_setattrChristoph Hellwig1-1/+1
2010-08-09get rid of cont_write_begin_newtruncChristoph Hellwig1-1/+1
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig1-2/+2
2010-05-27fat: convert to use the new truncate convention.npiggin@suse.de3-15/+57
2010-05-27rename the generic fsync implementationsChristoph Hellwig1-1/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig2-5/+4
2010-05-25fatfs: ratelimit corruption reportOGAWA Hirofumi4-18/+31
2010-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds4-25/+32
2010-05-17fat: convert to unlocked_ioctlArnd Bergmann3-10/+24
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-3/+3
2010-03-31fat: fix buffer overflow in vfat_create_shortname()Nikolaus Schulz1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-16fat: Cleanup nls_unload() usageOGAWA Hirofumi1-4/+2
2010-03-16fat: use pack_hex_byte() instead of custom oneAndy Shevchenko1-11/+6
2010-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2-9/+20
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-2/+7
2010-02-10fat: Fix stat->f_namelenKevin Dankwardt2-4/+4
2010-01-12fat: Fix vfat_lookup()OGAWA Hirofumi1-5/+16
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds3-12/+24
2009-12-16fatfs: use common time_to_tm in fat_time_unix2fat()Zhaolei1-42/+15
2009-11-21fat: make discard a mount optionChristoph Hellwig3-12/+24
2009-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds4-22/+21
2009-09-24fs: Make unload_nls() NULL pointer safeThomas Gleixner1-12/+4
2009-09-20fat: Check s_dirt in fat_sync_fs()OGAWA Hirofumi3-9/+15
2009-09-14fat: Opencode sync_page_range_nolock()Jan Kara2-4/+22
2009-08-01vfat: change the default from shortname=lower to shortname=mixedPaul Wise1-2/+2
2009-08-01fat/nls: Fix handling of utf8 invalid charOGAWA Hirofumi1-11/+4
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan3-3/+0
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe1-1/+1
2009-06-20fat: Fix the removal of opts->fs_dmaskOGAWA Hirofumi1-1/+1
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2-16/+17
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds9-110/+147
2009-06-15NLS: update handling of UnicodeAlan Stern2-16/+17
2009-06-11fat: add ->sync_fsChristoph Hellwig1-0/+11
2009-06-11Sanitize ->fsync() for FATAl Viro7-19/+49
2009-06-11->write_super lock_super pushdownChristoph Hellwig1-0/+2
2009-06-11push BKL down into ->put_superChristoph Hellwig1-0/+4
2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig1-0/+3
2009-06-08fat: split fat_generic_ioctlChristoph Hellwig1-88/+94
2009-06-04FAT: add 'errors' mount optionDenis Karpov9-22/+53
2009-04-17vfat: Note the NLS requirementAlan Cox1-0/+3
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2009-04-02fs/fat: return f_fsid for statfs(2)Coly Li1-1/+5
2009-03-31New helper - current_umask()Al Viro1-1/+1
2009-03-27constify dentry_operations: FATAl Viro2-3/+3
2009-03-11Fix _fat_bmap() lockingOGAWA Hirofumi1-2/+2
2009-01-22fs/Kconfig: move fat outAlexey Dobriyan1-0/+97
2008-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds3-2/+3
2008-11-14Merge branch 'master' into nextJames Morris10-148/+2395
2008-11-14CRED: Wrap task credential accesses in the FAT filesystemDavid Howells2-3/+3
2008-11-12fat: make sure to set d_ops in fat_get_parentChristoph Hellwig1-0/+2
2008-11-12fat: fix duplicate addition of ->llseek handlerOGAWA Hirofumi1-1/+0
2008-11-12fat: drop negative dentry on rename() pathOGAWA Hirofumi1-1/+1
2008-11-06fat: i_blocks warning fixOGAWA Hirofumi4-6/+9
2008-11-06fat: ->i_pos race fixOGAWA Hirofumi1-2/+19
2008-11-06fat: mmu_private race fixOGAWA Hirofumi4-10/+25
2008-11-06fat: Add printf attribute to fat_fs_panic()OGAWA Hirofumi1-1/+2
2008-11-06fat: Fix _fat_bmap() raceOGAWA Hirofumi1-1/+8
2008-11-06fat: Fix ATTR_RO for directoryOGAWA Hirofumi3-12/+35
2008-11-06fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0OGAWA Hirofumi2-5/+35
2008-11-06fat: Cleanup FAT attribute stuffOGAWA Hirofumi3-31/+40
2008-11-06fat: Cleanup msdos_lookup()OGAWA Hirofumi1-17/+21
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: use fat_detach() in fat_clear_inode()OGAWA Hirofumi1-6/+1
2008-11-06fat: Fix fat_ent_update_ptr() for FAT12OGAWA Hirofumi1-4/+14
2008-11-06fat: improve fat_hash()OGAWA Hirofumi2-12/+7
2008-11-06fat: cleanup fat_parse_long() error handlingDarren Jenkins1-3/+4
2008-11-06fat: use generic_file_llseek() for directoryOGAWA Hirofumi1-0/+1
2008-11-06fat: Fix and cleanup timestamp conversionOGAWA Hirofumi6-72/+130
2008-11-06fat: split include/msdos_fs.hOGAWA Hirofumi9-8/+282
2008-11-06fat: move fs/vfat/* and fs/msdos/* to fs/fatOGAWA Hirofumi3-1/+1762
2008-10-30fs: remove prepare_write/commit_writeNick Piggin1-1/+1
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig1-0/+1
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig1-34/+18
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-3/+3
2008-10-09Let the block device know when sectors can be discardedDavid Woodhouse1-0/+14
2008-08-20vfat: fix 'sync' mount deadlock due to BKL->lock_super conversionLinus Torvalds1-7/+3
2008-08-02fat: Fix allow_utime optionOGAWA Hirofumi1-2/+4
2008-07-26[patch 3/4] fat: dont call notify_changeMiklos Szeredi1-1/+14
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan2-2/+2
2008-07-25fatfs: add UTC timestamp optionJoe Peterson3-12/+27
2008-07-25fat: small optimization to __fat_readdir()OGAWA Hirofumi1-32/+39
2008-07-25fat: use same logic in fat_search_long() and __fat_readdir()OGAWA Hirofumi1-16/+26
2008-07-25fat: cleanup fs/fat/dir.cOGAWA Hirofumi1-64/+67
2008-07-25fat/dir.c: switch to struct __fat_direntAdrian Bunk1-4/+3
2008-07-25fat: fix parse_options()OGAWA Hirofumi1-2/+5
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-17/+27
2008-07-02Make FAT users happier by not deadlockingJonathan Corbet1-9/+1
2008-06-20Replace BKL with superblock lock in fat/msdos/vfatLinus Torvalds4-18/+26
2008-06-12fat: relax the permission check of fat_setattr()OGAWA Hirofumi1-17/+27
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison3-5/+5
2008-04-29fat: use get/put_unaligned_* helpersHarvey Harrison1-5/+3
2008-04-28fatfs: fix build warning with 64k PAGE_SIZEOlof Johansson1-1/+1
2008-04-28FAT_VALID_MEDIA(): remove pointless testAndrew Morton1-1/+1
2008-04-28fat: use __getname()OGAWA Hirofumi1-10/+10
2008-04-28vfat: bug fix for vfat cannot handle filename with 255Keith Mok1-16/+28
2008-04-28fat: Remove fat_clusters_flush()OGAWA Hirofumi1-2/+0
2008-04-28fat: Update free_clusters even if it is untrustedOGAWA Hirofumi2-5/+9
2008-04-28fat: Add allow_utime optionOGAWA Hirofumi2-3/+39
2008-04-28fat: fat_setattr() fixOGAWA Hirofumi1-9/+6
2008-04-28fat: fat_notify_change() and check_mode() cleanupOGAWA Hirofumi1-99/+84
2008-04-28fat: kill is_bad_inode() checkOGAWA Hirofumi1-7/+2
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen1-5/+7
2008-02-08mount options: fix fatMiklos Szeredi1-0/+2
2008-02-07iget: stop FAT from using iget() and read_inode()David Howells1-4/+2
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells1-1/+1
2008-02-06FAT: Fix printk format stringsVegard Nossum2-7/+4
2008-02-06fs/fat/: refine chmod checksJan Engelhardt1-3/+44
2008-01-08fat: optimize fat_count_free_clusters()OGAWA Hirofumi1-0/+28
2007-10-22exportfs: make struct export_operations constChristoph Hellwig1-1/+1
2007-10-22fat: new export opsChristoph Hellwig1-17/+7
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2-2/+2
2007-10-16fat: convert to new aopsNick Piggin1-11/+16
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt2-2/+2
2007-07-17knfsd: exportfs: add exportfs.h headerChristoph Hellwig1-0/+1
2007-07-16fat: Fix the race of read/write the FAT12 entryOGAWA Hirofumi1-0/+7
2007-07-16fat: gcc 4.3 warning fixOGAWA Hirofumi2-15/+19
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2-10/+7
2007-05-08fat: fix VFAT compat ioctls on 64-bit systemsOGAWA Hirofumi1-99/+100
2007-05-08fat: don't use free_clusters for fat32OGAWA Hirofumi1-3/+11
2007-05-08is_power_of_2 in fatVignesh Babu BM1-4/+3
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2-4/+2
2007-02-20[PATCH] FAT: DIO-write fallback to normal bufferedOGAWA Hirofumi1-1/+3
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven2-2/+2
2006-12-08[PATCH] fat: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek2-4/+4
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter2-4/+4
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter2-2/+2
2006-11-16[PATCH] fat: add fat_getattr()OGAWA Hirofumi1-0/+10
2006-10-20[PATCH] separate bdi congestion functions from queue congestion functionsAndrew Morton1-1/+2
2006-10-11[PATCH] Remove unnecessary check in fs/fat/inode.cEric Sesterhenn1-1/+1
2006-10-10[PATCH] fs/fat endianness annotationsAl Viro1-1/+1
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells1-1/+1
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty1-2/+0
2006-09-30[PATCH] BLOCK: Move the msdos device ioctl compat stuff to the msdos driver [...David Howells1-0/+56
2006-09-29[PATCH] add -o flush for fatChris Mason2-2/+70
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-3/+0