aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-25[PATCH] ocfs2: use generic_segment_checksChristoph Hellwig1-31/+1
2007-05-25ocfs2: fix inode leakMark Fasheh1-3/+4
2007-05-25[PATCH] ocfs2: use zero_user_pageNate Diller1-4/+1
2007-05-25ocfs2: unmap_mapping_range() in ocfs2_truncate()Mark Fasheh1-0/+1
2007-05-25ocfs2: trylock in ocfs2_readpage()Mark Fasheh1-1/+5
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2-25/+21
2007-05-10ocfs2: kobject/kset foobarRandy Dunlap1-2/+3
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap5-5/+0
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2-4/+2
2007-05-07mm: make read_cache_page synchronousNick Piggin1-7/+0
2007-05-04Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2Linus Torvalds23-91/+151
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman3-7/+6
2007-05-02ocfs2: Force use of GFP_NOFS in ocfs2_write()Mark Fasheh1-1/+1
2007-05-02ocfs2: fix sparse warnings in fs/ocfs2/clusterMark Fasheh2-6/+6
2007-05-02ocfs2: fix sparse warnings in fs/ocfs2/dlmMark Fasheh2-8/+8
2007-05-02ocfs2: fix sparse warnings in fs/ocfs2Mark Fasheh10-30/+37
2007-05-02[PATCH] Copy i_flags to ocfs2 inode flags on writeJan Kara3-0/+22
2007-05-02[PATCH] ocfs2: use __set_current_state()Milind Arun Choudhary1-1/+1
2007-05-02ocfs2: Wrap access of directory allocations with ip_alloc_sem.Joel Becker2-1/+8
2007-05-02[PATCH] fs/ocfs2/: make 3 functions staticAdrian Bunk5-44/+36
2007-05-02ocfs2: Implement compat_ioctl()Mark Fasheh4-0/+32
2007-04-26ocfs2: Cache extent recordsMark Fasheh7-0/+289
2007-04-26ocfs2: Remember rw lock level during direct ioMark Fasheh3-7/+19
2007-04-26ocfs2: Fix up i_blocks calculation to know about holesMark Fasheh9-30/+25
2007-04-26ocfs2: Fix extent lookup to return true size of holesMark Fasheh5-12/+109
2007-04-26ocfs2: Read from an unwritten extent returns zerosMark Fasheh10-23/+45
2007-04-26ocfs2: make room for unwritten extents flagMark Fasheh6-69/+151
2007-04-26ocfs2: Use own splice write actorMark Fasheh3-1/+162
2007-04-26ocfs2: Use do_sync_mapping_range() in ocfs2_zero_tail_for_truncate()Mark Fasheh1-1/+4
2007-04-26ocfs2: zero tail of sparse files on truncateMark Fasheh7-25/+328
2007-04-26ocfs2: Teach ocfs2_get_block() about holesMark Fasheh1-38/+61
2007-04-26ocfs2: remove ocfs2_prepare_write() and ocfs2_commit_write()Mark Fasheh1-120/+5
2007-04-26ocfs2: teach ocfs2_file_aio_write() about sparse filesMark Fasheh7-57/+1076
2007-04-26ocfs2: Turn off shared writeable mmap for local files systems with holes.Mark Fasheh1-2/+5
2007-04-26ocfs2: abstract out allocation lockingMark Fasheh1-27/+77
2007-04-26ocfs2: teach extend/truncate about sparse filesMark Fasheh3-237/+320
2007-04-26ocfs2: temporarily remove extent map cachingMark Fasheh14-996/+96
2007-04-26ocfs2: sparse b-tree supportMark Fasheh8-497/+2002
2007-04-26ocfs2: small cleanup of ocfs2_request_delete()Mark Fasheh1-33/+13
2007-04-26ocfs2: remove unused codeTiger Yang4-329/+7
2007-04-26ocfs2: Remove delete inode voteTiger Yang10-38/+205
2007-04-26ocfs2: filter more error printsMark Fasheh2-3/+2
2007-04-26ocfs2: Replace panic() with emergency_restart() when fencingSunil Mushran1-1/+4
2007-04-26ocfs2: Silence compiler warningsSunil Mushran2-2/+2
2007-04-26ocfs2: Local mounts should skip inode updatesMark Fasheh1-12/+9
2007-04-26ocfs2_dlm: Call cond_resched_lock() once per hash bucket scanSunil Mushran1-2/+1
2007-04-26ocfs2_dlm: fix race in dlm_remaster_locksSrinivas Eeda1-0/+2
2007-03-26ocfs2_dlm: Check for migrateable lockres in dlm_empty_lockres()Sunil Mushran2-34/+67
2007-03-26ocfs2_dlm: Fix lockres ref counting bugSunil Mushran2-10/+6
2007-03-14ocfs2_dlm: Add missing locks in dlm_empty_lockresSunil Mushran1-0/+3