summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-26block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queueMing Lei4-10/+10
2014-09-26block: flush: avoid to figure out flush queue unnecessarilyMing Lei1-14/+16
2014-09-26block: remove blk_init_flush() and its pairMing Lei5-23/+10
2014-09-26block: introduce blk_flush_queue to drive flush machineryMing Lei5-56/+99
2014-09-26block: avoid to use q->flush_rq directlyMing Lei1-8/+9
2014-09-26block: move flush initialization to blk_flush_initMing Lei2-3/+4
2014-09-26block: introduce blk_init_flush and its pairMing Lei6-8/+26
2014-09-26blk-mq: allocate flush_rq in blk_mq_init_flush()Ming Lei3-12/+17
2014-09-26blk-mq: handle failure path for initializing hctxMing Lei1-45/+69
2014-09-22scsi: move blk_mq_start_request call earlierChristoph Hellwig1-1/+5
2014-09-22block: fix blk_abort_request on blk-mqChristoph Hellwig3-2/+8
2014-09-22blk-timeout: fix blk_add_timerMing Lei1-1/+2
2014-09-22blk-mq: limit memory consumption if a crash dump is activeJens Axboe1-0/+11
2014-09-22blk-mq: remove unnecessary blk_clear_rq_complete()Ming Lei2-3/+0
2014-09-22blk-mq: pass a reserved argument to the timeout handlerChristoph Hellwig3-5/+14
2014-09-22blk-mq: unshared timeout handlerChristoph Hellwig3-24/+39
2014-09-22blk-mq: fix and simplify tag iteration for the timeout handlerChristoph Hellwig4-88/+49
2014-09-22blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig7-18/+18
2014-09-22blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig6-7/+14
2014-09-22blk-mq: remove REQ_ENDChristoph Hellwig7-25/+14
2014-09-22Merge branch 'for-linus' into for-3.18/coreJens Axboe485-2816/+5397
2014-09-22blk-mq: use blk_mq_start_hw_queues() when running requeue workJens Axboe1-1/+5
2014-09-22blk-mq: fix potential oops on out-of-memory in __blk_mq_alloc_rq_maps()Jens Axboe1-1/+0
2014-09-22blk-mq: avoid infinite recursion with the FUA flagChristoph Hellwig2-8/+4
2014-09-22blk-mq: Avoid race condition with uninitialized requestsDavid Hildenbrand1-1/+3
2014-09-22blk-mq: request deadline must be visible before marking rq as startedJens Axboe1-0/+6
2014-09-16Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve...Linus Torvalds5-22/+38
2014-09-16vfs: workaround gcc <4.6 build error in link_path_walk()James Hogan1-1/+1
2014-09-16Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+7
2014-09-16Merge tag 'regmap-v3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+8
2014-09-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds4-12/+17
2014-09-15ia64: Fix syscall number for memfd_createTony Luck1-1/+1
2014-09-15vfs: simplify and shrink stack frame of link_path_walk()Linus Torvalds1-21/+18
2014-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-3/+13
2014-09-15Linux 3.17-rc5v3.17-rc5Linus Torvalds1-1/+1
2014-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-23/+39
2014-09-15vfs: avoid non-forwarding large load after small store in path lookupLinus Torvalds2-9/+11
2014-09-14Merge branch 'parisc-3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-8/+280
2014-09-14be careful with nd->inode in path_init() and follow_dotdot_rcu()Al Viro1-2/+13
2014-09-14don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()Al Viro1-16/+17
2014-09-14Merge tag 'ntb-3.17' of git://github.com/jonmason/ntbLinus Torvalds2-3/+17
2014-09-14Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-22/+23
2014-09-14Merge tag 'irqchip-urgent-3.17' of git://git.infradead.org/users/jcooper/linu...Thomas Gleixner4-22/+23
2014-09-14ntb: Add alignment check to meet hardware requirementDave Jiang1-0/+13
2014-09-14MAINTAINERS: update NTB infoJon Mason1-1/+2
2014-09-14NTB: correct the spread of queues over mw'sJon Mason1-2/+2
2014-09-14fix bogus read_seqretry() checks introduced in b37199eAl Viro1-2/+2
2014-09-14move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon)Al Viro1-2/+6
2014-09-14[fix] lustre: d_make_root() does iput() on dentry allocation failureAl Viro1-1/+1
2014-09-14Merge branches 'locking-urgent-for-linus' and 'timers-urgent-for-linus' of gi...Linus Torvalds4-48/+55