aboutsummaryrefslogtreecommitdiff
path: root/fs/hfs
AgeCommit message (Expand)AuthorFilesLines
2008-10-23[PATCH] move executable checking into ->permission()Gravatar Miklos Szeredi 1-8/+0
2008-10-16hfs: fix namelength memory corruptionGravatar Eric Sesterhenn 1-0/+4
2008-10-13vfs: Use const for kernel parser tableGravatar Steven Whitehouse 1-1/+1
2008-07-26[PATCH] f_count may wrap aroundGravatar Al Viro 1-4/+0
2008-07-26[PATCH] sanitize ->permission() prototypeGravatar Al Viro 1-2/+1
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-07-25hfs: convert extents_lock in a mutexGravatar Matthias Kaehlcke 4-11/+11
2008-07-25hfs: convert bitmap_lock in a mutexGravatar Matthias Kaehlcke 3-6/+7
2008-04-30hfs: fix warning with 64k PAGE_SIZEGravatar Andrew Morton 1-3/+7
2008-04-30hfs/hfsplus: be*_add_cpu conversionGravatar Marcin Slusarz 1-1/+1
2008-04-29hfs: handle match_strdup failureGravatar Jim Meyering 1-2/+4
2008-03-17hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakageGravatar Al Viro 1-3/+15
2008-02-06hfs: update comment to reflect actual init and exit routinesGravatar Robert P. J. Day 1-1/+1
2008-02-06address hfs on-disk corruption robustness review commentsGravatar Eric Sandeen 4-18/+25
2008-01-17hfs: fix coverity-found null derefGravatar Eric Sandeen 1-3/+4
2008-01-08hfs: handle more on-disk corruptions without oopsingGravatar Eric Sandeen 4-3/+42
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-1/+1
2007-10-16hfs: convert to new aopsGravatar Nick Piggin 2-18/+19
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-1/+1
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Gravatar Jens Axboe 1-1/+1
2007-05-21Detach sched.h from mm.hGravatar Alexey Dobriyan 1-0/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORGravatar Christoph Lameter 1-2/+1
2007-05-08is_power_of_2 in fs/hfsGravatar Vignesh Babu BM 1-1/+2
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagGravatar Christoph Lameter 1-1/+1
2007-02-12[PATCH] Mark struct super_operations constGravatar Josef 'Jeff' Sipek 1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 2Gravatar Arjan van de Ven 3-4/+4
2007-02-11[PATCH] extend the set of "__attribute__" shortcut macrosGravatar Robert P. J. Day 1-2/+0
2006-12-08[PATCH] struct path: convert hfsGravatar Josef Sipek 2-2/+2
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-11-16[PATCH] hfs_fill_super returns success even if no root inodeGravatar Eric Sandeen 1-0/+2
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkGravatar Dave Hansen 1-1/+1
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkGravatar Dave Hansen 1-1/+1
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsGravatar Badari Pulavarty 1-2/+4
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 1-2/+0
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueGravatar Alexey Dobriyan 1-2/+1
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocGravatar Panagiotis Issaris 3-6/+3
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-28[PATCH] mark address_space_operations constGravatar Christoph Hellwig 2-4/+4
2006-06-23[PATCH] read_mapping_page for address spaceGravatar Pekka Enberg 2-2/+2
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryGravatar David Howells 1-1/+3
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountGravatar David Howells 1-3/+4
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 3-4/+4
2006-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialGravatar Linus Torvalds 2-8/+4
2006-03-26[PATCH] remove ->get_blocks() supportGravatar Badari Pulavarty 1-12/+1
2006-03-26BUG_ON() Conversion in fs/hfs/Gravatar Eric Sesterhenn 2-8/+4
2006-01-18[PATCH] hfs: cleanup HFS printsGravatar Roman Zippel 10-53/+48
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semGravatar Jes Sorensen 1-2/+2
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonGravatar Olaf Hering 2-2/+0
2005-10-28[PATCH] gfp_t: fs/*Gravatar Al Viro 1-1/+1