aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2-6/+0
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-1/+1
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-3/+1
2006-09-24ocfs2: Teach ocfs2_drop_lock() to use ->set_lvb() callbackMark Fasheh1-31/+28
2006-09-24ocfs2: Remove ->unblock lockres operationMark Fasheh1-146/+6
2006-09-24ocfs2: move downconvert worker to lockres opsMark Fasheh1-18/+32
2006-09-24ocfs2: Remove unused dlmglue functionsMark Fasheh1-103/+0
2006-09-24ocfs2: Have the metadata lock use generic dlmglue functionsMark Fasheh1-1/+31
2006-09-24ocfs2: Add ->set_lvb callback in dlmglueMark Fasheh1-2/+29
2006-09-24ocfs2: Add ->check_downconvert callback in dlmglueMark Fasheh1-1/+18
2006-09-24ocfs2: Check for refreshing locks in generic unblock functionMark Fasheh1-12/+19
2006-09-24ocfs2: don't unconditionally pass LVB flagsMark Fasheh1-3/+15
2006-09-24ocfs2: combine inode and generic blocking AST functionsMark Fasheh1-112/+11
2006-09-24ocfs2: Add ->get_osb() dlmglue locking operationMark Fasheh1-0/+33
2006-09-24ocfs2: remove ->unlock_ast() callback from ocfs2_lock_res_opsMark Fasheh1-13/+3
2006-09-24ocfs2: combine inode and generic AST functionsMark Fasheh1-110/+10
2006-09-24ocfs2: Clean up lock resource refresh flagsMark Fasheh1-14/+35
2006-09-24ocfs2: Remove i_generation from inode lock namesMark Fasheh10-53/+170
2006-09-24ocfs2: Encode i_generation in the meta data lvbMark Fasheh2-7/+12
2006-09-24ocfs2: Free up some space in the lvbMark Fasheh2-4/+6
2006-09-24ocfs2: Remove special casing for inode creation in ocfs2_dentry_attach_lock()Mark Fasheh3-37/+14
2006-09-24ocfs2: manually d_move() during ocfs2_rename()Mark Fasheh2-2/+5
2006-09-24ocfs2: Remove the dentry voteMark Fasheh2-183/+2
2006-09-24ocfs2: Hook rest of the file system into dentry locking APIMark Fasheh4-41/+94
2006-09-24ocfs2: Add dentry tracking APIMark Fasheh3-32/+369
2006-09-24ocfs2: Add new cluster lock typeMark Fasheh5-104/+436
2006-09-24ocfs2: Update dlmglue for new dlmlock() APIMark Fasheh1-0/+3
2006-09-24ocfs2: Update dlmfs for new dlmlock() APIMark Fasheh2-51/+31
2006-09-24ocfs2: Allow binary names in the DLMMark Fasheh5-8/+11
2006-09-24ocfs2: Silence dlm error printMark Fasheh1-3/+3
2006-09-20ocfs2: Remove overzealous BUG_ON()Mark Fasheh1-8/+20
2006-09-20ocfs2: Don't print on unknown remote blocking callMark Fasheh1-6/+4
2006-09-20ocfs2: implement directory read-aheadMark Fasheh7-47/+115
2006-09-20ocfs2: properly update i_mtime on buffered writeMark Fasheh1-49/+34
2006-09-20ocfs2: Fix directory link count checks in ocfs2_link()Tiger Yang1-5/+5
2006-09-20ocfs2: move nlink check in ocfs2_mknod()Mark Fasheh1-7/+5
2006-09-20ocfs2: Fix heartbeat sector calculationMathieu Avila1-2/+6
2006-09-20[PATCH] fs/ocfs2/ioctl.c should #include "ioctl.h"Adrian Bunk1-0/+2
2006-09-20ocfs2: add ext2 attributesHerbert Poetzl9-6/+217
2006-08-07ocfs2: allocation hintsMark Fasheh4-13/+145
2006-08-07ocfs2: better group descriptor consistency checksMark Fasheh1-20/+94
2006-08-07ocfs2: limit cluster bitmap information saved at mountMark Fasheh2-3/+6
2006-08-07[PATCH] fs/ocfs2/dlm/dlmmaster.c: unexport dlm_migrate_lockresAdrian Bunk1-1/+0
2006-08-07ocfs2: fix check for locally granted state during dlmunlock()Kurt Hackel1-1/+1
2006-08-07ocfs2: do not modify lksb->status in the unlock astKurt Hackel1-25/+12
2006-08-07ocfs2: Fix lvb corruptionKurt Hackel1-0/+6
2006-06-29ocfs2: remove redundant NULL checks in ocfs2_direct_IO_get_blocks()Florin Malita1-8/+1
2006-06-29ocfs2: clean up some osb fieldsMark Fasheh4-42/+4
2006-06-29ocfs2: fix init of uuid_net_keyMark Fasheh1-1/+1
2006-06-29ocfs2: silence a debug printMark Fasheh1-1/+1