summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-05-17ocfs2: Add ocfs2_gd_is_discontig.Tao Ma1-0/+14
2010-04-13ocfs2: ocfs2_group_bitmap_size has to handle old volume.Tao Ma5-17/+34
2010-04-22ocfs2: Some tiny bug fixes for discontiguous block allocation.Tao Ma2-15/+25
2010-03-26ocfs2: Don't relink cluster groups when allocating discontig block groupsJoel Becker1-0/+8
2010-03-26ocfs2: Grow discontig block groups in one transaction.Joel Becker2-26/+34
2010-03-26ocfs2: Set suballoc_loc on allocated metadata.Joel Becker7-18/+39
2010-03-26ocfs2: Return allocated metadata blknos on the ocfs2_suballoc_result.Joel Becker1-19/+24
2010-05-06ocfs2: ocfs2_claim_*() don't need an ocfs2_super argument.Joel Becker8-43/+34
2010-03-26ocfs2: Trim suballocations if they cross discontiguous regionsJoel Becker1-0/+48
2010-03-26ocfs2: ocfs2_claim_suballoc_bits() doesn't need an osb argument.Joel Becker1-11/+7
2010-03-26ocfs2: Add suballoc_loc to metadata blocks.Joel Becker1-5/+24
2010-04-13ocfs2: Pass suballocation results back via a structure.Joel Becker2-98/+72
2010-04-13ocfs2: Allocate discontiguous block groups.Joel Becker3-40/+291
2010-04-13ocfs2: Define data structures for discontiguous block groups.Joel Becker5-12/+51
2010-05-06ocfs2/dlm: Increase o2dlm lockres hash sizeSunil Mushran1-1/+1
2010-05-06ocfs2: Make ocfs2_extend_trans() really extend.Tao Ma4-39/+25
2010-05-06ocfs2/trivial: Code cleanup for allocation reservation.Tao Ma2-7/+2
2010-05-06ocfs2: make ocfs2_adjust_resv_from_alloc simple.Tao Ma2-21/+14
2010-05-06ocfs2: Make nointr a default mount optionSunil Mushran1-1/+1
2010-05-06ocfs2/dlm: Make o2dlm domain join/leave messages KERN_NOTICESunil Mushran1-3/+3
2010-05-06o2net: log socket state changesSrinivas Eeda1-0/+3
2010-05-06ocfs2: print node # when tcp failsWengang Wang7-22/+51
2010-05-06ocfs2: Add dir_resv_level mount optionMark Fasheh5-5/+36
2010-05-06ocfs2: change default reservation window sizesMark Fasheh2-4/+5
2010-05-06ocfs2: increase the default size of local alloc windowsMark Fasheh5-11/+118
2010-05-06ocfs2: clean up localalloc mount option size parsingMark Fasheh4-5/+41
2010-05-06ocfs2: remove ocfs2_local_alloc_in_range()Mark Fasheh2-56/+1
2010-05-06ocfs2: allocate btree internal block groups from the global bitmapMark Fasheh1-1/+3
2010-05-06ocfs2: use allocation reservations for directory dataMark Fasheh5-3/+17
2010-05-06ocfs2: use allocation reservations during file writeMark Fasheh6-0/+16
2010-05-06ocfs2: allocation reservationsMark Fasheh9-11/+1091
2010-05-06ocfs2: Make ocfs2_journal_dirty() void.Joel Becker14-431/+102
2010-03-24ocfs2: Clear undo bits when local alloc is freedMark Fasheh4-46/+95
2010-03-20ocfs2: Init meta_ac properly in ocfs2_create_empty_xattr_block.Tao Ma1-6/+4
2010-03-20ocfs2: Fix the update of name_offset when removing xattrsTao Ma1-1/+1
2010-03-18ocfs2: Always try for maximum bits with new local alloc windowsMark Fasheh1-2/+2
2010-03-17ocfs2: set i_mode on disk during acl operationsMark Fasheh1-5/+72
2010-03-17ocfs2: Update i_blocks in reflink operations.Tao Ma1-0/+1
2010-03-17ocfs2: Change bg_chain check for ocfs2_validate_gd_parent.Tao Ma1-5/+8
2010-03-17[PATCH] Skip check for mandatory locks when unlockingSachin Prabhu1-1/+1
2010-03-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds11-22/+22
2010-03-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds3-6/+15
2010-03-14nilfs2: remove whitespaces before quoted newlinesRyusuke Konishi2-2/+2
2010-03-14nilfs2: remove spaces before tabsRyusuke Konishi2-2/+2
2010-03-14nilfs2: fix various typos in commentsRyusuke Konishi9-12/+12
2010-03-14nilfs2: fix typo "cout" -> "count" in error messageRyusuke Konishi1-1/+1
2010-03-14nilfs2: fix function name typos in docbook commentsRyusuke Konishi1-2/+2
2010-03-14nilfs2: fix discrepancy in use of static specifierRyusuke Konishi1-3/+3
2010-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds4-5/+3
2010-03-139p: Skip check for mandatory locks when unlockingSachin Prabhu1-1/+1