index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drivers/block/null_blk/main: Fix a double free in null_init.
Lv Yunlong
2021-04-26
1
-0
/
+1
*
md/raid1: properly indicate failure when ending a failed write request
Paul Clements
2021-04-23
1
-0
/
+2
*
md-cluster: fix use-after-free issue when removing rdev
Heming Zhao
2021-04-23
1
-4
/
+4
*
Merge tag 'nvme-5.13-2021-04-22' of git://git.infradead.org/nvme into for-5.1...
Jens Axboe
2021-04-22
6
-99
/
+276
|
\
|
*
nvme: introduce generic per-namespace chardev
Minwoo Im
2021-04-22
4
-9
/
+180
|
*
nvme: cleanup nvme_configure_apst
Christoph Hellwig
2021-04-21
1
-80
/
+69
|
*
nvme: do not try to reconfigure APST when the controller is not live
Christoph Hellwig
2021-04-21
1
-1
/
+2
|
*
nvme: add 'kato' sysfs attribute
Hannes Reinecke
2021-04-21
1
-0
/
+2
|
*
nvme: sanitize KATO setting
Hannes Reinecke
2021-04-21
3
-7
/
+15
|
*
nvmet: avoid queuing keep-alive timer if it is disabled
Hou Pu
2021-04-21
1
-2
/
+8
*
|
brd: expose number of allocated pages in debugfs
Calvin Owens
2021-04-21
1
-1
/
+18
|
/
*
ataflop: fix off by one in ataflop_probe()
Dan Carpenter
2021-04-21
1
-1
/
+4
*
ataflop: potential out of bounds in do_format()
Dan Carpenter
2021-04-21
1
-6
/
+5
*
drbd: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-04-20
2
-0
/
+2
*
block/rnbd: Use strscpy instead of strlcpy
Dima Stepanov
2021-04-20
3
-8
/
+8
*
block/rnbd-clt-sysfs: Remove copy buffer overlap in rnbd_clt_get_path_name
Dima Stepanov
2021-04-20
1
-5
/
+1
*
block/rnbd-clt: Remove max_segment_size
Jack Wang
2021-04-20
4
-13
/
+5
*
block/rnbd-clt: Generate kobject_uevent when the rnbd device state changes
Md Haris Iqbal
2021-04-20
2
-1
/
+9
*
block/rnbd-srv: Remove unused arguments of rnbd_srv_rdma_ev
Gioh Kim
2021-04-20
3
-28
/
+18
*
block/rnbd-clt: Support polling mode for IO latency optimization
Gioh Kim
2021-04-20
6
-34
/
+181
*
block/rnbd-clt: Fix missing a memory free when unloading the module
Gioh Kim
2021-04-20
1
-3
/
+7
*
block/rnbd-clt: Improve find_or_create_sess() return check
Tom Rix
2021-04-20
1
-6
/
+4
*
block/rnbd-srv: Remove force_close file after holding a lock
Gioh Kim
2021-04-20
3
-6
/
+7
*
block/rnbd-srv: Prevent a deadlock generated by accessing sysfs in parallel
Gioh Kim
2021-04-20
1
-1
/
+3
*
block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT}
Gioh Kim
2021-04-20
3
-30
/
+22
*
block/rnbd: Kill destroy_device_cb
Guoqing Jiang
2021-04-20
1
-11
/
+4
*
block/rnbd: Kill rnbd_clt_destroy_default_group
Guoqing Jiang
2021-04-20
3
-7
/
+1
*
block/rnbd-clt: Move add_disk(dev->gd) to rnbd_clt_setup_gen_disk
Guoqing Jiang
2021-04-20
1
-2
/
+1
*
block/rnbd-clt: Remove some arguments from rnbd_client_setup_device
Guoqing Jiang
2021-04-20
1
-4
/
+3
*
block/rnbd-clt: Remove some arguments from insert_dev_if_not_exists_devpath
Guoqing Jiang
2021-04-20
1
-5
/
+4
*
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
*
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
*
|
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
[next]