string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / fs / fat /
2009-09-30 Linus TorvaldsMerge git://git./linux/kernel/git/hirofumi/fatfs-2.6
2009-09-24 Thomas Gleixnerfs: Make unload_nls() NULL pointer safe
2009-09-19 OGAWA Hirofumifat: Check s_dirt in fat_sync_fs()
2009-09-14 Jan Karafat: Opencode sync_page_range_nolock()
2009-08-01 Paul Wisevfat: change the default from shortname=lower to shortn...
2009-08-01 OGAWA Hirofumifat/nls: Fix handling of utf8 invalid char
2009-07-12 Alexey Dobriyanheaders: smp_lock.h redux
2009-07-10 Jens AxboeFix congestion_wait() sync/async vs read/write confusion
2009-06-20 OGAWA Hirofumifat: Fix the removal of opts->fs_dmask
2009-06-16 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/usb-2.6
2009-06-16 Linus TorvaldsMerge git://git./linux/kernel/git/hirofumi/fatfs-2.6
2009-06-16 Alan SternNLS: update handling of Unicode
2009-06-12 Christoph Hellwigfat: add ->sync_fs
2009-06-12 Al ViroSanitize ->fsync() for FAT
2009-06-12 Christoph Hellwig->write_super lock_super pushdown
2009-06-12 Christoph Hellwigpush BKL down into ->put_super
2009-06-12 Christoph Hellwigremove ->write_super call in generic_shutdown_super
2009-06-08 Christoph Hellwigfat: split fat_generic_ioctl
2009-06-03 Denis KarpovFAT: add 'errors' mount option
2009-04-17 Alan Coxvfat: Note the NLS requirement
2009-04-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-04-03 Coly Lifs/fat: return f_fsid for statfs(2)
2009-04-01 Al ViroNew helper - current_umask()
2009-03-27 Al Viroconstify dentry_operations: FAT
2009-03-11 OGAWA HirofumiFix _fat_bmap() locking
2009-01-22 Alexey Dobriyanfs/Kconfig: move fat out
2008-12-31 Linus TorvaldsMerge git://git./linux/kernel/git/hirofumi/fatfs-2.6
2008-11-14 James MorrisMerge branch 'master' into next
2008-11-13 David HowellsCRED: Wrap task credential accesses in the FAT filesystem
2008-11-11 Christoph Hellwigfat: make sure to set d_ops in fat_get_parent
2008-11-11 OGAWA Hirofumifat: fix duplicate addition of ->llseek handler
2008-11-11 OGAWA Hirofumifat: drop negative dentry on rename() path
2008-11-06 OGAWA Hirofumifat: i_blocks warning fix
2008-11-06 OGAWA Hirofumifat: ->i_pos race fix
2008-11-06 OGAWA Hirofumifat: mmu_private race fix
2008-11-06 OGAWA Hirofumifat: Add printf attribute to fat_fs_panic()
2008-11-06 OGAWA Hirofumifat: Fix _fat_bmap() race
2008-11-06 OGAWA Hirofumifat: Fix ATTR_RO for directory
2008-11-06 OGAWA Hirofumifat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0
2008-11-06 OGAWA Hirofumifat: Cleanup FAT attribute stuff
2008-11-06 OGAWA Hirofumifat: Cleanup msdos_lookup()
2008-11-06 OGAWA Hirofumifat: Kill d_invalidate() in vfat_lookup()
2008-11-06 OGAWA Hirofumifat: Fix/Cleanup dcache handling for vfat
2008-11-06 OGAWA Hirofumivfat: Fix vfat_find() error path in vfat_lookup()
2008-11-06 OGAWA Hirofumifat: use fat_detach() in fat_clear_inode()
2008-11-06 OGAWA Hirofumifat: Fix fat_ent_update_ptr() for FAT12
2008-11-06 OGAWA Hirofumifat: improve fat_hash()
2008-11-06 Darren Jenkinsfat: cleanup fat_parse_long() error handling
2008-11-06 OGAWA Hirofumifat: use generic_file_llseek() for directory
2008-11-06 OGAWA Hirofumifat: Fix and cleanup timestamp conversion
2008-11-06 OGAWA Hirofumifat: split include/msdos_fs.h
2008-11-06 OGAWA Hirofumifat: move fs/vfat/* and fs/msdos/* to fs/fat
2008-10-30 Nick Pigginfs: remove prepare_write/commit_write
2008-10-23 Christoph Hellwig[PATCH] fix ->llseek for more directories
2008-10-23 Christoph Hellwig[PATCH] switch all filesystems over to d_obtain_alias
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-10-09 David WoodhouseLet the block device know when sectors can be discarded
2008-08-20 Linus Torvaldsvfat: fix 'sync' mount deadlock due to BKL->lock_super...
2008-08-02 OGAWA Hirofumifat: Fix allow_utime option
2008-07-27 Miklos Szeredi[patch 3/4] fat: dont call notify_change
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-25 Joe Petersonfatfs: add UTC timestamp option
2008-07-25 OGAWA Hirofumifat: small optimization to __fat_readdir()
2008-07-25 OGAWA Hirofumifat: use same logic in fat_search_long() and __fat_read...
2008-07-25 OGAWA Hirofumifat: cleanup fs/fat/dir.c
2008-07-25 Adrian Bunkfat/dir.c: switch to struct __fat_dirent
2008-07-25 OGAWA Hirofumifat: fix parse_options()
2008-07-14 Jonathan CorbetMerge commit 'v2.6.26' into bkl-removal
2008-07-02 Jonathan CorbetMake FAT users happier by not deadlocking
2008-06-20 Linus TorvaldsReplace BKL with superblock lock in fat/msdos/vfat
2008-06-13 OGAWA Hirofumifat: relax the permission check of fat_setattr()
2008-04-30 Harvey Harrisonfs: replace remaining __FUNCTION__ occurrences
2008-04-29 Harvey Harrisonfat: use get/put_unaligned_* helpers
2008-04-28 Olof Johanssonfatfs: fix build warning with 64k PAGE_SIZE
2008-04-28 Andrew MortonFAT_VALID_MEDIA(): remove pointless test
2008-04-28 OGAWA Hirofumifat: use __getname()
2008-04-28 Keith Mokvfat: bug fix for vfat cannot handle filename with 255
2008-04-28 OGAWA Hirofumifat: Remove fat_clusters_flush()
2008-04-28 OGAWA Hirofumifat: Update free_clusters even if it is untrusted
2008-04-28 OGAWA Hirofumifat: Add allow_utime option
2008-04-28 OGAWA Hirofumifat: fat_setattr() fix
2008-04-28 OGAWA Hirofumifat: fat_notify_change() and check_mode() cleanup
2008-04-28 OGAWA Hirofumifat: kill is_bad_inode() check
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: elevate write count for ioctls()
2008-02-08 Miklos Szeredimount options: fix fat
2008-02-07 David Howellsiget: stop FAT from using iget() and read_inode()
2008-02-07 David HowellsConvert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
2008-02-06 Vegard NossumFAT: Fix printk format strings
2008-02-06 Jan Engelhardtfs/fat/: refine chmod checks
2008-01-09 OGAWA Hirofumifat: optimize fat_count_free_clusters()
2007-10-22 Christoph Hellwigexportfs: make struct export_operations const
2007-10-22 Christoph Hellwigfat: new export ops
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-16 Nick Pigginfat: convert to new aops
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-17 Christoph Hellwigknfsd: exportfs: add exportfs.h header
2007-07-16 OGAWA Hirofumifat: Fix the race of read/write the FAT12 entry
2007-07-16 OGAWA Hirofumifat: gcc 4.3 warning fix
2007-07-10 Jens Axboesendfile: remove .sendfile from filesystems that use...
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
next