aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
2007-11-12[NET]: Add the helper kernel_sock_shutdown()Gravatar Trond Myklebust 1-2/+2
2007-11-06ocfs2: fix rename vs unlink raceGravatar Srinivas Eeda 1-3/+10
2007-11-06[PATCH] Fix possibly too long write in o2hb_setup_one_bio()Gravatar Jan Kara 1-1/+1
2007-11-06ocfs2: fix write() performance regressionGravatar Mark Fasheh 1-0/+22
2007-11-06ocfs2: Commit journal on sync writesGravatar Mark Fasheh 1-1/+25
2007-11-06ocfs2: Re-order iput in ocfs2_drop_dentry_lockGravatar Mark Fasheh 1-1/+1
2007-11-06ocfs2: Create locks at initially requested levelGravatar Mark Fasheh 1-14/+9
2007-11-06[PATCH] Fix priority mistakes in fs/ocfs2/{alloc.c, dlmglue.c}Gravatar Roel Kluin 2-2/+2
2007-11-06[2.6 patch] make ocfs2_find_entry_el() staticGravatar Adrian Bunk 1-3/+3
2007-10-22exportfs: make struct export_operations constGravatar Christoph Hellwig 2-2/+2
2007-10-22ocfs2: new export opsGravatar Christoph Hellwig 1-41/+24
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Gravatar Robert P. J. Day 1-1/+1
2007-10-19Use helpers to obtain task pid in printksGravatar Pavel Emelyanov 3-7/+7
2007-10-17Fix f_version type: should be u64 instead of unsigned longGravatar Mathieu Desnoyers 1-5/+5
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 2-6/+3
2007-10-17mm: bdi init hooksGravatar Peter Zijlstra 1-1/+8
2007-10-16ocfs2: convert to new aopsGravatar Nick Piggin 3-266/+22
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Gravatar Linus Torvalds 1-1/+2
2007-10-12Drivers: clean up direct setting of the name of a ksetGravatar Greg Kroah-Hartman 1-1/+2
2007-10-12ocfs2: Optionally return filldir errorsGravatar Mark Fasheh 1-11/+22
2007-10-12ocfs2: Write support for directories with inline dataGravatar Mark Fasheh 4-98/+594
2007-10-12ocfs2: Read support for directories with inline dataGravatar Mark Fasheh 1-8/+168
2007-10-12ocfs2: Write support for inline dataGravatar Mark Fasheh 7-8/+526
2007-10-12ocfs2: Read support for inline dataGravatar Mark Fasheh 2-4/+82
2007-10-12ocfs2: Structure updates for inline dataGravatar Mark Fasheh 6-4/+57
2007-10-12ocfs2: Cleanup dirent size checkGravatar Mark Fasheh 1-8/+28
2007-10-12ocfs2: Rename cleanupsGravatar Mark Fasheh 3-31/+47
2007-10-12ocfs2: Provide convenience function for ino lookupGravatar Mark Fasheh 5-21/+25
2007-10-12ocfs2: Implement ocfs2_empty_dir() as a caller of ocfs2_dir_foreach()Gravatar Mark Fasheh 2-52/+46
2007-10-12ocfs2: Remove open coded readdir()Gravatar Mark Fasheh 3-83/+70
2007-10-12ocfs2: Pass raw u64 to filldirGravatar Mark Fasheh 1-1/+1
2007-10-12ocfs2: Abstract out core dir listing functionalityGravatar Mark Fasheh 1-47/+56
2007-10-12ocfs2: Move directory manipulation code into dir.cGravatar Mark Fasheh 5-467/+461
2007-10-12ocfs2: Small refactor of truncate zeroing codeGravatar Mark Fasheh 3-87/+86
2007-10-12ocfs2: move nonsparse hole-filling into ocfs2_write_begin()Gravatar Mark Fasheh 3-144/+115
2007-10-12ocfs2: Sync ocfs2_fs.h with ocfs2-toolsGravatar Mark Fasheh 1-2/+18
2007-10-12[PATCH] fs/ocfs2/: removed unneeded initial value and function's return valueGravatar Denis Cheng 1-9/+8
2007-10-12ocfs2: Implement show_options()Gravatar Sunil Mushran 1-0/+38
2007-10-12ocfs2: Clear slot map when umounting a local volumeGravatar Mark Fasheh 1-3/+4
2007-10-12ocfs2: Remove unused structure fieldGravatar Mark Fasheh 1-10/+3
2007-10-12ocfs2: remove unused variableGravatar Tao Mao 1-24/+16
2007-10-12ocfs2: remove mostly unused field from insert structureGravatar Tao Mao 1-23/+6
2007-10-12Fix up more bio falloutGravatar Al Viro 1-2/+1
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioGravatar NeilBrown 1-4/+0
2007-10-03ocfs2: Unlock mutex in local alloc failure caseGravatar Sunil Mushran 1-1/+3
2007-09-20ocfs2: Pack vote message and response structuresGravatar Sunil Mushran 1-2/+2
2007-09-20ocfs2: Don't double set write parametersGravatar Mark Fasheh 1-13/+3
2007-09-20ocfs2: Fix pos/len passed to ocfs2_write_clusterGravatar Mark Fasheh 1-1/+16
2007-09-20ocfs2: Allow smaller allocations during large writesGravatar Mark Fasheh 5-14/+36
2007-09-11ocfs2: Fix calculation of i_blocks during truncateGravatar Mark Fasheh 2-1/+1