index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
elevator: make elevator_init_fn() return 0/-errno
Tejun Heo
2012-03-06
4
-20
/
+17
|
*
|
|
elevator: clear auxiliary data earlier during elevator switch
Tejun Heo
2012-03-06
1
-45
/
+45
|
*
|
|
cfq: don't register propio policy if !CONFIG_CFQ_GROUP_IOSCHED
Tejun Heo
2012-03-06
1
-3
/
+4
|
*
|
|
blkcg: make CONFIG_BLK_CGROUP bool
Tejun Heo
2012-03-06
3
-29
/
+2
|
*
|
|
block: blk-throttle should be drained regardless of q->elevator
Tejun Heo
2012-03-06
1
-12
/
+15
*
|
|
|
Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2012-05-22
1
-28
/
+17
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
cgroup: convert all non-memcg controllers to the new cftype interface
Tejun Heo
2012-04-01
1
-7
/
+2
|
*
|
|
cgroup: relocate cftype and cgroup_subsys definitions in controllers
Tejun Heo
2012-04-01
1
-22
/
+16
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2012-05-21
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
s390/dasd: re-prioritize partition detection message
Stefan Haberland
2012-05-16
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
block: fix buffer overflow when printing partition UUIDs
Tejun Heo
2012-05-15
1
-4
/
+6
|
/
/
/
*
|
|
Merge branch 'for-3.4/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2012-04-13
3
-5
/
+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
block: make auto block plug flush threshold per-disk based
Shaohua Li
2012-04-06
1
-1
/
+2
|
*
|
block: Make cfq_target_latency tunable through sysfs.
Tao Ma
2012-04-01
1
-2
/
+8
|
*
|
block: use lockdep_assert_held for queue locking
Andi Kleen
2012-03-30
1
-1
/
+1
|
*
|
block: blk_alloc_queue_node(): use caller's GFP flags instead of GFP_KERNEL
Dan Carpenter
2012-03-23
1
-1
/
+1
*
|
|
Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2012-03-20
1
-14
/
+8
|
\
\
\
|
*
|
|
cgroup: remove cgroup_subsys argument from callbacks
Li Zefan
2012-02-02
1
-14
/
+8
*
|
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2012-03-20
2
-24
/
+8
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Merge branch 'linus' into sched/core
Ingo Molnar
2012-03-01
9
-177
/
+101
|
|
\
\
\
|
*
|
|
|
sched, block: Unify cache detection
Peter Zijlstra
2012-01-27
2
-24
/
+8
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2012-03-14
4
-79
/
+158
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
block: fix ioc leak in put_io_context
Xiaotian Feng
2012-03-14
1
-0
/
+6
|
|
|
/
|
|
/
|
|
*
|
Block: use a freezable workqueue for disk-event polling
Alan Stern
2012-03-02
1
-5
/
+5
|
*
|
block: fix __blkdev_get and add_disk race condition
Stanislaw Gruszka
2012-03-02
1
-13
/
+19
|
*
|
block: Fix NULL pointer dereference in sd_revalidate_disk
Jun'ichi Nomura
2012-03-02
1
-8
/
+40
|
*
|
block: exit_io_context() should call elevator_exit_icq_fn()
Tejun Heo
2012-02-15
1
-8
/
+47
|
*
|
block: simplify ioc_release_fn()
Tejun Heo
2012-02-15
1
-36
/
+10
|
*
|
block: replace icq->changed with icq->flags
Tejun Heo
2012-02-15
2
-10
/
+32
*
|
|
LDM: Fix reassembly of extended VBLKs.
Anton Altaparmakov
2012-02-24
1
-7
/
+4
|
/
/
*
|
block: fix lockdep warning on io_context release put_io_context()
Tejun Heo
2012-02-11
1
-7
/
+14
*
|
bsg: fix sysfs link remove warning
Stanislaw Gruszka
2012-02-08
1
-1
/
+2
*
|
block: don't call elevator callbacks for plug merges
Tejun Heo
2012-02-08
2
-21
/
+13
*
|
block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...
Tejun Heo
2012-02-08
4
-53
/
+45
*
|
block: strip out locking optimization in put_io_context()
Tejun Heo
2012-02-07
4
-84
/
+14
*
|
block: fix ioc locking warning
Shaohua Li
2012-02-06
1
-1
/
+3
*
|
block: fix NULL icq_cache reference
Shaohua Li
2012-01-19
1
-4
/
+6
*
|
block,cfq: change code order
Shaohua Li
2012-01-19
1
-3
/
+4
|
/
*
cfq-iosched: fix use-after-free of cfqq
Jens Axboe
2012-01-17
1
-4
/
+3
*
Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2012-01-15
16
-821
/
+847
|
\
|
*
Revert "block: recursive merge requests"
Jens Axboe
2012-01-15
1
-12
/
+4
|
*
block: Add BLKROTATIONAL ioctl
Martin K. Petersen
2012-01-11
2
-0
/
+5
|
*
block: Introduce blk_set_stacking_limits function
Martin K. Petersen
2012-01-11
1
-8
/
+24
|
*
block: remove WARN_ON_ONCE() in exit_io_context()
Tejun Heo
2011-12-27
1
-3
/
+0
|
*
block: an exiting task should be allowed to create io_context
Tejun Heo
2011-12-25
1
-2
/
+9
|
*
block: ioc_cgroup_changed() needs to be exported
Jens Axboe
2011-12-19
1
-0
/
+1
|
*
block: recursive merge requests
Shaohua Li
2011-12-16
1
-4
/
+12
|
*
block, cfq: fix empty queue crash caused by request merge
Shaohua Li
2011-12-16
1
-0
/
+12
|
*
block, cfq: move icq creation and rq->elv.icq association to block core
Tejun Heo
2011-12-14
4
-132
/
+110
|
*
block, cfq: restructure io_cq creation path for io_context interface cleanup
Tejun Heo
2011-12-14
1
-53
/
+41
[prev]
[next]