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
2010-08-07
block: push down BKL into .open and .release
Arnd Bergmann
20
-26
/
+207
2010-08-07
block: push down BKL into .locked_ioctl
Arnd Bergmann
17
-32
/
+159
2010-08-07
block: remove q->prepare_flush_fn completely
FUJITA Tomonori
6
-8
/
+7
2010-08-07
virtio_blk: stop using q->prepare_flush_fn
FUJITA Tomonori
1
-29
/
+21
2010-08-07
ps3disk: stop using q->prepare_flush_fn
FUJITA Tomonori
1
-19
/
+6
2010-08-07
osdblk: stop using q->prepare_flush_fn
FUJITA Tomonori
1
-10
/
+2
2010-08-07
block/xd.c: fix brace typo
Randy Dunlap
1
-1
/
+1
2010-08-07
block: fix some more cmd_type cleanup fallout
Christoph Hellwig
1
-1
/
+1
2010-08-07
virtio_blk: add default case to cmd type switch
Jens Axboe
1
-0
/
+2
2010-08-07
block: unify flags for struct bio and struct request
Christoph Hellwig
9
-24
/
+24
2010-08-07
block: remove wrappers for request type/flags
Christoph Hellwig
13
-41
/
+56
2010-08-07
floppy: use warning macros
Stephen Hemminger
1
-16
/
+11
2010-08-07
floppy: use wait_event_interruptible
Stephen Hemminger
1
-50
/
+9
2010-08-07
floppy: fix signed/unsigned warnings
Stephen Hemminger
1
-2
/
+2
2010-08-07
floppy: cmos attribute should be static
Stephen Hemminger
1
-1
/
+1
2010-08-07
floppy: use atomic type for usage_count
Stephen Hemminger
1
-30
/
+12
2010-08-07
floppy: silence warning during disk test
Stephen Hemminger
1
-0
/
+1
2010-08-07
floppy: remove unnecessary inlines
Stephen Hemminger
1
-7
/
+7
2010-08-07
floppy: initialize debug jiffies offset
Stephen Hemminger
1
-0
/
+3
2010-08-07
cciss: change pad value from 32 to 0
Mike Miller
1
-1
/
+1
2010-08-07
cciss: remove errant debug code
Mike Miller
1
-2
/
+0
2010-08-07
cciss: move next_command function from ifdef
Mike Miller
1
-22
/
+23
2010-08-07
cciss: fix call to put_controller_in_performant_mode
Mike Miller
1
-1
/
+1
2010-08-07
cciss: make sure we request the performant mode irq
Mike Miller
1
-4
/
+4
2010-08-07
cciss: new controller support and bump driver version
Mike Miller
1
-6
/
+14
2010-08-07
cciss: add performant mode support for Stars/Sirius
Mike Miller
4
-63
/
+353
2010-08-07
cciss: make interrupt access methods return type bool
Mike Miller
1
-3
/
+3
2010-08-07
cciss: check for msi in interrupt_not_for_us
Mike Miller
1
-2
/
+3
2010-08-07
cciss: clean up interrupt handler
Mike Miller
1
-95
/
+141
2010-08-07
cciss: enqueue and submit io
Mike Miller
1
-23
/
+15
2010-06-15
cciss: set SCSI max cmd len to 16, as default is wrong
Stephen M. Cameron
1
-0
/
+1
2010-06-14
cpqarray: fix two more wrong section type
Jens Axboe
1
-2
/
+2
2010-06-14
cpqarray: fix wrong __init type on pci probe function
Jens Axboe
1
-1
/
+1
2010-06-14
drbd: Fixed a race between disk-attach and unexpected state changes
Philipp Reisner
2
-2
/
+6
2010-06-05
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
8
-139
/
+122
2010-06-04
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
1
-2
/
+4
2010-06-03
virtio-blk: fix minimum number of S/G elements
Christoph Hellwig
1
-1
/
+3
2010-06-02
powerpc/macio: Fix probing of macio devices by using the right of match table
Benjamin Herrenschmidt
1
-2
/
+4
2010-06-01
Merge branch 'master' into for-linus
Jens Axboe
2
-8
/
+7
2010-06-01
cciss: call BUG() earlier
Dan Carpenter
1
-1
/
+1
2010-06-01
drbd: Reduce verbosity
Philipp Reisner
2
-9
/
+0
2010-06-01
drbd: use drbd specific ratelimit instead of global printk_ratelimit
Lars Ellenberg
2
-2
/
+2
2010-06-01
drbd: fix hang on local read errors while disconnected
Lars Ellenberg
3
-13
/
+16
2010-06-01
drbd: Removed the now empty w_io_error() function
Philipp Reisner
3
-41
/
+1
2010-06-01
drbd: removed duplicated #includes
Andrea Gelmini
1
-1
/
+0
2010-06-01
drbd: improve usage of MSG_MORE
Lars Ellenberg
1
-13
/
+19
2010-06-01
drbd: need to set socket bufsize early to take effect
Lars Ellenberg
1
-10
/
+23
2010-06-01
drbd: improve network latency, TCP_QUICKACK
Lars Ellenberg
1
-1
/
+1
2010-06-01
drbd: Revert "drbd: Create new current UUID as late as possible"
Philipp Reisner
3
-47
/
+7
2010-06-01
brd: support discard
Nick Piggin
1
-1
/
+52
[next]