aboutsummaryrefslogtreecommitdiff
path: root/fs/fat/cache.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADGravatar Linus Torvalds 1-1/+1
2019-01-04fat: new inline functions to determine the FAT variant (32, 16 or 12)Gravatar Carmeli Tamir 1-1/+1
2018-08-22fat: validate ->i_start before usingGravatar OGAWA Hirofumi 1-7/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-01-20fat: permit to return phy block number by fibmap in fallocated regionGravatar Namjae Jeon 1-25/+54
2015-04-17fs/fat: remove unnecessary includesGravatar Alexander Kuleshov 1-2/+0
2012-10-06fs/fat: fix two checkpatch issues in cache.cGravatar Cruz Julian Bishop 1-4/+6
2011-04-12fat: Fix possible null deref in fat_cache_add()Gravatar OGAWA Hirofumi 1-0/+7
2010-05-25fatfs: ratelimit corruption reportGravatar OGAWA Hirofumi 1-6/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-06-04FAT: add 'errors' mount optionGravatar Denis Karpov 1-3/+3
2008-11-06fat: mmu_private race fixGravatar OGAWA Hirofumi 1-5/+18
2008-11-06fat: split include/msdos_fs.hGravatar OGAWA Hirofumi 1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-06-20Replace BKL with superblock lock in fat/msdos/vfatGravatar Linus Torvalds 1-1/+1
2008-04-30fs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-3/+3
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-1/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORGravatar Christoph Lameter 1-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagGravatar Christoph Lameter 1-2/+1
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELGravatar Christoph Lameter 1-1/+1
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueGravatar Alexey Dobriyan 1-2/+1
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsGravatar Paul Jackson 1-1/+1
2006-01-08[PATCH] fat: support ->direct_IO()Gravatar OGAWA Hirofumi 1-3/+11
2005-06-30[PATCH] fatfs sectioning fixGravatar Andrew Morton 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+324