summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
AgeCommit message (Expand)Author
2007-12-17ocfs2: Re-journal buffers after transaction extendMark Fasheh
2007-12-17ocfs2: Allow for debugging of transaction extendsMark Fasheh
2007-12-17ocfs2: Don't panic when truncating an empty extentMark Fasheh
2007-12-17ocfs2: fix exit-while-locked bug in ocfs2_queue_orphans()Mark Fasheh
2007-12-05remove nonsense force-casts from ocfs2Al Viro
2007-11-27ocfs2: reverse inline-data truncate argsMark Fasheh
2007-11-27ocfs2: Fix comparison in ocfs2_size_fits_inline_data()Mark Fasheh
2007-11-27ocfs2: Remove bug statement in ocfs2_dentry_iput()Mark Fasheh
2007-11-27[PATCH] ocfs2: Remove expensive bitmap scanningJan Kara
2007-11-27ocfs2: log valid inode # on bad inodeMark Fasheh
2007-11-27ocfs2: Filter -ENOSPC in mlog_errno()Mark Fasheh
2007-11-27[PATCH] fs/ocfs2: Add missing "space"Joe Perches
2007-11-27ocfs2: Reset journal parameters after s_mount_opt updateMark Fasheh
2007-11-12[NET]: Add the helper kernel_sock_shutdown()Trond Myklebust
2007-11-06ocfs2: fix rename vs unlink raceSrinivas Eeda
2007-11-06[PATCH] Fix possibly too long write in o2hb_setup_one_bio()Jan Kara
2007-11-06ocfs2: fix write() performance regressionMark Fasheh
2007-11-06ocfs2: Commit journal on sync writesMark Fasheh
2007-11-06ocfs2: Re-order iput in ocfs2_drop_dentry_lockMark Fasheh
2007-11-06ocfs2: Create locks at initially requested levelMark Fasheh
2007-11-06[PATCH] Fix priority mistakes in fs/ocfs2/{alloc.c, dlmglue.c}Roel Kluin
2007-11-06[2.6 patch] make ocfs2_find_entry_el() staticAdrian Bunk
2007-10-22exportfs: make struct export_operations constChristoph Hellwig
2007-10-22ocfs2: new export opsChristoph Hellwig
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov
2007-10-17Fix f_version type: should be u64 instead of unsigned longMathieu Desnoyers
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-10-17mm: bdi init hooksPeter Zijlstra
2007-10-16ocfs2: convert to new aopsNick Piggin
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2007-10-12Drivers: clean up direct setting of the name of a ksetGreg Kroah-Hartman
2007-10-12ocfs2: Optionally return filldir errorsMark Fasheh
2007-10-12ocfs2: Write support for directories with inline dataMark Fasheh
2007-10-12ocfs2: Read support for directories with inline dataMark Fasheh
2007-10-12ocfs2: Write support for inline dataMark Fasheh
2007-10-12ocfs2: Read support for inline dataMark Fasheh
2007-10-12ocfs2: Structure updates for inline dataMark Fasheh
2007-10-12ocfs2: Cleanup dirent size checkMark Fasheh
2007-10-12ocfs2: Rename cleanupsMark Fasheh
2007-10-12ocfs2: Provide convenience function for ino lookupMark Fasheh
2007-10-12ocfs2: Implement ocfs2_empty_dir() as a caller of ocfs2_dir_foreach()Mark Fasheh
2007-10-12ocfs2: Remove open coded readdir()Mark Fasheh
2007-10-12ocfs2: Pass raw u64 to filldirMark Fasheh
2007-10-12ocfs2: Abstract out core dir listing functionalityMark Fasheh
2007-10-12ocfs2: Move directory manipulation code into dir.cMark Fasheh
2007-10-12ocfs2: Small refactor of truncate zeroing codeMark Fasheh
2007-10-12ocfs2: move nonsparse hole-filling into ocfs2_write_begin()Mark Fasheh
2007-10-12ocfs2: Sync ocfs2_fs.h with ocfs2-toolsMark Fasheh
2007-10-12[PATCH] fs/ocfs2/: removed unneeded initial value and function's return valueDenis Cheng