index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-08
lightnvm: remove set but not used variables 'data_len' and 'rq_len'
YueHaibing
2
-4
/
+1
2019-08-07
raid1: factor out a common routine to handle the completion of sync write
Hou Tao
1
-21
/
+18
2019-08-07
md: don't call spare_active in md_reap_sync_thread if all member devices can'...
Guoqing Jiang
1
-1
/
+2
2019-08-07
md: don't set In_sync if array is frozen
Guoqing Jiang
1
-2
/
+9
2019-08-07
md: allow last device to be forcibly removed from RAID1/RAID10.
Guoqing Jiang
4
-6
/
+36
2019-08-07
md: Convert to use int_pow()
Andy Shevchenko
1
-5
/
+1
2019-08-07
md/raid10: end bio when the device faulty
Yufen Yu
1
-12
/
+14
2019-08-07
md/raid1: end bio when the device faulty
Yufen Yu
1
-12
/
+14
2019-08-07
md/raid6: Set R5_ReadError when there is read failure on parity disk
Xiao Ni
1
-1
/
+3
2019-08-07
raid1: use an int as the return value of raise_barrier()
Hou Tao
1
-1
/
+4
2019-08-06
block: stop exporting bio_map_kern
Hans Holmberg
1
-1
/
+0
2019-08-06
lightnvm: pblk: use kvmalloc for metadata
Hans Holmberg
4
-64
/
+19
2019-08-06
lightnvm: move metadata mapping to lower level driver
Hans Holmberg
8
-190
/
+54
2019-08-06
lightnvm: remove nvm_submit_io_sync_fn
Hans Holmberg
3
-37
/
+29
2019-08-05
blk-mq: balance mapping between present CPUs and queues
Ming Lei
1
-7
/
+22
2019-08-05
scsi: implement .cleanup_rq callback
Ming Lei
1
-0
/
+13
2019-08-05
blk-mq: add callback of .cleanup_rq
Ming Lei
2
-0
/
+14
2019-08-05
null_blk: implement REQ_OP_ZONE_RESET_ALL
Chaitanya Kulkarni
2
-6
/
+25
2019-08-05
scsi: implement REQ_OP_ZONE_RESET_ALL
Chaitanya Kulkarni
3
-5
/
+15
2019-08-05
blk-zoned: implement REQ_OP_ZONE_RESET_ALL
Chaitanya Kulkarni
2
-0
/
+44
2019-08-05
block: add req op to reset all zones and flag
Chaitanya Kulkarni
2
-0
/
+5
2019-08-05
block: Fix a comment in blk_cleanup_queue()
Bart Van Assche
1
-1
/
+2
2019-08-05
block: Fix spelling in the header above blkg_lookup()
Bart Van Assche
1
-1
/
+1
2019-08-05
block: Improve physical block alignment of split bios
Bart Van Assche
1
-4
/
+17
2019-08-05
block: Simplify blk_bio_segment_split()
Bart Van Assche
1
-35
/
+33
2019-08-05
block: Simplify bvec_split_segs()
Bart Van Assche
1
-9
/
+7
2019-08-05
block: Document the bio splitting functions
Bart Van Assche
2
-2
/
+45
2019-08-05
block: Declare several function pointer arguments 'const'
Bart Van Assche
2
-19
/
+20
2019-08-05
blk-mq: remove blk_mq_complete_request_sync
Ming Lei
3
-9
/
+1
2019-08-05
nvme: wait until all completed request's complete fn is called
Ming Lei
5
-4
/
+18
2019-08-05
nvme: don't abort completed request in nvme_cancel_request
Ming Lei
1
-0
/
+4
2019-08-05
blk-mq: introduce blk_mq_tagset_wait_completed_request()
Ming Lei
2
-0
/
+33
2019-08-05
blk-mq: introduce blk_mq_request_completed()
Ming Lei
2
-0
/
+7
2019-08-05
Linux 5.3-rc3
v5.3-rc3
Linus Torvalds
1
-1
/
+1
2019-08-04
tpm: tpm_ibm_vtpm: Fix unallocated banks
Nayna Jain
4
-17
/
+47
2019-08-04
tpm: Fix null pointer dereference on chip register error path
Milan Broz
1
-7
/
+16
2019-08-04
MAINTAINERS: Add Geert as Renesas SoC Co-Maintainer
Geert Uytterhoeven
1
-0
/
+4
2019-08-04
kconfig: Clear "written" flag to avoid data loss
M. Vefa Bicakci
1
-0
/
+4
2019-08-03
drivers/acpi/scan.c: document why we don't need the device_hotplug_lock
David Hildenbrand
1
-0
/
+6
2019-08-03
memremap: move from kernel/ to mm/
Christoph Hellwig
3
-1
/
+1
2019-08-03
lib/test_meminit.c: use GFP_ATOMIC in RCU critical section
Alexander Potapenko
1
-1
/
+1
2019-08-03
asm-generic: fix -Wtype-limits compiler warnings
Qian Cai
1
-30
/
+20
2019-08-03
cgroup: kselftest: relax fs_spec checks
Chris Down
1
-2
/
+1
2019-08-03
mm/memory_hotplug.c: remove unneeded return for void function
Weitao Hou
1
-2
/
+0
2019-08-03
mm/migrate.c: initialize pud_entry in migrate_vma()
Ralph Campbell
1
-10
/
+7
2019-08-03
coredump: split pipe command whitespace before expanding template
Paul Wise
1
-5
/
+39
2019-08-03
page flags: prioritize kasan bits over last-cpuid
Arnd Bergmann
2
-7
/
+12
2019-08-03
ubsan: build ubsan.c more conservatively
Arnd Bergmann
1
-1
/
+2
2019-08-03
kasan: remove clang version check for KASAN_STACK
Arnd Bergmann
1
-6
/
+5
2019-08-03
mm: compaction: avoid 100% CPU usage during compaction when a task is killed
Mel Gorman
1
-4
/
+7
[next]