aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-2/+2
2006-12-28ocfs2: ignore NULL vfsmnt in ocfs2_should_update_atime()Mark Fasheh1-0/+11
2006-12-28ocfs2: don't print error in ocfs2_permission()Mark Fasheh1-2/+0
2006-12-13[PATCH] ocfs2: relative atime supportMark Fasheh1-0/+8
2006-12-08[PATCH] struct path: convert ocfs2Josef Sipek1-17/+17
2006-12-01ocfs2: implement i_op->permissionTiger Yang1-0/+24
2006-12-01ocfs2: update file system paths to set atimeTiger Yang1-3/+3
2006-12-01ocfs2: core atime update functionsTiger Yang1-0/+52
2006-12-01ocfs2: Add splice supportTiger Yang1-50/+137
2006-12-01ocfs2: Remove ocfs2_write_should_remove_suid()Mark Fasheh1-15/+1
2006-12-01ocfs2: Remove struct ocfs2_journal_handle in favor of handle_tMark Fasheh1-9/+9
2006-12-01ocfs2: remove handle argument to ocfs2_start_trans()Mark Fasheh1-6/+5
2006-12-01ocfs2: pass ocfs2_super * into ocfs2_commit_trans()Mark Fasheh1-6/+6
2006-12-01ocfs2: remove unused handle argument from ocfs2_meta_lock_full()Mark Fasheh1-3/+3
2006-12-01ocfs2: don't use handle for locking in allocation functionsMark Fasheh1-16/+3
2006-12-01ocfs2: have ocfs2_extend_trans() take handle_tMark Fasheh1-1/+1
2006-10-20ocfs2: cond_resched() in ocfs2_zero_extend()Mark Fasheh1-0/+7
2006-10-20ocfs2: fix page zeroing during simple extendsMark Fasheh1-20/+24
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty1-15/+13
2006-09-20ocfs2: add ext2 attributesHerbert Poetzl1-0/+3
2006-05-17ocfs2: take meta data lock in ocfs2_file_aio_read()Mark Fasheh1-0/+16
2006-05-17ocfs2: take data locks around extendMark Fasheh1-24/+46
2006-04-07ocfs2: multi node truncate fixMark Fasheh1-8/+11
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-2/+2
2006-03-24ocfs2: don't use MLF* in the file systemMark Fasheh1-19/+23
2006-03-01[PATCH] ocfs2: remove unused codeMark Fasheh1-50/+1
2006-02-03[PATCH] ocfs2: fix compile warningsMark Fasheh1-4/+6
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-4/+4
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemMark Fasheh1-0/+1237