aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-22exportfs: make struct export_operations constChristoph Hellwig2-2/+2
2007-10-22ocfs2: new export opsChristoph Hellwig1-41/+24
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov3-7/+7
2007-10-17Fix f_version type: should be u64 instead of unsigned longMathieu Desnoyers1-5/+5
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2-6/+3
2007-10-17mm: bdi init hooksPeter Zijlstra1-1/+8
2007-10-16ocfs2: convert to new aopsNick Piggin3-266/+22
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-1/+2
2007-10-12Drivers: clean up direct setting of the name of a ksetGreg Kroah-Hartman1-1/+2
2007-10-12ocfs2: Optionally return filldir errorsMark Fasheh1-11/+22
2007-10-12ocfs2: Write support for directories with inline dataMark Fasheh4-98/+594
2007-10-12ocfs2: Read support for directories with inline dataMark Fasheh1-8/+168
2007-10-12ocfs2: Write support for inline dataMark Fasheh7-8/+526
2007-10-12ocfs2: Read support for inline dataMark Fasheh2-4/+82
2007-10-12ocfs2: Structure updates for inline dataMark Fasheh6-4/+57
2007-10-12ocfs2: Cleanup dirent size checkMark Fasheh1-8/+28
2007-10-12ocfs2: Rename cleanupsMark Fasheh3-31/+47
2007-10-12ocfs2: Provide convenience function for ino lookupMark Fasheh5-21/+25
2007-10-12ocfs2: Implement ocfs2_empty_dir() as a caller of ocfs2_dir_foreach()Mark Fasheh2-52/+46
2007-10-12ocfs2: Remove open coded readdir()Mark Fasheh3-83/+70
2007-10-12ocfs2: Pass raw u64 to filldirMark Fasheh1-1/+1
2007-10-12ocfs2: Abstract out core dir listing functionalityMark Fasheh1-47/+56
2007-10-12ocfs2: Move directory manipulation code into dir.cMark Fasheh5-467/+461
2007-10-12ocfs2: Small refactor of truncate zeroing codeMark Fasheh3-87/+86
2007-10-12ocfs2: move nonsparse hole-filling into ocfs2_write_begin()Mark Fasheh3-144/+115
2007-10-12ocfs2: Sync ocfs2_fs.h with ocfs2-toolsMark Fasheh1-2/+18
2007-10-12[PATCH] fs/ocfs2/: removed unneeded initial value and function's return valueDenis Cheng1-9/+8
2007-10-12ocfs2: Implement show_options()Sunil Mushran1-0/+38
2007-10-12ocfs2: Clear slot map when umounting a local volumeMark Fasheh1-3/+4
2007-10-12ocfs2: Remove unused structure fieldMark Fasheh1-10/+3
2007-10-12ocfs2: remove unused variableTao Mao1-24/+16
2007-10-12ocfs2: remove mostly unused field from insert structureTao Mao1-23/+6
2007-10-12Fix up more bio falloutAl Viro1-2/+1
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-4/+0
2007-10-03ocfs2: Unlock mutex in local alloc failure caseSunil Mushran1-1/+3
2007-09-20ocfs2: Pack vote message and response structuresSunil Mushran1-2/+2
2007-09-20ocfs2: Don't double set write parametersMark Fasheh1-13/+3
2007-09-20ocfs2: Fix pos/len passed to ocfs2_write_clusterMark Fasheh1-1/+16
2007-09-20ocfs2: Allow smaller allocations during large writesMark Fasheh5-14/+36
2007-09-11ocfs2: Fix calculation of i_blocks during truncateMark Fasheh2-1/+1
2007-09-11[PATCH] ocfs2: Fix a wrong cluster calculation.tao.ma@oracle.com1-1/+3
2007-09-11[PATCH] ocfs2: fix mount option parsingTiger Yang1-32/+37
2007-08-09ocfs2: set non-default s_time_gran during mountMark Fasheh1-0/+1
2007-08-09ocfs2: Retry sendpage() if it returns EAGAINSunil Mushran1-8/+16
2007-08-09ocfs2: Fix rename/extend raceSunil Mushran1-1/+15
2007-08-09[2.6 patch] ocfs2_insert_extent(): remove dead codeAdrian Bunk1-4/+0
2007-08-09ocfs2: Fix max offset calculationsMark Fasheh1-28/+40
2007-08-09ocfs2: check ia_size limits in setattrMark Fasheh1-0/+5
2007-08-09ocfs2: Fix some casting errors related to file writesMark Fasheh2-5/+5