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.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
2014-09-13
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-9
/
+21
2014-09-10
rbd: fix error return code in rbd_dev_device_setup()
Wei Yongjun
1
-1
/
+3
2014-09-10
rbd: avoid format-security warning inside alloc_workqueue()
Ilya Dryomov
1
-1
/
+1
2014-09-03
blk-mq: pass along blk_mq_alloc_tag_set return values
Robert Elliott
2
-9
/
+21
2014-08-30
Merge branch 'akpm' (fixes from Andrew Morton)
Linus Torvalds
2
-4
/
+8
2014-08-30
zram: fix incorrect stat with failed_reads
Chao Yu
2
-4
/
+8
2014-08-22
brd: add ram disk visibility option
Dmitry Monakhov
1
-1
/
+5
2014-08-22
block: systemace: Remove .owner field for driver
Michal Simek
1
-1
/
+0
2014-08-15
Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-3
/
+3
2014-08-14
Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
16
-1218
/
+2758
2014-08-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-324
/
+365
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
3
-3
/
+3
2014-08-09
block: use pci_zalloc_consistent
Joe Perches
3
-32
/
+22
2014-08-07
rbd: remove extra newlines from rbd_warn() messages
Ilya Dryomov
1
-13
/
+12
2014-08-07
rbd: allocate img_request with GFP_NOIO instead GFP_ATOMIC
Ilya Dryomov
1
-1
/
+1
2014-08-07
rbd: rework rbd_request_fn()
Ilya Dryomov
1
-77
/
+119
2014-08-07
zram: replace global tb_lock with fine grain lock
Weijie Yang
2
-33
/
+60
2014-08-07
zram: use size_t instead of u16
Minchan Kim
1
-1
/
+1
2014-08-07
zram: remove unused SECTOR_SIZE define
Sergey Senozhatsky
1
-1
/
+0
2014-08-07
zram: rename struct `table' to `zram_table_entry'
Sergey Senozhatsky
1
-2
/
+2
2014-07-25
rbd: take snap_id into account when reading in parent info
Ilya Dryomov
1
-1
/
+1
2014-07-25
rbd: do not read in parent info before snap context
Ilya Dryomov
1
-33
/
+27
2014-07-25
rbd: update mapping size only on refresh
Ilya Dryomov
1
-12
/
+7
2014-07-25
rbd: harden rbd_dev_refresh() and callers a bit
Ilya Dryomov
1
-5
/
+16
2014-07-25
rbd: split rbd_dev_spec_update() into two functions
Ilya Dryomov
1
-31
/
+48
2014-07-25
rbd: remove unnecessary asserts in rbd_dev_image_probe()
Ilya Dryomov
1
-2
/
+0
2014-07-25
rbd: introduce rbd_dev_header_info()
Ilya Dryomov
1
-10
/
+14
2014-07-25
rbd: show the entire chain of parent images
Ilya Dryomov
1
-33
/
+23
2014-07-24
rbd: use rbd_segment_name_free() instead of kfree()
Himangi Saraogi
1
-8
/
+8
2014-07-24
zram: avoid lockdep splat by revalidate_disk
Minchan Kim
1
-4
/
+18
2014-07-10
drbd: silence underflow warning in read_in_block()
Dan Carpenter
1
-1
/
+1
2014-07-10
drbd: implicitly truncate cpu-mask
Lars Ellenberg
1
-0
/
+14
2014-07-10
drbd: drop spurious parameters from _drbd_md_sync_page_io
Lars Ellenberg
1
-7
/
+5
2014-07-10
drbd: resync should only lock out specific ranges
Lars Ellenberg
2
-53
/
+98
2014-07-10
drbd: debugfs: add per device data_gen_id
Lars Ellenberg
1
-0
/
+22
2014-07-10
drbd: debugfs: add per connection oldest requests
Lars Ellenberg
1
-0
/
+7
2014-07-10
drbd: debugfs: add version tag to debugfs files
Lars Ellenberg
1
-0
/
+52
2014-07-10
drbd: debugfs: add per volume oldest_requests
Lars Ellenberg
1
-5
/
+148
2014-07-10
drbd: debugfs: add callback_history
Lars Ellenberg
4
-3
/
+144
2014-07-10
drbd: debugfs: Add in_flight_summary
Lars Ellenberg
4
-20
/
+255
2014-07-10
drbd: debugfs: deal with destructor racing with open of debugfs file
Lars Ellenberg
1
-4
/
+54
2014-07-10
drbd: debugfs: add in_flight_summary data
Lars Ellenberg
1
-0
/
+196
2014-07-10
drbd: debugfs: add basic hierarchy
Lars Ellenberg
5
-5
/
+278
2014-07-10
drbd: track details of bitmap IO
Lars Ellenberg
3
-36
/
+51
2014-07-10
drbd: register peer requests on read_ee early
Lars Ellenberg
1
-11
/
+14
2014-07-10
drbd: track timing details of peer_requests
Lars Ellenberg
3
-30
/
+64
2014-07-10
drbd: improve throttling decisions of background resynchronisation
Lars Ellenberg
7
-18
/
+51
2014-07-10
drbd: add caching oldest request pointers for replication stages
Lars Ellenberg
2
-40
/
+136
2014-07-10
drbd: add lists to find oldest pending requests
Lars Ellenberg
3
-14
/
+49
2014-07-10
drbd: gather detailed timing statistics for drbd_requests
Lars Ellenberg
4
-38
/
+119
[next]