aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-16hfs: convert to new aopsNick Piggin2-18/+19
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+1
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1
2007-05-08is_power_of_2 in fs/hfsVignesh Babu BM1-1/+2
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-1/+1
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven3-4/+4
2007-02-11[PATCH] extend the set of "__attribute__" shortcut macrosRobert P. J. Day1-2/+0
2006-12-08[PATCH] struct path: convert hfsJosef Sipek2-2/+2
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-11-16[PATCH] hfs_fill_super returns success even if no root inodeEric Sandeen1-0/+2
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen1-1/+1
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-1/+1
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty1-2/+4
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-2/+0
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-2/+1
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris3-6/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig2-4/+4
2006-06-23[PATCH] read_mapping_page for address spacePekka Enberg2-2/+2
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-1/+3
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+4
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven3-4/+4
2006-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-8/+4
2006-03-26[PATCH] remove ->get_blocks() supportBadari Pulavarty1-12/+1
2006-03-26BUG_ON() Conversion in fs/hfs/Eric Sesterhenn2-8/+4
2006-01-18[PATCH] hfs: cleanup HFS printsRoman Zippel10-53/+48
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-2/+2
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering2-2/+0
2005-10-28[PATCH] gfp_t: fs/*Al Viro1-1/+1
2005-09-07[PATCH] hfs: NLS supportRoman Zippel8-46/+176
2005-09-07[PATCH] hfs: show_options supportRoman Zippel1-0/+25
2005-09-07[PATCH] hfs: remove debug codeRoman Zippel1-20/+1
2005-08-01[PATCH] hfs: don't reference missing pageRoman Zippel1-0/+2
2005-08-01[PATCH] hfs: don't dirty unchanged inodeRoman Zippel1-1/+2
2005-05-01[PATCH] hfs, hfsplus: don't leak s_fs_info and fix an oopsColin Leroy2-5/+8
2005-04-16Linux-2.6.12-rc2Linus Torvalds20-0/+5568