index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-22
dm zoned: remove leftover hunk for switching to sequential zones
Hannes Reinecke
1
-8
/
+0
2020-05-20
dm zoned: terminate reclaim on congestion
Hannes Reinecke
3
-2
/
+9
2020-05-20
dm zoned: start reclaim with sequential zones
Hannes Reinecke
1
-5
/
+6
2020-05-20
dm zoned: reclaim random zones when idle
Hannes Reinecke
3
-16
/
+29
2020-05-20
dm zoned: separate random and cache zones
Hannes Reinecke
4
-67
/
+159
2020-05-20
dm zoned: return NULL if dmz_get_zone_for_reclaim() fails to find a zone
Hannes Reinecke
2
-4
/
+4
2020-05-20
dm zoned: Avoid 64-bit division error in dmz_fixup_devices
Nathan Chancellor
1
-2
/
+3
2020-05-20
dm: use DMDEBUG macros now that they use pr_debug variants
Mike Snitzer
2
-7
/
+7
2020-05-20
dm zoned: remove spurious newlines from debugging messages
Hannes Reinecke
2
-4
/
+4
2020-05-20
dm: use dynamic debug instead of compile-time config option
Hannes Reinecke
1
-6
/
+1
2020-05-20
dm: replace zero-length array with flexible-array
Gustavo A. R. Silva
9
-9
/
+9
2020-05-20
dm zoned: metadata version 2
Hannes Reinecke
4
-108
/
+426
2020-05-20
dm zoned: ignore metadata zone in dmz_alloc_zone()
Hannes Reinecke
1
-0
/
+6
2020-05-20
dm zoned: Reduce logging output on startup
Hannes Reinecke
1
-12
/
+12
2020-05-20
dm zoned: add metadata logging functions
Hannes Reinecke
1
-39
/
+57
2020-05-19
dm zoned: use dmz_zone_to_dev() when handling metadata I/O
Hannes Reinecke
1
-5
/
+7
2020-05-19
dm zoned: replace 'target' pointer in the bio context
Hannes Reinecke
1
-20
/
+24
2020-05-19
dm zoned: remove 'dev' argument from reclaim
Hannes Reinecke
3
-30
/
+32
2020-05-15
dm zoned: Introduce dmz_dev_is_dying() and dmz_check_dev()
Hannes Reinecke
4
-5
/
+18
2020-05-15
dm zoned: introduce dmz_metadata_label() to format device name
Hannes Reinecke
4
-42
/
+62
2020-05-15
dm zoned: move fields from struct dmz_dev to dmz_metadata
Hannes Reinecke
4
-63
/
+95
2020-05-15
dm zoned: store device in struct dmz_sb
Hannes Reinecke
1
-31
/
+59
2020-05-15
dm zoned: use array for superblock zones
Hannes Reinecke
1
-16
/
+25
2020-05-15
dm zoned: store zone id within the zone structure and kill dmz_id()
Hannes Reinecke
4
-36
/
+31
2020-05-15
dm zoned: add 'message' callback
Hannes Reinecke
2
-0
/
+27
2020-05-15
dm zoned: add 'status' callback
Hannes Reinecke
4
-0
/
+60
2020-05-15
dm mpath: add Historical Service Time Path Selector
Khazhismel Kumykov
3
-0
/
+573
2020-05-15
dm mpath: pass IO start time to path selector
Gabriel Krisman Bertazi
6
-6
/
+20
2020-05-15
dm writecache: improve performance on DDR persistent memory (Optane)
Mikulas Patocka
1
-1
/
+37
2020-05-15
dm writecache: remove superfluous test in persistent_memory_claim
Mikulas Patocka
1
-4
/
+0
2020-05-15
dm persistent data: switch exit_ro_spine to return void
Zhiqiang Liu
2
-5
/
+3
2020-05-15
dm integrity: remove set but not used variables
YueHaibing
1
-4
/
+0
2020-05-15
dm ebs: pass discards down to underlying device
Heinz Mauelshagen
1
-7
/
+34
2020-05-15
dm bufio: implement discard
Mikulas Patocka
2
-5
/
+76
2020-05-15
dm: add emulated block size target
Heinz Mauelshagen
4
-0
/
+505
2020-05-15
dm mpath: switch paths in dm_blk_ioctl() code path
Martin Wilck
1
-1
/
+1
2020-05-15
dm crypt: support using encrypted keys
Dmitry Baryshkov
2
-19
/
+58
2020-05-10
Linux 5.7-rc5
Linus Torvalds
1
-1
/
+1
2020-05-10
Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
11
-90
/
+138
2020-05-10
Merge tag 'objtool-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+13
2020-05-10
Merge tag 'locking-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+7
2020-05-10
Merge tag 'iommu-fixes-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
3
-47
/
+162
2020-05-10
Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-block
Linus Torvalds
12
-68
/
+107
2020-05-09
gcc-10: mark more functions __init to avoid section mismatch warnings
Linus Torvalds
2
-2
/
+2
2020-05-09
Merge tag 'riscv-for-linus-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
9
-34
/
+121
2020-05-09
gcc-10: avoid shadowing standard library 'free()' in crypto
Linus Torvalds
2
-6
/
+6
2020-05-09
gcc-10: disable 'restrict' warning for now
Linus Torvalds
1
-0
/
+3
2020-05-09
gcc-10: disable 'stringop-overflow' warning for now
Linus Torvalds
1
-0
/
+1
2020-05-09
nvme: fix possible hang when ns scanning fails during error recovery
Sagi Grimberg
1
-1
/
+1
2020-05-09
nvme-pci: fix "slimmer CQ head update"
Alexey Dobriyan
1
-1
/
+5
[next]