| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | block, cfq: kill cic->key | Tejun Heo | 2011-12-14 | 1 | -21/+5 |
| * | block, cfq: kill ioc_gone | Tejun Heo | 2011-12-14 | 1 | -38/+5 |
| * | block, cfq: remove delayed unlink | Tejun Heo | 2011-12-14 | 2 | -98/+10 |
| * | block, cfq: unlink cfq_io_context's immediately | Tejun Heo | 2011-12-14 | 3 | -66/+146 |
| * | block, cfq: fix cic lookup locking | Tejun Heo | 2011-12-14 | 1 | -32/+35 |
| * | block, cfq: fix race condition in cic creation path and tighten locking | Tejun Heo | 2011-12-14 | 1 | -59/+76 |
| * | block, cfq: move ioc ioprio/cgroup changed handling to cic | Tejun Heo | 2011-12-14 | 3 | -20/+55 |
| * | block, cfq: misc updates to cfq_io_context | Tejun Heo | 2011-12-14 | 1 | -26/+32 |
| * | block: misc updates to blk_get_queue() | Tejun Heo | 2011-12-14 | 4 | -8/+11 |
| * | block: make ioc get/put interface more conventional and fix race on alloction | Tejun Heo | 2011-12-14 | 4 | -46/+81 |
| * | block: misc ioc cleanups | Tejun Heo | 2011-12-14 | 1 | -36/+36 |
| * | block, cfq: move cfqd->cic_index to q->id | Tejun Heo | 2011-12-14 | 4 | -55/+26 |
| * | block: add missing blk_queue_dead() checks | Tejun Heo | 2011-12-14 | 2 | -2/+25 |
| * | block: fix drain_all condition in blk_drain_queue() | Tejun Heo | 2011-12-14 | 1 | -6/+18 |
| * | block: add blk_queue_dead() | Tejun Heo | 2011-12-14 | 5 | -9/+9 |
| * | block, sx8: kill blk_insert_request() | Tejun Heo | 2011-12-14 | 1 | -48/+0 |
* | | block: fail SCSI passthrough ioctls on partition devices | Paolo Bonzini | 2012-01-14 | 1 | -0/+45 |
* | | block: add and use scsi_blk_cmd_ioctl | Paolo Bonzini | 2012-01-14 | 1 | -0/+7 |
* | | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2012-01-09 | 1 | -17/+28 |
|\ \ |
|
| * | | cgroup: don't use subsys->can_attach_task() or ->attach_task() | Tejun Heo | 2011-12-12 | 1 | -17/+28 |
| |/ |
|
* | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2012-01-08 | 38 | -6/+6071 |
|\ \ |
|
| | \ | |
| | \ | |
| *-. \ | Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z | Al Viro | 2012-01-06 | 38 | -6/+6071 |
| |\ \ \ |
|
| | | * | | fs: move code out of buffer.c | Al Viro | 2012-01-03 | 2 | -2/+1 |
| | | * | | separate partition format handling from generic code | Al Viro | 2012-01-03 | 4 | -523/+542 |
| | | * | | move fs/partitions to block/ | Al Viro | 2012-01-03 | 34 | -1/+6048 |
| | | * | | make register_disk() static | Al Viro | 2012-01-03 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
| | * | | switch device_get_devnode() and ->devnode() to umode_t * | Al Viro | 2012-01-03 | 2 | -2/+2 |
| |/ / |
|
* | | | vfs: fix up ENOIOCTLCMD error handling | Linus Torvalds | 2012-01-05 | 1 | -4/+22 |
|/ / |
|
* | | block: fix blk_queue_end_tag() | Dan Williams | 2011-12-29 | 1 | -11/+2 |
* | | block: re-use existing 'reading' variable instead of checking direction again | majianpeng | 2011-12-21 | 1 | -1/+1 |
* | | block, cfq: fix empty queue crash caused by request merge | Shaohua Li | 2011-12-16 | 1 | -0/+12 |
* | | block: don't kick empty queue in blk_drain_queue() | Tejun Heo | 2011-12-15 | 1 | -1/+8 |
* | | cfq-iosched: fix cfq_cic_link() race confition | Yasuaki Ishimatsu | 2011-12-02 | 1 | -2/+9 |
* | | cfq-iosched: free cic_index if blkio_alloc_blkg_stats fails | majianpeng | 2011-11-30 | 1 | -0/+5 |
* | | block: initialize request_queue's numa node during | Mike Snitzer | 2011-11-23 | 1 | -11/+3 |
|/ |
|
* | block: add missed trace_block_plug | Shaohua Li | 2011-11-16 | 1 | -1/+3 |
* | block: avoid unnecessary plug list flush | Shaohua Li | 2011-11-16 | 1 | -7/+9 |
* | block: Always check length of all iov entries in blk_rq_map_user_iov() | Ben Hutchings | 2011-11-13 | 1 | -3/+4 |
* | block: Revert "[SCSI] genhd: add a new attribute "alias" in gendisk" | Tejun Heo | 2011-11-10 | 1 | -71/+0 |
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 3 | -1/+3 |
|\ |
|
| * | block: Change module.h -> export.h in bsg-lib.c | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
| * | block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros | Paul Gortmaker | 2011-10-31 | 2 | -0/+2 |
* | | Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2011-11-04 | 2 | -3/+3 |
|\ \ |
|
| * | | block: add GENHD_FL_NO_PART_SCAN | Tejun Heo | 2011-08-23 | 2 | -3/+3 |
* | | | Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2011-11-04 | 11 | -327/+439 |
|\ \ \
| |_|/
|/| | |
|
| * | | block: don't call blk_drain_queue() if elevator is not up | Tejun Heo | 2011-11-03 | 1 | -2/+7 |
| * | | blk-throttle: use queue_is_locked() instead of lockdep_is_held() | Jens Axboe | 2011-10-25 | 1 | -1/+1 |
| * | | blk-throttle: Take blkcg->lock while traversing blkcg->policy_list | Vivek Goyal | 2011-10-25 | 1 | -14/+40 |
| * | | blk-throttle: Free up policy node associated with deleted rule | Vivek Goyal | 2011-10-25 | 1 | -0/+1 |
| * | | block: warn if tag is greater than real_max_depth. | Tao Ma | 2011-10-25 | 1 | -2/+4 |