summaryrefslogtreecommitdiffstats
path: root/fs/fat
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] fix ->llseek for more directoriesChristoph Hellwig2008-10-231-0/+1
* [PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2008-10-231-34/+18
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-3/+3
* Let the block device know when sectors can be discardedDavid Woodhouse2008-10-091-0/+14
* vfat: fix 'sync' mount deadlock due to BKL->lock_super conversionLinus Torvalds2008-08-201-7/+3
* fat: Fix allow_utime optionOGAWA Hirofumi2008-08-021-2/+4
* [patch 3/4] fat: dont call notify_changeMiklos Szeredi2008-07-261-1/+14
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-262-2/+2
* fatfs: add UTC timestamp optionJoe Peterson2008-07-253-12/+27
* fat: small optimization to __fat_readdir()OGAWA Hirofumi2008-07-251-32/+39
* fat: use same logic in fat_search_long() and __fat_readdir()OGAWA Hirofumi2008-07-251-16/+26
* fat: cleanup fs/fat/dir.cOGAWA Hirofumi2008-07-251-64/+67
* fat/dir.c: switch to struct __fat_direntAdrian Bunk2008-07-251-4/+3
* fat: fix parse_options()OGAWA Hirofumi2008-07-251-2/+5
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-17/+27
|\
| * fat: relax the permission check of fat_setattr()OGAWA Hirofumi2008-06-121-17/+27
* | Make FAT users happier by not deadlockingJonathan Corbet2008-07-021-9/+1
* | Replace BKL with superblock lock in fat/msdos/vfatLinus Torvalds2008-06-204-18/+26
|/
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-303-5/+5
* fat: use get/put_unaligned_* helpersHarvey Harrison2008-04-291-5/+3
* fatfs: fix build warning with 64k PAGE_SIZEOlof Johansson2008-04-281-1/+1
* FAT_VALID_MEDIA(): remove pointless testAndrew Morton2008-04-281-1/+1
* fat: use __getname()OGAWA Hirofumi2008-04-281-10/+10
* vfat: bug fix for vfat cannot handle filename with 255Keith Mok2008-04-281-16/+28
* fat: Remove fat_clusters_flush()OGAWA Hirofumi2008-04-281-2/+0
* fat: Update free_clusters even if it is untrustedOGAWA Hirofumi2008-04-282-5/+9
* fat: Add allow_utime optionOGAWA Hirofumi2008-04-282-3/+39
* fat: fat_setattr() fixOGAWA Hirofumi2008-04-281-9/+6
* fat: fat_notify_change() and check_mode() cleanupOGAWA Hirofumi2008-04-281-99/+84
* fat: kill is_bad_inode() checkOGAWA Hirofumi2008-04-281-7/+2
* [PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen2008-04-191-5/+7
* mount options: fix fatMiklos Szeredi2008-02-081-0/+2
* iget: stop FAT from using iget() and read_inode()David Howells2008-02-071-4/+2
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-071-1/+1
* FAT: Fix printk format stringsVegard Nossum2008-02-062-7/+4
* fs/fat/: refine chmod checksJan Engelhardt2008-02-061-3/+44
* fat: optimize fat_count_free_clusters()OGAWA Hirofumi2008-01-081-0/+28
* exportfs: make struct export_operations constChristoph Hellwig2007-10-221-1/+1
* fat: new export opsChristoph Hellwig2007-10-221-17/+7
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-172-2/+2
* fat: convert to new aopsNick Piggin2007-10-161-11/+16
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-202-2/+2
* knfsd: exportfs: add exportfs.h headerChristoph Hellwig2007-07-171-0/+1
* fat: Fix the race of read/write the FAT12 entryOGAWA Hirofumi2007-07-161-0/+7
* fat: gcc 4.3 warning fixOGAWA Hirofumi2007-07-162-15/+19
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-1/+1
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-172-10/+7
* fat: fix VFAT compat ioctls on 64-bit systemsOGAWA Hirofumi2007-05-081-99/+100
* fat: don't use free_clusters for fat32OGAWA Hirofumi2007-05-081-3/+11
* is_power_of_2 in fatVignesh Babu BM2007-05-081-4/+3