aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfsplus (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Issaris2-4/+2
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 Enberg3-10/+9
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/+5
2006-04-01BUG_ON() Conversion in fs/hfsplus/Eric Sesterhenn2-6/+3
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven2-2/+2
2006-03-26[PATCH] remove ->get_blocks() supportBadari Pulavarty1-12/+1
2006-01-18[PATCH] hfs: set type/creator for symlinksRoman Zippel2-2/+10
2006-01-18[PATCH] hfs: set correct create date for linksRoman Zippel2-12/+22
2006-01-18[PATCH] hfs: set correct ctimeRoman Zippel3-6/+15
2006-01-18[PATCH] hfs: add HFSX supportDavid Elliott8-23/+90
2006-01-18[PATCH] hfs: cleanup HFS+ printsRoman Zippel11-72/+55
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2006-01-10[PATCH] fs/hfsplus/: remove the hfsplus_inode_check() debug functionAdrian Bunk3-32/+0
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2-6/+6
2006-01-06[PATCH] hfsplus oops fixJoshua Kwan1-1/+1
2005-11-29[PATCH] hfsplus: don't modify journaled volumeRoman Zippel4-6/+33
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering7-7/+0
2005-10-28[PATCH] gfp_t: fs/*Al Viro1-1/+1
2005-10-26[PATCH] Fix HFS+ to free up the space when a file is deleted.Peter Wainwright1-0/+1
2005-09-07[PATCH] Change HFS+ to not use ll_rw_block()Jan Kara1-4/+2
2005-09-07[PATCH] hfs: show_options supportRoman Zippel3-6/+30
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/+3
2005-05-01[PATCH] hfs, hfsplus: don't leak s_fs_info and fix an oopsColin Leroy1-1/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds19-0/+9226