summaryrefslogtreecommitdiffstats
path: root/fs/hfsplus
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] move executable checking into ->permission()Miklos Szeredi2008-10-231-13/+0
* hfsplus: fix possible deadlock when handling corrupted extentsEric Sesterhenn2008-10-201-0/+3
* hfsplus: missing O_LARGEFILE checkAlan Cox2008-10-201-0/+2
* hfsplus: check read_mapping_page() return valueEric Sesterhenn2008-10-161-0/+12
* hfsplus: fix Buffer overflow with a corrupted imageEric Sesterhenn2008-10-161-0/+5
* hfsplus: quieten down mounting hfsplus journaled fs read onlyMike Crowe2008-10-161-1/+1
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* [PATCH] f_count may wrap aroundAl Viro2008-07-261-4/+0
* [PATCH] sanitize ->permission() prototypeAl Viro2008-07-261-1/+1
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* hfsplus: convert the extents_lock in a mutexMatthias Kaehlcke2008-07-254-11/+12
* Fix hfsplus oops on image without extentsEric Sesterhenn2008-05-131-0/+2
* hfsplus: fix warning with 64k PAGE_SIZEAndrew Morton2008-04-301-3/+7
* hfs/hfsplus: be*_add_cpu conversionMarcin Slusarz2008-04-301-1/+1
* trivial: fix user-visible typo in hfsplusDave Jones2008-04-291-1/+1
* hfsplus: use get/put_unaligned_* helpersHarvey Harrison2008-04-291-1/+1
* hfsplus: handle match_strdup failureJim Meyering2008-04-291-1/+2
* fs/hfsplus/: proper externsAdrian Bunk2008-04-292-3/+4
* [PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen2008-04-191-15/+25
* HFS+: fix unlink of linksRoman Zippel2008-04-101-8/+15
* fs/hfsplus/unicode.c: fix uninitialized var warningAndrew Morton2008-02-081-1/+2
* iget: stop HFSPLUS from using iget() and read_inode()David Howells2008-02-074-19/+43
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* hfsplus: convert to new aopsNick Piggin2007-10-162-19/+20
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma2007-07-171-1/+1
* HFS+: add custom dentry hash and comparison operationsDuane Griffin2007-07-166-1/+138
* HFS+: refactor ASCII to unicode conversion routine for later reuseDuane Griffin2007-07-161-45/+62
* HFSPlus: change kmalloc/memset to kzallocWyatt Banks2007-07-161-2/+1
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-1/+1
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-2/+1
* is_power_of_2 in fs/hfsVignesh Babu BM2007-05-081-1/+2
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-143-3/+0
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-122-3/+3
* [PATCH] extend the set of "__attribute__" shortcut macrosRobert P. J. Day2007-02-111-2/+0
* [PATCH] struct path: convert hfsplusJosef Sipek2006-12-082-2/+2
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* fix file specification in commentsUwe Zeisberger2006-10-031-1/+1
* [PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen2006-10-011-2/+2
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-011-1/+1
* [PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen2006-10-011-1/+1
* [PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty2006-10-011-2/+4
* [PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6]David Howells2006-09-302-15/+10
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-2/+0
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-271-2/+1
* [PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-09-272-4/+2