index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2009-06-11
14
-304
/
+222
|
\
|
*
block: add request clone interface (v2)
Kiyoshi Ueda
2009-06-11
1
-0
/
+5
|
*
block: prevent possible io_context->refcount overflow
Nikanth Karthikesan
2009-06-10
1
-3
/
+3
|
*
Add serial number support for virtio_blk, V4a
john cooper
2009-06-09
1
-0
/
+4
|
*
Revert "block: Fix bounce limit setting in DM"
Jens Axboe
2009-06-09
1
-1
/
+0
|
*
block: Fix bounce limit setting in DM
Martin K. Petersen
2009-06-03
1
-0
/
+1
|
*
block: Export I/O topology for block devices and partitions
Martin K. Petersen
2009-05-22
2
-0
/
+48
|
*
block: Move queue limits to an embedded struct
Martin K. Petersen
2009-05-22
1
-18
/
+26
|
*
block: Use accessor functions for queue limits
Martin K. Petersen
2009-05-22
2
-1
/
+37
|
*
block: Do away with the notion of hardsect_size
Martin K. Petersen
2009-05-22
2
-8
/
+8
|
*
Merge branch 'master' into for-2.6.31
Jens Axboe
2009-05-22
4
-3
/
+29
|
|
\
|
*
\
Merge branch 'master' into for-2.6.31
Jens Axboe
2009-05-22
47
-90
/
+319
|
|
\
\
|
*
|
|
block: change the tag sync vs async restriction logic
Jens Axboe
2009-05-20
1
-1
/
+6
|
*
|
|
block: Un-export blk_rq_append_bio
Boaz Harrosh
2009-05-19
1
-6
/
+0
|
*
|
|
block: Add blk_make_request(), takes bio, returns a request
Boaz Harrosh
2009-05-19
1
-0
/
+2
|
*
|
|
virtio_blk: SG_IO passthru support
Hannes Reinecke
2009-05-18
1
-0
/
+8
|
*
|
|
splice: fix misleading comment
Jens Axboe
2009-05-12
1
-2
/
+1
|
*
|
|
splice: implement default splice_read method
Miklos Szeredi
2009-05-11
2
-0
/
+3
|
*
|
|
block: move completion related functions back to blk-core.c
FUJITA Tomonori
2009-05-11
1
-120
/
+8
|
*
|
|
block: let blk_end_request_all handle bidi requests
FUJITA Tomonori
2009-05-11
1
-2
/
+10
|
*
|
|
block: implement and enforce request peek/start/fetch
Tejun Heo
2009-05-11
2
-4
/
+7
|
*
|
|
block: hide request sector and data_len
Tejun Heo
2009-05-11
1
-4
/
+5
|
*
|
|
block: drop request->hard_* and *nr_sectors
Tejun Heo
2009-05-11
3
-25
/
+20
|
*
|
|
block: convert to pos and nr_sectors accessors
Tejun Heo
2009-05-11
1
-1
/
+1
|
*
|
|
block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones
Tejun Heo
2009-05-11
1
-3
/
+20
|
*
|
|
block: add rq->resid_len
Tejun Heo
2009-05-11
1
-0
/
+1
|
*
|
|
mg_disk: fold mg_disk.h into mg_disk.c
Tejun Heo
2009-04-28
1
-206
/
+0
|
*
|
|
block: make blk_end_request_cur() return bool
Tejun Heo
2009-04-28
1
-4
/
+12
|
*
|
|
block: kill rq->data
Tejun Heo
2009-04-28
1
-3
/
+2
|
*
|
|
block: replace end_request() with [__]blk_end_request_cur()
Tejun Heo
2009-04-28
1
-23
/
+23
|
*
|
|
block: implement and use [__]blk_end_request_all()
Tejun Heo
2009-04-28
1
-0
/
+32
|
*
|
|
block: clean up request completion API
Tejun Heo
2009-04-28
1
-12
/
+82
|
*
|
|
block: kill blk_end_request_callback()
Tejun Heo
2009-04-28
1
-3
/
+0
|
*
|
|
block: reorder request completion functions
Tejun Heo
2009-04-28
1
-8
/
+8
|
*
|
|
block: kill blk_start_queueing()
Tejun Heo
2009-04-28
1
-1
/
+0
|
*
|
|
ide-atapi: kill unused fields and callbacks
Tejun Heo
2009-04-28
1
-12
/
+0
|
*
|
|
ide-cd,atapi: use bio for internal commands
Tejun Heo
2009-04-28
1
-1
/
+1
|
*
|
|
ide-atapi: convert ide-{floppy,tape} to using preallocated sense buffer
Borislav Petkov
2009-04-28
1
-2
/
+1
|
*
|
|
ide: add helpers for preparing sense requests
Borislav Petkov
2009-04-28
1
-0
/
+11
|
*
|
|
ide kill unused ide_cmd->special
Tejun Heo
2009-04-28
1
-1
/
+0
|
*
|
|
loop: use BIO list management functions
Akinobu Mita
2009-04-28
2
-3
/
+2
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
2009-06-11
5
-16
/
+38
|
\
\
\
\
|
*
\
\
\
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Paul Mundt
2009-06-11
75
-459
/
+2525
|
|
\
\
\
\
|
*
\
\
\
\
Merge branches 'sh/stable-updates' and 'sh/sparseirq'
Paul Mundt
2009-05-22
5
-16
/
+38
|
|
\
\
\
\
\
|
|
*
|
|
|
|
sh-sci: improve clock framework support
Magnus Damm
2009-05-08
1
-0
/
+1
|
|
*
|
|
|
|
sh-sci: remove early_sci_setup()
Magnus Damm
2009-05-08
1
-2
/
+0
|
|
*
|
|
|
|
sh: Consolidate MTU2/CMT/TMU timer platform data.
Paul Mundt
2009-05-03
4
-38
/
+13
|
|
*
|
|
|
|
clocksource: SuperH TMU Timer driver
Magnus Damm
2009-05-03
1
-0
/
+13
|
|
*
|
|
|
|
clocksource: SuperH MTU2 Timer driver
Magnus Damm
2009-05-03
1
-0
/
+12
|
|
*
|
|
|
|
timekeeping: create arch_gettimeoffset infrastructure
john stultz
2009-05-02
1
-0
/
+15
[next]