summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-02dm cache: fix writethrough mode quiescing in cache_mapMike Snitzer1-0/+1
2014-04-29dm thin: use INIT_WORK_ONSTACK in noflush_work to avoid ODEBUG warningMike Snitzer1-1/+1
2014-04-15dm verity: fix biovecs hash calculation regressionMilan Broz1-6/+9
2014-04-08dm thin: fix rcu_read_lock being held in code that can sleepJoe Thornber1-3/+67
2014-04-08dm thin: irqsave must always be used with the pool->lock spinlockJoe Thornber1-2/+3
2014-04-04dm cache: fix a lock-inversionJoe Thornber3-52/+20
2014-04-04dm thin: sort the per thin deferred bios using an rb_treeMike Snitzer1-2/+82
2014-03-31dm thin: use per thin device deferred bio listsMike Snitzer1-61/+104
2014-03-31dm thin: simplify pool_is_congestedMike Snitzer1-11/+5
2014-03-28dm thin: fix dangling bio in process_deferred_bios error pathMike Snitzer1-1/+1
2014-03-28dm mpath: print more useful warnings in multipath_message()Jose Castillo1-2/+2
2014-03-28dm-mpath: do not activate failed pathsHannes Reinecke1-2/+5
2014-03-28dm mpath: remove extra nesting in map functionMike Snitzer1-22/+24
2014-03-28dm mpath: remove map_io()Hannes Reinecke1-13/+6
2014-03-28dm mpath: reduce memory pressure when requeuingHannes Reinecke1-23/+15
2014-03-28dm mpath: remove process_queued_ios()Hannes Reinecke1-42/+27
2014-03-28dm mpath: push back requests instead of queueingHannes Reinecke1-78/+36
2014-03-28dm table: add dm_table_run_md_queue_asyncMike Snitzer4-0/+30
2014-03-28dm mpath: do not call pg_init when it is already runningHannes Reinecke1-2/+4
2014-03-28dm: use RCU_INIT_POINTER instead of rcu_assign_pointer in __unbindMonam Agarwal1-1/+1
2014-03-28dm: stop using bi_privateMikulas Patocka1-4/+3
2014-03-28dm: remove dm_get_mapinfoMikulas Patocka2-13/+0
2014-03-28dm: make dm_table_alloc_md_mempools staticMikulas Patocka2-2/+1
2014-03-28dm: take care to copy the space map roots before locking the superblockJoe Thornber3-81/+127
2014-03-28dm transaction manager: fix corruption due to non-atomic transaction commitJoe Thornber5-27/+16
2014-03-28dm cache: remove remainder of distinct discard block sizeHeinz Mauelshagen4-77/+46
2014-03-28dm cache: prevent corruption caused by discard_block_size > cache_block_sizeMike Snitzer1-34/+3
2014-03-28dm bitset: only flush the current word if it has been dirtiedJoe Thornber2-1/+10
2014-03-28dm: add era targetJoe Thornber4-0/+1851
2014-03-25Linux 3.14-rc8v3.14-rc8Linus Torvalds1-1/+1
2014-03-25Merge branch 'parisc-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds6-84/+6
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds7-43/+31
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds47-306/+508
2014-03-24tipc: fix spinlock recursion bug for failed subscriptionsErik Hugne1-14/+15
2014-03-24vxlan: fix nonfunctional neigh_reduce()David Stevens1-14/+113
2014-03-24Merge branch 'davinci_emac'David S. Miller2-13/+44
2014-03-24net: davinci_emac: Fix rollback of emac_dev_open()Christian Riesch2-17/+31
2014-03-24net: davinci_emac: Replace devm_request_irq with request_irqChristian Riesch1-4/+21
2014-03-24netpoll: fix the skb check in pkt_is_nsLi RongQing1-1/+1
2014-03-24sparc64: Make sure %pil interrupts are enabled during hypervisor yield.David S. Miller1-1/+3
2014-03-24net: micrel : ks8851-ml: add vdd-supply supportNishanth Menon2-1/+30
2014-03-23parisc: locks: remove redundant arch_*_relax operationsWill Deacon1-4/+0
2014-03-23parisc: wire up sys_utimesHelge Deller2-2/+3
2014-03-23parisc: Remove unused CONFIG_PARISC_TMPALIAS codeJohn David Anglin2-75/+0
2014-03-23partly revert commit 8a10bc9: parisc/sti_console: prefer Linux fonts over bui...Helge Deller1-3/+3
2014-03-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+2
2014-03-22Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+3
2014-03-21Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds6-36/+67
2014-03-21block: free q->flush_rq in blk_init_allocated_queue error pathsDave Jones1-2/+6
2014-03-21futex: revert back to the explicit waiter counting codeLinus Torvalds1-10/+43