aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
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
2012-02-06block: fix ioc locking warningShaohua Li
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan
2012-01-27sched, block: Unify cache detectionPeter Zijlstra
2012-01-19block: fix NULL icq_cache referenceShaohua Li
2012-01-19block,cfq: change code orderShaohua Li
2012-01-17cfq-iosched: fix use-after-free of cfqqJens Axboe
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-01-15Revert "block: recursive merge requests"Jens Axboe
2012-01-14block: fail SCSI passthrough ioctls on partition devicesPaolo Bonzini
2012-01-14block: add and use scsi_blk_cmd_ioctlPaolo Bonzini
2012-01-11block: Add BLKROTATIONAL ioctlMartin K. Petersen
2012-01-11block: Introduce blk_set_stacking_limits functionMartin K. Petersen
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro
2012-01-05vfs: fix up ENOIOCTLCMD error handlingLinus Torvalds
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro
2012-01-03fs: move code out of buffer.cAl Viro
2012-01-03separate partition format handling from generic codeAl Viro
2012-01-03move fs/partitions to block/Al Viro
2012-01-03make register_disk() staticAl Viro
2011-12-29block: fix blk_queue_end_tag()Dan Williams
2011-12-27block: remove WARN_ON_ONCE() in exit_io_context()Tejun Heo
2011-12-25block: an exiting task should be allowed to create io_contextTejun Heo
2011-12-21block: re-use existing 'reading' variable instead of checking direction againmajianpeng
2011-12-19block: ioc_cgroup_changed() needs to be exportedJens Axboe
2011-12-16block, cfq: fix empty queue crash caused by request mergeShaohua Li
2011-12-16block: recursive merge requestsShaohua Li