summaryrefslogtreecommitdiffstats
path: root/drivers/md (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-12Btrfs: change core code of btrfs to support the device replace operationsStefan Behrens7-14/+111
2012-12-12Btrfs: add new sources for device replace codeStefan Behrens7-1/+1069
2012-12-12Btrfs: add code to scrub to copy read data to another diskStefan Behrens5-73/+851
2012-12-12Btrfs: handle errors from btrfs_map_bio() everywhereStefan Behrens6-33/+65
2012-12-12Btrfs: disallow some operations on the device replace target deviceStefan Behrens7-18/+54
2012-12-12Btrfs: disallow mutually exclusive admin operations from user modeStefan Behrens3-17/+40
2012-12-12Btrfs: introduce a btrfs_dev_replace_item typeStefan Behrens2-0/+69
2012-12-12Btrfs: enhance btrfs structures for device replace supportStefan Behrens2-0/+44
2012-12-12Btrfs: avoid risk of a deadlock in btrfs_handle_errorStefan Behrens1-1/+10
2012-12-12Btrfs: pass fs_info instead of rootStefan Behrens7-66/+60
2012-12-12Btrfs: add btrfs_scratch_superblock() functionStefan Behrens2-0/+19
2012-12-12Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens9-37/+32
2012-12-12Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_treeStefan Behrens5-15/+15
2012-12-12Btrfs: add two more find_device() methodsStefan Behrens2-0/+64
2012-12-12Btrfs: move some common code into a subfunctionStefan Behrens1-43/+50
2012-12-12Btrfs: cleanup scrub bio and worker wait codeStefan Behrens1-35/+71
2012-12-12Btrfs: in scrub repair code, simplify alloc error handlingStefan Behrens1-35/+26
2012-12-12Btrfs: in scrub repair code, optimize the reading of mirrorsStefan Behrens1-23/+12
2012-12-12Btrfs: make the scrub page array dynamically allocatedStefan Behrens1-74/+121
2012-12-12Btrfs: remove the block device pointer from the scrub context structStefan Behrens1-60/+73
2012-12-12Btrfs: rename the scrub context structureStefan Behrens2-253/+253
2012-12-12Btrfs: protect devices list with its mutexLiu Bo1-4/+5
2012-12-12Btrfs: cleanup for btrfs_btree_balance_dirtyLiu Bo7-81/+34
2012-12-12Btrfs: merge inode_list in __merge_refsAlexander Block1-2/+11
2012-12-12Btrfs: set hole punching time properlyTsutomu Itoh1-0/+3
2012-12-12Btrfs: Don't trust the superblock label and simply printk("%s") itStefan Behrens1-2/+5
2012-12-12Btrfs: fix a double free on pending snapshots in error handlingLiu Bo1-1/+5
2012-12-12Btrfs: fix a deadlock in aborting transaction due to ENOSPCLiu Bo1-0/+7
2012-12-12fs/btrfs: drop if around WARN_ONJulia Lawall3-10/+5
2012-12-12fs/btrfs: use WARNJulia Lawall7-38/+21
2012-12-12Btrfs: fix missing log when BTRFS_INODE_NEEDS_FULL_SYNC is setMiao Xie1-1/+4
2012-12-12Btrfs: fix unprotected extent map operation when logging file extentsMiao Xie1-0/+2
2012-12-12Btrfs: fix wrong file extent lengthMiao Xie3-9/+23
2012-12-12Btrfs: fix missing flush when committing a transactionMiao Xie1-35/+47
2012-12-12Btrfs: fix joining the same transaction handler more than 2 timesMiao Xie2-30/+48
2012-12-12Btrfs: cleanup for btrfs_wait_order_rangeLiu Bo1-3/+0
2012-12-12Btrfs: get right arguments for btrfs_wait_ordered_rangeLiu Bo1-1/+1
2012-12-12Btrfs: do not log extents when we only log new namesLiu Bo1-1/+2
2012-12-12Btrfs: don't allow degraded mount if too many devices are missingStefan Behrens2-0/+16
2012-12-12Btrfs: Fix typo in fs/btrfsMasanari Iida2-2/+2
2012-12-12Btrfs: Remove the invalid shrink size check up from btrfs_shrink_dev()jeff.liu2-4/+1
2012-12-11Btrfs: make ordered extent be flushed by multi-taskMiao Xie2-9/+37
2012-12-11Btrfs: make ordered operations be handled by multi-taskMiao Xie3-21/+45
2012-12-11Btrfs: make delalloc inodes be flushed by multi-taskMiao Xie5-8/+103
2012-12-11Btrfs: fill the global reserve when unpinning spaceJosef Bacik1-5/+24
2012-12-11Btrfs: cleanup unused argumentsLiu Bo1-7/+6
2012-12-11Btrfs: kill unnecessary arguments in del_ptrLiu Bo1-9/+7
2012-12-11Btrfs: reorder tree mod log operations in deleting a pointerLiu Bo1-4/+6
2012-12-11Btrfs: MOD_LOG_KEY_REMOVE_WHILE_MOVING never change node's nritemsLiu Bo1-2/+2
2012-12-11Btrfs: fix unnecessary while loop when search the free space, cacheMiao Xie1-20/+10