aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-07splice: fix deadlock in splicing to fileMiklos Szeredi1-2/+6
2009-04-03ocfs2: recover orphans in offline slots during recovery and mountSrinivas Eeda4-18/+132
2009-04-03ocfs2: Pagecache usage optimization on ocfs2Hisashi Hifumi1-11/+12
2009-04-03ocfs2: fix rare stale inode errors when exporting via nfswengang wang9-8/+319
2009-04-03ocfs2/dlm: Tweak mle_state outputSunil Mushran1-2/+5
2009-04-03ocfs2/dlm: Do not purge lockres that is being migrated dlm_purge_lockres()Sunil Mushran1-2/+18
2009-04-03ocfs2/dlm: Remove struct dlm_lock_name in struct dlm_master_list_entrySunil Mushran3-71/+23
2009-04-03ocfs2/dlm: Show the number of lockres/mles in dlm_stateSunil Mushran1-0/+36
2009-04-03ocfs2/dlm: dlm_set_lockres_owner() and dlm_change_lockres_owner() inlinedSunil Mushran2-22/+18
2009-04-03ocfs2/dlm: Improve lockres countsSunil Mushran4-38/+11
2009-04-03ocfs2/dlm: Track number of mlesSunil Mushran3-1/+14
2009-04-03ocfs2/dlm: Indent dlm_cleanup_master_list()Sunil Mushran1-54/+52
2009-04-03ocfs2/dlm: Activate dlm->master_hash for master list entriesSunil Mushran4-30/+60
2009-04-03ocfs2/dlm: Create and destroy the dlm->master_hashSunil Mushran2-0/+26
2009-04-03ocfs2/dlm: Refactor dlm_clean_master_list()Sunil Mushran1-63/+85
2009-04-03ocfs2/dlm: Clean up struct dlm_lock_nameSunil Mushran3-44/+53
2009-04-03ocfs2/dlm: Encapsulate adding and removing of mle from dlm->master_listSunil Mushran2-11/+26
2009-04-03ocfs2: Optimize inode group allocation by recording last used group.Tao Ma2-4/+31
2009-04-03ocfs2: Allocate inode groups from global_bitmap.Tao Ma1-10/+19
2009-04-03ocfs2: Optimize inode allocation by remembering last groupTao Ma5-2/+46
2009-04-03ocfs2: fix leaf start calculation in ocfs2_dx_dir_rebalance()Mark Fasheh2-2/+11
2009-04-03ocfs2: re-order ocfs2_empty_dir checksMark Fasheh1-6/+3
2009-04-03ocfs2: Enable indexed directoriesMark Fasheh1-1/+2
2009-04-03ocfs2: Add total entry count to dx_root_blockMark Fasheh2-44/+124
2009-04-03ocfs2: Increase max links countMark Fasheh4-26/+66
2009-04-03ocfs2: Introduce dir free space listMark Fasheh4-93/+490
2009-04-03ocfs2: Store dir index records inlineMark Fasheh5-145/+471
2009-04-03ocfs2: Add a name indexed b-tree to directory inodesMark Fasheh13-104/+2157
2009-04-03ocfs2: Introduce dir lookup helper structMark Fasheh3-131/+148
2009-04-03ocfs2: Remove debugfs file local_alloc_statsSunil Mushran2-91/+0
2009-04-03ocfs2: Expose the file system state via debugfsSunil Mushran2-0/+177
2009-04-03ocfs2: Move struct recovery_map to a header fileSunil Mushran2-12/+11
2009-04-03ocfs2/hb: Expose the list of heartbeating nodes via debugfsSunil Mushran3-4/+104
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin1-2/+4
2009-03-31New helper - current_umask()Al Viro1-1/+1
2009-03-27constify dentry_operations: OCFS2Al Viro2-2/+2
2009-03-12ocfs2: Use xs->bucket to set xattr value outsideTao Ma1-6/+20
2009-03-12ocfs2: Fix a bug found by sparse check.Tao Ma1-1/+2
2009-03-12ocfs2: tweak to get the maximum inline data size with xattrTiger Yang3-9/+7
2009-03-12ocfs2: reserve xattr block for new directory with inline dataTiger Yang1-0/+4
2009-02-26ocfs2: add IO error check in ocfs2_get_sector()wengang wang1-0/+7
2009-02-26ocfs2: set gap to seperate entry and value when xattr in bucketTiger Yang1-8/+10
2009-02-26ocfs2: lock the metaecc process for xattr bucketTao Ma3-0/+8
2009-02-26ocfs2: Use the right access_* method in ctime update of xattr.Tao Ma1-2/+3
2009-02-26ocfs2/dlm: Make dlm_assert_master_handler() kill itself instead of the asserterSunil Mushran1-6/+6
2009-02-26ocfs2/dlm: Use ast_lock to protect ast_listSunil Mushran1-2/+2
2009-02-26ocfs2: Cleanup the lockname print in dlmglue.cSunil Mushran1-3/+8
2009-02-26ocfs2/dlm: Retract fix for race between purge and migrateSunil Mushran1-2/+1
2009-02-26ocfs2: Access and dirty the buffer_head in mark_written.Tao Ma1-1/+26