summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-table.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-08bcache: Don't return -EINTR when insert finishedKent Overstreet1-2/+4
2014-01-08bcache: Improve bucket_prio() calculationKent Overstreet2-3/+16
2014-01-08bcache: Add bch_bkey_equal_header()Nicholas Swenson3-8/+11
2014-01-08bcache: update bch_bkey_try_mergeNicholas Swenson3-16/+28
2014-01-08bcache: Move insert_fixup() to btree_keys_opsKent Overstreet4-229/+257
2014-01-08bcache: Convert sorting to btree_keysKent Overstreet3-36/+33
2014-01-08bcache: Convert debug code to btree_keysKent Overstreet9-217/+264
2014-01-08bcache: Convert btree_iter to struct btree_keysKent Overstreet6-38/+41
2014-01-08bcache: Refactor bset_tree sysfs statsKent Overstreet3-47/+54
2014-01-08bcache: Add bch_btree_keys_u64s_remaining()Kent Overstreet3-13/+31
2014-01-08bcache: Add struct btree_keysKent Overstreet9-264/+323
2014-01-08bcache: Abstract out stuff needed for sortingKent Overstreet9-289/+423
2014-01-08bcache: Rename/shuffle various code aroundKent Overstreet8-276/+341
2014-01-08bcache: Add struct bset_sort_stateKent Overstreet6-49/+87
2014-01-08bcache: Split out sort_extent_cmp()Kent Overstreet4-32/+73
2014-01-08bcache: Bkey indexing renamingKent Overstreet7-53/+63
2014-01-08bcache: Make bch_keylist_realloc() take u64s, not nptrsKent Overstreet4-16/+26
2014-01-08bcache: Remove/fix some header dependenciesKent Overstreet3-24/+26
2014-01-08bcache: Use a mempool for mergesort temporary spaceKent Overstreet3-16/+8
2014-01-08bcache: Btree verify code improvementsKent Overstreet6-40/+83
2014-01-08bcache: kill index()Kent Overstreet4-8/+24
2014-01-08bcache: Trivial error handling fixKent Overstreet1-1/+2
2014-01-08bcache/md: Use raid stripe sizeKent Overstreet4-0/+12
2014-01-08bcache: Do bkey_put() in btree_split() error pathKent Overstreet1-1/+4
2014-01-08bcache: Rework allocator reservesKent Overstreet8-83/+105
2014-01-08bcache: kill closure locking codeKent Overstreet2-313/+123
2014-01-08bcache: kill closure locking usageKent Overstreet7-55/+98
2014-01-08bcache: Zero less memoryKent Overstreet3-40/+41
2014-01-08bcache: Don't touch bucket gen for dirty ptrsKent Overstreet2-2/+7
2014-01-08bcache: Minor btree cache fixKent Overstreet1-7/+3
2014-01-08bcache: Performance fix for when journal entry is fullKent Overstreet1-5/+9
2014-01-08bcache: Minor journal fixKent Overstreet1-5/+14
2014-01-08bcache: Data corruption fixKent Overstreet1-4/+22
2014-01-03blk-mq: fix initializing request's start timeMing Lei1-0/+2
2014-01-03pktcdvd: fix error return codeJulia Lawall1-1/+3
2013-12-31block: blk-mq: don't export blk_mq_free_queue()Ming Lei4-2/+2
2013-12-31block: blk-mq: make blk_sync_queue support mqMing Lei2-2/+10
2013-12-31block: blk-mq: support draining mq queueMing Lei4-18/+40
2013-12-30Linux 3.13-rc6v3.13-rc6Linus Torvalds1-1/+1
2013-12-29ARM: pxa: fix USB gadget driver compilation regressionLinus Walleij1-0/+2
2013-12-27ARM: OMAP2+: Fix LCD panel backlight regression for LDP legacy bootingTony Lindgren1-1/+6
2013-12-26ARM: OMAP2+: hwmod_data: fix missing OMAP_INTC_START in irq dataSuman Anna2-5/+5
2013-12-26ARM: DRA7: hwmod: Fix boot crash with DEBUG_LLRajendra Nayak1-1/+1
2013-12-24auxvec.h: account for AT_HWCAP2 in AT_VECTOR_SIZE_BASEArd Biesheuvel1-1/+1
2013-12-23selinux: selinux_setprocattr()->ptrace_parent() needs rcu_read_lock()Oleg Nesterov1-2/+2
2013-12-23selinux: fix broken peer recv checkChad Hanson1-1/+3
2013-12-23drm/ttm: Fix swapin regressionThomas Hellstrom1-1/+2
2013-12-23gpu: fix qxl missing crc32_leRandy Dunlap2-1/+2
2013-12-22Linux 3.13-rc5v3.13-rc5Linus Torvalds1-1/+1
2013-12-22aio: clean up and fix aio_setup_ring page mappingLinus Torvalds1-35/+23