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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-30
dm raid: remove unnecessary discard limits for raid0 and raid10
Mike Snitzer
1
-9
/
+0
2021-04-30
dm rq: fix double free of blk_mq_tag_set in dev remove after table load fails
Benjamin Block
1
-0
/
+2
2021-04-30
dm integrity: use discard support when recalculating
Mikulas Patocka
1
-24
/
+33
2021-04-30
dm integrity: increase RECALC_SECTORS to improve recalculate speed
Mikulas Patocka
1
-1
/
+1
2021-04-30
dm integrity: don't re-write metadata if discarding same blocks
Mikulas Patocka
1
-2
/
+4
2021-04-21
dm raid: fix inconclusive reshape layout on fast raid4/5/6 table reload sequences
Heinz Mauelshagen
1
-6
/
+28
2021-04-20
dm raid: fix fall-through warning in rs_check_takeover() for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-04-19
dm clone metadata: remove unused function
Jiapeng Chong
1
-6
/
+0
2021-04-19
dm integrity: fix missing goto in bitmap_flush_interval error handling
Tian Tao
1
-0
/
+1
2021-04-19
dm: replace dm_vcalloc()
Matthew Wilcox (Oracle)
3
-29
/
+12
2021-04-19
dm space map common: fix division bug in sm_ll_find_free_block()
Joe Thornber
1
-0
/
+2
2021-04-19
dm persistent data: packed struct should have an aligned() attribute too
Joe Thornber
2
-6
/
+6
2021-04-19
dm btree spine: remove paranoid node_check call in node_prep_for_write()
Joe Thornber
1
-2
/
+0
2021-04-19
dm space map disk: remove redundant calls to sm_disk_get_nr_free()
Joe Thornber
1
-9
/
+0
2021-03-26
dm integrity: add the "reset_recalculate" feature flag
Mikulas Patocka
1
-4
/
+17
2021-03-26
dm persistent data: remove unused return from exit_shadow_spine()
Jiapeng Chong
2
-5
/
+3
2021-03-26
dm cache: remove needless request_queue NULL pointer checks
Xu Wang
1
-1
/
+1
2021-03-26
dm thin: remove needless request_queue NULL pointer check
Xu Wang
1
-1
/
+1
2021-03-26
dm: unexport dm_{get,put}_table_device
Christoph Hellwig
1
-2
/
+0
2021-03-26
dm ebs: fix a few typos
Bhaskar Chowdhury
1
-3
/
+3
2021-03-26
dm ioctl: filter the returned values according to name or uuid prefix
Mikulas Patocka
1
-0
/
+28
2021-03-26
dm ioctl: return UUID in DM_LIST_DEVICES_CMD result
Mikulas Patocka
1
-3
/
+17
2021-03-26
dm ioctl: replace device hash with red-black tree
Mikulas Patocka
1
-111
/
+141
2021-03-26
dm verity: allow only one error handling mode
JeongHyeon Lee
1
-11
/
+29
2021-03-26
dm: remove useless loop in __split_and_process_bio
Mikulas Patocka
1
-30
/
+27
2021-03-26
dm writecache: fix flexible_array.cocci warnings
Julia Lawall
1
-1
/
+1
2021-03-26
dm ioctl: fix out of bounds array access when no devices
Mikulas Patocka
1
-1
/
+1
2021-03-22
dm: don't report "detected capacity change" on device creation
Mikulas Patocka
1
-1
/
+4
2021-03-22
dm table: Fix zoned model check and zone sectors check
Shin'ichiro Kawasaki
2
-9
/
+26
2021-03-22
dm verity: fix DM_VERITY_OPTS_MAX value
JeongHyeon Lee
1
-1
/
+1
2021-03-21
Merge tag 'staging-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Linus Torvalds
13
-44
/
+72
2021-03-21
Merge tag 'usb-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
10
-25
/
+60
2021-03-21
Merge tag 'efi-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-1
/
+6
2021-03-21
Merge tag 'powerpc-5.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-8
/
+6
2021-03-20
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
8
-15
/
+20
2021-03-19
Merge tag 'block-5.12-2021-03-19' of git://git.kernel.dk/linux-block
Linus Torvalds
8
-60
/
+69
2021-03-19
Merge tag 'gpio-fixes-for-v5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Linus Torvalds
1
-1
/
+9
2021-03-19
Merge tag 's390-5.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
1
-1
/
+2
2021-03-19
Merge tag 'pm-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-37
/
+25
2021-03-19
Merge tag 'iommu-fixes-v5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
2
-20
/
+23
2021-03-19
Merge tag 'sound-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
1
-0
/
+1
2021-03-19
Revert "PM: runtime: Update device status before letting suppliers suspend"
Rafael J. Wysocki
1
-37
/
+25
2021-03-19
Merge tag 'efi-urgent-for-v5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/urgent
Ingo Molnar
2
-1
/
+6
2021-03-19
firmware/efi: Fix a use after bug in efi_mem_reserve_persistent
Lv Yunlong
1
-1
/
+2
2021-03-18
Merge tag 'drm-fixes-2021-03-19' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
8
-53
/
+79
2021-03-19
nouveau: Skip unvailable ttm page entries
Tobias Klausmann
1
-0
/
+8
2021-03-19
Merge tag 'drm-intel-fixes-2021-03-18' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
Dave Airlie
3
-10
/
+42
2021-03-19
Merge tag 'amd-drm-fixes-5.12-2021-03-18' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
Dave Airlie
3
-40
/
+25
2021-03-19
Merge tag 'drm-misc-fixes-2021-03-18' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Dave Airlie
1
-3
/
+4
2021-03-18
Merge tag 'vfio-v5.12-rc4' of git://github.com/awilliam/linux-vfio
Linus Torvalds
3
-12
/
+16
[next]