aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2014-06-18Merge tag 'v3.4.91' into v3.4-rtSteven Rostedt (Red Hat)
2014-05-18blktrace: fix accounting of partially completed requestsRoman Pen
2014-03-24Merge tag 'v3.4.83' into v3.4-rtSteven Rostedt (Red Hat)
2014-03-11block: Don't access request after it might be freedRoland Dreier
2014-02-25Merge tag 'v3.4.82' into v3.4-rtSteven Rostedt (Red Hat)
2014-02-22block: add cond_resched() to potentially long running ioctl discard loopJens Axboe
2013-12-17Merge tag 'v3.4.73' into v3.4-rtSteven Rostedt (Red Hat)
2013-12-08blk-core: Fix memory corruption if blkcg_init_queue failsMikulas Patocka
2013-12-08elevator: acquire q->sysfs_lock in elevator_change()Tomoki Sekiyama
2013-12-02Merge tag 'v3.4.71' into v3.4-rtSteven Rostedt (Red Hat)
2013-11-29block: properly stack underlying max_segment_size to DM deviceMike Snitzer
2013-11-29block: fix race between request completion and timeout handlingJeff Moyer
2013-08-15Merge tag 'v3.4.53' into v3.4-rtSteven Rostedt (Red Hat)
2013-07-13block: do not pass disk names as format stringsKees Cook
2013-04-22Merge tag 'v3.4.40' into v3.4-rtSteven Rostedt (Red Hat)
2013-04-12block: avoid using uninitialized value in from queue_var_storeArnd Bergmann
2013-03-19Merge tag 'v3.4.35' into v3.4-rtSteven Rostedt (Red Hat)
2013-03-04block: fix synchronization and limit check in blk_alloc_devt()Tejun Heo
2013-03-04block: fix ext_devt_idr handlingTomas Henzl
2012-12-21block: Use cpu_chill() for retry loopsThomas Gleixner
2012-12-03Merge tag 'v3.4.21' into v3.4-rtSteven Rostedt
2012-12-03scsi: Silence unnecessary warnings about ioctl to partitionJan Kara
2012-10-26Merge tag 'v3.4.15' into v3.4-rtSteven Rostedt
2012-10-21block: fix request_queue->flags initializationTejun Heo
2012-06-07softirq: Check preemption after reenabling interruptsThomas Gleixner
2012-06-07fs-block-rt-support.patchThomas Gleixner
2012-06-07block: Shorten interrupt disabled regionsThomas Gleixner
2012-05-15block: fix buffer overflow when printing partition UUIDsTejun Heo
2012-04-13Merge branch 'for-3.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-04-06block: make auto block plug flush threshold per-disk basedShaohua Li
2012-04-01block: Make cfq_target_latency tunable through sysfs.Tao Ma
2012-03-30block: use lockdep_assert_held for queue lockingAndi Kleen
2012-03-23block: blk_alloc_queue_node(): use caller's GFP flags instead of GFP_KERNELDan Carpenter
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-03-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-03-14block: fix ioc leak in put_io_contextXiaotian Feng
2012-03-02Block: use a freezable workqueue for disk-event pollingAlan Stern
2012-03-02block: fix __blkdev_get and add_disk race conditionStanislaw Gruszka
2012-03-02block: Fix NULL pointer dereference in sd_revalidate_diskJun'ichi Nomura
2012-03-01Merge branch 'linus' into sched/coreIngo Molnar
2012-02-24LDM: Fix reassembly of extended VBLKs.Anton Altaparmakov
2012-02-15block: exit_io_context() should call elevator_exit_icq_fn()Tejun Heo
2012-02-15block: simplify ioc_release_fn()Tejun Heo
2012-02-15block: replace icq->changed with icq->flagsTejun Heo
2012-02-11block: fix lockdep warning on io_context release put_io_context()Tejun Heo
2012-02-08bsg: fix sysfs link remove warningStanislaw Gruszka
2012-02-08block: don't call elevator callbacks for plug mergesTejun Heo
2012-02-08block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo