index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-01
block: Fix files that are modules and hence need module.h
Paul Gortmaker
3
-0
/
+3
2011-11-01
block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros
Paul Gortmaker
2
-0
/
+2
2011-10-29
Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-client
Linus Torvalds
1
-1
/
+1
2011-10-26
libceph: create messenger with client
Sage Weil
1
-1
/
+1
2011-10-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
5
-9
/
+6
2011-10-25
Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker...
Linus Torvalds
1
-1
/
+1
2011-09-29
xen: modify kernel mappings corresponding to granted pages
Stefano Stabellini
1
-1
/
+1
2011-09-21
floppy: use del_timer_sync() in init cleanup
Carsten Emde
1
-4
/
+4
2011-09-15
Merge branch 'master' into for-next
Jiri Kosina
7
-99
/
+274
2011-09-15
Remove unneeded version.h includes from drivers/block/
Jesper Juhl
2
-2
/
+0
2011-09-15
treewide: remove extra semicolons from various parts of the kernel
Justin P. Mattock
1
-1
/
+1
2011-09-15
drbd: Use angle brackets for system includes
Joe Perches
2
-3
/
+3
2011-09-15
drbd: Convert vmalloc/memset to vzalloc
Joe Perches
1
-3
/
+2
2011-08-23
Merge branch 'stable/for-jens' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jens Axboe
2
-4
/
+4
2011-08-22
xen-blkback: fixed indentation and comments
Joe Jin
2
-3
/
+3
2011-08-22
xen-blkback: Don't disconnect backend until state switched to XenbusStateClosed.
Joe Jin
1
-1
/
+1
2011-08-09
Merge branch 'stable/for-jens' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jens Axboe
2
-4
/
+4
2011-08-09
xen/blkback: Make description more obvious.
Konrad Rzeszutek Wilk
1
-1
/
+1
2011-08-03
block: swim3: fix unterminated of_device_id table
Axel Lin
1
-0
/
+1
2011-08-02
drivers/block/drbd/drbd_nl.c: use bitmap_parse instead of __bitmap_parse
H Hartley Sweeten
1
-2
/
+2
2011-08-01
loop: fix deadlock when sysfs and LOOP_CLR_FD race against each other
Kay Sievers
1
-2
/
+4
2011-08-01
loop: add BLK_DEV_LOOP_MIN_COUNT=%i to allow distros 0 pre-allocated loop dev...
Kay Sievers
2
-17
/
+25
2011-08-01
loop: add management interface for on-demand device allocation
Kay Sievers
1
-4
/
+116
2011-08-01
loop: replace linked list of allocated devices with an idr index
Kay Sievers
1
-72
/
+80
2011-07-27
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-07-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-1
/
+45
2011-07-26
rbd: set blk_queue request sizes to object size
Josh Durgin
1
-0
/
+15
2011-07-26
rbd: cancel watch request when releasing the device
Yehuda Sadeh
1
-1
/
+30
2011-07-25
Merge branch 'for-3.1/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-18
/
+21
2011-07-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2011-07-23
Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-1
/
+1
2011-07-23
Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-82
/
+16
2011-07-23
Merge branch 'stable/drivers' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2011-07-20
kill useless checks for sb->s_op == NULL
Al Viro
1
-1
/
+1
2011-07-16
Merge commit 'v3.0-rc7' into devicetree/next
Grant Likely
4
-21
/
+31
2011-07-14
xen-blkfront: Fix one off warning about name clash
Stefan Bader
1
-1
/
+1
2011-07-14
xen-blkfront: Drop name and minor adjustments for emulated scsi devices
Stefan Bader
1
-2
/
+2
2011-07-14
dt: remove extra xsysace platform_driver registration
Grant Likely
1
-82
/
+16
2011-07-09
cciss: do not attempt to read from a write-only register
Stephen M. Cameron
1
-1
/
+1
2011-06-30
xen/blkback: Add module alias for autoloading
Bastian Blank
1
-0
/
+1
2011-06-30
xen/blkback: Don't let in-flight requests defer pending ones.
Daniel Stodden
1
-17
/
+19
2011-06-30
xen: Add __attribute__((format(printf... where appropriate
Joe Perches
1
-1
/
+1
2011-06-30
Merge branch 'for-3.0-important' of git://git.drbd.org/linux-2.6-drbd into fo...
Jens Axboe
4
-21
/
+31
2011-06-30
drbd: we should write meta data updates with FLUSH FUA
Lars Ellenberg
1
-1
/
+1
2011-06-30
drbd: when receive times out on meta socket, also check last receive time on ...
Lars Ellenberg
1
-0
/
+6
2011-06-30
drbd: account bitmap IO during resync as resync-(related-)-io
Lars Ellenberg
1
-0
/
+3
2011-06-30
drbd: don't cond_resched_lock with IRQs disabled
Lars Ellenberg
1
-1
/
+3
2011-06-30
drbd: add missing spinlock to bitmap receive
Lars Ellenberg
1
-15
/
+19
2011-06-30
drbd: Use the correct max_bio_size when creating resync requests
Philipp Reisner
1
-6
/
+1
2011-06-09
i8253: Create linux/i8253.h and use it in all 8253 related files
Ralf Baechle
1
-1
/
+1
[next]