]> git.ipfire.org Git - thirdparty/linux.git/shortlog
thirdparty/linux.git
2021-04-23  Jens AxboeMerge branch 'md-next' of https://git.kernel.org/pub...
2021-04-23  Paul Clementsmd/raid1: properly indicate failure when ending a faile...
2021-04-23  Heming Zhaomd-cluster: fix use-after-free issue when removing...
2021-04-22  Jens AxboeMerge tag 'nvme-5.13-2021-04-22' of git://git.infradead...
2021-04-22  Minwoo Imnvme: introduce generic per-namespace chardev
2021-04-21  Christoph Hellwignvme: cleanup nvme_configure_apst
2021-04-21  Christoph Hellwignvme: do not try to reconfigure APST when the controlle...
2021-04-21  Hannes Reineckenvme: add 'kato' sysfs attribute
2021-04-21  Hannes Reineckenvme: sanitize KATO setting
2021-04-21  Hou Punvmet: avoid queuing keep-alive timer if it is disabled
2021-04-21  Calvin Owensbrd: expose number of allocated pages in debugfs
2021-04-21  Dan Carpenterataflop: fix off by one in ataflop_probe()
2021-04-21  Dan Carpenterataflop: potential out of bounds in do_format()
2021-04-20  Gustavo A.... drbd: Fix fall-through warnings for Clang
2021-04-20  Dima Stepanovblock/rnbd: Use strscpy instead of strlcpy
2021-04-20  Dima Stepanovblock/rnbd-clt-sysfs: Remove copy buffer overlap in...
2021-04-20  Jack Wangblock/rnbd-clt: Remove max_segment_size
2021-04-20  Md Haris Iqbalblock/rnbd-clt: Generate kobject_uevent when the rnbd...
2021-04-20  Gioh Kimblock/rnbd-srv: Remove unused arguments of rnbd_srv_rdma_ev
2021-04-20  Gioh KimDocumentation/ABI/rnbd-clt: Add description for nr_poll...
2021-04-20  Gioh Kimblock/rnbd-clt: Support polling mode for IO latency...
2021-04-20  Gioh Kimblock/rnbd-clt: Fix missing a memory free when unloadin...
2021-04-20  Tom Rixblock/rnbd-clt: Improve find_or_create_sess() return...
2021-04-20  Gioh Kimblock/rnbd-srv: Remove force_close file after holding...
2021-04-20  Gioh Kimblock/rnbd-srv: Prevent a deadlock generated by accessi...
2021-04-20  Gioh Kimblock/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT...
2021-04-20  Guoqing Jiangblock/rnbd: Kill destroy_device_cb
2021-04-20  Guoqing Jiangblock/rnbd: Kill rnbd_clt_destroy_default_group
2021-04-20  Guoqing Jiangblock/rnbd-clt: Move add_disk(dev->gd) to rnbd_clt_setu...
2021-04-20  Guoqing Jiangblock/rnbd-clt: Remove some arguments from rnbd_client_...
2021-04-20  Guoqing Jiangblock/rnbd-clt: Remove some arguments from insert_dev_i...
2021-04-20  Gioh KimDocumentation/sysfs-block-rnbd: Add descriptions for...
2021-04-20  Danil KipnisMAINTAINERS: Change maintainer for rnbd module
2021-04-20  Colin Ian Kingfloppy: remove redundant assignment to variable st
2021-04-20  Denis Efremovfloppy: cleanups: remove FLOPPY_SILENT_DCL_CLEAR undef
2021-04-20  Denis Efremovfloppy: cleanups: use memcpy() to copy reply_buffer
2021-04-20  Denis Efremovfloppy: cleanups: use memset() to zero reply_buffer
2021-04-20  Denis Efremovfloppy: cleanups: use ST0 as reply_buffer index 0
2021-04-20  Denis Efremovfloppy: cleanups: remove trailing whitespaces
2021-04-15  Jens AxboeMerge branch 'md-next' of https://git.kernel.org/pub...
2021-04-15  Jens AxboeMerge tag 'nvme-5.13-2021-04-15' of git://git.infradead...
2021-04-15  Sudhakar Panneerselvammd/bitmap: wait for external bitmap writes to complete...
2021-04-15  Christoph Hellwigmd: do not return existing mddevs from mddev_find_or_alloc
2021-04-15  Christoph Hellwigmd: refactor mddev_find_or_alloc
2021-04-15  Christoph Hellwigmd: factor out a mddev_alloc_unit helper from mddev_find
2021-04-15  Gopal Tiwarinvme: fix NULL derefence in nvme_ctrl_fast_io_fail_tmo_...
2021-04-15  Christoph Hellwignvme: let namespace probing continue for unsupported...
2021-04-15  Christoph Hellwignvme: factor out nvme_ns_open and nvme_ns_release helpers
2021-04-15  Christoph Hellwignvme: move nvme_ns_head_ops to multipath.c
2021-04-15  Christoph Hellwignvme: factor out a nvme_tryget_ns_head helper
2021-04-15  Christoph Hellwignvme: move the ioctl code to a separate file
2021-04-15  Christoph Hellwignvme: don't bother to look up a namespace for controlle...
2021-04-15  Christoph Hellwignvme: simplify block device ioctl handling for the...
2021-04-15  Christoph Hellwignvme: simplify the compat ioctl handling
2021-04-15  Christoph Hellwignvme: factor out a nvme_ns_ioctl helper
2021-04-15  Christoph Hellwignvme: pass a user pointer to nvme_nvm_ioctl
2021-04-15  Christoph Hellwignvme: cleanup setting the disk name
2021-04-15  Minwoo Imnvme: add a nvme_ns_head_multipath helper
2021-04-15  Niklas Casselnvme: remove single trailing whitespace
2021-04-15  Niklas Casselnvme-multipath: remove single trailing whitespace
2021-04-15  Niklas Casselnvme-pci: remove single trailing whitespace
2021-04-15  Niklas Casselnvme-pci: don't simple map sgl when sgls are disabled
2021-04-15  Colin Ian Kingnvmet: fix a spelling mistake "nubmer" -> "number"
2021-04-15  Amit Engelnvmet-fc: simplify nvmet_fc_alloc_hostport
2021-04-15  Elad Grupinvmet-tcp: fix a segmentation fault during io parsing...
2021-04-13  Christoph Hellwiglightnvm: deprecated OCSSD support and schedule it...
2021-04-13  Zhang Yunkailightnvm: remove duplicate include in lightnvm.h
2021-04-13  Tian Taolightnvm: return the correct return value
2021-04-13  Chaitanya Kulkarnilightnvm: use kobj_to_dev()
2021-04-12  Christoph Hellwigblock: remove the -ERESTARTSYS handling in blkdev_get_b...
2021-04-12  Max Gurtovoynull_blk: add option for managing virtual boundary
2021-04-12  Chaitanya Kulkarnigdrom: fix compilation error
2021-04-11  Coly Libcache: fix a regression of code compiling failure...
2021-04-11  Gustavo A.... bcache: Use 64-bit arithmetic instead of 32-bit
2021-04-11  Bhaskar Chowdhurymd: bcache: Trivial typo fixes in the file journal.c
2021-04-11  Arnd Bergmannmd: bcache: avoid -Wempty-body warnings
2021-04-11  Yang Libcache: use NULL instead of using plain integer as...
2021-04-11  Christoph Hellwigbcache: remove PTR_CACHE
2021-04-11  Zhiqiang Liubcache: reduce redundant code in bch_cached_dev_run()
2021-04-08  Jens AxboeMerge branch 'md-next' of https://git.kernel.org/pub...
2021-04-08  Christoph Hellwigmd: split mddev_find
2021-04-08  Christoph Hellwigmd: factor out a mddev_find_locked helper from mddev_find
2021-04-08  Zhao Hemingmd: md_open returns -EBUSY when entering racing area
2021-04-06  Guobin Huangdrbd: use DEFINE_SPINLOCK() for spinlock
2021-04-06  Christoph Hellwigswim3: support highmem
2021-04-06  Christoph Hellwigfloppy: always use the track buffer
2021-04-06  Christoph Hellwigswim: don't call blk_queue_bounce_limit
2021-04-06  Christoph Hellwiggdrom: support highmem
2021-04-06  Lee Jonesblock: drbd: drbd_nl: Demote half-complete kernel-doc...
2021-04-06  Lee Jonesblock: xen-blkfront: Demote kernel-doc abuses
2021-04-06  Lee Jonesblock: drbd: drbd_receiver: Demote less than half compl...
2021-04-06  Lee Jonesblock: drbd: drbd_main: Fix a bunch of function documen...
2021-04-06  Lee Jonesblock: drbd: drbd_nl: Make conversion to 'enum drbd_ret...
2021-04-06  Lee Jonesblock: drbd: drbd_main: Remove duplicate field initiali...
2021-04-06  Lee Jonesblock: drbd: drbd_receiver: Demote non-conformant kerne...
2021-04-06  Lee Jonesblock: drbd: drbd_state: Fix some function documentatio...
2021-04-06  Lee Jonesblock: mtip32xx: mtip32xx: Mark debugging variable...
2021-04-06  Lee Jonesblock: drbd: drbd_interval: Demote some kernel-doc...
2021-04-06  Jens AxboeMerge tag 'nvme-5.13-2021-04-06' of git://git.infradead...
2021-04-06  Bart Van Asschenvme: fix handling of large MDTS values
next