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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Call flush_disk() after detecting an online resize.
Andrew Patterson
2008-10-09
1
-0
/
+1
*
Added flush_disk to factor out common buffer cache flushing code.
Andrew Patterson
2008-10-09
1
-5
/
+27
*
SCSI sd driver calls revalidate_disk wrapper.
Andrew Patterson
2008-10-09
1
-2
/
+2
*
Check for device resize when rescanning partitions
Andrew Patterson
2008-10-09
1
-1
/
+2
*
Adjust block device size after an online resize of a disk.
Andrew Patterson
2008-10-09
2
-0
/
+39
*
Wrapper for lower-level revalidate_disk routines.
Andrew Patterson
2008-10-09
2
-0
/
+22
*
block: fix duplicate headers for /proc/partitions
Tejun Heo
2008-10-09
1
-1
/
+1
*
sg: set dxferp to NULL for READ with the older SG interface
FUJITA Tomonori
2008-10-09
1
-1
/
+4
*
block: make blk_rq_map_user take a NULL user-space buffer
FUJITA Tomonori
2008-10-09
3
-8
/
+17
*
block: update comment on end_request()
Jens Axboe
2008-10-09
1
-3
/
+3
*
init: DEBUG_BLOCK_EXT_DEVT requires explicit root= param
Tejun Heo
2008-10-09
2
-0
/
+10
*
block: don't test for partition size in bdget_disk() and blk_lookup_devt()
Tejun Heo
2008-10-09
1
-2
/
+2
*
Change default value of CONFIG_DEBUG_BLOCK_EXT_DEVT to 'n'
Jens Axboe
2008-10-09
1
-1
/
+1
*
block: kmalloc args reversed, small function definition fixes
Harvey Harrison
2008-10-09
2
-3
/
+3
*
sg: use blk_rq_aligned helper function
FUJITA Tomonori
2008-10-09
1
-3
/
+1
*
block: add blk_rq_aligned helper function
FUJITA Tomonori
2008-10-09
2
-10
/
+9
*
bio: convert bio_copy_kern to use bio_copy_user
FUJITA Tomonori
2008-10-09
1
-50
/
+4
*
sg: convert the indirect IO path to use the block layer
FUJITA Tomonori
2008-10-09
1
-292
/
+105
*
sg: convert the direct IO path to use the block layer
FUJITA Tomonori
2008-10-09
1
-146
/
+27
*
sg: convert the non-data path to use the block layer
FUJITA Tomonori
2008-10-09
1
-5
/
+48
*
block: introduce struct rq_map_data to use reserved pages
FUJITA Tomonori
2008-10-09
8
-39
/
+80
*
block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov
FUJITA Tomonori
2008-10-09
8
-34
/
+47
*
cfq-iosched: fix queue depth detection
Aaron Carroll
2008-10-09
1
-9
/
+38
*
block: don't use bio_has_data() in the completion path
Jens Axboe
2008-10-09
1
-3
/
+2
*
block: inherit CPU completion on bio->rq and rq->rq merges
Jens Axboe
2008-10-09
3
-0
/
+7
*
block: add support for IO CPU affinity
Jens Axboe
2008-10-09
9
-60
/
+182
*
block: make kblockd_schedule_work() take the queue as parameter
Jens Axboe
2008-10-09
4
-9
/
+9
*
block: split softirq handling into blk-softirq.c
Jens Axboe
2008-10-09
3
-90
/
+105
*
block: use linux/uaccess.h in elevator.c instead of asm variant
Jens Axboe
2008-10-09
1
-2
/
+1
*
block: allow disk to have extended device number
Tejun Heo
2008-10-09
5
-23
/
+82
*
block: replace @ext_minors with GENHD_FL_EXT_DEVT
Tejun Heo
2008-10-09
5
-42
/
+17
*
block: make partition array dynamic
Tejun Heo
2008-10-09
4
-27
/
+154
*
block: move stats from disk to part0
Tejun Heo
2008-10-09
14
-296
/
+165
*
block: kill GENHD_FL_FAIL and use part0->make_it_fail
Tejun Heo
2008-10-09
4
-37
/
+16
*
block: always set bdev->bd_part
Tejun Heo
2008-10-09
5
-48
/
+35
*
block: move holder_dir from disk to part0
Tejun Heo
2008-10-09
4
-29
/
+6
*
block: move policy from disk to part0
Tejun Heo
2008-10-09
5
-15
/
+13
*
block: unify sysfs size node handling
Tejun Heo
2008-10-09
3
-11
/
+6
*
block: move __dev from disk to part0
Tejun Heo
2008-10-09
2
-33
/
+20
*
block: move capacity from disk to part0
Tejun Heo
2008-10-09
5
-8
/
+7
*
block: introduce partition 0
Tejun Heo
2008-10-09
5
-28
/
+41
*
block: implement and use {disk|part}_to_dev()
Tejun Heo
2008-10-09
11
-77
/
+86
*
block: implement CONFIG_DEBUG_BLOCK_EXT_DEVT
Tejun Heo
2008-10-09
4
-3
/
+63
*
sd/ide-disk: apply extended minors to sd and ide
Tejun Heo
2008-10-09
2
-5
/
+15
*
block: adjust formatting for large minors and add ext_range sysfs attr
Tejun Heo
2008-10-09
2
-11
/
+35
*
block: implement extended dev numbers
Tejun Heo
2008-10-09
4
-9
/
+135
*
block: fix diskstats access
Tejun Heo
2008-10-09
13
-156
/
+158
*
block: fix disk->part[] dereferencing race
Tejun Heo
2008-10-09
8
-94
/
+323
*
block: don't depend on consecutive minor space
Tejun Heo
2008-10-09
16
-67
/
+132
*
block: make variable and argument names more consistent
Tejun Heo
2008-10-09
5
-62
/
+60
[next]