index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
floppy: cleanups: remove FLOPPY_SILENT_DCL_CLEAR undef
Denis Efremov
2021-04-20
1
-2
/
+0
*
floppy: cleanups: use memcpy() to copy reply_buffer
Denis Efremov
2021-04-20
1
-4
/
+1
*
floppy: cleanups: use memset() to zero reply_buffer
Denis Efremov
2021-04-20
1
-3
/
+1
*
floppy: cleanups: use ST0 as reply_buffer index 0
Denis Efremov
2021-04-20
1
-6
/
+6
*
floppy: cleanups: remove trailing whitespaces
Denis Efremov
2021-04-20
1
-23
/
+23
*
Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...
Jens Axboe
2021-04-15
2
-72
/
+69
|
\
|
*
md/bitmap: wait for external bitmap writes to complete during tear down
Sudhakar Panneerselvam
2021-04-15
1
-0
/
+2
|
*
md: do not return existing mddevs from mddev_find_or_alloc
Christoph Hellwig
2021-04-15
1
-23
/
+23
|
*
md: refactor mddev_find_or_alloc
Christoph Hellwig
2021-04-15
1
-36
/
+24
|
*
md: factor out a mddev_alloc_unit helper from mddev_find
Christoph Hellwig
2021-04-15
1
-20
/
+27
*
|
Merge tag 'nvme-5.13-2021-04-15' of git://git.infradead.org/nvme into for-5.1...
Jens Axboe
2021-04-15
11
-575
/
+669
|
\
\
|
|
/
|
/
|
|
*
nvme: fix NULL derefence in nvme_ctrl_fast_io_fail_tmo_show/store
Gopal Tiwari
2021-04-15
1
-0
/
+2
|
*
nvme: let namespace probing continue for unsupported features
Christoph Hellwig
2021-04-15
2
-3
/
+12
|
*
nvme: factor out nvme_ns_open and nvme_ns_release helpers
Christoph Hellwig
2021-04-15
1
-4
/
+12
|
*
nvme: move nvme_ns_head_ops to multipath.c
Christoph Hellwig
2021-04-15
3
-29
/
+32
|
*
nvme: factor out a nvme_tryget_ns_head helper
Christoph Hellwig
2021-04-15
1
-4
/
+7
|
*
nvme: move the ioctl code to a separate file
Christoph Hellwig
2021-04-15
4
-449
/
+468
|
*
nvme: don't bother to look up a namespace for controller ioctls
Christoph Hellwig
2021-04-15
1
-24
/
+42
|
*
nvme: simplify block device ioctl handling for the !multipath case
Christoph Hellwig
2021-04-15
1
-36
/
+47
|
*
nvme: simplify the compat ioctl handling
Christoph Hellwig
2021-04-15
1
-43
/
+26
|
*
nvme: factor out a nvme_ns_ioctl helper
Christoph Hellwig
2021-04-15
1
-21
/
+21
|
*
nvme: pass a user pointer to nvme_nvm_ioctl
Christoph Hellwig
2021-04-15
3
-7
/
+7
|
*
nvme: cleanup setting the disk name
Christoph Hellwig
2021-04-15
3
-28
/
+27
|
*
nvme: add a nvme_ns_head_multipath helper
Minwoo Im
2021-04-15
2
-7
/
+8
|
*
nvme: remove single trailing whitespace
Niklas Cassel
2021-04-15
1
-1
/
+1
|
*
nvme-multipath: remove single trailing whitespace
Niklas Cassel
2021-04-15
1
-1
/
+1
|
*
nvme-pci: remove single trailing whitespace
Niklas Cassel
2021-04-15
1
-1
/
+1
|
*
nvme-pci: don't simple map sgl when sgls are disabled
Niklas Cassel
2021-04-15
1
-1
/
+1
|
*
nvmet: fix a spelling mistake "nubmer" -> "number"
Colin Ian King
2021-04-15
1
-1
/
+1
|
*
nvmet-fc: simplify nvmet_fc_alloc_hostport
Amit Engel
2021-04-15
1
-31
/
+46
|
*
nvmet-tcp: fix a segmentation fault during io parsing error
Elad Grupi
2021-04-15
1
-8
/
+31
|
/
*
lightnvm: deprecated OCSSD support and schedule it for removal in Linux 5.15
Christoph Hellwig
2021-04-13
2
-1
/
+5
*
lightnvm: remove duplicate include in lightnvm.h
Zhang Yunkai
2021-04-13
2
-3
/
+0
*
lightnvm: return the correct return value
Tian Tao
2021-04-13
1
-1
/
+1
*
lightnvm: use kobj_to_dev()
Chaitanya Kulkarni
2021-04-13
1
-1
/
+1
*
block: remove the -ERESTARTSYS handling in blkdev_get_by_dev
Christoph Hellwig
2021-04-12
1
-6
/
+0
*
null_blk: add option for managing virtual boundary
Max Gurtovoy
2021-04-12
2
-1
/
+12
*
gdrom: fix compilation error
Chaitanya Kulkarni
2021-04-11
1
-1
/
+1
*
bcache: fix a regression of code compiling failure in debug.c
Coly Li
2021-04-11
1
-1
/
+1
*
bcache: Use 64-bit arithmetic instead of 32-bit
Gustavo A. R. Silva
2021-04-11
1
-3
/
+3
*
md: bcache: Trivial typo fixes in the file journal.c
Bhaskar Chowdhury
2021-04-11
1
-2
/
+2
*
md: bcache: avoid -Wempty-body warnings
Arnd Bergmann
2021-04-11
1
-1
/
+1
*
bcache: use NULL instead of using plain integer as pointer
Yang Li
2021-04-11
1
-1
/
+1
*
bcache: remove PTR_CACHE
Christoph Hellwig
2021-04-11
8
-23
/
+14
*
bcache: reduce redundant code in bch_cached_dev_run()
Zhiqiang Liu
2021-04-11
1
-13
/
+12
*
Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...
Jens Axboe
2021-04-08
1
-20
/
+39
|
\
|
*
md: split mddev_find
Christoph Hellwig
2021-04-07
1
-5
/
+19
|
*
md: factor out a mddev_find_locked helper from mddev_find
Christoph Hellwig
2021-04-07
1
-13
/
+19
|
*
md: md_open returns -EBUSY when entering racing area
Zhao Heming
2021-04-07
1
-2
/
+1
*
|
drbd: use DEFINE_SPINLOCK() for spinlock
Guobin Huang
2021-04-06
1
-4
/
+1
[next]