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
2014-04-08
zram: support REQ_DISCARD
Joonsoo Kim
1
-0
/
+62
2014-04-08
zram: use scnprintf() in attrs show() methods
Sergey Senozhatsky
2
-9
/
+11
2014-04-08
zram: propagate error to user
Minchan Kim
3
-11
/
+20
2014-04-08
zram: return error-valued pointer from zcomp_create()
Sergey Senozhatsky
2
-15
/
+18
2014-04-08
zram: move comp allocation out of init_lock
Sergey Senozhatsky
1
-12
/
+15
2014-04-08
zram: add lz4 algorithm backend
Sergey Senozhatsky
5
-0
/
+82
2014-04-08
zram: make compression algorithm selection possible
Sergey Senozhatsky
4
-6
/
+66
2014-04-08
zram: add set_max_streams knob
Sergey Senozhatsky
3
-3
/
+41
2014-04-08
zram: add multi stream functionality
Sergey Senozhatsky
4
-5
/
+167
2014-04-08
zram: factor out single stream compression
Sergey Senozhatsky
2
-10
/
+59
2014-04-08
zram: use zcomp compressing backends
Sergey Senozhatsky
3
-43
/
+36
2014-04-08
zram: introduce compressing backend abstraction
Sergey Senozhatsky
4
-0
/
+237
2014-04-08
zram: delete zram_init_device()
Sergey Senozhatsky
1
-11
/
+5
2014-04-08
zram: move zram size warning to documentation
Sergey Senozhatsky
1
-15
/
+0
2014-04-08
zram: drop not used table `count' member
Sergey Senozhatsky
1
-1
/
+0
2014-04-08
zram: report failed read and write stats
Sergey Senozhatsky
1
-0
/
+4
2014-04-08
zram: remove zram stats code duplication
Sergey Senozhatsky
1
-59
/
+23
2014-04-08
zram: use atomic64_t for all zram stats
Sergey Senozhatsky
2
-12
/
+12
2014-04-08
zram: remove good and bad compress stats
Sergey Senozhatsky
2
-13
/
+0
2014-04-08
zram: do not pass rw argument to __zram_make_request()
Sergey Senozhatsky
1
-18
/
+12
2014-04-08
zram: drop `init_done' struct zram member
Sergey Senozhatsky
2
-11
/
+11
2014-04-03
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+17
2014-04-02
Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
24
-5486
/
+5885
2014-04-02
Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+2
2014-04-01
Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2
-20
/
+40
2014-03-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-1
/
+0
2014-03-29
rbd: drop an unsafe assertion
Alex Elder
1
-1
/
+0
2014-03-24
virtio-blk: base queue-depth on virtqueue ringsize or module param
Rusty Russell
1
-1
/
+9
2014-03-14
blk-mq: allow blk_mq_init_commands() to return failure
Jens Axboe
1
-1
/
+2
2014-03-14
mtip32xx: mtip_async_complete() bug fixes
Sam Bradshaw
2
-39
/
+50
2014-03-14
mtip32xx: Unmap the DMA segments before completing the IO request
Felipe Franciosi
1
-12
/
+12
2014-03-14
mtip32xx: Set queue bounce limit
Felipe Franciosi
1
-0
/
+1
2014-03-14
nvme: Use pci_enable_msi_range() and pci_enable_msix_range()
Alexander Gordeev
1
-24
/
+9
2014-03-14
cciss: Fallback to MSI rather than to INTx if MSI-X failed
Alexander Gordeev
1
-2
/
+0
2014-03-14
swim3: fix interruptible_sleep_on race
Arnd Bergmann
1
-7
/
+11
2014-03-14
ataflop: fix sleep_on races
Arnd Bergmann
1
-8
/
+8
2014-03-14
DAC960: remove sleep_on usage
Arnd Bergmann
1
-18
/
+16
2014-03-14
mtip32xx: Use pci_enable_msi() instead of pci_enable_msi_range()
Alexander Gordeev
1
-2
/
+2
2014-03-13
virtio_blk: don't crash, report error if virtqueue is broken.
Rusty Russell
1
-2
/
+8
2014-03-11
mtip32xx: fix bad use of smp_processor_id()
Jens Axboe
1
-1
/
+1
2014-03-07
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2014-03-07
nvme: don't use PREPARE_WORK
Tejun Heo
1
-6
/
+12
2014-03-07
floppy: don't use PREPARE_[DELAYED_]WORK
Tejun Heo
1
-14
/
+28
2014-03-04
zram: avoid null access when fail to alloc meta
Minchan Kim
1
-0
/
+2
2014-03-04
mm: close PageTail race
David Rientjes
1
-2
/
+2
2014-02-22
skd: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
1
-26
/
+12
2014-02-22
skd: Use unified access to skdev->msix_entries throughout the code
Alexander Gordeev
1
-2
/
+1
2014-02-22
skd: Fix incomplete cleanup of MSI-X interrupt
Alexander Gordeev
1
-24
/
+26
2014-02-22
skd: Fix out of array boundary access
Alexander Gordeev
1
-1
/
+1
2014-02-22
mtip32xx: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
1
-2
/
+2
[next]