index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdrom: change to use __blk_end_request()
Kiyoshi Ueda
2008-10-09
1
-2
/
+2
*
memstick: change to use __blk_end_request()
Kiyoshi Ueda
2008-10-09
1
-1
/
+1
*
virtio_blk: change to use __blk_end_request()
Kiyoshi Ueda
2008-10-09
1
-5
/
+5
*
libata: set queue SSD flag for SSD devices
Jens Axboe
2008-10-09
1
-0
/
+4
*
floppy: support arbitrary first-sector numbers
Keith Wansbrough
2008-10-09
1
-8
/
+15
*
drivers/block: Use DIV_ROUND_UP
Julia Lawall
2008-10-09
3
-9
/
+9
*
cciss: Fix cciss SCSI rescan code to better notice device changes
scameron@beardog.cca.cpqcorp.net
2008-10-09
2
-53
/
+102
*
block: Expand Xen blkfront for > 16 xvd
Chris Lalancette
2008-10-09
1
-21
/
+55
*
sg: remove unnecessary blk_rq_unmap_user
FUJITA Tomonori
2008-10-09
1
-7
/
+0
*
sg: remove sg_read_xfer
FUJITA Tomonori
2008-10-09
1
-28
/
+5
*
sg: remove sg_write_xfer
FUJITA Tomonori
2008-10-09
1
-32
/
+0
*
sg: incorporate sg_build_direct into sg_start_req
FUJITA Tomonori
2008-10-09
1
-47
/
+33
*
sg: remove __sg_start_req
FUJITA Tomonori
2008-10-09
1
-25
/
+13
*
sg: remove b_malloc_len in sg_scatter_hold struct
FUJITA Tomonori
2008-10-09
1
-2
/
+0
*
sg: remove SG_ALLOW_DIO_CODE define
FUJITA Tomonori
2008-10-09
1
-3
/
+1
*
sg: rename sg_cmd_done sg_rq_end_io
FUJITA Tomonori
2008-10-09
1
-11
/
+12
*
dm: Call blk_abort_queue on failed paths
Mike Anderson
2008-10-09
1
-1
/
+14
*
block: unify request timeout handling
Jens Axboe
2008-10-09
28
-313
/
+150
*
SCSI sd driver calls revalidate_disk wrapper.
Andrew Patterson
2008-10-09
1
-2
/
+2
*
sg: set dxferp to NULL for READ with the older SG interface
FUJITA Tomonori
2008-10-09
1
-1
/
+4
*
sg: use blk_rq_aligned helper function
FUJITA Tomonori
2008-10-09
1
-3
/
+1
*
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
2
-2
/
+2
*
block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov
FUJITA Tomonori
2008-10-09
2
-2
/
+2
*
block: allow disk to have extended device number
Tejun Heo
2008-10-09
2
-21
/
+55
*
block: replace @ext_minors with GENHD_FL_EXT_DEVT
Tejun Heo
2008-10-09
2
-16
/
+7
*
block: move stats from disk to part0
Tejun Heo
2008-10-09
9
-45
/
+52
*
block: always set bdev->bd_part
Tejun Heo
2008-10-09
1
-4
/
+1
*
block: move policy from disk to part0
Tejun Heo
2008-10-09
2
-2
/
+2
*
block: move capacity from disk to part0
Tejun Heo
2008-10-09
3
-4
/
+4
*
block: implement and use {disk|part}_to_dev()
Tejun Heo
2008-10-09
5
-12
/
+12
*
block: implement CONFIG_DEBUG_BLOCK_EXT_DEVT
Tejun Heo
2008-10-09
2
-0
/
+12
*
sd/ide-disk: apply extended minors to sd and ide
Tejun Heo
2008-10-09
2
-5
/
+15
*
block: fix diskstats access
Tejun Heo
2008-10-09
8
-32
/
+53
*
block: fix disk->part[] dereferencing race
Tejun Heo
2008-10-09
1
-1
/
+5
*
block: don't depend on consecutive minor space
Tejun Heo
2008-10-09
11
-18
/
+20
*
block: misc updates
Tejun Heo
2008-10-09
1
-1
/
+1
*
driver-core: use klist for class device list and implement iterator
Tejun Heo
2008-10-09
3
-37
/
+107
*
block: make bi_phys_segments an unsigned int instead of short
Jens Axboe
2008-10-09
1
-6
/
+6
*
block: raid fixups for removal of bi_hw_segments
Jens Axboe
2008-10-09
3
-17
/
+51
*
drop vmerge accounting
Mikulas Patocka
2008-10-09
2
-6
/
+0
*
virtio_blk: use a wrapper function to access io context information of IO req...
Fernando Luis Vázquez Cao
2008-10-09
1
-2
/
+2
*
Kill REQ_TYPE_FLUSH
David Woodhouse
2008-10-09
1
-3
/
+6
*
Support 'discard sectors' operation.
David Woodhouse
2008-10-09
1
-0
/
+24
*
Support 'discard sectors' operation in translation layer support core
David Woodhouse
2008-10-09
1
-0
/
+16
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2008-10-08
2
-5
/
+5
|
\
|
*
[Bluetooth] Add reset quirk for A-Link BlueUSB21 dongle
Marcel Holtmann
2008-10-06
1
-0
/
+1
|
*
[Bluetooth] Add reset quirk for new Targus and Belkin dongles
Marcel Holtmann
2008-10-06
1
-0
/
+4
[next]