aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat (follow)
AgeCommit message (Expand)AuthorFilesLines
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