summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-13Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens9-37/+32
2012-12-13Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_treeStefan Behrens5-15/+15
2012-12-13Btrfs: add two more find_device() methodsStefan Behrens2-0/+64
2012-12-13Btrfs: move some common code into a subfunctionStefan Behrens1-43/+50
2012-12-13Btrfs: cleanup scrub bio and worker wait codeStefan Behrens1-35/+71
2012-12-13Btrfs: in scrub repair code, simplify alloc error handlingStefan Behrens1-35/+26
2012-12-13Btrfs: in scrub repair code, optimize the reading of mirrorsStefan Behrens1-23/+12
2012-12-13Btrfs: make the scrub page array dynamically allocatedStefan Behrens1-74/+121
2012-12-13Btrfs: remove the block device pointer from the scrub context structStefan Behrens1-60/+73
2012-12-13Btrfs: rename the scrub context structureStefan Behrens2-253/+253
2012-12-13Btrfs: protect devices list with its mutexLiu Bo1-4/+5
2012-12-13Btrfs: cleanup for btrfs_btree_balance_dirtyLiu Bo7-81/+34
2012-12-13Btrfs: merge inode_list in __merge_refsAlexander Block1-2/+11
2012-12-13Btrfs: set hole punching time properlyTsutomu Itoh1-0/+3
2012-12-13Btrfs: Don't trust the superblock label and simply printk("%s") itStefan Behrens1-2/+5
2012-12-13Btrfs: fix a double free on pending snapshots in error handlingLiu Bo1-1/+5
2012-12-13Btrfs: fix a deadlock in aborting transaction due to ENOSPCLiu Bo1-0/+7
2012-12-13fs/btrfs: drop if around WARN_ONJulia Lawall3-10/+5
2012-12-13fs/btrfs: use WARNJulia Lawall7-38/+21
2012-12-13Btrfs: fix missing log when BTRFS_INODE_NEEDS_FULL_SYNC is setMiao Xie1-1/+4
2012-12-13Btrfs: fix unprotected extent map operation when logging file extentsMiao Xie1-0/+2
2012-12-13Btrfs: fix wrong file extent lengthMiao Xie3-9/+23
2012-12-13Btrfs: fix missing flush when committing a transactionMiao Xie1-35/+47
2012-12-13Btrfs: fix joining the same transaction handler more than 2 timesMiao Xie2-30/+48
2012-12-13Btrfs: cleanup for btrfs_wait_order_rangeLiu Bo1-3/+0
2012-12-13Btrfs: get right arguments for btrfs_wait_ordered_rangeLiu Bo1-1/+1
2012-12-13Btrfs: do not log extents when we only log new namesLiu Bo1-1/+2
2012-12-13Btrfs: don't allow degraded mount if too many devices are missingStefan Behrens2-0/+16
2012-12-13Btrfs: Fix typo in fs/btrfsMasanari Iida2-2/+2
2012-12-13Btrfs: 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
2012-12-11Btrfs: recheck bio against block device when we map the bioJosef Bacik1-28/+131
2012-12-11Btrfs: improve the noflush reservationMiao Xie8-86/+97
2012-12-11Btrfs: fix wrong comment in can_overcommit()Miao Xie1-3/+3
2012-12-11Btrfs: cleanup duplicated division functionsMiao Xie3-40/+46
2012-12-11Linux 3.7v3.7Linus Torvalds1-1/+1
2012-12-11Input: matrix-keymap - provide proper module licenseFlorian Fainelli1-0/+3
2012-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-42/+131
2012-12-10Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damageLinus Torvalds5-13/+20
2012-12-10ipv4: ip_check_defrag must not modify skb before unsharingJohannes Berg1-10/+9
2012-12-10Revert "mm: avoid waking kswapd for THP allocations when compaction is deferr...Linus Torvalds1-27/+10
2012-12-10inet_diag: validate port comparison byte code to prevent unsafe readsNeal Cardwell1-7/+24