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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-07
dm integrity: allow large ranges to be described
Mikulas Patocka
1
-3
/
+3
2019-05-07
dm ingerity: pass size to dm_integrity_alloc_page_list()
Mikulas Patocka
1
-15
/
+15
2019-05-07
dm integrity: introduce rw_journal_sectors()
Mikulas Patocka
1
-6
/
+14
2019-05-07
dm integrity: update documentation
Mikulas Patocka
1
-1
/
+3
2019-05-07
dm integrity: don't report unused options
Mikulas Patocka
1
-3
/
+7
2019-05-07
dm integrity: don't check null pointer before kvfree and vfree
Mikulas Patocka
1
-4
/
+2
2019-05-07
dm integrity: correctly calculate the size of metadata area
Mikulas Patocka
1
-2
/
+2
2019-05-07
dm dust: Make dm_dust_init and dm_dust_exit static
YueHaibing
1
-2
/
+2
2019-05-07
dm dust: remove redundant unsigned comparison to less than zero
Colin Ian King
1
-1
/
+1
2019-04-30
dm mpath: always free attached_handler_name in parse_path()
Martin Wilck
1
-1
/
+1
2019-04-30
dm init: fix max devices/targets checks
Helen Koike
1
-4
/
+4
2019-04-30
dm: add dust target
Bryan Gurney
3
-0
/
+525
2019-04-26
dm writecache: avoid unnecessary lookups in writecache_find_entry()
Mikulas Patocka
1
-6
/
+5
2019-04-26
dm writecache: remove unused member page_offset in writeback_struct
Huaisheng Ye
1
-2
/
+0
2019-04-26
dm delay: fix a crash when invalid device is specified
Mikulas Patocka
1
-1
/
+2
2019-04-26
dm: only initialize md->dax_dev if CONFIG_DAX_DRIVER is enabled
Peng Wang
1
-4
/
+2
2019-04-25
dm mpath: fix missing call of path selector type->end_io
Yufen Yu
3
-6
/
+22
2019-04-18
dm thin metadata: do not write metadata if no changes occurred
Mike Snitzer
1
-3
/
+23
2019-04-18
dm thin metadata: add wrappers for managing write locking of metadata
Mike Snitzer
1
-44
/
+64
2019-04-18
dm thin metadata: check __commit_transaction()'s return
Mike Snitzer
1
-1
/
+6
2019-04-18
dm space map common: zero entire ll_disk
Mike Snitzer
1
-0
/
+2
2019-04-18
dm writecache: add unlikely for returned value of rb_next/prev
Huaisheng Ye
1
-2
/
+2
2019-04-18
dm writecache: remove needless dereferences in __writecache_writeback_pmem()
Huaisheng Ye
1
-6
/
+6
2019-04-18
dm snapshot: Use fine-grained locking scheme
Nikos Tsironis
1
-40
/
+44
2019-04-18
dm snapshot: Make exception tables scalable
Nikos Tsironis
2
-24
/
+116
2019-04-18
dm snapshot: Replace mutex with rw semaphore
Nikos Tsironis
1
-45
/
+43
2019-04-18
dm snapshot: Don't sleep holding the snapshot lock
Nikos Tsironis
1
-37
/
+65
2019-04-18
dm cache metadata: Fix loading discard bitset
Nikos Tsironis
1
-1
/
+8
2019-04-18
dm zoned: Fix zone report handling
Damien Le Moal
1
-0
/
+5
2019-04-18
dm zoned: Silence a static checker warning
Dan Carpenter
1
-1
/
+2
2019-04-18
dm crypt: fix endianness annotations around org_sector_of_dmreq
Christoph Hellwig
1
-4
/
+4
2019-04-14
Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-block
Linus Torvalds
8
-51
/
+98
2019-04-14
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-1
/
+4
2019-04-14
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
11
-27
/
+96
2019-04-14
Merge tag 'pci-v5.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-0
/
+6
2019-04-13
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2019-04-13
clk: imx: Fix PLL_1416X not rounding rates
Leonard Crestez
1
-1
/
+1
2019-04-12
clk: mediatek: fix clk-gate flag setting
Weiyi Lu
1
-2
/
+1
2019-04-12
Merge tag 'iommu-fix-v5.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2019-04-12
Merge tag 'mmc-v5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...
Linus Torvalds
2
-21
/
+51
2019-04-12
Merge tag 'acpi-5.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-0
/
+4
2019-04-12
Merge tag 'drm-fixes-2019-04-12' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
33
-202
/
+317
2019-04-12
iommu/amd: Set exclusion range correctly
Joerg Roedel
1
-1
/
+1
2019-04-12
Merge tag 'drm-intel-fixes-2019-04-11' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
9
-110
/
+97
2019-04-11
Merge tag 'drm-misc-fixes-2019-04-11' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
6
-19
/
+62
2019-04-11
platform/x86: pmc_atom: Drop __initconst on dmi table
Stephen Boyd
1
-1
/
+1
2019-04-11
Merge tag 'gvt-fixes-2019-04-11' of https://github.com/intel/gvt-linux into d...
Rodrigo Vivi
3
-9
/
+18
2019-04-11
nvmet: fix discover log page when offsets are used
Keith Busch
3
-23
/
+51
2019-04-11
nvme-fc: correct csn initialization and increments on error
James Smart
1
-5
/
+15
2019-04-11
mmc: sdhci-omap: Don't finish_mrq() on a command error during tuning
Faiz Abbas
1
-0
/
+38
[next]