index
:
linux-stable.git
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.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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
block: update add_partition() error handling
Tejun Heo
2008-10-09
2
-24
/
+23
*
block: allow deleting zero length partition
Tejun Heo
2008-10-09
2
-4
/
+0
*
block: use class_dev_iterator instead of class_for_each_device()
Tejun Heo
2008-10-09
1
-155
/
+97
*
block: don't grab block_class_lock unnecessarily
Tejun Heo
2008-10-09
1
-19
/
+9
*
block: fix partition info printouts
Tejun Heo
2008-10-09
1
-5
/
+5
*
driver-core: use klist for class device list and implement iterator
Tejun Heo
2008-10-09
4
-38
/
+120
*
klist: don't iterate over deleted entries
Tejun Heo
2008-10-09
2
-28
/
+71
*
Add some block/ source files to the kernel-api docbook. Fix kernel-doc notati...
Randy Dunlap
2008-10-09
8
-59
/
+64
*
block: make bi_phys_segments an unsigned int instead of short
Jens Axboe
2008-10-09
2
-7
/
+7
*
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
8
-69
/
+6
*
block: drop virtual merging accounting
Mikulas Patocka
2008-10-09
3
-92
/
+8
*
block: update documentation for deadline fifo_batch tunable
Aaron Carroll
2008-10-09
1
-4
/
+10
*
deadline-iosched: non-functional fixes
Aaron Carroll
2008-10-09
1
-13
/
+13
*
deadline-iosched: allow non-sequential batching
Aaron Carroll
2008-10-09
1
-11
/
+3
*
virtio_blk: use a wrapper function to access io context information of IO req...
Fernando Luis Vázquez Cao
2008-10-09
2
-2
/
+7
*
Kill REQ_TYPE_FLUSH
David Woodhouse
2008-10-09
2
-8
/
+7
*
Allow elevators to sort/merge discard requests
David Woodhouse
2008-10-09
8
-23
/
+42
*
Add BLKDISCARD ioctl to allow userspace to discard sectors
David Woodhouse
2008-10-09
3
-0
/
+78
*
Use WRITE_BARRIER in blkdev_issue_flush(), not (1<<BIO_RW_BARRIER)
OGAWA Hirofumi
2008-10-09
1
-1
/
+1
*
blktrace: simplify flags handling in __blk_add_trace
David Woodhouse
2008-10-09
1
-30
/
+8
*
blktrace: support discard requests
David Woodhouse
2008-10-09
2
-1
/
+14
*
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
3
-0
/
+19
*
Let the block device know when sectors can be discarded
David Woodhouse
2008-10-09
1
-0
/
+14
*
Add 'discard' request handling
David Woodhouse
2008-10-09
6
-11
/
+130
*
Fix up comments about matching flags between bio and rq
David Woodhouse
2008-10-09
3
-8
/
+5
*
highmem: use bio_has_data() in the bounce path
Jens Axboe
2008-10-09
1
-1
/
+1
*
block: use bio_has_data() in the IO completion path
Jens Axboe
2008-10-09
1
-5
/
+4
*
block: use bio_has_data() to check for data carrying bio
Jens Axboe
2008-10-09
2
-5
/
+2
*
block: add bio_has_data() to detect whether a bio carries data or not
Jens Axboe
2008-10-09
1
-0
/
+8
*
SG_IO block filter whitelist missing MMC SET READ AHEAD command
xiphmont@xiph.org
2008-10-09
1
-0
/
+1
*
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
2008-10-08
1
-0
/
+4
|
\
|
*
[MIPS] Sibyte: Register PIO PATA device only for Swarm and Litte Sur
Ralf Baechle
2008-10-08
1
-0
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2008-10-08
9
-39
/
+38
|
\
\
|
|
/
|
/
|
|
*
tcp: Fix tcp_hybla zero congestion window growth with small rho and large cwnd.
Daniele Lacamera
2008-10-07
1
-1
/
+5
|
*
net: Fix netdev_run_todo dead-lock
Herbert Xu
2008-10-07
2
-22
/
+7
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...
David S. Miller
2008-10-07
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
|
|
*
[Bluetooth] Fix double frees on error paths of btusb and bpa10x drivers
Marcel Holtmann
2008-10-06
2
-5
/
+0
|
*
|
tcp: Fix possible double-ack w/ user dma
Ali Saidi
2008-10-07
1
-1
/
+2
|
*
|
net: only invoke dev->change_rx_flags when device is UP
Patrick McHardy
2008-10-07
1
-6
/
+10
|
*
|
netrom: Fix sock_orphan() use in nr_release
Jarek Poplawski
2008-10-06
1
-1
/
+1
|
*
|
ax25: Quick fix for making sure unaccepted sockets get destroyed.
David S. Miller
2008-10-06
1
-0
/
+3
|
*
|
Revert "ax25: Fix std timer socket destroy handling."
David S. Miller
2008-10-06
1
-3
/
+5
*
|
|
SLOB: fix bogus ksize calculation
Matt Mackall
2008-10-07
1
-1
/
+1
*
|
|
Revert "V4L/DVB (8904): cx88: add missing unlock_kernel"
Linus Torvalds
2008-10-07
1
-1
/
+0
*
|
|
Linux 2.6.27-rc9
v2.6.27-rc9
Linus Torvalds
2008-10-06
1
-1
/
+1
*
|
|
Marker depmod fix core kernel list
Mathieu Desnoyers
2008-10-06
1
-2
/
+4
[prev]
[next]